diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-03 05:40:29 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-03 05:40:29 +0000 |
commit | 002cc08fc2472a54222729082f0be64da4212495 (patch) | |
tree | 2d4db929a2801368177f2ea1ac42f2873858f909 /chromeos | |
parent | 67e264aed134194e895af888f469ec869f20df99 (diff) | |
download | chromium_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 'chromeos')
-rw-r--r-- | chromeos/chromeos.gyp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 0122dbf..6270b34 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -20,10 +20,10 @@ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../build/linux/system.gyp:dbus', '../build/linux/system.gyp:ssl', - '../build/temp_gyp/googleurl.gyp:googleurl', '../dbus/dbus.gyp:dbus', '../net/net.gyp:net', '../third_party/libxml/libxml.gyp:libxml', + '../url/url.gyp:url_lib', 'ime/input_method.gyp:gencode', 'power_manager_proto', 'video_activity_update_proto', @@ -301,9 +301,14 @@ ], 'conditions': [ ['use_x11 == 1', { + 'dependencies': [ + '../build/linux/system.gyp:glib', + ], 'link_settings': { 'libraries': [ + '-lX11', '-lXext', + '-lXi', '-lXrandr', ], }, @@ -438,12 +443,12 @@ '../base/base.gyp:test_support_base', '../build/linux/system.gyp:dbus', '../build/linux/system.gyp:ssl', - '../build/temp_gyp/googleurl.gyp:googleurl', '../crypto/crypto.gyp:crypto', '../dbus/dbus.gyp:dbus_test_support', '../net/net.gyp:net', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', + '../url/url.gyp:url_lib', 'chromeos_test_support', 'power_manager_proto', ], |