OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |