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

Side by Side Diff: components/metrics.gypi

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Fix calling Init function in sync_client.cc Created 5 years, 3 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 | « components/invalidation/impl/gcm_network_channel.cc ('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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'target_name': 'metrics_net', 92 'target_name': 'metrics_net',
93 'type': 'static_library', 93 'type': 'static_library',
94 'include_dirs': [ 94 'include_dirs': [
95 '..', 95 '..',
96 ], 96 ],
97 'dependencies': [ 97 'dependencies': [
98 '../base/base.gyp:base', 98 '../base/base.gyp:base',
99 '../net/net.gyp:net', 99 '../net/net.gyp:net',
100 '../url/url.gyp:url_lib', 100 '../url/url.gyp:url_lib',
101 'component_metrics_proto', 101 'component_metrics_proto',
102 'data_use_measurement_core',
102 'metrics', 103 'metrics',
103 ], 104 ],
104 'sources': [ 105 'sources': [
105 'metrics/net/net_metrics_log_uploader.cc', 106 'metrics/net/net_metrics_log_uploader.cc',
106 'metrics/net/net_metrics_log_uploader.h', 107 'metrics/net/net_metrics_log_uploader.h',
107 'metrics/net/network_metrics_provider.cc', 108 'metrics/net/network_metrics_provider.cc',
108 'metrics/net/network_metrics_provider.h', 109 'metrics/net/network_metrics_provider.h',
109 'metrics/net/wifi_access_point_info_provider.cc', 110 'metrics/net/wifi_access_point_info_provider.cc',
110 'metrics/net/wifi_access_point_info_provider.h', 111 'metrics/net/wifi_access_point_info_provider.h',
111 'metrics/net/wifi_access_point_info_provider_chromeos.cc', 112 'metrics/net/wifi_access_point_info_provider_chromeos.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'metrics/profiler/tracking_synchronizer.cc', 225 'metrics/profiler/tracking_synchronizer.cc',
225 'metrics/profiler/tracking_synchronizer.h', 226 'metrics/profiler/tracking_synchronizer.h',
226 'metrics/profiler/tracking_synchronizer_observer.cc', 227 'metrics/profiler/tracking_synchronizer_observer.cc',
227 'metrics/profiler/tracking_synchronizer_observer.h', 228 'metrics/profiler/tracking_synchronizer_observer.h',
228 ], 229 ],
229 }, 230 },
230 ], 231 ],
231 }] 232 }]
232 ], 233 ],
233 } 234 }
OLDNEW
« no previous file with comments | « components/invalidation/impl/gcm_network_channel.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698