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

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: Fixed test failure on 32 bit systems. 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',
112 'cast_certificate/cast_cert_validator_unittest.cc', 110 'cast_certificate/cast_cert_validator_unittest.cc',
111 'cast_certificate/cast_crl_unittest.cc',
113 ], 112 ],
114 'certificate_reporting_unittest_sources': [ 113 'certificate_reporting_unittest_sources': [
115 'certificate_reporting/error_report_unittest.cc', 114 'certificate_reporting/error_report_unittest.cc',
116 'certificate_reporting/error_reporter_unittest.cc', 115 'certificate_reporting/error_reporter_unittest.cc',
117 ], 116 ],
118 'certificate_transparency_unittest_sources': [ 117 'certificate_transparency_unittest_sources': [
119 'certificate_transparency/ct_policy_manager_unittest.cc', 118 'certificate_transparency/ct_policy_manager_unittest.cc',
120 'certificate_transparency/log_dns_client_unittest.cc', 119 'certificate_transparency/log_dns_client_unittest.cc',
121 'certificate_transparency/log_proof_fetcher_unittest.cc', 120 'certificate_transparency/log_proof_fetcher_unittest.cc',
122 'certificate_transparency/single_tree_tracker_unittest.cc', 121 'certificate_transparency/single_tree_tracker_unittest.cc',
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 'components.gyp:base32', 1139 'components.gyp:base32',
1141 'components.gyp:bookmarks_browser', 1140 'components.gyp:bookmarks_browser',
1142 'components.gyp:bookmarks_managed', 1141 'components.gyp:bookmarks_managed',
1143 'components.gyp:bookmarks_test_support', 1142 'components.gyp:bookmarks_test_support',
1144 'components.gyp:browser_sync_browser', 1143 'components.gyp:browser_sync_browser',
1145 'components.gyp:browser_sync_browser_test_support', 1144 'components.gyp:browser_sync_browser_test_support',
1146 'components.gyp:browsing_data_ui', 1145 'components.gyp:browsing_data_ui',
1147 'components.gyp:bubble', 1146 'components.gyp:bubble',
1148 'components.gyp:captive_portal_test_support', 1147 'components.gyp:captive_portal_test_support',
1149 'components.gyp:cast_certificate', 1148 'components.gyp:cast_certificate',
1149 'components.gyp:cast_certificate_test_proto',
1150 'components.gyp:cast_certificate_test_support',
1150 'components.gyp:certificate_reporting', 1151 'components.gyp:certificate_reporting',
1151 'components.gyp:cloud_devices_common', 1152 'components.gyp:cloud_devices_common',
1152 'components.gyp:component_updater', 1153 'components.gyp:component_updater',
1153 'components.gyp:component_updater_test_support', 1154 'components.gyp:component_updater_test_support',
1154 'components.gyp:content_settings_core_browser', 1155 'components.gyp:content_settings_core_browser',
1155 'components.gyp:content_settings_core_common', 1156 'components.gyp:content_settings_core_common',
1156 'components.gyp:content_settings_core_test_support', 1157 'components.gyp:content_settings_core_test_support',
1157 'components.gyp:crash_core_common', 1158 'components.gyp:crash_core_common',
1158 'components.gyp:crx_file', 1159 'components.gyp:crx_file',
1159 'components.gyp:data_reduction_proxy_core_browser', 1160 'components.gyp:data_reduction_proxy_core_browser',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
2029 'dependencies': [ 2030 'dependencies': [
2030 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2031 ], 2032 ],
2032 }], 2033 }],
2033 ], 2034 ],
2034 }, 2035 },
2035 ], 2036 ],
2036 }], 2037 }],
2037 ], 2038 ],
2038 } 2039 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698