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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 17472006: Move webkit_resources / webkit_strings targets out of webkit_support.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « webkit/common/webkit_common.gypi ('k') | webkit/webkit_resources.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 6 'target_defaults': {
7 # Disable narrowing-conversion-in-initialization-list warnings in that we 7 # Disable narrowing-conversion-in-initialization-list warnings in that we
8 # do not want to fix it in data file "webcursor_gtk_data.h". 8 # do not want to fix it in data file "webcursor_gtk_data.h".
9 'cflags+': ['-Wno-narrowing'], 9 'cflags+': ['-Wno-narrowing'],
10 'cflags_cc+': ['-Wno-narrowing'], 10 'cflags_cc+': ['-Wno-narrowing'],
11 }, 11 },
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'webkit_resources',
15 'type': 'none',
16 'variables': {
17 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
18 },
19 'actions': [
20 {
21 'action_name': 'webkit_resources',
22 'variables': {
23 'grit_grd_file': 'resources/webkit_resources.grd',
24 },
25 'includes': [ '../../build/grit_action.gypi' ],
26 },
27 {
28 'action_name': 'webkit_chromium_resources',
29 'variables': {
30 'grit_grd_file': '../../third_party/WebKit/Source/WebKit/chromium/We bKit.grd',
31 },
32 'includes': [ '../../build/grit_action.gypi' ],
33 },
34 ],
35 'includes': [ '../../build/grit_target.gypi' ],
36 'direct_dependent_settings': {
37 'include_dirs': [ '<(grit_out_dir)' ],
38 },
39 },
40 {
41 'target_name': 'webkit_strings',
42 'type': 'none',
43 'variables': {
44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
45 },
46 'actions': [
47 {
48 'action_name': 'webkit_strings',
49 'variables': {
50 'grit_grd_file': 'webkit_strings.grd',
51 },
52 'includes': [ '../../build/grit_action.gypi' ],
53 },
54 ],
55 'includes': [ '../../build/grit_target.gypi' ],
56 },
57
58 {
59 'target_name': 'glue_child', 14 'target_name': 'glue_child',
60 'type': '<(component)', 15 'type': '<(component)',
61 'variables': { 'enable_wexit_time_destructors': 1, }, 16 'variables': { 'enable_wexit_time_destructors': 1, },
62 'defines': [ 17 'defines': [
63 'WEBKIT_CHILD_IMPLEMENTATION', 18 'WEBKIT_CHILD_IMPLEMENTATION',
64 ], 19 ],
65 'dependencies': [ 20 'dependencies': [
66 '<(DEPTH)/base/base.gyp:base', 21 '<(DEPTH)/base/base.gyp:base',
67 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 22 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
68 '<(DEPTH)/skia/skia.gyp:skia', 23 '<(DEPTH)/skia/skia.gyp:skia',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 '<(DEPTH)/ui/ui.gyp:ui', 208 '<(DEPTH)/ui/ui.gyp:ui',
254 '<(DEPTH)/ui/ui.gyp:ui_resources', 209 '<(DEPTH)/ui/ui.gyp:ui_resources',
255 '<(DEPTH)/url/url.gyp:url_lib', 210 '<(DEPTH)/url/url.gyp:url_lib',
256 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 211 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
257 '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base', 212 '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
258 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 213 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
259 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', 214 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common',
260 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 215 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
261 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', 216 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser',
262 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 217 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
218 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources',
219 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
263 'glue_common', 220 'glue_common',
264 'plugins', 221 'plugins',
265 'webkit_common', 222 'webkit_common',
266 'webkit_media', 223 'webkit_media',
267 'webkit_resources',
268 'webkit_strings',
269 ], 224 ],
270 'include_dirs': [ 225 'include_dirs': [
271 '<(INTERMEDIATE_DIR)', 226 '<(INTERMEDIATE_DIR)',
272 '<(SHARED_INTERMEDIATE_DIR)/webkit', 227 '<(SHARED_INTERMEDIATE_DIR)/webkit',
273 '<(SHARED_INTERMEDIATE_DIR)/ui', 228 '<(SHARED_INTERMEDIATE_DIR)/ui',
274 ], 229 ],
275 'sources': [ 230 'sources': [
276 'ftp_directory_listing_response_delegate.cc', 231 'ftp_directory_listing_response_delegate.cc',
277 'ftp_directory_listing_response_delegate.h', 232 'ftp_directory_listing_response_delegate.h',
278 'network_list_observer.h', 233 'network_list_observer.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ], 280 ],
326 'export_dependent_settings': [ 281 'export_dependent_settings': [
327 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 282 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
328 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 283 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
329 ], 284 ],
330 }], 285 }],
331 ], 286 ],
332 }], 287 }],
333 ], 288 ],
334 }, 289 },
290
291 # TODO(jamesr): These temporary targets exist only for DumpRenderTree.gyp in the blink repo.
292 {
293 'target_name': 'webkit_resources',
294 'type': 'none',
295 'dependencies': [
296 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources',
297 ],
298 'export_dependent_settings': [
299 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources',
300 ],
301 },
302
303 {
304 'target_name': 'webkit_strings',
305 'type': 'none',
306 'dependencies': [
307 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
308 ],
309 'export_dependent_settings': [
310 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
311 ],
312 },
335 ], 313 ],
336 'conditions': [ 314 'conditions': [
337 ['use_third_party_translations==1', { 315 ['use_third_party_translations==1', {
338 'targets': [ 316 'targets': [
339 { 317 {
340 'target_name': 'inspector_strings', 318 'target_name': 'inspector_strings',
341 'type': 'none', 319 'type': 'none',
342 'variables': { 320 'variables': {
343 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n', 321 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n',
344 }, 322 },
(...skipping 18 matching lines...) Expand all
363 'variables': { 341 'variables': {
364 'jni_gen_package': 'webkit', 342 'jni_gen_package': 'webkit',
365 'input_java_class': 'android/widget/OverScroller.class', 343 'input_java_class': 'android/widget/OverScroller.class',
366 }, 344 },
367 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 345 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
368 }, 346 },
369 ], 347 ],
370 }], 348 }],
371 ], 349 ],
372 } 350 }
OLDNEW
« no previous file with comments | « webkit/common/webkit_common.gypi ('k') | webkit/webkit_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698