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

Side by Side Diff: components/components_tests.gyp

Issue 2149973003: Extracts CT DNS test utilities into a standalone class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and integrate 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/mock_log_dns_traffic.cc ('k') | 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'cast_certificate/cast_cert_validator_unittest.cc', 112 'cast_certificate/cast_cert_validator_unittest.cc',
113 ], 113 ],
114 'certificate_reporting_unittest_sources': [ 114 'certificate_reporting_unittest_sources': [
115 'certificate_reporting/error_report_unittest.cc', 115 'certificate_reporting/error_report_unittest.cc',
116 'certificate_reporting/error_reporter_unittest.cc', 116 'certificate_reporting/error_reporter_unittest.cc',
117 ], 117 ],
118 'certificate_transparency_unittest_sources': [ 118 'certificate_transparency_unittest_sources': [
119 'certificate_transparency/ct_policy_manager_unittest.cc', 119 'certificate_transparency/ct_policy_manager_unittest.cc',
120 'certificate_transparency/log_dns_client_unittest.cc', 120 'certificate_transparency/log_dns_client_unittest.cc',
121 'certificate_transparency/log_proof_fetcher_unittest.cc', 121 'certificate_transparency/log_proof_fetcher_unittest.cc',
122 'certificate_transparency/mock_log_dns_traffic.cc',
123 'certificate_transparency/mock_log_dns_traffic.h',
122 'certificate_transparency/single_tree_tracker_unittest.cc', 124 'certificate_transparency/single_tree_tracker_unittest.cc',
123 ], 125 ],
124 'child_trace_message_filter_unittest_sources': [ 126 'child_trace_message_filter_unittest_sources': [
125 'tracing/child/child_trace_message_filter_unittest.cc', 127 'tracing/child/child_trace_message_filter_unittest.cc',
126 ], 128 ],
127 'client_update_protocol_unittest_sources': [ 129 'client_update_protocol_unittest_sources': [
128 'client_update_protocol/ecdsa_unittest.cc', 130 'client_update_protocol/ecdsa_unittest.cc',
129 ], 131 ],
130 'cloud_devices_unittest_sources': [ 132 'cloud_devices_unittest_sources': [
131 'cloud_devices/common/cloud_devices_urls_unittest.cc', 133 'cloud_devices/common/cloud_devices_urls_unittest.cc',
(...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
2043 'dependencies': [ 2045 'dependencies': [
2044 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2046 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2045 ], 2047 ],
2046 }], 2048 }],
2047 ], 2049 ],
2048 }, 2050 },
2049 ], 2051 ],
2050 }], 2052 }],
2051 ], 2053 ],
2052 } 2054 }
OLDNEW
« no previous file with comments | « components/certificate_transparency/mock_log_dns_traffic.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698