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

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

Issue 16370007: stub webkit/child/ and webkitplatformsupport_child_impl for transition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unnecessary dependencies Created 7 years, 6 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/child/webkitplatformsupport_child_impl.cc ('k') | no next file » | 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'],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'variables': { 49 'variables': {
50 'grit_grd_file': 'webkit_strings.grd', 50 'grit_grd_file': 'webkit_strings.grd',
51 }, 51 },
52 'includes': [ '../../build/grit_action.gypi' ], 52 'includes': [ '../../build/grit_action.gypi' ],
53 }, 53 },
54 ], 54 ],
55 'includes': [ '../../build/grit_target.gypi' ], 55 'includes': [ '../../build/grit_target.gypi' ],
56 }, 56 },
57 57
58 { 58 {
59 'target_name': 'glue_child',
60 'type': '<(component)',
61 'variables': { 'enable_wexit_time_destructors': 1, },
62 'defines': [
63 'WEBKIT_CHILD_IMPLEMENTATION',
64 ],
65 'dependencies': [
66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
67
68 # TODO(scottmg): crbug.com/237249
69 'glue',
70 ],
71
72 'sources': [
73 '../child/webkitplatformsupport_child_impl.cc',
74 '../child/webkitplatformsupport_child_impl.h',
75 ],
76 },
77
78 {
59 'target_name': 'glue_common', 79 'target_name': 'glue_common',
60 'type': '<(component)', 80 'type': '<(component)',
61 'variables': { 'enable_wexit_time_destructors': 1, }, 81 'variables': { 'enable_wexit_time_destructors': 1, },
62 'defines': [ 82 'defines': [
63 'WEBKIT_COMMON_IMPLEMENTATION', 83 'WEBKIT_COMMON_IMPLEMENTATION',
64 ], 84 ],
65 'dependencies': [ 85 'dependencies': [
66 '<(DEPTH)/base/base.gyp:base', 86 '<(DEPTH)/base/base.gyp:base',
67 '<(DEPTH)/base/base.gyp:base_i18n', 87 '<(DEPTH)/base/base.gyp:base_i18n',
68 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 88 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'variables': { 379 'variables': {
360 'jni_gen_package': 'webkit', 380 'jni_gen_package': 'webkit',
361 'input_java_class': 'android/widget/OverScroller.class', 381 'input_java_class': 'android/widget/OverScroller.class',
362 }, 382 },
363 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 383 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
364 }, 384 },
365 ], 385 ],
366 }], 386 }],
367 ], 387 ],
368 } 388 }
OLDNEW
« no previous file with comments | « webkit/child/webkitplatformsupport_child_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698