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