| 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 'data_use_measurement_core', |
| 21 'infobars_core', | 21 'infobars_core', |
| 22 'language_usage_metrics', | 22 'language_usage_metrics', |
| 23 'pref_registry', | 23 'pref_registry', |
| 24 'translate_core_common', | 24 'translate_core_common', |
| 25 'variations', |
| 25 ], | 26 ], |
| 26 'include_dirs': [ | 27 'include_dirs': [ |
| 27 '..', | 28 '..', |
| 28 ], | 29 ], |
| 29 'sources': [ | 30 'sources': [ |
| 30 # Note: sources list duplicated in GN build. | 31 # Note: sources list duplicated in GN build. |
| 31 'translate/core/browser/language_state.cc', | 32 'translate/core/browser/language_state.cc', |
| 32 'translate/core/browser/language_state.h', | 33 'translate/core/browser/language_state.h', |
| 33 'translate/core/browser/page_translated_details.h', | 34 'translate/core/browser/page_translated_details.h', |
| 34 'translate/core/browser/translate_accept_languages.cc', | 35 'translate/core/browser/translate_accept_languages.cc', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 ], | 260 ], |
| 260 }, | 261 }, |
| 261 'includes': [ | 262 'includes': [ |
| 262 '../ios/web/js_compile_checked.gypi', | 263 '../ios/web/js_compile_checked.gypi', |
| 263 ], | 264 ], |
| 264 }, | 265 }, |
| 265 ], | 266 ], |
| 266 }], | 267 }], |
| 267 ], | 268 ], |
| 268 } | 269 } |
| OLD | NEW |