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

Side by Side Diff: components/translate.gypi

Issue 1339943003: Revert "Report data usage UMA for Chrome services" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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',
21 'infobars_core', 20 'infobars_core',
22 'language_usage_metrics', 21 'language_usage_metrics',
23 'pref_registry', 22 'pref_registry',
24 'translate_core_common', 23 'translate_core_common',
25 ], 24 ],
26 'include_dirs': [ 25 'include_dirs': [
27 '..', 26 '..',
28 ], 27 ],
29 'sources': [ 28 'sources': [
30 # Note: sources list duplicated in GN build. 29 # Note: sources list duplicated in GN build.
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 262 ],
264 }, 263 },
265 'includes': [ 264 'includes': [
266 '../ios/web/js_compile_checked.gypi', 265 '../ios/web/js_compile_checked.gypi',
267 ], 266 ],
268 }, 267 },
269 ], 268 ],
270 }], 269 }],
271 ], 270 ],
272 } 271 }
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