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

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 Created 4 years, 6 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'cast_certificate_unittest_sources': [ 108 'cast_certificate_unittest_sources': [
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/log_dns_client_unittest.cc',
118 'certificate_transparency/log_proof_fetcher_unittest.cc', 119 'certificate_transparency/log_proof_fetcher_unittest.cc',
119 'certificate_transparency/single_tree_tracker_unittest.cc', 120 'certificate_transparency/single_tree_tracker_unittest.cc',
120 ], 121 ],
121 'child_trace_message_filter_unittest_sources': [ 122 'child_trace_message_filter_unittest_sources': [
122 'tracing/child/child_trace_message_filter_unittest.cc', 123 'tracing/child/child_trace_message_filter_unittest.cc',
123 ], 124 ],
124 'client_update_protocol_unittest_sources': [ 125 'client_update_protocol_unittest_sources': [
125 'client_update_protocol/ecdsa_unittest.cc', 126 'client_update_protocol/ecdsa_unittest.cc',
126 ], 127 ],
127 'cloud_devices_unittest_sources': [ 128 'cloud_devices_unittest_sources': [
(...skipping 1894 matching lines...) Expand 10 before | Expand all | Expand 10 after
2022 'dependencies': [ 2023 'dependencies': [
2023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2024 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2024 ], 2025 ],
2025 }], 2026 }],
2026 ], 2027 ],
2027 }, 2028 },
2028 ], 2029 ],
2029 }], 2030 }],
2030 ], 2031 ],
2031 } 2032 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698