| OLD | NEW |
| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'cast_certificate/cast_cert_validator_test_helpers.cc', | 109 'cast_certificate/cast_cert_validator_test_helpers.cc', |
| 110 'cast_certificate/cast_cert_validator_test_helpers.h', | 110 'cast_certificate/cast_cert_validator_test_helpers.h', |
| 111 'cast_certificate/cast_cert_validator_unittest.cc', | 111 'cast_certificate/cast_cert_validator_unittest.cc', |
| 112 ], | 112 ], |
| 113 'certificate_reporting_unittest_sources': [ | 113 'certificate_reporting_unittest_sources': [ |
| 114 'certificate_reporting/error_report_unittest.cc', | 114 'certificate_reporting/error_report_unittest.cc', |
| 115 'certificate_reporting/error_reporter_unittest.cc', | 115 'certificate_reporting/error_reporter_unittest.cc', |
| 116 ], | 116 ], |
| 117 'certificate_transparency_unittest_sources': [ | 117 'certificate_transparency_unittest_sources': [ |
| 118 'certificate_transparency/ct_policy_manager_unittest.cc', | 118 'certificate_transparency/ct_policy_manager_unittest.cc', |
| 119 'certificate_transparency/log_dns_client_unittest.cc', |
| 119 'certificate_transparency/log_proof_fetcher_unittest.cc', | 120 'certificate_transparency/log_proof_fetcher_unittest.cc', |
| 120 'certificate_transparency/single_tree_tracker_unittest.cc', | 121 'certificate_transparency/single_tree_tracker_unittest.cc', |
| 121 ], | 122 ], |
| 122 'child_trace_message_filter_unittest_sources': [ | 123 'child_trace_message_filter_unittest_sources': [ |
| 123 'tracing/child/child_trace_message_filter_unittest.cc', | 124 'tracing/child/child_trace_message_filter_unittest.cc', |
| 124 ], | 125 ], |
| 125 'client_update_protocol_unittest_sources': [ | 126 'client_update_protocol_unittest_sources': [ |
| 126 'client_update_protocol/ecdsa_unittest.cc', | 127 'client_update_protocol/ecdsa_unittest.cc', |
| 127 ], | 128 ], |
| 128 'cloud_devices_unittest_sources': [ | 129 'cloud_devices_unittest_sources': [ |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc', | 622 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc', |
| 622 'user_prefs/tracked/segregated_pref_store_unittest.cc', | 623 'user_prefs/tracked/segregated_pref_store_unittest.cc', |
| 623 'user_prefs/tracked/tracked_preferences_migration_unittest.cc', | 624 'user_prefs/tracked/tracked_preferences_migration_unittest.cc', |
| 624 ], | 625 ], |
| 625 'proximity_auth_unittest_sources': [ | 626 'proximity_auth_unittest_sources': [ |
| 626 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', | 627 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', |
| 627 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', | 628 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', |
| 628 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', | 629 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', |
| 629 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', | 630 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', |
| 630 'proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.c
c', | 631 'proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.c
c', |
| 631 'proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc
', | |
| 632 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 632 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
| 633 'proximity_auth/bluetooth_connection_unittest.cc', | 633 'proximity_auth/bluetooth_connection_unittest.cc', |
| 634 'proximity_auth/bluetooth_throttler_impl_unittest.cc', | 634 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |
| 635 'proximity_auth/connection_unittest.cc', | 635 'proximity_auth/connection_unittest.cc', |
| 636 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, | 636 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, |
| 637 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 637 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
| 638 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', | 638 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', |
| 639 'proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc', | 639 'proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc', |
| 640 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', | 640 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', |
| 641 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc', | 641 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', | 699 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', |
| 700 ], | 700 ], |
| 701 'safe_browsing_db_unittest_sources': [ | 701 'safe_browsing_db_unittest_sources': [ |
| 702 'safe_browsing_db/database_manager_unittest.cc', | 702 'safe_browsing_db/database_manager_unittest.cc', |
| 703 'safe_browsing_db/prefix_set_unittest.cc', | 703 'safe_browsing_db/prefix_set_unittest.cc', |
| 704 'safe_browsing_db/testing_util.h', | 704 'safe_browsing_db/testing_util.h', |
| 705 'safe_browsing_db/util_unittest.cc', | 705 'safe_browsing_db/util_unittest.cc', |
| 706 'safe_browsing_db/v4_database_unittest.cc', | 706 'safe_browsing_db/v4_database_unittest.cc', |
| 707 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', | 707 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', |
| 708 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', | 708 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', |
| 709 'safe_browsing_db/v4_store_unittest.cc', | |
| 710 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', | 709 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', |
| 711 ], | 710 ], |
| 712 'safe_json_unittest_sources': [ | 711 'safe_json_unittest_sources': [ |
| 713 'safe_json/json_sanitizer_unittest.cc', | 712 'safe_json/json_sanitizer_unittest.cc', |
| 714 'safe_json/testing_json_parser_unittest.cc', | 713 'safe_json/testing_json_parser_unittest.cc', |
| 715 ], | 714 ], |
| 716 'scheduler_unittest_sources': [ | 715 'scheduler_unittest_sources': [ |
| 717 'scheduler/base/task_queue_manager_delegate_for_test.cc', | 716 'scheduler/base/task_queue_manager_delegate_for_test.cc', |
| 718 'scheduler/base/task_queue_manager_delegate_for_test.h', | 717 'scheduler/base/task_queue_manager_delegate_for_test.h', |
| 719 'scheduler/base/task_queue_manager_unittest.cc', | 718 'scheduler/base/task_queue_manager_unittest.cc', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 'sync_sessions/tab_node_pool_unittest.cc', | 873 'sync_sessions/tab_node_pool_unittest.cc', |
| 875 ], | 874 ], |
| 876 'syncable_prefs_unittest_sources': [ | 875 'syncable_prefs_unittest_sources': [ |
| 877 'syncable_prefs/pref_model_associator_unittest.cc', | 876 'syncable_prefs/pref_model_associator_unittest.cc', |
| 878 'syncable_prefs/pref_service_syncable_unittest.cc', | 877 'syncable_prefs/pref_service_syncable_unittest.cc', |
| 879 ], | 878 ], |
| 880 'tracing_unittest_sources': [ | 879 'tracing_unittest_sources': [ |
| 881 'tracing/browser/trace_config_file_unittest.cc', | 880 'tracing/browser/trace_config_file_unittest.cc', |
| 882 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', | 881 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', |
| 883 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', | 882 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', |
| 884 'tracing/core/trace_ring_buffer_unittest.cc', | |
| 885 'tracing/core/scattered_stream_writer_unittest.cc', | |
| 886 ], | 883 ], |
| 887 'translate_unittest_sources': [ | 884 'translate_unittest_sources': [ |
| 888 'translate/core/browser/language_state_unittest.cc', | 885 'translate/core/browser/language_state_unittest.cc', |
| 889 'translate/core/browser/mock_translate_driver.cc', | 886 'translate/core/browser/mock_translate_driver.cc', |
| 890 'translate/core/browser/translate_browser_metrics_unittest.cc', | 887 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 891 'translate/core/browser/translate_language_list_unittest.cc', | 888 'translate/core/browser/translate_language_list_unittest.cc', |
| 892 'translate/core/browser/translate_manager_unittest.cc', | 889 'translate/core/browser/translate_manager_unittest.cc', |
| 893 'translate/core/browser/translate_prefs_unittest.cc', | 890 'translate/core/browser/translate_prefs_unittest.cc', |
| 894 'translate/core/browser/translate_script_unittest.cc', | 891 'translate/core/browser/translate_script_unittest.cc', |
| 895 'translate/core/browser/translate_ui_delegate_unittest.cc', | 892 'translate/core/browser/translate_ui_delegate_unittest.cc', |
| (...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2044 'dependencies': [ | 2041 'dependencies': [ |
| 2045 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2042 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2046 ], | 2043 ], |
| 2047 }], | 2044 }], |
| 2048 ], | 2045 ], |
| 2049 }, | 2046 }, |
| 2050 ], | 2047 ], |
| 2051 }], | 2048 }], |
| 2052 ], | 2049 ], |
| 2053 } | 2050 } |
| OLD | NEW |