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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 'translate_content_common', | 185 'translate_content_common', |
186 'translate_core_common', | 186 'translate_core_common', |
187 'translate_core_language_detection', | 187 'translate_core_language_detection', |
188 '../base/base.gyp:base', | 188 '../base/base.gyp:base', |
189 '../content/content.gyp:content_common', | 189 '../content/content.gyp:content_common', |
190 '../content/content.gyp:content_renderer', | 190 '../content/content.gyp:content_renderer', |
191 '../ipc/ipc.gyp:ipc', | 191 '../ipc/ipc.gyp:ipc', |
192 '../third_party/WebKit/public/blink.gyp:blink', | 192 '../third_party/WebKit/public/blink.gyp:blink', |
193 '../third_party/cld_2/cld_2.gyp:cld_2', | 193 '../third_party/cld_2/cld_2.gyp:cld_2', |
194 '../url/url.gyp:url_lib', | 194 '../url/url.gyp:url_lib', |
195 '../v8/tools/gyp/v8.gyp:v8', | 195 '../v8/src/v8.gyp:v8', |
196 ], | 196 ], |
197 'include_dirs': [ | 197 'include_dirs': [ |
198 '..', | 198 '..', |
199 ], | 199 ], |
200 'sources': [ | 200 'sources': [ |
201 # Note: sources list duplicated in GN build. | 201 # Note: sources list duplicated in GN build. |
202 'translate/content/renderer/data_file_renderer_cld_data_provider.cc'
, | 202 'translate/content/renderer/data_file_renderer_cld_data_provider.cc'
, |
203 'translate/content/renderer/data_file_renderer_cld_data_provider.h', | 203 'translate/content/renderer/data_file_renderer_cld_data_provider.h', |
204 'translate/content/renderer/renderer_cld_data_provider.cc', | 204 'translate/content/renderer/renderer_cld_data_provider.cc', |
205 'translate/content/renderer/renderer_cld_data_provider.h', | 205 'translate/content/renderer/renderer_cld_data_provider.h', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 ], | 259 ], |
260 }, | 260 }, |
261 'includes': [ | 261 'includes': [ |
262 '../ios/web/js_compile_checked.gypi', | 262 '../ios/web/js_compile_checked.gypi', |
263 ], | 263 ], |
264 }, | 264 }, |
265 ], | 265 ], |
266 }], | 266 }], |
267 ], | 267 ], |
268 } | 268 } |
OLD | NEW |