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

Unified Diff: components/components_tests.gyp

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try removing invalidation_unittests and using components_unittests instead. Created 6 years, 3 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index b7336490c91918d313bde1e50e10b371a7164d7b..233f7f1f3dda6625a0914a866eff3314704c7615 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -603,10 +603,11 @@
'gcm_driver/gcm_client_impl_unittest.cc',
'gcm_driver/gcm_delayed_task_controller_unittest.cc',
'gcm_driver/gcm_driver_desktop_unittest.cc',
+ 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
'feedback/feedback_common_unittest.cc',
'feedback/feedback_data_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
- 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
+ 'invalidation/invalidation_service_android_unittest.cc',
'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
'storage_monitor/media_storage_util_unittest.cc',
'storage_monitor/storage_info_unittest.cc',
@@ -614,6 +615,8 @@
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
],
'dependencies': [
+ 'components.gyp:invalidation',
+ 'components.gyp:invalidation_test_support',
'../testing/android/native_test.gyp:native_test_native_code',
],
'dependencies!': [

Powered by Google App Engine
This is Rietveld 408576698