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

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: Addressing reviewer's comments. 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
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'target_name': 'metrics_net', 111 'target_name': 'metrics_net',
112 'type': 'static_library', 112 'type': 'static_library',
113 'include_dirs': [ 113 'include_dirs': [
114 '..', 114 '..',
115 ], 115 ],
116 'dependencies': [ 116 'dependencies': [
117 '../base/base.gyp:base', 117 '../base/base.gyp:base',
118 '../net/net.gyp:net', 118 '../net/net.gyp:net',
119 '../url/url.gyp:url_lib', 119 '../url/url.gyp:url_lib',
120 'component_metrics_proto', 120 'component_metrics_proto',
121 'data_use_measurement_core',
121 'metrics', 122 'metrics',
122 ], 123 ],
123 'sources': [ 124 'sources': [
124 'metrics/net/net_metrics_log_uploader.cc', 125 'metrics/net/net_metrics_log_uploader.cc',
125 'metrics/net/net_metrics_log_uploader.h', 126 'metrics/net/net_metrics_log_uploader.h',
126 'metrics/net/network_metrics_provider.cc', 127 'metrics/net/network_metrics_provider.cc',
127 'metrics/net/network_metrics_provider.h', 128 'metrics/net/network_metrics_provider.h',
128 'metrics/net/wifi_access_point_info_provider.cc', 129 'metrics/net/wifi_access_point_info_provider.cc',
129 'metrics/net/wifi_access_point_info_provider.h', 130 'metrics/net/wifi_access_point_info_provider.h',
130 'metrics/net/wifi_access_point_info_provider_chromeos.cc', 131 'metrics/net/wifi_access_point_info_provider_chromeos.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'metrics/serialization/serialization_utils.h', 221 'metrics/serialization/serialization_utils.h',
221 ], 222 ],
222 'dependencies': [ 223 'dependencies': [
223 '../base/base.gyp:base', 224 '../base/base.gyp:base',
224 ], 225 ],
225 }, 226 },
226 ], 227 ],
227 }], 228 }],
228 ], 229 ],
229 } 230 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698