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

Unified Diff: components/components_tests.gyp

Issue 315433002: Retry: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo gyp hack Created 6 years, 6 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 54fa78a39f4bd3e36015edd12723dc51edf22667..072920d91126bc58f583bdccceccd048f5c9493e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -256,6 +256,7 @@
# Dependencies of invalidation
'components.gyp:invalidation',
+ 'components.gyp:invalidation_test_support',
# Dependencies of json_schema
'components.gyp:json_schema',
@@ -463,6 +464,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