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

Side by Side Diff: components/components_tests.gyp

Issue 1254983003: Componentize DriveMetricsProvider* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'leveldb_proto_unittest_sources': [ 299 'leveldb_proto_unittest_sources': [
300 'leveldb_proto/proto_database_impl_unittest.cc', 300 'leveldb_proto/proto_database_impl_unittest.cc',
301 ], 301 ],
302 'login_unittest_sources': [ 302 'login_unittest_sources': [
303 'login/screens/screen_context_unittest.cc', 303 'login/screens/screen_context_unittest.cc',
304 ], 304 ],
305 'metrics_unittest_sources': [ 305 'metrics_unittest_sources': [
306 'metrics/call_stack_profile_metrics_provider_unittest.cc', 306 'metrics/call_stack_profile_metrics_provider_unittest.cc',
307 'metrics/compression_utils_unittest.cc', 307 'metrics/compression_utils_unittest.cc',
308 'metrics/daily_event_unittest.cc', 308 'metrics/daily_event_unittest.cc',
309 'metrics/drive_metrics_provider_unittest.cc',
309 'metrics/gpu/gpu_metrics_provider_unittest.cc', 310 'metrics/gpu/gpu_metrics_provider_unittest.cc',
310 'metrics/histogram_encoder_unittest.cc', 311 'metrics/histogram_encoder_unittest.cc',
311 'metrics/machine_id_provider_win_unittest.cc', 312 'metrics/machine_id_provider_win_unittest.cc',
312 'metrics/metrics_hashes_unittest.cc', 313 'metrics/metrics_hashes_unittest.cc',
313 'metrics/metrics_log_manager_unittest.cc', 314 'metrics/metrics_log_manager_unittest.cc',
314 'metrics/metrics_log_unittest.cc', 315 'metrics/metrics_log_unittest.cc',
315 'metrics/metrics_reporting_scheduler_unittest.cc', 316 'metrics/metrics_reporting_scheduler_unittest.cc',
316 'metrics/metrics_service_unittest.cc', 317 'metrics/metrics_service_unittest.cc',
317 'metrics/metrics_state_manager_unittest.cc', 318 'metrics/metrics_state_manager_unittest.cc',
318 'metrics/net/net_metrics_log_uploader_unittest.cc', 319 'metrics/net/net_metrics_log_uploader_unittest.cc',
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 'invalidation/impl/android/junit/', 1577 'invalidation/impl/android/junit/',
1577 'policy/android/junit/' 1578 'policy/android/junit/'
1578 ], 1579 ],
1579 }, 1580 },
1580 'includes': [ '../build/host_jar.gypi' ], 1581 'includes': [ '../build/host_jar.gypi' ],
1581 }, 1582 },
1582 ], 1583 ],
1583 }], 1584 }],
1584 ], 1585 ],
1585 } 1586 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698