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

Side by Side Diff: components/metrics.gypi

Issue 886173002: Allow server endpoint to be injected into the NetMetricsLogUploader from chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GN build Created 5 years, 10 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 | « chromecast/browser/metrics/cast_metrics_service_client.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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'metrics/metrics_service_accessor.cc', 59 'metrics/metrics_service_accessor.cc',
60 'metrics/metrics_service_accessor.h', 60 'metrics/metrics_service_accessor.h',
61 'metrics/metrics_service_client.cc', 61 'metrics/metrics_service_client.cc',
62 'metrics/metrics_service_client.h', 62 'metrics/metrics_service_client.h',
63 'metrics/metrics_state_manager.cc', 63 'metrics/metrics_state_manager.cc',
64 'metrics/metrics_state_manager.h', 64 'metrics/metrics_state_manager.h',
65 'metrics/metrics_switches.cc', 65 'metrics/metrics_switches.cc',
66 'metrics/metrics_switches.h', 66 'metrics/metrics_switches.h',
67 'metrics/persisted_logs.cc', 67 'metrics/persisted_logs.cc',
68 'metrics/persisted_logs.h', 68 'metrics/persisted_logs.h',
69 'metrics/url_constants.cc',
70 'metrics/url_constants.h',
69 ], 71 ],
70 'conditions': [ 72 'conditions': [
71 ['chromeos==1', { 73 ['chromeos==1', {
72 'dependencies': [ 74 'dependencies': [
73 'metrics_serialization', 75 'metrics_serialization',
74 ], 76 ],
75 }], 77 }],
76 ['OS=="win"', { 78 ['OS=="win"', {
77 'sources!': [ 79 'sources!': [
78 'metrics/machine_id_provider_stub.cc', 80 'metrics/machine_id_provider_stub.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'metrics/serialization/metric_sample.h', 210 'metrics/serialization/metric_sample.h',
209 ], 211 ],
210 'dependencies': [ 212 'dependencies': [
211 '../base/base.gyp:base', 213 '../base/base.gyp:base',
212 ], 214 ],
213 }, 215 },
214 ], 216 ],
215 }], 217 }],
216 ], 218 ],
217 } 219 }
OLDNEW
« no previous file with comments | « chromecast/browser/metrics/cast_metrics_service_client.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698