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

Side by Side Diff: components/metrics.gypi

Issue 1366643002: Extract guts of ChromeStabilityMetricsProvider into helper class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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/components_tests.gyp ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'metrics/metrics_service_accessor.cc', 64 'metrics/metrics_service_accessor.cc',
65 'metrics/metrics_service_accessor.h', 65 'metrics/metrics_service_accessor.h',
66 'metrics/metrics_service_client.cc', 66 'metrics/metrics_service_client.cc',
67 'metrics/metrics_service_client.h', 67 'metrics/metrics_service_client.h',
68 'metrics/metrics_state_manager.cc', 68 'metrics/metrics_state_manager.cc',
69 'metrics/metrics_state_manager.h', 69 'metrics/metrics_state_manager.h',
70 'metrics/metrics_switches.cc', 70 'metrics/metrics_switches.cc',
71 'metrics/metrics_switches.h', 71 'metrics/metrics_switches.h',
72 'metrics/persisted_logs.cc', 72 'metrics/persisted_logs.cc',
73 'metrics/persisted_logs.h', 73 'metrics/persisted_logs.h',
74 'metrics/stability_metrics_helper.cc',
75 'metrics/stability_metrics_helper.h',
76 'metrics/system_memory_stats_recorder.h',
77 'metrics/system_memory_stats_recorder_linux.cc',
78 'metrics/system_memory_stats_recorder_win.cc',
74 'metrics/url_constants.cc', 79 'metrics/url_constants.cc',
75 'metrics/url_constants.h', 80 'metrics/url_constants.h',
76 ], 81 ],
77 'conditions': [ 82 'conditions': [
78 ['chromeos==1', { 83 ['chromeos==1', {
79 'dependencies': [ 84 'dependencies': [
80 'metrics_serialization', 85 'metrics_serialization',
81 ], 86 ],
82 }], 87 }],
83 ['OS=="win"', { 88 ['OS=="win"', {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'metrics/profiler/tracking_synchronizer.cc', 233 'metrics/profiler/tracking_synchronizer.cc',
229 'metrics/profiler/tracking_synchronizer.h', 234 'metrics/profiler/tracking_synchronizer.h',
230 'metrics/profiler/tracking_synchronizer_observer.cc', 235 'metrics/profiler/tracking_synchronizer_observer.cc',
231 'metrics/profiler/tracking_synchronizer_observer.h', 236 'metrics/profiler/tracking_synchronizer_observer.h',
232 ], 237 ],
233 }, 238 },
234 ], 239 ],
235 }] 240 }]
236 ], 241 ],
237 } 242 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698