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

Side by Side Diff: components/components_tests.gyp

Issue 2181013002: Revert of Cast device revocation checking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 ], 100 ],
101 'bubble_unittest_sources': [ 101 'bubble_unittest_sources': [
102 'bubble/bubble_manager_mocks.cc', 102 'bubble/bubble_manager_mocks.cc',
103 'bubble/bubble_manager_mocks.h', 103 'bubble/bubble_manager_mocks.h',
104 'bubble/bubble_manager_unittest.cc', 104 'bubble/bubble_manager_unittest.cc',
105 ], 105 ],
106 'captive_portal_unittest_sources': [ 106 'captive_portal_unittest_sources': [
107 'captive_portal/captive_portal_detector_unittest.cc', 107 'captive_portal/captive_portal_detector_unittest.cc',
108 ], 108 ],
109 'cast_certificate_unittest_sources': [ 109 'cast_certificate_unittest_sources': [
110 'cast_certificate/cast_cert_validator_test_helpers.cc',
111 'cast_certificate/cast_cert_validator_test_helpers.h',
110 'cast_certificate/cast_cert_validator_unittest.cc', 112 'cast_certificate/cast_cert_validator_unittest.cc',
111 'cast_certificate/cast_crl_unittest.cc',
112 ], 113 ],
113 'certificate_reporting_unittest_sources': [ 114 'certificate_reporting_unittest_sources': [
114 'certificate_reporting/error_report_unittest.cc', 115 'certificate_reporting/error_report_unittest.cc',
115 'certificate_reporting/error_reporter_unittest.cc', 116 'certificate_reporting/error_reporter_unittest.cc',
116 ], 117 ],
117 'certificate_transparency_unittest_sources': [ 118 'certificate_transparency_unittest_sources': [
118 'certificate_transparency/ct_policy_manager_unittest.cc', 119 'certificate_transparency/ct_policy_manager_unittest.cc',
119 'certificate_transparency/log_dns_client_unittest.cc', 120 'certificate_transparency/log_dns_client_unittest.cc',
120 'certificate_transparency/log_proof_fetcher_unittest.cc', 121 'certificate_transparency/log_proof_fetcher_unittest.cc',
121 'certificate_transparency/single_tree_tracker_unittest.cc', 122 'certificate_transparency/single_tree_tracker_unittest.cc',
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 'components.gyp:base32', 1140 'components.gyp:base32',
1140 'components.gyp:bookmarks_browser', 1141 'components.gyp:bookmarks_browser',
1141 'components.gyp:bookmarks_managed', 1142 'components.gyp:bookmarks_managed',
1142 'components.gyp:bookmarks_test_support', 1143 'components.gyp:bookmarks_test_support',
1143 'components.gyp:browser_sync_browser', 1144 'components.gyp:browser_sync_browser',
1144 'components.gyp:browser_sync_browser_test_support', 1145 'components.gyp:browser_sync_browser_test_support',
1145 'components.gyp:browsing_data_ui', 1146 'components.gyp:browsing_data_ui',
1146 'components.gyp:bubble', 1147 'components.gyp:bubble',
1147 'components.gyp:captive_portal_test_support', 1148 'components.gyp:captive_portal_test_support',
1148 'components.gyp:cast_certificate', 1149 'components.gyp:cast_certificate',
1149 'components.gyp:cast_certificate_test_proto',
1150 'components.gyp:cast_certificate_test_support',
1151 'components.gyp:certificate_reporting', 1150 'components.gyp:certificate_reporting',
1152 'components.gyp:cloud_devices_common', 1151 'components.gyp:cloud_devices_common',
1153 'components.gyp:component_updater', 1152 'components.gyp:component_updater',
1154 'components.gyp:component_updater_test_support', 1153 'components.gyp:component_updater_test_support',
1155 'components.gyp:content_settings_core_browser', 1154 'components.gyp:content_settings_core_browser',
1156 'components.gyp:content_settings_core_common', 1155 'components.gyp:content_settings_core_common',
1157 'components.gyp:content_settings_core_test_support', 1156 'components.gyp:content_settings_core_test_support',
1158 'components.gyp:crash_core_common', 1157 'components.gyp:crash_core_common',
1159 'components.gyp:crx_file', 1158 'components.gyp:crx_file',
1160 'components.gyp:data_reduction_proxy_core_browser', 1159 'components.gyp:data_reduction_proxy_core_browser',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
2030 'dependencies': [ 2029 'dependencies': [
2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2030 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2032 ], 2031 ],
2033 }], 2032 }],
2034 ], 2033 ],
2035 }, 2034 },
2036 ], 2035 ],
2037 }], 2036 }],
2038 ], 2037 ],
2039 } 2038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698