| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 39f14e22ac785e3407e7530faa473facaca8b178..80964f2161465979d87cc693452b80a4045154e7 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -518,16 +518,7 @@
|
| 'target_name': 'chromedriver_lib',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - 'browser',
|
| - 'chrome',
|
| - 'chrome_resources.gyp:chrome_resources',
|
| - 'chrome_resources.gyp:chrome_strings',
|
| - 'chromedriver_support',
|
| - 'common',
|
| - 'test_support_ui',
|
| - 'test_support_ui_runner',
|
| '../base/base.gyp:base',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../net/net.gyp:net',
|
| '../skia/skia.gyp:skia',
|
| '../sync/sync.gyp:sync',
|
| @@ -535,6 +526,15 @@
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| + '../url/url.gyp:url_lib',
|
| + 'browser',
|
| + 'chrome',
|
| + 'chrome_resources.gyp:chrome_resources',
|
| + 'chrome_resources.gyp:chrome_strings',
|
| + 'chromedriver_support',
|
| + 'common',
|
| + 'test_support_ui',
|
| + 'test_support_ui_runner',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -769,11 +769,11 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../net/net.gyp:net',
|
| '../third_party/zlib/zlib.gyp:minizip',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| '../ui/ui.gyp:ui',
|
| + '../url/url.gyp:url_lib',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -1113,14 +1113,14 @@
|
| 'target_name': 'chromedriver2_tests',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| - 'chromedriver2_lib',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:run_all_unittests',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../net/net.gyp:http_server',
|
| '../net/net.gyp:net',
|
| '../net/net.gyp:net_test_support',
|
| '../testing/gtest.gyp:gtest',
|
| + '../url/url.gyp:url_lib',
|
| + 'chromedriver2_lib',
|
| ],
|
| 'include_dirs': [
|
| '..,'
|
|
|