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

Side by Side Diff: components/metrics.gypi

Issue 372473004: Retrieve client_id from GoogleUpdateSettings when its missing from Local State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits:grt Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/installer/util/google_update_settings.cc ('k') | components/metrics/client_info.h » ('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',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../third_party/zlib/zlib.gyp:zlib', 16 '../third_party/zlib/zlib.gyp:zlib',
17 'component_metrics_proto', 17 'component_metrics_proto',
18 'variations', 18 'variations',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 'metrics/client_info.cc',
22 'metrics/client_info.h',
23 'metrics/cloned_install_detector.cc',
24 'metrics/cloned_install_detector.h',
21 'metrics/compression_utils.cc', 25 'metrics/compression_utils.cc',
22 'metrics/compression_utils.h', 26 'metrics/compression_utils.h',
23 'metrics/cloned_install_detector.cc',
24 'metrics/cloned_install_detector.h',
25 'metrics/machine_id_provider.h', 27 'metrics/machine_id_provider.h',
26 'metrics/machine_id_provider_stub.cc', 28 'metrics/machine_id_provider_stub.cc',
27 'metrics/machine_id_provider_win.cc', 29 'metrics/machine_id_provider_win.cc',
28 'metrics/metrics_hashes.cc', 30 'metrics/metrics_hashes.cc',
29 'metrics/metrics_hashes.h', 31 'metrics/metrics_hashes.h',
30 'metrics/metrics_log.cc', 32 'metrics/metrics_log.cc',
31 'metrics/metrics_log.h', 33 'metrics/metrics_log.h',
34 'metrics/metrics_log_manager.cc',
35 'metrics/metrics_log_manager.h',
32 'metrics/metrics_log_uploader.cc', 36 'metrics/metrics_log_uploader.cc',
33 'metrics/metrics_log_uploader.h', 37 'metrics/metrics_log_uploader.h',
34 'metrics/metrics_log_manager.cc',
35 'metrics/metrics_log_manager.h',
36 'metrics/metrics_pref_names.cc', 38 'metrics/metrics_pref_names.cc',
37 'metrics/metrics_pref_names.h', 39 'metrics/metrics_pref_names.h',
38 'metrics/metrics_provider.h', 40 'metrics/metrics_provider.h',
39 'metrics/metrics_reporting_scheduler.cc', 41 'metrics/metrics_reporting_scheduler.cc',
40 'metrics/metrics_reporting_scheduler.h', 42 'metrics/metrics_reporting_scheduler.h',
41 'metrics/metrics_service.cc', 43 'metrics/metrics_service.cc',
42 'metrics/metrics_service.h', 44 'metrics/metrics_service.h',
43 'metrics/metrics_service_client.h', 45 'metrics/metrics_service_client.h',
44 'metrics/metrics_service_observer.cc', 46 'metrics/metrics_service_observer.cc',
45 'metrics/metrics_service_observer.h', 47 'metrics/metrics_service_observer.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'metrics/serialization/metric_sample.h', 139 'metrics/serialization/metric_sample.h',
138 ], 140 ],
139 'dependencies': [ 141 'dependencies': [
140 '../base/base.gyp:base', 142 '../base/base.gyp:base',
141 ], 143 ],
142 }, 144 },
143 ], 145 ],
144 }], 146 }],
145 ], 147 ],
146 } 148 }
OLDNEW
« no previous file with comments | « chrome/installer/util/google_update_settings.cc ('k') | components/metrics/client_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698