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

Side by Side Diff: components/components_tests.gyp

Issue 2066553002: Certificate Transparency DNS log client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_dns_responses
Patch Set: Rebase and lint fixes 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 | « components/certificate_transparency/log_dns_client_unittest.cc ('k') | net/BUILD.gn » ('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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc', 624 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc',
624 'user_prefs/tracked/segregated_pref_store_unittest.cc', 625 'user_prefs/tracked/segregated_pref_store_unittest.cc',
625 'user_prefs/tracked/tracked_preferences_migration_unittest.cc', 626 'user_prefs/tracked/tracked_preferences_migration_unittest.cc',
626 ], 627 ],
627 'proximity_auth_unittest_sources': [ 628 'proximity_auth_unittest_sources': [
628 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c', 629 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c',
629 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', 630 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc',
630 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', 631 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc',
631 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', 632 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc',
632 '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',
633 'proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc ',
Primiano Tucci (use gerrit) 2016/07/08 08:21:46 I assume you didn't mean to drop this test on the
Rob Percival 2016/07/08 08:51:06 Acknowledged.
634 'proximity_auth/bluetooth_connection_finder_unittest.cc', 634 'proximity_auth/bluetooth_connection_finder_unittest.cc',
635 'proximity_auth/bluetooth_connection_unittest.cc', 635 'proximity_auth/bluetooth_connection_unittest.cc',
636 'proximity_auth/bluetooth_throttler_impl_unittest.cc', 636 'proximity_auth/bluetooth_throttler_impl_unittest.cc',
637 'proximity_auth/connection_unittest.cc', 637 'proximity_auth/connection_unittest.cc',
638 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc' , 638 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc' ,
639 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', 639 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
640 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', 640 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc',
641 'proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc', 641 'proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc',
642 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', 642 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc',
643 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc', 643 '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', 701 'safe_browsing_db/safe_browsing_api_handler_unittest.cc',
702 ], 702 ],
703 'safe_browsing_db_unittest_sources': [ 703 'safe_browsing_db_unittest_sources': [
704 'safe_browsing_db/database_manager_unittest.cc', 704 'safe_browsing_db/database_manager_unittest.cc',
705 'safe_browsing_db/prefix_set_unittest.cc', 705 'safe_browsing_db/prefix_set_unittest.cc',
706 'safe_browsing_db/testing_util.h', 706 'safe_browsing_db/testing_util.h',
707 'safe_browsing_db/util_unittest.cc', 707 'safe_browsing_db/util_unittest.cc',
708 'safe_browsing_db/v4_database_unittest.cc', 708 'safe_browsing_db/v4_database_unittest.cc',
709 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', 709 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc',
710 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', 710 'safe_browsing_db/v4_protocol_manager_util_unittest.cc',
711 'safe_browsing_db/v4_store_unittest.cc',
712 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', 711 'safe_browsing_db/v4_update_protocol_manager_unittest.cc',
713 ], 712 ],
714 'safe_json_unittest_sources': [ 713 'safe_json_unittest_sources': [
715 'safe_json/json_sanitizer_unittest.cc', 714 'safe_json/json_sanitizer_unittest.cc',
716 'safe_json/testing_json_parser_unittest.cc', 715 'safe_json/testing_json_parser_unittest.cc',
717 ], 716 ],
718 'scheduler_unittest_sources': [ 717 'scheduler_unittest_sources': [
719 'scheduler/base/task_queue_manager_delegate_for_test.cc', 718 'scheduler/base/task_queue_manager_delegate_for_test.cc',
720 'scheduler/base/task_queue_manager_delegate_for_test.h', 719 'scheduler/base/task_queue_manager_delegate_for_test.h',
721 'scheduler/base/task_queue_manager_unittest.cc', 720 'scheduler/base/task_queue_manager_unittest.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'sync_sessions/tab_node_pool_unittest.cc', 875 'sync_sessions/tab_node_pool_unittest.cc',
877 ], 876 ],
878 'syncable_prefs_unittest_sources': [ 877 'syncable_prefs_unittest_sources': [
879 'syncable_prefs/pref_model_associator_unittest.cc', 878 'syncable_prefs/pref_model_associator_unittest.cc',
880 'syncable_prefs/pref_service_syncable_unittest.cc', 879 'syncable_prefs/pref_service_syncable_unittest.cc',
881 ], 880 ],
882 'tracing_unittest_sources': [ 881 'tracing_unittest_sources': [
883 'tracing/browser/trace_config_file_unittest.cc', 882 'tracing/browser/trace_config_file_unittest.cc',
884 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 883 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
885 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 884 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
886 'tracing/core/trace_ring_buffer_unittest.cc',
Primiano Tucci (use gerrit) 2016/07/08 08:21:46 Please be more careful with rebases. You just land
Rob Percival 2016/07/08 08:51:06 Done.
887 'tracing/core/scattered_stream_writer_unittest.cc',
888 ], 885 ],
889 'translate_unittest_sources': [ 886 'translate_unittest_sources': [
890 'translate/core/browser/language_state_unittest.cc', 887 'translate/core/browser/language_state_unittest.cc',
891 'translate/core/browser/mock_translate_driver.cc', 888 'translate/core/browser/mock_translate_driver.cc',
892 'translate/core/browser/translate_browser_metrics_unittest.cc', 889 'translate/core/browser/translate_browser_metrics_unittest.cc',
893 'translate/core/browser/translate_language_list_unittest.cc', 890 'translate/core/browser/translate_language_list_unittest.cc',
894 'translate/core/browser/translate_manager_unittest.cc', 891 'translate/core/browser/translate_manager_unittest.cc',
895 'translate/core/browser/translate_prefs_unittest.cc', 892 'translate/core/browser/translate_prefs_unittest.cc',
896 'translate/core/browser/translate_script_unittest.cc', 893 'translate/core/browser/translate_script_unittest.cc',
897 'translate/core/browser/translate_ui_delegate_unittest.cc', 894 'translate/core/browser/translate_ui_delegate_unittest.cc',
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'dependencies': [ 2043 'dependencies': [
2047 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2044 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2048 ], 2045 ],
2049 }], 2046 }],
2050 ], 2047 ],
2051 }, 2048 },
2052 ], 2049 ],
2053 }], 2050 }],
2054 ], 2051 ],
2055 } 2052 }
OLDNEW
« no previous file with comments | « components/certificate_transparency/log_dns_client_unittest.cc ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698