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

Side by Side 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, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/gcm_driver/instance_id/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'history/core/browser/history_types_unittest.cc', 222 'history/core/browser/history_types_unittest.cc',
223 'history/core/browser/top_sites_cache_unittest.cc', 223 'history/core/browser/top_sites_cache_unittest.cc',
224 'history/core/browser/top_sites_database_unittest.cc', 224 'history/core/browser/top_sites_database_unittest.cc',
225 'history/core/browser/url_database_unittest.cc', 225 'history/core/browser/url_database_unittest.cc',
226 'history/core/browser/url_utils_unittest.cc', 226 'history/core/browser/url_utils_unittest.cc',
227 'history/core/browser/visit_database_unittest.cc', 227 'history/core/browser/visit_database_unittest.cc',
228 'history/core/browser/visit_filter_unittest.cc', 228 'history/core/browser/visit_filter_unittest.cc',
229 'history/core/browser/visit_tracker_unittest.cc', 229 'history/core/browser/visit_tracker_unittest.cc',
230 'history/core/common/thumbnail_score_unittest.cc', 230 'history/core/common/thumbnail_score_unittest.cc',
231 ], 231 ],
232 'instance_id_unittest_sources': [
233 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
234 ],
232 'invalidation_unittest_sources': [ 235 'invalidation_unittest_sources': [
233 'invalidation/fake_invalidator_unittest.cc', 236 'invalidation/fake_invalidator_unittest.cc',
234 'invalidation/gcm_network_channel_unittest.cc', 237 'invalidation/gcm_network_channel_unittest.cc',
235 'invalidation/invalidation_logger_unittest.cc', 238 'invalidation/invalidation_logger_unittest.cc',
236 'invalidation/invalidation_notifier_unittest.cc', 239 'invalidation/invalidation_notifier_unittest.cc',
237 'invalidation/invalidator_registrar_unittest.cc', 240 'invalidation/invalidator_registrar_unittest.cc',
238 'invalidation/non_blocking_invalidator_unittest.cc', 241 'invalidation/non_blocking_invalidator_unittest.cc',
239 'invalidation/object_id_invalidation_map_unittest.cc', 242 'invalidation/object_id_invalidation_map_unittest.cc',
240 'invalidation/p2p_invalidator_unittest.cc', 243 'invalidation/p2p_invalidator_unittest.cc',
241 'invalidation/push_client_channel_unittest.cc', 244 'invalidation/push_client_channel_unittest.cc',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 '<@(data_reduction_proxy_unittest_sources)', 649 '<@(data_reduction_proxy_unittest_sources)',
647 '<@(device_event_log_unittest_sources)', 650 '<@(device_event_log_unittest_sources)',
648 '<@(dom_distiller_unittest_sources)', 651 '<@(dom_distiller_unittest_sources)',
649 '<@(domain_reliability_unittest_sources)', 652 '<@(domain_reliability_unittest_sources)',
650 '<@(enhanced_bookmarks_unittest_sources)', 653 '<@(enhanced_bookmarks_unittest_sources)',
651 '<@(favicon_base_unittest_sources)', 654 '<@(favicon_base_unittest_sources)',
652 '<@(favicon_unittest_sources)', 655 '<@(favicon_unittest_sources)',
653 '<@(gcm_driver_unittest_sources)', 656 '<@(gcm_driver_unittest_sources)',
654 '<@(google_unittest_sources)', 657 '<@(google_unittest_sources)',
655 '<@(history_unittest_sources)', 658 '<@(history_unittest_sources)',
659 '<@(instance_id_unittest_sources)',
656 '<@(json_schema_unittest_sources)', 660 '<@(json_schema_unittest_sources)',
657 '<@(keyed_service_unittest_sources)', 661 '<@(keyed_service_unittest_sources)',
658 '<@(language_usage_metrics_unittest_sources)', 662 '<@(language_usage_metrics_unittest_sources)',
659 '<@(leveldb_proto_unittest_sources)', 663 '<@(leveldb_proto_unittest_sources)',
660 '<@(login_unittest_sources)', 664 '<@(login_unittest_sources)',
661 '<@(metrics_unittest_sources)', 665 '<@(metrics_unittest_sources)',
662 '<@(network_time_unittest_sources)', 666 '<@(network_time_unittest_sources)',
663 '<@(omnibox_unittest_sources)', 667 '<@(omnibox_unittest_sources)',
664 '<@(os_crypt_unittest_sources)', 668 '<@(os_crypt_unittest_sources)',
665 '<@(ownership_unittest_sources)', 669 '<@(ownership_unittest_sources)',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'components.gyp:enhanced_bookmarks', 743 'components.gyp:enhanced_bookmarks',
740 'components.gyp:enhanced_bookmarks_test_support', 744 'components.gyp:enhanced_bookmarks_test_support',
741 'components.gyp:favicon_base', 745 'components.gyp:favicon_base',
742 'components.gyp:favicon_core', 746 'components.gyp:favicon_core',
743 'components.gyp:gcm_driver', 747 'components.gyp:gcm_driver',
744 'components.gyp:gcm_driver_test_support', 748 'components.gyp:gcm_driver_test_support',
745 'components.gyp:google_core_browser', 749 'components.gyp:google_core_browser',
746 'components.gyp:history_core_browser', 750 'components.gyp:history_core_browser',
747 'components.gyp:history_core_common', 751 'components.gyp:history_core_common',
748 'components.gyp:history_core_test_support', 752 'components.gyp:history_core_test_support',
753 'components.gyp:instance_id_driver',
749 'components.gyp:invalidation', 754 'components.gyp:invalidation',
750 'components.gyp:invalidation_test_support', 755 'components.gyp:invalidation_test_support',
751 'components.gyp:json_schema', 756 'components.gyp:json_schema',
752 'components.gyp:keyed_service_core', 757 'components.gyp:keyed_service_core',
753 'components.gyp:language_usage_metrics', 758 'components.gyp:language_usage_metrics',
754 'components.gyp:leveldb_proto', 759 'components.gyp:leveldb_proto',
755 'components.gyp:leveldb_proto_test_support', 760 'components.gyp:leveldb_proto_test_support',
756 'components.gyp:login', 761 'components.gyp:login',
757 'components.gyp:metrics', 762 'components.gyp:metrics',
758 'components.gyp:metrics_gpu', 763 'components.gyp:metrics_gpu',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 'invalidation/invalidation_logger_unittest.cc', 977 'invalidation/invalidation_logger_unittest.cc',
973 'invalidation/invalidation_service_android_unittest.cc', 978 'invalidation/invalidation_service_android_unittest.cc',
974 ], 979 ],
975 'sources!': [ 980 'sources!': [
976 'gcm_driver/gcm_account_mapper_unittest.cc', 981 'gcm_driver/gcm_account_mapper_unittest.cc',
977 'gcm_driver/gcm_channel_status_request_unittest.cc', 982 'gcm_driver/gcm_channel_status_request_unittest.cc',
978 'gcm_driver/gcm_client_impl_unittest.cc', 983 'gcm_driver/gcm_client_impl_unittest.cc',
979 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 984 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
980 'gcm_driver/gcm_driver_desktop_unittest.cc', 985 'gcm_driver/gcm_driver_desktop_unittest.cc',
981 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 986 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
987 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
982 'sessions/session_backend_unittest.cc', 988 'sessions/session_backend_unittest.cc',
983 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c', 989 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c',
984 'storage_monitor/media_storage_util_unittest.cc', 990 'storage_monitor/media_storage_util_unittest.cc',
985 'storage_monitor/storage_info_unittest.cc', 991 'storage_monitor/storage_info_unittest.cc',
986 'storage_monitor/storage_monitor_unittest.cc', 992 'storage_monitor/storage_monitor_unittest.cc',
987 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 993 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
988 ], 994 ],
989 'dependencies': [ 995 'dependencies': [
990 'components.gyp:cronet_static', 996 'components.gyp:cronet_static',
991 'components.gyp:data_reduction_proxy_content', 997 'components.gyp:data_reduction_proxy_content',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 ], 1434 ],
1429 'variables': { 1435 'variables': {
1430 'test_suite_name': 'components_unittests', 1436 'test_suite_name': 'components_unittests',
1431 }, 1437 },
1432 'includes': [ '../build/apk_test.gypi' ], 1438 'includes': [ '../build/apk_test.gypi' ],
1433 }, 1439 },
1434 ], 1440 ],
1435 }], 1441 }],
1436 ], 1442 ],
1437 } 1443 }
OLDNEW
« 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