| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index f23e9c90721d3911e608cc702a911148888053ee..c5e13010047745be7e9aa3f403d57170731e532a 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',
|
| 'ime/input_method.gyp:gencode',
|
| 'power_manager_proto',
|
| 'video_activity_update_proto',
|
| @@ -474,12 +474,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',
|
| 'chromeos_test_support',
|
| 'power_manager_proto',
|
| ],
|
|
|