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

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

Issue 16232014: Revert 203261 "split webkit/glue/webpreferences to common and re..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/webkit/common/webpreferences.cc ('k') | trunk/src/webkit/glue/webpreferences.h » ('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'],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'webcursor_aurax11.cc', 92 'webcursor_aurax11.cc',
93 'webcursor_null.cc', 93 'webcursor_null.cc',
94 'webcursor_gtk.cc', 94 'webcursor_gtk.cc',
95 'webcursor_gtk_data.h', 95 'webcursor_gtk_data.h',
96 'webcursor_mac.mm', 96 'webcursor_mac.mm',
97 'webcursor_win.cc', 97 'webcursor_win.cc',
98 'weburlrequest_extradata_impl.cc', 98 'weburlrequest_extradata_impl.cc',
99 'weburlrequest_extradata_impl.h', 99 'weburlrequest_extradata_impl.h',
100 'weburlresponse_extradata_impl.cc', 100 'weburlresponse_extradata_impl.cc',
101 'weburlresponse_extradata_impl.h', 101 'weburlresponse_extradata_impl.h',
102 '../common/webpreferences.cc',
103 '../common/webpreferences.h',
104 ], 102 ],
105 103
106 'conditions': [ 104 'conditions': [
107 ['toolkit_uses_gtk == 1', { 105 ['toolkit_uses_gtk == 1', {
108 'dependencies': [ 106 'dependencies': [
109 '<(DEPTH)/build/linux/system.gyp:gtk', 107 '<(DEPTH)/build/linux/system.gyp:gtk',
110 ], 108 ],
111 'sources/': [['exclude', '_x11\\.cc$']], 109 'sources/': [['exclude', '_x11\\.cc$']],
112 }], 110 }],
113 ['use_aura==1', { 111 ['use_aura==1', {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 148
151 { 149 {
152 'target_name': 'glue_renderer', 150 'target_name': 'glue_renderer',
153 'type': '<(component)', 151 'type': '<(component)',
154 'variables': { 'enable_wexit_time_destructors': 1, }, 152 'variables': { 'enable_wexit_time_destructors': 1, },
155 'defines': [ 153 'defines': [
156 'WEBKIT_EXTENSIONS_IMPLEMENTATION', 154 'WEBKIT_EXTENSIONS_IMPLEMENTATION',
157 'WEBKIT_GLUE_IMPLEMENTATION', 155 'WEBKIT_GLUE_IMPLEMENTATION',
158 ], 156 ],
159 'dependencies': [ 157 'dependencies': [
158 '<(DEPTH)/base/base.gyp:base_i18n',
160 '<(DEPTH)/base/base.gyp:base', 159 '<(DEPTH)/base/base.gyp:base',
161 '<(DEPTH)/base/base.gyp:base_i18n',
162 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
163 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
164 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 160 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
165 'glue_common', 161 'glue_common',
166 ], 162 ],
167 163
168 'include_dirs': [ 164 'include_dirs': [
169 '<(INTERMEDIATE_DIR)', 165 '<(INTERMEDIATE_DIR)',
170 '<(SHARED_INTERMEDIATE_DIR)/webkit', 166 '<(SHARED_INTERMEDIATE_DIR)/webkit',
171 ], 167 ],
172 168
173 'sources': [ 169 'sources': [
174 '../renderer/cpp_bound_class.cc', 170 '../renderer/cpp_bound_class.cc',
175 '../renderer/cpp_bound_class.h', 171 '../renderer/cpp_bound_class.h',
176 '../renderer/cpp_variant.cc', 172 '../renderer/cpp_variant.cc',
177 '../renderer/cpp_variant.h', 173 '../renderer/cpp_variant.h',
178 '../renderer/webpreferences_renderer.cc',
179 ], 174 ],
180 }, 175 },
181 176
182 { 177 {
183 'target_name': 'glue', 178 'target_name': 'glue',
184 'type': '<(component)', 179 'type': '<(component)',
185 'variables': { 'enable_wexit_time_destructors': 1, }, 180 'variables': { 'enable_wexit_time_destructors': 1, },
186 'defines': [ 181 'defines': [
187 'WEBKIT_EXTENSIONS_IMPLEMENTATION', 182 'WEBKIT_EXTENSIONS_IMPLEMENTATION',
188 'WEBKIT_GLUE_IMPLEMENTATION', 183 'WEBKIT_GLUE_IMPLEMENTATION',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'webfileutilities_impl.h', 260 'webfileutilities_impl.h',
266 'webkit_glue.cc', 261 'webkit_glue.cc',
267 'webkit_glue.h', 262 'webkit_glue.h',
268 'webkit_glue_export.h', 263 'webkit_glue_export.h',
269 'webkitplatformsupport_impl.cc', 264 'webkitplatformsupport_impl.cc',
270 'webkitplatformsupport_impl.h', 265 'webkitplatformsupport_impl.h',
271 'webmenuitem.cc', 266 'webmenuitem.cc',
272 'webmenuitem.h', 267 'webmenuitem.h',
273 'webmenurunner_mac.h', 268 'webmenurunner_mac.h',
274 'webmenurunner_mac.mm', 269 'webmenurunner_mac.mm',
270 'webpreferences.cc',
271 'webpreferences.h',
275 'websocketstreamhandle_bridge.h', 272 'websocketstreamhandle_bridge.h',
276 'websocketstreamhandle_delegate.h', 273 'websocketstreamhandle_delegate.h',
277 'websocketstreamhandle_impl.cc', 274 'websocketstreamhandle_impl.cc',
278 'websocketstreamhandle_impl.h', 275 'websocketstreamhandle_impl.h',
279 'webthemeengine_impl_android.cc', 276 'webthemeengine_impl_android.cc',
280 'webthemeengine_impl_android.h', 277 'webthemeengine_impl_android.h',
281 'webthemeengine_impl_default.cc', 278 'webthemeengine_impl_default.cc',
282 'webthemeengine_impl_default.h', 279 'webthemeengine_impl_default.h',
283 'webthemeengine_impl_mac.cc', 280 'webthemeengine_impl_mac.cc',
284 'webthemeengine_impl_mac.h', 281 'webthemeengine_impl_mac.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'variables': { 392 'variables': {
396 'jni_gen_package': 'webkit', 393 'jni_gen_package': 'webkit',
397 'input_java_class': 'android/widget/OverScroller.class', 394 'input_java_class': 'android/widget/OverScroller.class',
398 }, 395 },
399 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 396 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
400 }, 397 },
401 ], 398 ],
402 }], 399 }],
403 ], 400 ],
404 } 401 }
OLDNEW
« no previous file with comments | « trunk/src/webkit/common/webpreferences.cc ('k') | trunk/src/webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698