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

Side by Side Diff: components/components_tests.gyp

Issue 2050983002: Cast device revocation checking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bypass serial number range revocation check for serials > 64b 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 ], 99 ],
100 'bubble_unittest_sources': [ 100 'bubble_unittest_sources': [
101 'bubble/bubble_manager_mocks.cc', 101 'bubble/bubble_manager_mocks.cc',
102 'bubble/bubble_manager_mocks.h', 102 'bubble/bubble_manager_mocks.h',
103 'bubble/bubble_manager_unittest.cc', 103 'bubble/bubble_manager_unittest.cc',
104 ], 104 ],
105 'captive_portal_unittest_sources': [ 105 'captive_portal_unittest_sources': [
106 'captive_portal/captive_portal_detector_unittest.cc', 106 'captive_portal/captive_portal_detector_unittest.cc',
107 ], 107 ],
108 'cast_certificate_unittest_sources': [ 108 'cast_certificate_unittest_sources': [
109 'cast_certificate/cast_cert_validator_test_helpers.cc',
110 'cast_certificate/cast_cert_validator_test_helpers.h',
111 'cast_certificate/cast_cert_validator_unittest.cc', 109 'cast_certificate/cast_cert_validator_unittest.cc',
110 'cast_certificate/cast_crl_unittest.cc',
112 ], 111 ],
113 'certificate_reporting_unittest_sources': [ 112 'certificate_reporting_unittest_sources': [
114 'certificate_reporting/error_report_unittest.cc', 113 'certificate_reporting/error_report_unittest.cc',
115 'certificate_reporting/error_reporter_unittest.cc', 114 'certificate_reporting/error_reporter_unittest.cc',
115 'cast_certificate/cast_crl_test_untrusted_root_ca_der-inc.h',
116 'cast_certificate/cast_test_untrusted_root_ca_der-inc.h',
116 ], 117 ],
117 'certificate_transparency_unittest_sources': [ 118 'certificate_transparency_unittest_sources': [
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',
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 'components.gyp:base32', 1120 'components.gyp:base32',
1120 'components.gyp:bookmarks_browser', 1121 'components.gyp:bookmarks_browser',
1121 'components.gyp:bookmarks_managed', 1122 'components.gyp:bookmarks_managed',
1122 'components.gyp:bookmarks_test_support', 1123 'components.gyp:bookmarks_test_support',
1123 'components.gyp:browser_sync_browser', 1124 'components.gyp:browser_sync_browser',
1124 'components.gyp:browser_sync_browser_test_support', 1125 'components.gyp:browser_sync_browser_test_support',
1125 'components.gyp:browsing_data_ui', 1126 'components.gyp:browsing_data_ui',
1126 'components.gyp:bubble', 1127 'components.gyp:bubble',
1127 'components.gyp:captive_portal_test_support', 1128 'components.gyp:captive_portal_test_support',
1128 'components.gyp:cast_certificate', 1129 'components.gyp:cast_certificate',
1130 'components.gyp:cast_certificate_test_proto',
1131 'components.gyp:cast_certificate_test_support',
1129 'components.gyp:certificate_reporting', 1132 'components.gyp:certificate_reporting',
1130 'components.gyp:cloud_devices_common', 1133 'components.gyp:cloud_devices_common',
1131 'components.gyp:component_updater', 1134 'components.gyp:component_updater',
1132 'components.gyp:component_updater_test_support', 1135 'components.gyp:component_updater_test_support',
1133 'components.gyp:content_settings_core_browser', 1136 'components.gyp:content_settings_core_browser',
1134 'components.gyp:content_settings_core_common', 1137 'components.gyp:content_settings_core_common',
1135 'components.gyp:content_settings_core_test_support', 1138 'components.gyp:content_settings_core_test_support',
1136 'components.gyp:crash_core_common', 1139 'components.gyp:crash_core_common',
1137 'components.gyp:crx_file', 1140 'components.gyp:crx_file',
1138 'components.gyp:data_reduction_proxy_core_browser', 1141 'components.gyp:data_reduction_proxy_core_browser',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'dependencies': [ 2013 'dependencies': [
2011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2012 ], 2015 ],
2013 }], 2016 }],
2014 ], 2017 ],
2015 }, 2018 },
2016 ], 2019 ],
2017 }], 2020 }],
2018 ], 2021 ],
2019 } 2022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698