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

Unified Diff: content/content_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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 8cfcffc7dc33c162661993c3c9ab9b0b7b8bd6bb..e5b6eb6735a1676180e170cb46f21ddb2629f730 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -9,16 +9,16 @@
'type': 'static_library',
'defines!': ['CONTENT_IMPLEMENTATION'],
'dependencies': [
- '../build/temp_gyp/googleurl.gyp:googleurl',
- 'content_app',
- 'content_browser',
- 'content_common',
'../media/media.gyp:media',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../ui/ui.gyp:ui_test_support',
+ '../url/url.gyp:url',
+ 'content_app',
+ 'content_browser',
+ 'content_common',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698