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

Side by Side Diff: components/translate.gypi

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Fix calling Init function in sync_client.cc Created 5 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/rappor/log_uploader.cc ('k') | components/translate/DEPS » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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/translate/core/browser 8 # GN version: //components/translate/core/browser
9 'target_name': 'translate_core_browser', 9 'target_name': 'translate_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../base/base.gyp:base_i18n', 13 '../base/base.gyp:base_i18n',
14 '../google_apis/google_apis.gyp:google_apis', 14 '../google_apis/google_apis.gyp:google_apis',
15 '../net/net.gyp:net', 15 '../net/net.gyp:net',
16 '../ui/base/ui_base.gyp:ui_base', 16 '../ui/base/ui_base.gyp:ui_base',
17 '../url/url.gyp:url_lib', 17 '../url/url.gyp:url_lib',
18 'components_resources.gyp:components_resources', 18 'components_resources.gyp:components_resources',
19 'components_strings.gyp:components_strings', 19 'components_strings.gyp:components_strings',
20 'data_use_measurement_core',
20 'infobars_core', 21 'infobars_core',
21 'language_usage_metrics', 22 'language_usage_metrics',
22 'pref_registry', 23 'pref_registry',
23 'translate_core_common', 24 'translate_core_common',
24 ], 25 ],
25 'include_dirs': [ 26 'include_dirs': [
26 '..', 27 '..',
27 ], 28 ],
28 'sources': [ 29 'sources': [
29 # Note: sources list duplicated in GN build. 30 # Note: sources list duplicated in GN build.
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 ], 263 ],
263 }, 264 },
264 'includes': [ 265 'includes': [
265 '../ios/web/js_compile_checked.gypi', 266 '../ios/web/js_compile_checked.gypi',
266 ], 267 ],
267 }, 268 },
268 ], 269 ],
269 }], 270 }],
270 ], 271 ],
271 } 272 }
OLDNEW
« no previous file with comments | « components/rappor/log_uploader.cc ('k') | components/translate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698