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

Unified Diff: components/components_tests.gyp

Issue 294123004: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/invalidation.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 56dd758db26c4a7a06a91739e11b5f1b6b77949a..319d381391bdc66912672304f0916803411da2d0 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -254,6 +254,7 @@
# Dependencies of invalidation
'components.gyp:invalidation',
+ 'components.gyp:invalidation_test_support',
# Dependencies of json_schema
'components.gyp:json_schema',
@@ -460,6 +461,19 @@
'../third_party/libusb/libusb.gyp:libusb',
],
}],
+ ['OS != "android"', {
+ 'sources': [
+ 'invalidation/fake_invalidator_unittest.cc',
+ 'invalidation/gcm_network_channel_unittest.cc',
+ 'invalidation/invalidation_notifier_unittest.cc',
+ 'invalidation/invalidator_registrar_unittest.cc',
+ 'invalidation/non_blocking_invalidator_unittest.cc',
+ 'invalidation/p2p_invalidator_unittest.cc',
+ 'invalidation/push_client_channel_unittest.cc',
+ 'invalidation/sync_invalidation_listener_unittest.cc',
+ 'invalidation/sync_system_resources_unittest.cc',
+ ],
+ }],
['chromeos==1', {
'sources': [
'metrics/chromeos/serialization_utils_unittest.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/invalidation.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698