| 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', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 ], | 165 ], |
| 166 }, | 166 }, |
| 167 { | 167 { |
| 168 # GN version: //components/translate/content/common | 168 # GN version: //components/translate/content/common |
| 169 'target_name': 'translate_content_common', | 169 'target_name': 'translate_content_common', |
| 170 'type': 'static_library', | 170 'type': 'static_library', |
| 171 'dependencies': [ | 171 'dependencies': [ |
| 172 'translate_core_common', | 172 'translate_core_common', |
| 173 'translate_core_language_detection', | 173 'translate_core_language_detection', |
| 174 '../base/base.gyp:base', | 174 '../base/base.gyp:base', |
| 175 '../content/content.gyp:content_common', |
| 175 '../ipc/ipc.gyp:ipc', | 176 '../ipc/ipc.gyp:ipc', |
| 176 '../url/ipc/url_ipc.gyp:url_ipc', | |
| 177 ], | 177 ], |
| 178 'include_dirs': [ | 178 'include_dirs': [ |
| 179 '..', | 179 '..', |
| 180 ], | 180 ], |
| 181 'sources': [ | 181 'sources': [ |
| 182 # Note: sources list duplicated in GN build. | 182 # Note: sources list duplicated in GN build. |
| 183 'translate/content/common/cld_data_source.cc', | 183 'translate/content/common/cld_data_source.cc', |
| 184 'translate/content/common/cld_data_source.h', | 184 'translate/content/common/cld_data_source.h', |
| 185 'translate/content/common/data_file_cld_data_provider_messages.cc', | 185 'translate/content/common/data_file_cld_data_provider_messages.cc', |
| 186 'translate/content/common/data_file_cld_data_provider_messages.h', | 186 'translate/content/common/data_file_cld_data_provider_messages.h', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 ], | 278 ], |
| 279 }, | 279 }, |
| 280 'includes': [ | 280 'includes': [ |
| 281 '../ios/web/js_compile_checked.gypi', | 281 '../ios/web/js_compile_checked.gypi', |
| 282 ], | 282 ], |
| 283 }, | 283 }, |
| 284 ], | 284 ], |
| 285 }], | 285 }], |
| 286 ], | 286 ], |
| 287 } | 287 } |
| OLD | NEW |