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

Side by Side Diff: components/metrics.gypi

Issue 1476633003: Move HashMetricName to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unittest Created 5 years 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 | « components/components_tests.gyp ('k') | components/metrics/BUILD.gn » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/metrics 8 # GN version: //components/metrics
9 'target_name': 'metrics', 9 'target_name': 'metrics',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 27 matching lines...) Expand all
38 'metrics/drive_metrics_provider_android.cc', 38 'metrics/drive_metrics_provider_android.cc',
39 'metrics/drive_metrics_provider_ios.mm', 39 'metrics/drive_metrics_provider_ios.mm',
40 'metrics/drive_metrics_provider_linux.cc', 40 'metrics/drive_metrics_provider_linux.cc',
41 'metrics/drive_metrics_provider_mac.mm', 41 'metrics/drive_metrics_provider_mac.mm',
42 'metrics/drive_metrics_provider_win.cc', 42 'metrics/drive_metrics_provider_win.cc',
43 'metrics/histogram_encoder.cc', 43 'metrics/histogram_encoder.cc',
44 'metrics/histogram_encoder.h', 44 'metrics/histogram_encoder.h',
45 'metrics/machine_id_provider.h', 45 'metrics/machine_id_provider.h',
46 'metrics/machine_id_provider_stub.cc', 46 'metrics/machine_id_provider_stub.cc',
47 'metrics/machine_id_provider_win.cc', 47 'metrics/machine_id_provider_win.cc',
48 'metrics/metrics_hashes.cc',
49 'metrics/metrics_hashes.h',
50 'metrics/metrics_log.cc', 48 'metrics/metrics_log.cc',
51 'metrics/metrics_log.h', 49 'metrics/metrics_log.h',
52 'metrics/metrics_log_manager.cc', 50 'metrics/metrics_log_manager.cc',
53 'metrics/metrics_log_manager.h', 51 'metrics/metrics_log_manager.h',
54 'metrics/metrics_log_uploader.cc', 52 'metrics/metrics_log_uploader.cc',
55 'metrics/metrics_log_uploader.h', 53 'metrics/metrics_log_uploader.h',
56 'metrics/metrics_pref_names.cc', 54 'metrics/metrics_pref_names.cc',
57 'metrics/metrics_pref_names.h', 55 'metrics/metrics_pref_names.h',
58 'metrics/metrics_provider.cc', 56 'metrics/metrics_provider.cc',
59 'metrics/metrics_provider.h', 57 'metrics/metrics_provider.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 ], 294 ],
297 'sources': [ 295 'sources': [
298 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc', 296 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc',
299 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h', 297 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h',
300 ], 298 ],
301 }, 299 },
302 ], 300 ],
303 }], 301 }],
304 ], 302 ],
305 } 303 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698