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

Unified Diff: components/components_tests.gyp

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (GN) Comment out dependency on internal target Created 6 years, 5 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 b33019aa846bd4d54efa09f462857712eba20f5e..996fcefbdccc4ab779d5516cb9569f2f112e85f0 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -298,6 +298,8 @@
# Dependencies of invalidation
'components.gyp:invalidation',
'components.gyp:invalidation_test_support',
+ '../jingle/jingle.gyp:notifier_test_util',
+ '../third_party/libjingle/libjingle.gyp:libjingle',
# Dependencies of json_schema
'components.gyp:json_schema',
@@ -545,11 +547,15 @@
'invalidation/invalidation_notifier_unittest.cc',
'invalidation/invalidator_registrar_unittest.cc',
'invalidation/non_blocking_invalidator_unittest.cc',
+ 'invalidation/object_id_invalidation_map_unittest.cc',
'invalidation/p2p_invalidator_unittest.cc',
'invalidation/push_client_channel_unittest.cc',
+ 'invalidation/registration_manager_unittest.cc',
+ 'invalidation/single_object_invalidation_set_unittest.cc',
'invalidation/sync_invalidation_listener_unittest.cc',
'invalidation/sync_system_resources_unittest.cc',
'invalidation/ticl_invalidation_service_unittest.cc',
+ 'invalidation/unacked_invalidation_set_unittest.cc',
],
}],
['chromeos==1', {
« 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