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

Side by Side Diff: components/components_tests.gyp

Issue 1366643002: Extract guts of ChromeStabilityMetricsProvider into helper class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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 | « chrome/common/pref_names.cc ('k') | components/metrics.gypi » ('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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'metrics/metrics_hashes_unittest.cc', 333 'metrics/metrics_hashes_unittest.cc',
334 'metrics/metrics_log_manager_unittest.cc', 334 'metrics/metrics_log_manager_unittest.cc',
335 'metrics/metrics_log_unittest.cc', 335 'metrics/metrics_log_unittest.cc',
336 'metrics/metrics_reporting_scheduler_unittest.cc', 336 'metrics/metrics_reporting_scheduler_unittest.cc',
337 'metrics/metrics_service_unittest.cc', 337 'metrics/metrics_service_unittest.cc',
338 'metrics/metrics_state_manager_unittest.cc', 338 'metrics/metrics_state_manager_unittest.cc',
339 'metrics/net/net_metrics_log_uploader_unittest.cc', 339 'metrics/net/net_metrics_log_uploader_unittest.cc',
340 'metrics/persisted_logs_unittest.cc', 340 'metrics/persisted_logs_unittest.cc',
341 'metrics/profiler/profiler_metrics_provider_unittest.cc', 341 'metrics/profiler/profiler_metrics_provider_unittest.cc',
342 'metrics/profiler/tracking_synchronizer_unittest.cc', 342 'metrics/profiler/tracking_synchronizer_unittest.cc',
343 'metrics/stability_metrics_helper_unittest.cc',
343 ], 344 ],
344 'mime_util_unittest_sources': [ 345 'mime_util_unittest_sources': [
345 'mime_util/mime_util_unittest.cc', 346 'mime_util/mime_util_unittest.cc',
346 ], 347 ],
347 'nacl_unittest_sources': [ 348 'nacl_unittest_sources': [
348 'nacl/browser/nacl_file_host_unittest.cc', 349 'nacl/browser/nacl_file_host_unittest.cc',
349 'nacl/browser/nacl_process_host_unittest.cc', 350 'nacl/browser/nacl_process_host_unittest.cc',
350 'nacl/browser/nacl_validation_cache_unittest.cc', 351 'nacl/browser/nacl_validation_cache_unittest.cc',
351 'nacl/browser/pnacl_host_unittest.cc', 352 'nacl/browser/pnacl_host_unittest.cc',
352 'nacl/browser/pnacl_translation_cache_unittest.cc', 353 'nacl/browser/pnacl_translation_cache_unittest.cc',
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 'dependencies': [ 1718 'dependencies': [
1718 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1719 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1719 ], 1720 ],
1720 }], 1721 }],
1721 ], 1722 ],
1722 }, 1723 },
1723 ], 1724 ],
1724 }], 1725 }],
1725 ], 1726 ],
1726 } 1727 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698