| 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',
|
|
|