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

Side by Side Diff: components/metrics.gypi

Issue 293663002: [Metrics] Move MetricsServiceObserver into //components/metrics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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/chrome_browser.gypi ('k') | components/metrics/metrics_service_observer.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 'target_name': 'metrics', 8 'target_name': 'metrics',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '..', 11 '..',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 'component_metrics_proto', 15 'component_metrics_proto',
16 ], 16 ],
17 'sources': [ 17 'sources': [
18 'metrics/metrics_hashes.cc', 18 'metrics/metrics_hashes.cc',
19 'metrics/metrics_hashes.h', 19 'metrics/metrics_hashes.h',
20 'metrics/metrics_log_base.cc', 20 'metrics/metrics_log_base.cc',
21 'metrics/metrics_log_base.h', 21 'metrics/metrics_log_base.h',
22 'metrics/metrics_log_manager.cc', 22 'metrics/metrics_log_manager.cc',
23 'metrics/metrics_log_manager.h', 23 'metrics/metrics_log_manager.h',
24 'metrics/metrics_pref_names.cc', 24 'metrics/metrics_pref_names.cc',
25 'metrics/metrics_pref_names.h', 25 'metrics/metrics_pref_names.h',
26 'metrics/metrics_service_client.h', 26 'metrics/metrics_service_client.h',
27 'metrics/metrics_service_observer.cc',
28 'metrics/metrics_service_observer.h',
27 'metrics/persisted_logs.cc', 29 'metrics/persisted_logs.cc',
28 'metrics/persisted_logs.h', 30 'metrics/persisted_logs.h',
29 ], 31 ],
30 'conditions': [ 32 'conditions': [
31 ['chromeos==1', { 33 ['chromeos==1', {
32 'dependencies': [ 34 'dependencies': [
33 'metrics_chromeos', 35 'metrics_chromeos',
34 ], 36 ],
35 }], 37 }],
36 ], 38 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'metrics/chromeos/metric_sample.h', 71 'metrics/chromeos/metric_sample.h',
70 ], 72 ],
71 'dependencies': [ 73 'dependencies': [
72 '../base/base.gyp:base', 74 '../base/base.gyp:base',
73 ], 75 ],
74 }, 76 },
75 ], 77 ],
76 }], 78 }],
77 ], 79 ],
78 } 80 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/metrics/metrics_service_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698