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

Side by Side Diff: components/metrics.gypi

Issue 1339943003: Revert "Report data usage UMA for Chrome services" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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',
103 'metrics', 102 'metrics',
104 ], 103 ],
105 'sources': [ 104 'sources': [
106 'metrics/net/net_metrics_log_uploader.cc', 105 'metrics/net/net_metrics_log_uploader.cc',
107 'metrics/net/net_metrics_log_uploader.h', 106 'metrics/net/net_metrics_log_uploader.h',
108 'metrics/net/network_metrics_provider.cc', 107 'metrics/net/network_metrics_provider.cc',
109 'metrics/net/network_metrics_provider.h', 108 'metrics/net/network_metrics_provider.h',
110 'metrics/net/wifi_access_point_info_provider.cc', 109 'metrics/net/wifi_access_point_info_provider.cc',
111 'metrics/net/wifi_access_point_info_provider.h', 110 'metrics/net/wifi_access_point_info_provider.h',
112 'metrics/net/wifi_access_point_info_provider_chromeos.cc', 111 'metrics/net/wifi_access_point_info_provider_chromeos.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'metrics/profiler/tracking_synchronizer.cc', 224 'metrics/profiler/tracking_synchronizer.cc',
226 'metrics/profiler/tracking_synchronizer.h', 225 'metrics/profiler/tracking_synchronizer.h',
227 'metrics/profiler/tracking_synchronizer_observer.cc', 226 'metrics/profiler/tracking_synchronizer_observer.cc',
228 'metrics/profiler/tracking_synchronizer_observer.h', 227 'metrics/profiler/tracking_synchronizer_observer.h',
229 ], 228 ],
230 }, 229 },
231 ], 230 ],
232 }] 231 }]
233 ], 232 ],
234 } 233 }
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