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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Component build working on all platforms Created 7 years, 11 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 0fa225f763919e089db04a19c9cb040093ebd1dd..3e8d1bf6dfe01e8e9a29be700d0dd385b87a00f4 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -13,7 +13,6 @@
# dependencies block below, rather than here.
'app/policy/cloud_policy_codegen.gyp:policy_test_support',
'browser',
- '../sync/protocol/sync_proto.gyp:sync_proto',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
'chrome_resources.gyp:theme_resources',
@@ -25,6 +24,7 @@
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
+ '../sync/sync.gyp:sync_proto',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
@@ -340,7 +340,7 @@
'test_support_common',
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
- '../sync/sync.gyp:sync',
+ '../sync/sync.gyp:sync_core',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
@@ -378,13 +378,17 @@
'../media/media.gyp:media_test_support',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
- '../testing/gmock.gyp:gmock',
- '../testing/gtest.gyp:gtest',
- 'test_support_common',
+ '../sync/sync.gyp:sync_core',
+ '../sync/sync.gyp:sync_internal_api',
+ '../sync/sync.gyp:sync_notifier',
+ '../sync/sync.gyp:sync_proto',
'../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',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
+ 'test_support_common',
'test_support_unit',
# 3) anything tests directly depend on
'../google_apis/google_apis.gyp:google_apis',

Powered by Google App Engine
This is Rietveld 408576698