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

Side by Side Diff: components/components_tests.gyp

Issue 2120683002: Fix up certificate error reporting histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused ios certificate_reporting dependency 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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 '<@(auto_login_parser_unittest_sources)', 1023 '<@(auto_login_parser_unittest_sources)',
1024 '<@(autofill_unittest_sources)', 1024 '<@(autofill_unittest_sources)',
1025 '<@(base32_unittest_sources)', 1025 '<@(base32_unittest_sources)',
1026 '<@(bookmarks_unittest_sources)', 1026 '<@(bookmarks_unittest_sources)',
1027 '<@(browser_sync_unittest_sources)', 1027 '<@(browser_sync_unittest_sources)',
1028 '<@(browser_watcher_unittest_sources)', 1028 '<@(browser_watcher_unittest_sources)',
1029 '<@(browsing_data_ui_unittest_sources)', 1029 '<@(browsing_data_ui_unittest_sources)',
1030 '<@(bubble_unittest_sources)', 1030 '<@(bubble_unittest_sources)',
1031 '<@(captive_portal_unittest_sources)', 1031 '<@(captive_portal_unittest_sources)',
1032 '<@(cast_certificate_unittest_sources)', 1032 '<@(cast_certificate_unittest_sources)',
1033 '<@(certificate_reporting_unittest_sources)',
1034 '<@(client_update_protocol_unittest_sources)', 1033 '<@(client_update_protocol_unittest_sources)',
1035 '<@(cloud_devices_unittest_sources)', 1034 '<@(cloud_devices_unittest_sources)',
1036 '<@(component_updater_unittest_sources)', 1035 '<@(component_updater_unittest_sources)',
1037 '<@(content_settings_unittest_sources)', 1036 '<@(content_settings_unittest_sources)',
1038 '<@(crash_unittest_sources)', 1037 '<@(crash_unittest_sources)',
1039 '<@(crx_file_unittest_sources)', 1038 '<@(crx_file_unittest_sources)',
1040 '<@(data_reduction_proxy_unittest_sources)', 1039 '<@(data_reduction_proxy_unittest_sources)',
1041 '<@(data_usage_unittest_sources)', 1040 '<@(data_usage_unittest_sources)',
1042 '<@(data_use_measurement_unittest_sources)', 1041 '<@(data_use_measurement_unittest_sources)',
1043 '<@(device_event_log_unittest_sources)', 1042 '<@(device_event_log_unittest_sources)',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 ] 1291 ]
1293 }], 1292 }],
1294 ['OS=="win"', { 1293 ['OS=="win"', {
1295 'dependencies': [ 1294 'dependencies': [
1296 'components.gyp:browser_watcher', 1295 'components.gyp:browser_watcher',
1297 'components.gyp:browser_watcher_client', 1296 'components.gyp:browser_watcher_client',
1298 ] 1297 ]
1299 }], 1298 }],
1300 ['OS != "ios"', { 1299 ['OS != "ios"', {
1301 'sources': [ 1300 'sources': [
1301 '<@(certificate_reporting_unittest_sources)',
1302 '<@(certificate_transparency_unittest_sources)', 1302 '<@(certificate_transparency_unittest_sources)',
1303 '<@(child_trace_message_filter_unittest_sources)', 1303 '<@(child_trace_message_filter_unittest_sources)',
1304 '<@(devtools_http_handler_unittest_sources)', 1304 '<@(devtools_http_handler_unittest_sources)',
1305 '<@(display_compositor_unittest_sources)', 1305 '<@(display_compositor_unittest_sources)',
1306 '<@(domain_reliability_unittest_sources)', 1306 '<@(domain_reliability_unittest_sources)',
1307 '<@(error_page_unittest_sources)', 1307 '<@(error_page_unittest_sources)',
1308 '<@(guest_view_unittest_sources)', 1308 '<@(guest_view_unittest_sources)',
1309 '<@(memory_coordinator_unittest_sources)', 1309 '<@(memory_coordinator_unittest_sources)',
1310 '<@(navigation_interception_unittest_sources)', 1310 '<@(navigation_interception_unittest_sources)',
1311 '<@(network_hints_unittest_sources)', 1311 '<@(network_hints_unittest_sources)',
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
2030 'dependencies': [ 2030 'dependencies': [
2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2032 ], 2032 ],
2033 }], 2033 }],
2034 ], 2034 ],
2035 }, 2035 },
2036 ], 2036 ],
2037 }], 2037 }],
2038 ], 2038 ],
2039 } 2039 }
OLDNEW
« no previous file with comments | « components/certificate_reporting/error_reporter_unittest.cc ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698