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

Side by Side Diff: components/components_tests.gyp

Issue 2124873002: Revert of Certificate Transparency DNS log client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_dns_responses
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 | « 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',
120 'certificate_transparency/log_proof_fetcher_unittest.cc', 119 'certificate_transparency/log_proof_fetcher_unittest.cc',
121 'certificate_transparency/single_tree_tracker_unittest.cc', 120 'certificate_transparency/single_tree_tracker_unittest.cc',
122 ], 121 ],
123 'child_trace_message_filter_unittest_sources': [ 122 'child_trace_message_filter_unittest_sources': [
124 'tracing/child/child_trace_message_filter_unittest.cc', 123 'tracing/child/child_trace_message_filter_unittest.cc',
125 ], 124 ],
126 'client_update_protocol_unittest_sources': [ 125 'client_update_protocol_unittest_sources': [
127 'client_update_protocol/ecdsa_unittest.cc', 126 'client_update_protocol/ecdsa_unittest.cc',
128 ], 127 ],
129 'cloud_devices_unittest_sources': [ 128 'cloud_devices_unittest_sources': [
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc', 623 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc',
625 'user_prefs/tracked/segregated_pref_store_unittest.cc', 624 'user_prefs/tracked/segregated_pref_store_unittest.cc',
626 'user_prefs/tracked/tracked_preferences_migration_unittest.cc', 625 'user_prefs/tracked/tracked_preferences_migration_unittest.cc',
627 ], 626 ],
628 'proximity_auth_unittest_sources': [ 627 'proximity_auth_unittest_sources': [
629 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c', 628 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c',
630 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', 629 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc',
631 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', 630 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc',
632 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', 631 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc',
633 'proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.c c', 632 'proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.c c',
633 'proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc ',
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',
711 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', 712 'safe_browsing_db/v4_update_protocol_manager_unittest.cc',
712 ], 713 ],
713 'safe_json_unittest_sources': [ 714 'safe_json_unittest_sources': [
714 'safe_json/json_sanitizer_unittest.cc', 715 'safe_json/json_sanitizer_unittest.cc',
715 'safe_json/testing_json_parser_unittest.cc', 716 'safe_json/testing_json_parser_unittest.cc',
716 ], 717 ],
717 'scheduler_unittest_sources': [ 718 'scheduler_unittest_sources': [
718 'scheduler/base/task_queue_manager_delegate_for_test.cc', 719 'scheduler/base/task_queue_manager_delegate_for_test.cc',
719 'scheduler/base/task_queue_manager_delegate_for_test.h', 720 'scheduler/base/task_queue_manager_delegate_for_test.h',
720 'scheduler/base/task_queue_manager_unittest.cc', 721 'scheduler/base/task_queue_manager_unittest.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'sync_sessions/tab_node_pool_unittest.cc', 876 'sync_sessions/tab_node_pool_unittest.cc',
876 ], 877 ],
877 'syncable_prefs_unittest_sources': [ 878 'syncable_prefs_unittest_sources': [
878 'syncable_prefs/pref_model_associator_unittest.cc', 879 'syncable_prefs/pref_model_associator_unittest.cc',
879 'syncable_prefs/pref_service_syncable_unittest.cc', 880 'syncable_prefs/pref_service_syncable_unittest.cc',
880 ], 881 ],
881 'tracing_unittest_sources': [ 882 'tracing_unittest_sources': [
882 'tracing/browser/trace_config_file_unittest.cc', 883 'tracing/browser/trace_config_file_unittest.cc',
883 'tracing/common/graphics_memory_dump_provider_android_unittest.cc', 884 'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
884 'tracing/common/process_metrics_memory_dump_provider_unittest.cc', 885 'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
886 'tracing/core/trace_ring_buffer_unittest.cc',
887 'tracing/core/scattered_stream_writer_unittest.cc',
885 ], 888 ],
886 'translate_unittest_sources': [ 889 'translate_unittest_sources': [
887 'translate/core/browser/language_state_unittest.cc', 890 'translate/core/browser/language_state_unittest.cc',
888 'translate/core/browser/mock_translate_driver.cc', 891 'translate/core/browser/mock_translate_driver.cc',
889 'translate/core/browser/translate_browser_metrics_unittest.cc', 892 'translate/core/browser/translate_browser_metrics_unittest.cc',
890 'translate/core/browser/translate_language_list_unittest.cc', 893 'translate/core/browser/translate_language_list_unittest.cc',
891 'translate/core/browser/translate_manager_unittest.cc', 894 'translate/core/browser/translate_manager_unittest.cc',
892 'translate/core/browser/translate_prefs_unittest.cc', 895 'translate/core/browser/translate_prefs_unittest.cc',
893 'translate/core/browser/translate_script_unittest.cc', 896 'translate/core/browser/translate_script_unittest.cc',
894 'translate/core/browser/translate_ui_delegate_unittest.cc', 897 'translate/core/browser/translate_ui_delegate_unittest.cc',
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2043 'dependencies': [ 2046 'dependencies': [
2044 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2047 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2045 ], 2048 ],
2046 }], 2049 }],
2047 ], 2050 ],
2048 }, 2051 },
2049 ], 2052 ],
2050 }], 2053 }],
2051 ], 2054 ],
2052 } 2055 }
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