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

Side by Side Diff: components/metrics.gypi

Issue 1926523002: Rename gfx::Display/Screen to display::Display/Screen in components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « components/exo/wayland/server.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 }, 135 },
136 { 136 {
137 # GN version: //components/metrics:ui 137 # GN version: //components/metrics:ui
138 'target_name': 'metrics_ui', 138 'target_name': 'metrics_ui',
139 'type': 'static_library', 139 'type': 'static_library',
140 'include_dirs': [ 140 'include_dirs': [
141 '..', 141 '..',
142 ], 142 ],
143 'dependencies': [ 143 'dependencies': [
144 '../base/base.gyp:base', 144 '../base/base.gyp:base',
145 '../ui/display/display.gyp:display',
145 '../ui/gfx/gfx.gyp:gfx', 146 '../ui/gfx/gfx.gyp:gfx',
146 'metrics', 147 'metrics',
147 ], 148 ],
148 'sources': [ 149 'sources': [
149 'metrics/ui/screen_info_metrics_provider.cc', 150 'metrics/ui/screen_info_metrics_provider.cc',
150 'metrics/ui/screen_info_metrics_provider.h', 151 'metrics/ui/screen_info_metrics_provider.h',
151 ], 152 ],
152 }, 153 },
153 { 154 {
154 # Protobuf compiler / generator for UMA (User Metrics Analysis). 155 # Protobuf compiler / generator for UMA (User Metrics Analysis).
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 330 ],
330 'sources': [ 331 'sources': [
331 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc', 332 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc',
332 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h', 333 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h',
333 ], 334 ],
334 }, 335 },
335 ], 336 ],
336 }], 337 }],
337 ], 338 ],
338 } 339 }
OLDNEW
« no previous file with comments | « components/exo/wayland/server.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698