Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Side by Side Diff: components/translate.gypi

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/test_runner/test_runner.gyp ('k') | content/content.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « components/test_runner/test_runner.gyp ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698