summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-03 05:40:29 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-03 05:40:29 +0000
commit002cc08fc2472a54222729082f0be64da4212495 (patch)
tree2d4db929a2801368177f2ea1ac42f2873858f909 /ui/ui.gyp
parent67e264aed134194e895af888f469ec869f20df99 (diff)
downloadchromium_src-002cc08fc2472a54222729082f0be64da4212495.zip
chromium_src-002cc08fc2472a54222729082f0be64da4212495.tar.gz
chromium_src-002cc08fc2472a54222729082f0be64da4212495.tar.bz2
Roll DEPS for googleurl. Second try.
- Update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. r184: Fix C++11 compilation on iOS r185: Forward includes to url/ BUG=229660 R=thestig@chromium.org,brettw@chromium.org TBR=darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/15421002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index c1c76fc..b6b1b3f 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -20,13 +20,13 @@
'../base/base.gyp:base_i18n',
'../base/base.gyp:base_static',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libpng/libpng.gyp:libpng',
'../third_party/zlib/zlib.gyp:zlib',
+ '../url/url.gyp:url_lib',
'base/strings/ui_strings.gyp:ui_strings',
'ui_resources',
],