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

Side by Side Diff: components/components_tests.gyp

Issue 2102783003: Add enterprise policy to exempt hosts from Certificate Transparency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enterprise_ct
Patch Set: Comment tweak to remove () 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
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/ct_policy_manager_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 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
2041 'dependencies': [ 2042 'dependencies': [
2042 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2043 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2043 ], 2044 ],
2044 }], 2045 }],
2045 ], 2046 ],
2046 }, 2047 },
2047 ], 2048 ],
2048 }], 2049 }],
2049 ], 2050 ],
2050 } 2051 }
OLDNEW
« no previous file with comments | « components/certificate_transparency/pref_names.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698