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

Side by Side Diff: components/metrics.gypi

Issue 1819093002: Remove base_i18n dependency from //components/metrics:metrics target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | components/metrics/BUILD.gn » ('j') | components/metrics/daily_event.cc » ('J')
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 '../base/base.gyp:base_i18n',
17 '../third_party/zlib/google/zip.gyp:compression_utils', 16 '../third_party/zlib/google/zip.gyp:compression_utils',
18 'component_metrics_proto', 17 'component_metrics_proto',
19 'prefs/prefs.gyp:prefs', 18 'prefs/prefs.gyp:prefs',
20 'variations', 19 'variations',
21 ], 20 ],
22 'export_dependent_settings': [ 21 'export_dependent_settings': [
23 'component_metrics_proto', 22 'component_metrics_proto',
24 ], 23 ],
25 'sources': [ 24 'sources': [
26 'metrics/call_stack_profile_metrics_provider.cc', 25 'metrics/call_stack_profile_metrics_provider.cc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ], 326 ],
328 'sources': [ 327 'sources': [
329 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc', 328 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc',
330 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h', 329 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h',
331 ], 330 ],
332 }, 331 },
333 ], 332 ],
334 }], 333 }],
335 ], 334 ],
336 } 335 }
OLDNEW
« no previous file with comments | « no previous file | components/metrics/BUILD.gn » ('j') | components/metrics/daily_event.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698