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

Side by Side Diff: components/components_tests.gyp

Issue 1448093002: Bulk Reports: Fix an infinite loop in ChildTraceMessageFilter::OnSetUMACallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | components/tracing/child_trace_message_filter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'captive_portal_unittest_sources': [ 90 'captive_portal_unittest_sources': [
91 'captive_portal/captive_portal_detector_unittest.cc', 91 'captive_portal/captive_portal_detector_unittest.cc',
92 ], 92 ],
93 'certificate_reporting_unittest_sources': [ 93 'certificate_reporting_unittest_sources': [
94 'certificate_reporting/error_report_unittest.cc', 94 'certificate_reporting/error_report_unittest.cc',
95 'certificate_reporting/error_reporter_unittest.cc', 95 'certificate_reporting/error_reporter_unittest.cc',
96 ], 96 ],
97 'certificate_transparency_unittest_sources': [ 97 'certificate_transparency_unittest_sources': [
98 'certificate_transparency/log_proof_fetcher_unittest.cc', 98 'certificate_transparency/log_proof_fetcher_unittest.cc',
99 ], 99 ],
100 'child_trace_message_filter_unittest_sources': [
101 'tracing/child_trace_message_filter_unittest.cc',
102 ],
100 'cloud_devices_unittest_sources': [ 103 'cloud_devices_unittest_sources': [
101 'cloud_devices/common/cloud_devices_urls_unittest.cc', 104 'cloud_devices/common/cloud_devices_urls_unittest.cc',
102 'cloud_devices/common/printer_description_unittest.cc', 105 'cloud_devices/common/printer_description_unittest.cc',
103 ], 106 ],
104 'component_updater_unittest_sources': [ 107 'component_updater_unittest_sources': [
105 'component_updater/component_updater_service_unittest.cc', 108 'component_updater/component_updater_service_unittest.cc',
106 'component_updater/timer_unittest.cc', 109 'component_updater/timer_unittest.cc',
107 ], 110 ],
108 'compression_unittest_sources': [ 111 'compression_unittest_sources': [
109 'compression/compression_utils_unittest.cc', 112 'compression/compression_utils_unittest.cc',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'sources': [ 855 'sources': [
853 'test/run_all_unittests.cc', 856 'test/run_all_unittests.cc',
854 857
855 '<@(auto_login_parser_unittest_sources)', 858 '<@(auto_login_parser_unittest_sources)',
856 '<@(autofill_unittest_sources)', 859 '<@(autofill_unittest_sources)',
857 '<@(bookmarks_unittest_sources)', 860 '<@(bookmarks_unittest_sources)',
858 '<@(browser_watcher_unittest_sources)', 861 '<@(browser_watcher_unittest_sources)',
859 '<@(bubble_unittest_sources)', 862 '<@(bubble_unittest_sources)',
860 '<@(captive_portal_unittest_sources)', 863 '<@(captive_portal_unittest_sources)',
861 '<@(certificate_reporting_unittest_sources)', 864 '<@(certificate_reporting_unittest_sources)',
865 '<@(child_trace_message_filter_unittest_sources)',
862 '<@(cloud_devices_unittest_sources)', 866 '<@(cloud_devices_unittest_sources)',
863 '<@(component_updater_unittest_sources)', 867 '<@(component_updater_unittest_sources)',
864 '<@(compression_unittest_sources)', 868 '<@(compression_unittest_sources)',
865 '<@(content_settings_unittest_sources)', 869 '<@(content_settings_unittest_sources)',
866 '<@(crash_unittest_sources)', 870 '<@(crash_unittest_sources)',
867 '<@(crx_file_unittest_sources)', 871 '<@(crx_file_unittest_sources)',
868 '<@(data_reduction_proxy_unittest_sources)', 872 '<@(data_reduction_proxy_unittest_sources)',
869 '<@(data_usage_unittest_sources)', 873 '<@(data_usage_unittest_sources)',
870 '<@(data_use_measurement_unittest_sources)', 874 '<@(data_use_measurement_unittest_sources)',
871 '<@(device_event_log_unittest_sources)', 875 '<@(device_event_log_unittest_sources)',
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
1828 'dependencies': [ 1832 'dependencies': [
1829 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1833 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1830 ], 1834 ],
1831 }], 1835 }],
1832 ], 1836 ],
1833 }, 1837 },
1834 ], 1838 ],
1835 }], 1839 }],
1836 ], 1840 ],
1837 } 1841 }
OLDNEW
« no previous file with comments | « no previous file | components/tracing/child_trace_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698