Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2203)

Unified Diff: chrome/chrome_tests.gypi

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 592286ed1d73a574f1243119f820729114bd30ed..774609232ed4716c3c744051299a2964f74c3717 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -519,16 +519,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',
@@ -536,6 +527,15 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libxml/libxml.gyp:libxml',
+ '../url/url.gyp:url',
+ 'browser',
+ 'chrome',
+ 'chrome_resources.gyp:chrome_resources',
+ 'chrome_resources.gyp:chrome_strings',
+ 'chromedriver_support',
+ 'common',
+ 'test_support_ui',
+ 'test_support_ui_runner',
],
'include_dirs': [
'..',
@@ -770,11 +770,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',
],
'include_dirs': [
'..',
@@ -1095,14 +1095,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',
+ 'chromedriver2_lib',
],
'include_dirs': [
'..,'

Powered by Google App Engine
This is Rietveld 408576698