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

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: Added test suite runner. Updated some tests. 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 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_certificate_unittest.cc',
111 'cast_certificate/cast_crl_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_proof_fetcher_unittest.cc', 118 'certificate_transparency/log_proof_fetcher_unittest.cc',
119 'certificate_transparency/single_tree_tracker_unittest.cc', 119 'certificate_transparency/single_tree_tracker_unittest.cc',
120 ], 120 ],
121 'child_trace_message_filter_unittest_sources': [ 121 'child_trace_message_filter_unittest_sources': [
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 'components.gyp:base32', 1119 'components.gyp:base32',
1120 'components.gyp:bookmarks_browser', 1120 'components.gyp:bookmarks_browser',
1121 'components.gyp:bookmarks_managed', 1121 'components.gyp:bookmarks_managed',
1122 'components.gyp:bookmarks_test_support', 1122 'components.gyp:bookmarks_test_support',
1123 'components.gyp:browser_sync_browser', 1123 'components.gyp:browser_sync_browser',
1124 'components.gyp:browser_sync_browser_test_support', 1124 'components.gyp:browser_sync_browser_test_support',
1125 'components.gyp:browsing_data_ui', 1125 'components.gyp:browsing_data_ui',
1126 'components.gyp:bubble', 1126 'components.gyp:bubble',
1127 'components.gyp:captive_portal_test_support', 1127 'components.gyp:captive_portal_test_support',
1128 'components.gyp:cast_certificate', 1128 'components.gyp:cast_certificate',
1129 'components.gyp:cast_certificate_test_proto',
1130 'components.gyp:cast_certificate_test_support',
1129 'components.gyp:certificate_reporting', 1131 'components.gyp:certificate_reporting',
1130 'components.gyp:cloud_devices_common', 1132 'components.gyp:cloud_devices_common',
1131 'components.gyp:component_updater', 1133 'components.gyp:component_updater',
1132 'components.gyp:component_updater_test_support', 1134 'components.gyp:component_updater_test_support',
1133 'components.gyp:content_settings_core_browser', 1135 'components.gyp:content_settings_core_browser',
1134 'components.gyp:content_settings_core_common', 1136 'components.gyp:content_settings_core_common',
1135 'components.gyp:content_settings_core_test_support', 1137 'components.gyp:content_settings_core_test_support',
1136 'components.gyp:crash_core_common', 1138 'components.gyp:crash_core_common',
1137 'components.gyp:crx_file', 1139 'components.gyp:crx_file',
1138 'components.gyp:data_reduction_proxy_core_browser', 1140 'components.gyp:data_reduction_proxy_core_browser',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'dependencies': [ 2012 'dependencies': [
2011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2013 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2012 ], 2014 ],
2013 }], 2015 }],
2014 ], 2016 ],
2015 }, 2017 },
2016 ], 2018 ],
2017 }], 2019 }],
2018 ], 2020 ],
2019 } 2021 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698