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

Unified Diff: components/components_tests.gyp

Issue 1113213002: Generate Instance ID locally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more feedback Created 5 years, 8 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 | « no previous file | components/gcm_driver/instance_id/DEPS » ('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 08999287d62aae31e0731d8b0a19dafc194be7a3..b0db59fadfebda24c8ce0c3bdecded179c0a924f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -229,6 +229,9 @@
'history/core/browser/visit_tracker_unittest.cc',
'history/core/common/thumbnail_score_unittest.cc',
],
+ 'instance_id_unittest_sources': [
+ 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
+ ],
'invalidation_unittest_sources': [
'invalidation/fake_invalidator_unittest.cc',
'invalidation/gcm_network_channel_unittest.cc',
@@ -653,6 +656,7 @@
'<@(gcm_driver_unittest_sources)',
'<@(google_unittest_sources)',
'<@(history_unittest_sources)',
+ '<@(instance_id_unittest_sources)',
'<@(json_schema_unittest_sources)',
'<@(keyed_service_unittest_sources)',
'<@(language_usage_metrics_unittest_sources)',
@@ -746,6 +750,7 @@
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
'components.gyp:history_core_test_support',
+ 'components.gyp:instance_id_driver',
'components.gyp:invalidation',
'components.gyp:invalidation_test_support',
'components.gyp:json_schema',
@@ -979,6 +984,7 @@
'gcm_driver/gcm_delayed_task_controller_unittest.cc',
'gcm_driver/gcm_driver_desktop_unittest.cc',
'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
+ 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
'sessions/session_backend_unittest.cc',
'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
'storage_monitor/media_storage_util_unittest.cc',
« no previous file with comments | « no previous file | components/gcm_driver/instance_id/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698