From 1ebd27de13659e30680e7ee530e550a95b6d12ef Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Mon, 15 Apr 2013 09:01:51 +0000 Subject: Revert 193992 "Lets try this again." The XP bots are still red, and it's still whining about URL.DLL > Lets try this again. > > Revert 193983 "Revert 193968 "Roll the DEPS for google-url."" > > > Revert 193968 "Roll the DEPS for google-url." > > > > > Roll the DEPS for google-url. > > > > > > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. > > > > > > This also changes googleurl.gyp to reference the files under url/, so that we > > > don't break the Blink tree. > > > > > > BUG=229660 > > > R=brettw@chromium.org > > > TBR=brettw@chromium.org > > > > > > Review URL: https://chromiumcodereview.appspot.com/14089011 > > > > TBR=tfarina@chromium.org > > Review URL: https://codereview.chromium.org/14028012 > > TBR=michaeln@google.com > Review URL: https://codereview.chromium.org/14109014 TBR=michaeln@google.com Review URL: https://codereview.chromium.org/14263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194151 0039d316-1c4b-4281-b951-d872f2087c98 --- url/url.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'url') diff --git a/url/url.gyp b/url/url.gyp index 2359d8f..6247089 100644 --- a/url/url.gyp +++ b/url/url.gyp @@ -72,7 +72,7 @@ 'msvs_disabled_warnings': [4267, ], }, { - 'target_name': 'googleurl_unittests', + 'target_name': 'url_unittests', 'type': 'executable', 'dependencies': [ 'url', -- cgit v1.1