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

Side by Side Diff: components/metrics.gypi

Issue 577823002: Moves ProfilerMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaase Created 6 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
« 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'metrics/net/network_metrics_provider.h', 100 'metrics/net/network_metrics_provider.h',
101 'metrics/net/net_metrics_log_uploader.cc', 101 'metrics/net/net_metrics_log_uploader.cc',
102 'metrics/net/net_metrics_log_uploader.h', 102 'metrics/net/net_metrics_log_uploader.h',
103 'metrics/net/wifi_access_point_info_provider.cc', 103 'metrics/net/wifi_access_point_info_provider.cc',
104 'metrics/net/wifi_access_point_info_provider.h', 104 'metrics/net/wifi_access_point_info_provider.h',
105 'metrics/net/wifi_access_point_info_provider_chromeos.cc', 105 'metrics/net/wifi_access_point_info_provider_chromeos.cc',
106 'metrics/net/wifi_access_point_info_provider_chromeos.h', 106 'metrics/net/wifi_access_point_info_provider_chromeos.h',
107 ], 107 ],
108 }, 108 },
109 { 109 {
110 # GN version: //components/metrics:profiler
111 'target_name': 'metrics_profiler',
112 'type': 'static_library',
113 'include_dirs': [
114 '..',
115 ],
116 'dependencies': [
117 '../content/content.gyp:content_browser',
118 'component_metrics_proto',
119 'metrics',
120 ],
121 'sources': [
122 'metrics/profiler/profiler_metrics_provider.cc',
123 'metrics/profiler/profiler_metrics_provider.h',
124 'metrics/profiler/tracking_synchronizer.cc',
125 'metrics/profiler/tracking_synchronizer.h',
126 'metrics/profiler/tracking_synchronizer_observer.h',
127 ],
128 },
129 {
110 # Protobuf compiler / generator for UMA (User Metrics Analysis). 130 # Protobuf compiler / generator for UMA (User Metrics Analysis).
111 # 131 #
112 # GN version: //components/metrics/proto:proto 132 # GN version: //components/metrics/proto:proto
113 'target_name': 'component_metrics_proto', 133 'target_name': 'component_metrics_proto',
114 'type': 'static_library', 134 'type': 'static_library',
115 'sources': [ 135 'sources': [
116 'metrics/proto/chrome_user_metrics_extension.proto', 136 'metrics/proto/chrome_user_metrics_extension.proto',
117 'metrics/proto/histogram_event.proto', 137 'metrics/proto/histogram_event.proto',
118 'metrics/proto/omnibox_event.proto', 138 'metrics/proto/omnibox_event.proto',
119 'metrics/proto/omnibox_input_type.proto', 139 'metrics/proto/omnibox_input_type.proto',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'metrics/serialization/metric_sample.h', 184 'metrics/serialization/metric_sample.h',
165 ], 185 ],
166 'dependencies': [ 186 'dependencies': [
167 '../base/base.gyp:base', 187 '../base/base.gyp:base',
168 ], 188 ],
169 }, 189 },
170 ], 190 ],
171 }], 191 }],
172 ], 192 ],
173 } 193 }
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