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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 11348052: [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase one last time Created 8 years, 1 month 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index a7f46eaab9b48499c6d8a96590faf95b93fd6747..28cabf36cb2494eff2210a3c6dccd96dd648a6f3 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -377,10 +377,10 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'test_support_common',
- '../sync/sync.gyp:test_support_sync',
+ '../sync/sync.gyp:test_support_sync_api',
+ '../sync/sync.gyp:test_support_sync_core',
+ '../sync/sync.gyp:test_support_sync_internal_api',
'../sync/sync.gyp:test_support_sync_notifier',
- '../sync/sync.gyp:test_support_syncapi_core',
- '../sync/sync.gyp:test_support_syncapi_service',
'test_support_unit',
# 3) anything tests directly depend on
'../google_apis/google_apis.gyp:google_apis',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698