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

Unified Diff: sync/sync_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: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index f26ac4ad2631849843a936a3c23c7d3829372ead..de76821a8a0b216303f8d1b39176a535327f16cf 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -497,16 +497,16 @@
'test/accounts_client/url_request_context_getter.h',
],
},
-
+
# The Sync end-to-end (and associated infrastructure) tests.
{
'target_name': 'sync_endtoend_tests',
'type': '<(gtest_target_type)',
'dependencies': [
'../base/base.gyp:run_all_unittests',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../url/url.gyp:url',
'test_support_accounts_client',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698