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

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

Issue 19888003: Revert 212927 "Move webkitplatformsupport_impl and related from ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/webkit/glue/webkit_glue.cc ('k') | trunk/src/webkit/glue/webkit_glue_common.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': 'glue_child', 14 'target_name': 'glue_child',
15 'type': '<(component)', 15 'type': '<(component)',
16 'variables': { 'enable_wexit_time_destructors': 1, }, 16 'variables': { 'enable_wexit_time_destructors': 1, },
17 'defines': [ 17 'defines': [
18 'WEBKIT_CHILD_IMPLEMENTATION', 18 'WEBKIT_CHILD_IMPLEMENTATION',
19 ], 19 ],
20 'dependencies': [ 20 'dependencies': [
21 '<(DEPTH)/base/base.gyp:base', 21 '<(DEPTH)/base/base.gyp:base',
22 '<(DEPTH)/base/base.gyp:base_i18n',
23 '<(DEPTH)/base/base.gyp:base_static',
24 '<(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',
25 '<(DEPTH)/net/net.gyp:net',
26 '<(DEPTH)/skia/skia.gyp:skia', 23 '<(DEPTH)/skia/skia.gyp:skia',
27 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 24 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
28 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', 25 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme',
29 '<(DEPTH)/ui/ui.gyp:ui', 26 '<(DEPTH)/ui/ui.gyp:ui',
30 '<(DEPTH)/url/url.gyp:url_lib', 27
31 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 28 # TODO(scottmg): crbug.com/237249
32 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 29 'glue',
33 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
34 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common',
35 ], 30 ],
36 31
37 'include_dirs': [ 32 'include_dirs': [
38 # For JNI generated header. 33 # For JNI generated header.
39 '<(SHARED_INTERMEDIATE_DIR)/webkit', 34 '<(SHARED_INTERMEDIATE_DIR)/webkit',
40 ], 35 ],
41 'hard_dependency': 1,
42 36
43 'sources': [ 37 'sources': [
44 '../child/fling_animator_impl_android.cc', 38 '../child/fling_animator_impl_android.cc',
45 '../child/fling_animator_impl_android.h', 39 '../child/fling_animator_impl_android.h',
46 '../child/fling_curve_configuration.cc', 40 '../child/fling_curve_configuration.cc',
47 '../child/fling_curve_configuration.h', 41 '../child/fling_curve_configuration.h',
48 '../child/ftp_directory_listing_response_delegate.cc',
49 '../child/ftp_directory_listing_response_delegate.h',
50 '../child/multipart_response_delegate.cc',
51 '../child/multipart_response_delegate.h',
52 '../child/resource_loader_bridge.cc',
53 '../child/resource_loader_bridge.h',
54 '../child/touch_fling_gesture_curve.cc', 42 '../child/touch_fling_gesture_curve.cc',
55 '../child/touch_fling_gesture_curve.h', 43 '../child/touch_fling_gesture_curve.h',
56 '../child/web_discardable_memory_impl.cc', 44 '../child/web_discardable_memory_impl.cc',
57 '../child/web_discardable_memory_impl.h', 45 '../child/web_discardable_memory_impl.h',
58 '../child/webfallbackthemeengine_impl.cc', 46 '../child/webfallbackthemeengine_impl.cc',
59 '../child/webfallbackthemeengine_impl.h', 47 '../child/webfallbackthemeengine_impl.h',
60 '../child/webkit_child_export.h', 48 '../child/webkit_child_export.h',
61 '../child/webkit_child_helpers.cc',
62 '../child/webkit_child_helpers.h',
63 '../child/webkitplatformsupport_child_impl.cc', 49 '../child/webkitplatformsupport_child_impl.cc',
64 '../child/webkitplatformsupport_child_impl.h', 50 '../child/webkitplatformsupport_child_impl.h',
65 '../child/webkitplatformsupport_impl.cc',
66 '../child/webkitplatformsupport_impl.h',
67 '../child/websocketstreamhandle_delegate.h',
68 '../child/websocketstreamhandle_impl.cc',
69 '../child/websocketstreamhandle_impl.h',
70 '../child/webthemeengine_impl_android.cc', 51 '../child/webthemeengine_impl_android.cc',
71 '../child/webthemeengine_impl_android.h', 52 '../child/webthemeengine_impl_android.h',
72 '../child/webthemeengine_impl_default.cc', 53 '../child/webthemeengine_impl_default.cc',
73 '../child/webthemeengine_impl_default.h', 54 '../child/webthemeengine_impl_default.h',
74 '../child/webthemeengine_impl_mac.cc', 55 '../child/webthemeengine_impl_mac.cc',
75 '../child/webthemeengine_impl_mac.h', 56 '../child/webthemeengine_impl_mac.h',
76 '../child/webthemeengine_impl_win.cc', 57 '../child/webthemeengine_impl_win.cc',
77 '../child/webthemeengine_impl_win.h', 58 '../child/webthemeengine_impl_win.h',
78 '../child/webthread_impl.cc', 59 '../child/webthread_impl.cc',
79 '../child/webthread_impl.h', 60 '../child/webthread_impl.h',
80 '../child/weburlloader_impl.cc',
81 '../child/weburlloader_impl.h',
82 '../child/weburlrequest_extradata_impl.cc',
83 '../child/weburlrequest_extradata_impl.h',
84 '../child/weburlresponse_extradata_impl.cc',
85 '../child/weburlresponse_extradata_impl.h',
86 '../child/worker_task_runner.cc', 61 '../child/worker_task_runner.cc',
87 '../child/worker_task_runner.h', 62 '../child/worker_task_runner.h',
88 ], 63 ],
89 64
90 'conditions': [ 65 'conditions': [
91 ['use_default_render_theme==0', { 66 ['use_default_render_theme==0', {
92 'sources/': [ 67 'sources/': [
93 ['exclude', 'webthemeengine_impl_default.cc'], 68 ['exclude', 'webthemeengine_impl_default.cc'],
94 ['exclude', 'webthemeengine_impl_default.h'], 69 ['exclude', 'webthemeengine_impl_default.h'],
95 ], 70 ],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', 122 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings',
148 'plugins', 123 'plugins',
149 'webkit_media', 124 'webkit_media',
150 ], 125 ],
151 'include_dirs': [ 126 'include_dirs': [
152 '<(INTERMEDIATE_DIR)', 127 '<(INTERMEDIATE_DIR)',
153 '<(SHARED_INTERMEDIATE_DIR)/webkit', 128 '<(SHARED_INTERMEDIATE_DIR)/webkit',
154 '<(SHARED_INTERMEDIATE_DIR)/ui', 129 '<(SHARED_INTERMEDIATE_DIR)/ui',
155 ], 130 ],
156 'sources': [ 131 'sources': [
132 'ftp_directory_listing_response_delegate.cc',
133 'ftp_directory_listing_response_delegate.h',
157 'network_list_observer.h', 134 'network_list_observer.h',
135 'resource_loader_bridge.cc',
136 'resource_loader_bridge.h',
137 'resource_type.cc',
138 'resource_type.h',
158 'simple_webmimeregistry_impl.cc', 139 'simple_webmimeregistry_impl.cc',
159 'simple_webmimeregistry_impl.h', 140 'simple_webmimeregistry_impl.h',
160 'webfileutilities_impl.cc', 141 'webfileutilities_impl.cc',
161 'webfileutilities_impl.h', 142 'webfileutilities_impl.h',
162 'webkit_glue.cc', 143 'webkit_glue.cc',
163 'webkit_glue.h', 144 'webkit_glue.h',
164 'webkit_glue_export.h', 145 'webkit_glue_export.h',
146 'webkitplatformsupport_impl.cc',
147 'webkitplatformsupport_impl.h',
165 'websocketstreamhandle_bridge.h', 148 'websocketstreamhandle_bridge.h',
149 'websocketstreamhandle_delegate.h',
150 'websocketstreamhandle_impl.cc',
151 'websocketstreamhandle_impl.h',
152 'weburlloader_impl.cc',
153 'weburlloader_impl.h',
166 ], 154 ],
167 # When glue is a dependency, it needs to be a hard dependency. 155 # When glue is a dependency, it needs to be a hard dependency.
168 # Dependents may rely on files generated by this target or one of its 156 # Dependents may rely on files generated by this target or one of its
169 # own hard dependencies. 157 # own hard dependencies.
170 'hard_dependency': 1, 158 'hard_dependency': 1,
171 'conditions': [ 159 'conditions': [
172 ['toolkit_uses_gtk == 1', { 160 ['toolkit_uses_gtk == 1', {
173 'dependencies': [ 161 'dependencies': [
174 '<(DEPTH)/build/linux/system.gyp:gtk', 162 '<(DEPTH)/build/linux/system.gyp:gtk',
175 ], 163 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'variables': { 219 'variables': {
232 'jni_gen_package': 'webkit', 220 'jni_gen_package': 'webkit',
233 'input_java_class': 'android/widget/OverScroller.class', 221 'input_java_class': 'android/widget/OverScroller.class',
234 }, 222 },
235 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 223 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
236 }, 224 },
237 ], 225 ],
238 }], 226 }],
239 ], 227 ],
240 } 228 }
OLDNEW
« no previous file with comments | « trunk/src/webkit/glue/webkit_glue.cc ('k') | trunk/src/webkit/glue/webkit_glue_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698