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

Side by Side Diff: components/components_tests.gyp

Issue 2129113002: Re-add accidentally deleted unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc', 624 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc',
625 'user_prefs/tracked/segregated_pref_store_unittest.cc', 625 'user_prefs/tracked/segregated_pref_store_unittest.cc',
626 'user_prefs/tracked/tracked_preferences_migration_unittest.cc', 626 'user_prefs/tracked/tracked_preferences_migration_unittest.cc',
627 ], 627 ],
628 'proximity_auth_unittest_sources': [ 628 'proximity_auth_unittest_sources': [
629 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c', 629 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c',
630 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', 630 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc',
631 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', 631 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc',
632 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', 632 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc',
633 'proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.c c', 633 'proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.c c',
634 'proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc ',
634 'proximity_auth/bluetooth_connection_finder_unittest.cc', 635 'proximity_auth/bluetooth_connection_finder_unittest.cc',
635 'proximity_auth/bluetooth_connection_unittest.cc', 636 'proximity_auth/bluetooth_connection_unittest.cc',
636 'proximity_auth/bluetooth_throttler_impl_unittest.cc', 637 'proximity_auth/bluetooth_throttler_impl_unittest.cc',
637 'proximity_auth/connection_unittest.cc', 638 'proximity_auth/connection_unittest.cc',
638 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc' , 639 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc' ,
639 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', 640 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
640 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', 641 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc',
641 'proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc', 642 'proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc',
642 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', 643 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc',
643 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc', 644 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', 702 'safe_browsing_db/safe_browsing_api_handler_unittest.cc',
702 ], 703 ],
703 'safe_browsing_db_unittest_sources': [ 704 'safe_browsing_db_unittest_sources': [
704 'safe_browsing_db/database_manager_unittest.cc', 705 'safe_browsing_db/database_manager_unittest.cc',
705 'safe_browsing_db/prefix_set_unittest.cc', 706 'safe_browsing_db/prefix_set_unittest.cc',
706 'safe_browsing_db/testing_util.h', 707 'safe_browsing_db/testing_util.h',
707 'safe_browsing_db/util_unittest.cc', 708 'safe_browsing_db/util_unittest.cc',
708 'safe_browsing_db/v4_database_unittest.cc', 709 'safe_browsing_db/v4_database_unittest.cc',
709 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', 710 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc',
710 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', 711 'safe_browsing_db/v4_protocol_manager_util_unittest.cc',
712 'safe_browsing_db/v4_store_unittest.cc',
711 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', 713 'safe_browsing_db/v4_update_protocol_manager_unittest.cc',
712 ], 714 ],
713 'safe_json_unittest_sources': [ 715 'safe_json_unittest_sources': [
714 'safe_json/json_sanitizer_unittest.cc', 716 'safe_json/json_sanitizer_unittest.cc',
715 'safe_json/testing_json_parser_unittest.cc', 717 'safe_json/testing_json_parser_unittest.cc',
716 ], 718 ],
717 'scheduler_unittest_sources': [ 719 'scheduler_unittest_sources': [
718 'scheduler/base/queueing_time_estimator_unittest.cc', 720 'scheduler/base/queueing_time_estimator_unittest.cc',
719 'scheduler/base/task_queue_manager_delegate_for_test.cc', 721 'scheduler/base/task_queue_manager_delegate_for_test.cc',
720 'scheduler/base/task_queue_manager_delegate_for_test.h', 722 'scheduler/base/task_queue_manager_delegate_for_test.h',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'sync_sessions/tab_node_pool_unittest.cc', 879 'sync_sessions/tab_node_pool_unittest.cc',
878 ], 880 ],
879 'syncable_prefs_unittest_sources': [ 881 'syncable_prefs_unittest_sources': [
880 'syncable_prefs/pref_model_associator_unittest.cc', 882 'syncable_prefs/pref_model_associator_unittest.cc',
881 'syncable_prefs/pref_service_syncable_unittest.cc', 883 'syncable_prefs/pref_service_syncable_unittest.cc',
882 ], 884 ],
883 'tracing_unittest_sources': [ 885 'tracing_unittest_sources': [
884 'tracing/browser/trace_config_file_unittest.cc', 886 'tracing/browser/trace_config_file_unittest.cc',
885 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 887 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
886 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 888 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
889 'tracing/core/trace_ring_buffer_unittest.cc',
890 'tracing/core/scattered_stream_writer_unittest.cc',
887 ], 891 ],
888 'translate_unittest_sources': [ 892 'translate_unittest_sources': [
889 'translate/core/browser/language_state_unittest.cc', 893 'translate/core/browser/language_state_unittest.cc',
890 'translate/core/browser/mock_translate_driver.cc', 894 'translate/core/browser/mock_translate_driver.cc',
891 'translate/core/browser/translate_browser_metrics_unittest.cc', 895 'translate/core/browser/translate_browser_metrics_unittest.cc',
892 'translate/core/browser/translate_language_list_unittest.cc', 896 'translate/core/browser/translate_language_list_unittest.cc',
893 'translate/core/browser/translate_manager_unittest.cc', 897 'translate/core/browser/translate_manager_unittest.cc',
894 'translate/core/browser/translate_prefs_unittest.cc', 898 'translate/core/browser/translate_prefs_unittest.cc',
895 'translate/core/browser/translate_script_unittest.cc', 899 'translate/core/browser/translate_script_unittest.cc',
896 'translate/core/browser/translate_ui_delegate_unittest.cc', 900 'translate/core/browser/translate_ui_delegate_unittest.cc',
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'dependencies': [ 2050 'dependencies': [
2047 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2051 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2048 ], 2052 ],
2049 }], 2053 }],
2050 ], 2054 ],
2051 }, 2055 },
2052 ], 2056 ],
2053 }], 2057 }],
2054 ], 2058 ],
2055 } 2059 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698