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

Side by Side Diff: components/components_tests.gyp

Issue 866163002: Allow use of metrics url override outside of Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chromecast/common/chromecast_switches.cc ('k') | components/metrics/metrics_service.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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'metrics/daily_event_unittest.cc', 169 'metrics/daily_event_unittest.cc',
170 'metrics/histogram_encoder_unittest.cc', 170 'metrics/histogram_encoder_unittest.cc',
171 'metrics/histogram_manager_unittest.cc', 171 'metrics/histogram_manager_unittest.cc',
172 'metrics/machine_id_provider_win_unittest.cc', 172 'metrics/machine_id_provider_win_unittest.cc',
173 'metrics/metrics_hashes_unittest.cc', 173 'metrics/metrics_hashes_unittest.cc',
174 'metrics/metrics_log_manager_unittest.cc', 174 'metrics/metrics_log_manager_unittest.cc',
175 'metrics/metrics_log_unittest.cc', 175 'metrics/metrics_log_unittest.cc',
176 'metrics/metrics_reporting_scheduler_unittest.cc', 176 'metrics/metrics_reporting_scheduler_unittest.cc',
177 'metrics/metrics_service_unittest.cc', 177 'metrics/metrics_service_unittest.cc',
178 'metrics/metrics_state_manager_unittest.cc', 178 'metrics/metrics_state_manager_unittest.cc',
179 'metrics/mock_metrics_service_client.cc',
180 'metrics/mock_metrics_service_client.h',
179 'metrics/persisted_logs_unittest.cc', 181 'metrics/persisted_logs_unittest.cc',
180 'metrics/profiler/profiler_metrics_provider_unittest.cc', 182 'metrics/profiler/profiler_metrics_provider_unittest.cc',
181 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 183 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
182 'network_time/network_time_tracker_unittest.cc', 184 'network_time/network_time_tracker_unittest.cc',
183 'omnibox/answers_cache_unittest.cc', 185 'omnibox/answers_cache_unittest.cc',
184 'omnibox/base_search_provider_unittest.cc', 186 'omnibox/base_search_provider_unittest.cc',
185 'omnibox/autocomplete_input_unittest.cc', 187 'omnibox/autocomplete_input_unittest.cc',
186 'omnibox/autocomplete_match_unittest.cc', 188 'omnibox/autocomplete_match_unittest.cc',
187 'omnibox/autocomplete_result_unittest.cc', 189 'omnibox/autocomplete_result_unittest.cc',
188 'omnibox/keyword_provider_unittest.cc', 190 'omnibox/keyword_provider_unittest.cc',
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 '../build/isolate.gypi', 1164 '../build/isolate.gypi',
1163 ], 1165 ],
1164 'sources': [ 1166 'sources': [
1165 'components_unittests.isolate', 1167 'components_unittests.isolate',
1166 ], 1168 ],
1167 }, 1169 },
1168 ], 1170 ],
1169 }], 1171 }],
1170 ], 1172 ],
1171 } 1173 }
OLDNEW
« no previous file with comments | « chromecast/common/chromecast_switches.cc ('k') | components/metrics/metrics_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698