1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
14 'target_name': 'overscroller_jni_headers',
17 'jni_gen_package': 'webkit',
18 'input_java_class': 'android/widget/OverScroller.class',
20 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
28 'target_name': 'webkit_child',
29 'type': '<(component)',
30 'variables': { 'enable_wexit_time_destructors': 1, },
32 'WEBKIT_CHILD_IMPLEMENTATION',
35 '<(DEPTH)/base/base.gyp:base',
36 '<(DEPTH)/base/base.gyp:base_i18n',
37 '<(DEPTH)/base/base.gyp:base_static',
38 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
39 '<(DEPTH)/net/net.gyp:net',
40 '<(DEPTH)/skia/skia.gyp:skia',
41 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
42 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
43 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
44 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme',
45 '<(DEPTH)/ui/ui.gyp:ui',
46 '<(DEPTH)/url/url.gyp:url_lib',
47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
48 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
49 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
52 # For JNI generated header.
53 '<(SHARED_INTERMEDIATE_DIR)/webkit',
55 # This target exports a hard dependency because dependent targets may
56 # include the header generated above.
59 'fling_animator_impl_android.cc',
60 'fling_animator_impl_android.h',
61 'fling_curve_configuration.cc',
62 'fling_curve_configuration.h',
63 'ftp_directory_listing_response_delegate.cc',
64 'ftp_directory_listing_response_delegate.h',
65 'multipart_response_delegate.cc',
66 'multipart_response_delegate.h',
67 'resource_loader_bridge.cc',
68 'resource_loader_bridge.h',
69 'touch_fling_gesture_curve.cc',
70 'touch_fling_gesture_curve.h',
71 'web_discardable_memory_impl.cc',
72 'web_discardable_memory_impl.h',
73 'webfallbackthemeengine_impl.cc',
74 'webfallbackthemeengine_impl.h',
75 'webkit_child_export.h',
76 'webkit_child_helpers.cc',
77 'webkit_child_helpers.h',
78 'webkitplatformsupport_child_impl.cc',
79 'webkitplatformsupport_child_impl.h',
80 'webkitplatformsupport_impl.cc',
81 'webkitplatformsupport_impl.h',
82 'websocketstreamhandle_bridge.h',
83 'websocketstreamhandle_delegate.h',
84 'websocketstreamhandle_impl.cc',
85 'websocketstreamhandle_impl.h',
86 'webthemeengine_impl_android.cc',
87 'webthemeengine_impl_android.h',
88 'webthemeengine_impl_default.cc',
89 'webthemeengine_impl_default.h',
90 'webthemeengine_impl_mac.cc',
91 'webthemeengine_impl_mac.h',
92 'webthemeengine_impl_win.cc',
93 'webthemeengine_impl_win.h',
96 'weburlloader_impl.cc',
97 'weburlloader_impl.h',
98 'weburlrequest_extradata_impl.cc',
99 'weburlrequest_extradata_impl.h',
100 'weburlresponse_extradata_impl.cc',
101 'weburlresponse_extradata_impl.h',
102 'worker_task_runner.cc',
103 'worker_task_runner.h',
105 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
106 'msvs_disabled_warnings': [ 4267 ],
108 ['use_default_render_theme==0',
111 ['exclude', 'webthemeengine_impl_default.cc'],
112 ['exclude', 'webthemeengine_impl_default.h'],
120 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
128 'overscroller_jni_headers',