OSDN Git Service

Merge "Trigger a full rebuild of webcore to get the Chrome http stack as default"
[android-x86/external-webkit.git] / WebCore / Android.jscbindings.mk
1 ##
2 ## Copyright 2009, The Android Open Source Project
3 ##
4 ## Redistribution and use in source and binary forms, with or without
5 ## modification, are permitted provided that the following conditions
6 ## are met:
7 ##  * Redistributions of source code must retain the above copyright
8 ##    notice, this list of conditions and the following disclaimer.
9 ##  * Redistributions in binary form must reproduce the above copyright
10 ##    notice, this list of conditions and the following disclaimer in the
11 ##    documentation and/or other materials provided with the distribution.
12 ##
13 ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
14 ## EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16 ## PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
17 ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18 ## EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
19 ## PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
20 ## PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
21 ## OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 ## (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23 ## OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 ##
25
26 BINDING_C_INCLUDES := \
27         $(LOCAL_PATH)/bindings/js \
28         $(LOCAL_PATH)/bridge \
29         $(LOCAL_PATH)/bridge/c \
30         $(LOCAL_PATH)/bridge/jni \
31         $(LOCAL_PATH)/bridge/jni/jsc \
32         $(LOCAL_PATH)/bridge/jsc \
33         \
34         $(JAVASCRIPTCORE_PATH)/API \
35         $(JAVASCRIPTCORE_PATH)/assembler \
36         $(JAVASCRIPTCORE_PATH)/bytecode \
37         $(JAVASCRIPTCORE_PATH)/bytecompiler \
38         $(JAVASCRIPTCORE_PATH)/debugger \
39         $(JAVASCRIPTCORE_PATH)/parser \
40         $(JAVASCRIPTCORE_PATH)/jit \
41         $(JAVASCRIPTCORE_PATH)/interpreter \
42         $(JAVASCRIPTCORE_PATH)/pcre \
43         $(JAVASCRIPTCORE_PATH)/profiler \
44         $(JAVASCRIPTCORE_PATH)/runtime \
45         $(JAVASCRIPTCORE_PATH)/wrec \
46         $(JAVASCRIPTCORE_PATH)/ForwardingHeaders \
47         \
48         $(base_intermediates)/WebCore/bindings/js \
49         $(base_intermediates)/WebCore/dom \
50         $(base_intermediates)/WebCore/html/canvas \
51         $(base_intermediates)/WebCore/inspector \
52         $(base_intermediates)/WebCore/loader/appcache \
53         $(base_intermediates)/WebCore/page \
54         $(base_intermediates)/WebCore/plugins \
55         $(base_intermediates)/WebCore/storage \
56         $(base_intermediates)/WebCore/svg \
57         $(base_intermediates)/WebCore/workers \
58         $(base_intermediates)/WebCore/xml
59
60 LOCAL_SRC_FILES += \
61         bindings/js/DOMObjectHashTableMap.cpp \
62         bindings/js/DOMWrapperWorld.cpp \
63         bindings/js/GCController.cpp \
64         bindings/js/IDBBindingUtilities.cpp \
65         bindings/js/JSAttrCustom.cpp \
66         bindings/js/JSAudioConstructor.cpp \
67         bindings/js/JSCDATASectionCustom.cpp \
68         bindings/js/JSCSSRuleCustom.cpp \
69         bindings/js/JSCSSRuleListCustom.cpp \
70         bindings/js/JSCSSStyleDeclarationCustom.cpp \
71         bindings/js/JSCSSValueCustom.cpp \
72         bindings/js/JSCallbackData.cpp \
73         bindings/js/JSCanvasNumberArrayCustom.cpp \
74         bindings/js/JSCanvasRenderingContext2DCustom.cpp \
75         bindings/js/JSCanvasRenderingContextCustom.cpp \
76         bindings/js/JSClipboardCustom.cpp \
77         bindings/js/JSConsoleCustom.cpp \
78         bindings/js/JSCoordinatesCustom.cpp \
79         bindings/js/JSCustomApplicationInstalledCallback.cpp \
80         bindings/js/JSCustomPositionCallback.cpp \
81         bindings/js/JSCustomPositionErrorCallback.cpp \
82         bindings/js/JSCustomSQLStatementErrorCallback.cpp \
83         bindings/js/JSCustomVoidCallback.cpp \
84         bindings/js/JSDOMApplicationCacheCustom.cpp \
85         bindings/js/JSDOMBinding.cpp \
86         bindings/js/JSDOMFormDataCustom.cpp \
87         bindings/js/JSDOMGlobalObject.cpp \
88         bindings/js/JSDOMMimeTypeArrayCustom.cpp \
89         bindings/js/JSDOMPluginArrayCustom.cpp \
90         bindings/js/JSDOMPluginCustom.cpp \
91         bindings/js/JSDOMStringMapCustom.cpp \
92         bindings/js/JSDOMWindowBase.cpp \
93         bindings/js/JSDOMWindowCustom.cpp \
94         bindings/js/JSDOMWindowShell.cpp \
95         bindings/js/JSDOMWrapper.cpp \
96         bindings/js/JSDataGridColumnListCustom.cpp \
97         bindings/js/JSDataGridDataSource.cpp \
98         bindings/js/JSDedicatedWorkerContextCustom.cpp \
99         bindings/js/JSDesktopNotificationsCustom.cpp \
100         bindings/js/JSDeviceMotionEventCustom.cpp \
101         bindings/js/JSDeviceOrientationEventCustom.cpp \
102         bindings/js/JSDocumentCustom.cpp \
103         bindings/js/JSElementCustom.cpp \
104         bindings/js/JSEventCustom.cpp \
105         bindings/js/JSEventListener.cpp \
106         bindings/js/JSEventTarget.cpp \
107         bindings/js/JSExceptionBase.cpp \
108         bindings/js/JSFloat32ArrayCustom.cpp \
109         bindings/js/JSGeolocationCustom.cpp \
110         bindings/js/JSHTMLAllCollectionCustom.cpp \
111         bindings/js/JSHTMLAppletElementCustom.cpp \
112         bindings/js/JSHTMLCanvasElementCustom.cpp \
113         bindings/js/JSHTMLCollectionCustom.cpp \
114         bindings/js/JSHTMLDataGridElementCustom.cpp \
115         bindings/js/JSHTMLDocumentCustom.cpp \
116         bindings/js/JSHTMLElementCustom.cpp \
117         bindings/js/JSHTMLEmbedElementCustom.cpp \
118         bindings/js/JSHTMLFormElementCustom.cpp \
119         bindings/js/JSHTMLFrameElementCustom.cpp \
120         bindings/js/JSHTMLFrameSetElementCustom.cpp \
121         bindings/js/JSHTMLInputElementCustom.cpp \
122         bindings/js/JSHTMLObjectElementCustom.cpp \
123         bindings/js/JSHTMLOptionsCollectionCustom.cpp \
124         bindings/js/JSHTMLSelectElementCustom.cpp \
125         bindings/js/JSHistoryCustom.cpp \
126         bindings/js/JSIDBAnyCustom.cpp \
127         bindings/js/JSIDBKeyCustom.cpp \
128         bindings/js/JSImageConstructor.cpp \
129         bindings/js/JSImageDataCustom.cpp \
130         bindings/js/JSLazyEventListener.cpp \
131         bindings/js/JSLocationCustom.cpp \
132         bindings/js/JSMainThreadExecState.cpp \
133         bindings/js/JSMessageChannelCustom.cpp \
134         bindings/js/JSMessageEventCustom.cpp \
135         bindings/js/JSMessagePortCustom.cpp \
136         bindings/js/JSNamedNodeMapCustom.cpp \
137         bindings/js/JSNavigatorCustom.cpp \
138         bindings/js/JSNodeCustom.cpp \
139         bindings/js/JSNodeFilterCondition.cpp \
140         bindings/js/JSNodeFilterCustom.cpp \
141         bindings/js/JSNodeIteratorCustom.cpp \
142         bindings/js/JSNodeListCustom.cpp \
143         bindings/js/JSOptionConstructor.cpp \
144         bindings/js/JSPluginElementFunctions.cpp \
145         bindings/js/JSPopStateEventCustom.cpp \
146         bindings/js/JSSQLResultSetRowListCustom.cpp \
147         bindings/js/JSSQLTransactionCustom.cpp \
148         bindings/js/JSSQLTransactionSyncCustom.cpp \
149         bindings/js/JSSVGElementInstanceCustom.cpp \
150         bindings/js/JSSVGLengthCustom.cpp \
151         bindings/js/JSSVGMatrixCustom.cpp \
152         bindings/js/JSSVGPathSegCustom.cpp \
153         bindings/js/JSSVGPathSegListCustom.cpp \
154         bindings/js/JSSharedWorkerCustom.cpp \
155         bindings/js/JSStorageCustom.cpp \
156         bindings/js/JSStyleSheetCustom.cpp \
157         bindings/js/JSStyleSheetListCustom.cpp \
158         bindings/js/JSTextCustom.cpp \
159         bindings/js/JSTreeWalkerCustom.cpp \
160         bindings/js/JSWebKitCSSMatrixCustom.cpp \
161         bindings/js/JSWebKitPointCustom.cpp \
162         bindings/js/JSWorkerContextBase.cpp \
163         bindings/js/JSWorkerContextCustom.cpp \
164         bindings/js/JSWorkerContextErrorHandler.cpp \
165         bindings/js/JSWorkerCustom.cpp \
166         bindings/js/JSXMLHttpRequestCustom.cpp \
167         bindings/js/JSXMLHttpRequestUploadCustom.cpp \
168         bindings/js/JSXSLTProcessorCustom.cpp \
169         bindings/js/ScheduledAction.cpp \
170         bindings/js/ScriptCachedFrameData.cpp \
171         bindings/js/ScriptCallFrame.cpp \
172         bindings/js/ScriptCallStack.cpp \
173         bindings/js/ScriptController.cpp \
174         bindings/js/ScriptControllerAndroid.cpp \
175         bindings/js/ScriptEventListener.cpp \
176         bindings/js/ScriptFunctionCall.cpp \
177         bindings/js/ScriptObject.cpp \
178         bindings/js/ScriptProfile.cpp \
179         bindings/js/ScriptState.cpp \
180         bindings/js/ScriptValue.cpp \
181         bindings/js/SerializedScriptValue.cpp \
182         bindings/js/WorkerScriptController.cpp \
183         \
184         bindings/ScriptControllerBase.cpp \
185         \
186         bridge/IdentifierRep.cpp \
187         bridge/NP_jsobject.cpp \
188         bridge/c/CRuntimeObject.cpp \
189         bridge/c/c_class.cpp \
190         bridge/c/c_instance.cpp \
191         bridge/c/c_runtime.cpp \
192         bridge/c/c_utility.cpp \
193         bridge/jni/JNIBridge.cpp \
194         bridge/jni/JNIUtility.cpp \
195         bridge/jni/jsc/JNIBridgeJSC.cpp \
196         bridge/jni/jsc/JNIUtilityPrivate.cpp \
197         bridge/jni/jsc/JavaClassJSC.cpp \
198         bridge/jni/jsc/JavaInstanceJSC.cpp \
199         bridge/jni/jsc/JavaRuntimeObject.cpp \
200         bridge/jsc/BridgeJSC.cpp \
201         bridge/npruntime.cpp \
202         bridge/runtime_array.cpp \
203         bridge/runtime_method.cpp \
204         bridge/runtime_object.cpp \
205         bridge/runtime_root.cpp
206
207 # For XPath.
208 LOCAL_SRC_FILES += \
209         bindings/js/JSCustomXPathNSResolver.cpp