OLD | NEW |
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'target_name': 'glue_renderer', | 197 'target_name': 'glue_renderer', |
198 'type': '<(component)', | 198 'type': '<(component)', |
199 'variables': { 'enable_wexit_time_destructors': 1, }, | 199 'variables': { 'enable_wexit_time_destructors': 1, }, |
200 'defines': [ | 200 'defines': [ |
201 'WEBKIT_RENDERER_IMPLEMENTATION', | 201 'WEBKIT_RENDERER_IMPLEMENTATION', |
202 ], | 202 ], |
203 'dependencies': [ | 203 'dependencies': [ |
204 '<(DEPTH)/base/base.gyp:base', | 204 '<(DEPTH)/base/base.gyp:base', |
205 '<(DEPTH)/base/base.gyp:base_i18n', | 205 '<(DEPTH)/base/base.gyp:base_i18n', |
206 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 206 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 207 '<(DEPTH)/net/net.gyp:net', |
207 '<(DEPTH)/skia/skia.gyp:skia', | 208 '<(DEPTH)/skia/skia.gyp:skia', |
208 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 209 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
209 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 210 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
210 '<(DEPTH)/ui/ui.gyp:ui', | 211 '<(DEPTH)/ui/ui.gyp:ui', |
211 'glue_common', | 212 'glue_common', |
212 'webkit_common', | 213 'webkit_common', |
213 ], | 214 ], |
214 | 215 |
215 'sources': [ | 216 'sources': [ |
216 '../renderer/cpp_bound_class.cc', | 217 '../renderer/cpp_bound_class.cc', |
217 '../renderer/cpp_bound_class.h', | 218 '../renderer/cpp_bound_class.h', |
218 '../renderer/cpp_variant.cc', | 219 '../renderer/cpp_variant.cc', |
219 '../renderer/cpp_variant.h', | 220 '../renderer/cpp_variant.h', |
| 221 '../renderer/clipboard_utils.cc', |
| 222 '../renderer/clipboard_utils.h', |
220 '../renderer/cursor_utils.cc', | 223 '../renderer/cursor_utils.cc', |
221 '../renderer/cursor_utils.h', | 224 '../renderer/cursor_utils.h', |
222 '../renderer/webkit_renderer_export.h', | 225 '../renderer/webkit_renderer_export.h', |
223 '../renderer/webpreferences_renderer.cc', | 226 '../renderer/webpreferences_renderer.cc', |
224 '../renderer/webpreferences_renderer.h', | 227 '../renderer/webpreferences_renderer.h', |
225 ], | 228 ], |
226 }, | 229 }, |
227 | 230 |
228 { | 231 { |
229 'target_name': 'glue', | 232 'target_name': 'glue', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'image_decoder.h', | 281 'image_decoder.h', |
279 'network_list_observer.h', | 282 'network_list_observer.h', |
280 'npruntime_util.cc', | 283 'npruntime_util.cc', |
281 'npruntime_util.h', | 284 'npruntime_util.h', |
282 'resource_loader_bridge.cc', | 285 'resource_loader_bridge.cc', |
283 'resource_loader_bridge.h', | 286 'resource_loader_bridge.h', |
284 'resource_request_body.cc', | 287 'resource_request_body.cc', |
285 'resource_request_body.h', | 288 'resource_request_body.h', |
286 'resource_type.cc', | 289 'resource_type.cc', |
287 'resource_type.h', | 290 'resource_type.h', |
288 'scoped_clipboard_writer_glue.cc', | |
289 'scoped_clipboard_writer_glue.h', | |
290 'simple_webmimeregistry_impl.cc', | 291 'simple_webmimeregistry_impl.cc', |
291 'simple_webmimeregistry_impl.h', | 292 'simple_webmimeregistry_impl.h', |
292 'webclipboard_impl.cc', | |
293 'webclipboard_impl.h', | |
294 'webcookie.cc', | 293 'webcookie.cc', |
295 'webcookie.h', | 294 'webcookie.h', |
296 'webfileutilities_impl.cc', | 295 'webfileutilities_impl.cc', |
297 'webfileutilities_impl.h', | 296 'webfileutilities_impl.h', |
298 'webkit_glue.cc', | 297 'webkit_glue.cc', |
299 'webkit_glue.h', | 298 'webkit_glue.h', |
300 'webkit_glue_export.h', | 299 'webkit_glue_export.h', |
301 'webkitplatformsupport_impl.cc', | 300 'webkitplatformsupport_impl.cc', |
302 'webkitplatformsupport_impl.h', | 301 'webkitplatformsupport_impl.h', |
303 'websocketstreamhandle_bridge.h', | 302 'websocketstreamhandle_bridge.h', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 'variables': { | 373 'variables': { |
375 'jni_gen_package': 'webkit', | 374 'jni_gen_package': 'webkit', |
376 'input_java_class': 'android/widget/OverScroller.class', | 375 'input_java_class': 'android/widget/OverScroller.class', |
377 }, | 376 }, |
378 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 377 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
379 }, | 378 }, |
380 ], | 379 ], |
381 }], | 380 }], |
382 ], | 381 ], |
383 } | 382 } |
OLD | NEW |