2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / WebCore / GNUmakefile.am
blobc014ac68145d2f0374b5af5742dac0a86199ef6c
2 WebCore := $(srcdir)/WebCore
4 FEATURE_DEFINES_JAVASCRIPT := LANGUAGE_JAVASCRIPT=1
5 SVG_FEATURES :=
6 HTML_FEATURES :=
8 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in
9 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in
11 webcore_cppflags += \
12         -I$(srcdir)/WebCore \
13         -I$(srcdir)/WebCore/bindings/js \
14         -I$(srcdir)/WebCore/bridge \
15         -I$(srcdir)/WebCore/bridge/c \
16         -I$(srcdir)/WebCore/css \
17         -I$(srcdir)/WebCore/dom \
18         -I$(srcdir)/WebCore/editing \
19         -I$(srcdir)/WebCore/history \
20         -I$(srcdir)/WebCore/html \
21         -I$(srcdir)/WebCore/inspector \
22         -I$(srcdir)/WebCore/loader \
23         -I$(srcdir)/WebCore/loader/appcache \
24         -I$(srcdir)/WebCore/loader/archive \
25         -I$(srcdir)/WebCore/loader/icon \
26         -I$(srcdir)/WebCore/page \
27         -I$(srcdir)/WebCore/page/animation \
28         -I$(srcdir)/WebCore/platform \
29         -I$(srcdir)/WebCore/platform/graphics \
30         -I$(srcdir)/WebCore/platform/graphics/filters \
31         -I$(srcdir)/WebCore/platform/image-decoders \
32         -I$(srcdir)/WebCore/platform/image-decoders/bmp \
33         -I$(srcdir)/WebCore/platform/image-decoders/gif \
34         -I$(srcdir)/WebCore/platform/image-decoders/ico \
35         -I$(srcdir)/WebCore/platform/image-decoders/jpeg \
36         -I$(srcdir)/WebCore/platform/image-decoders/png \
37         -I$(srcdir)/WebCore/platform/image-decoders/xbm \
38         -I$(srcdir)/WebCore/platform/network \
39         -I$(srcdir)/WebCore/platform/text \
40         -I$(srcdir)/WebCore/plugins \
41         -I$(srcdir)/WebCore/rendering \
42         -I$(srcdir)/WebCore/rendering/style \
43         -I$(srcdir)/WebCore/xml \
44         -I$(top_builddir)/WebCore/bindings/js
46 webcoregtk_cppflags += \
47         -I$(srcdir)/WebCore/loader/gtk \
48         -I$(srcdir)/WebCore/page/gtk \
49         -I$(srcdir)/WebCore/platform/graphics/cairo \
50         -I$(srcdir)/WebCore/platform/graphics/gtk \
51         -I$(srcdir)/WebCore/platform/gtk
53 webcore_built_nosources += \
54         DerivedSources/DocTypeStrings.cpp \
55         DerivedSources/tokenizer.cpp \
56         DerivedSources/ColorData.c \
57         WebCore/bindings/js/JSDOMWindowBase.lut.h \
58         WebCore/bindings/js/JSRGBColor.lut.h
60 webcore_built_sources += \
61         DerivedSources/CSSGrammar.cpp \
62         DerivedSources/CSSGrammar.h \
63         DerivedSources/CSSPropertyNames.h \
64         DerivedSources/CSSValueKeywords.h \
65         DerivedSources/HTMLEntityNames.c \
66         DerivedSources/HTMLNames.cpp \
67         DerivedSources/HTMLNames.h \
68         DerivedSources/JSHTMLElementWrapperFactory.cpp \
69         DerivedSources/JSHTMLElementWrapperFactory.h \
70         DerivedSources/UserAgentStyleSheets.h \
71         DerivedSources/UserAgentStyleSheetsData.cpp \
72         DerivedSources/XMLNames.cpp \
73         DerivedSources/XMLNames.h
75 IDL_BINDINGS += \
76         WebCore/css/CSSCharsetRule.idl \
77         WebCore/css/CSSFontFaceRule.idl \
78         WebCore/css/CSSImportRule.idl \
79         WebCore/css/CSSMediaRule.idl \
80         WebCore/css/CSSPageRule.idl \
81         WebCore/css/CSSPrimitiveValue.idl \
82         WebCore/css/CSSRule.idl \
83         WebCore/css/CSSRuleList.idl \
84         WebCore/css/CSSStyleDeclaration.idl \
85         WebCore/css/CSSStyleRule.idl \
86         WebCore/css/CSSStyleSheet.idl \
87         WebCore/css/CSSValue.idl \
88         WebCore/css/CSSValueList.idl \
89         WebCore/css/CSSVariablesDeclaration.idl \
90         WebCore/css/CSSVariablesRule.idl \
91         WebCore/css/Counter.idl \
92         WebCore/css/MediaList.idl \
93         WebCore/css/Rect.idl \
94         WebCore/css/StyleSheet.idl \
95         WebCore/css/StyleSheetList.idl \
96         WebCore/css/WebKitCSSKeyframeRule.idl \
97         WebCore/css/WebKitCSSKeyframesRule.idl \
98         WebCore/css/WebKitCSSTransformValue.idl \
99         WebCore/dom/Attr.idl \
100         WebCore/dom/CDATASection.idl \
101         WebCore/dom/CharacterData.idl \
102         WebCore/dom/Clipboard.idl \
103         WebCore/dom/Comment.idl \
104         WebCore/dom/DOMCoreException.idl \
105         WebCore/dom/DOMImplementation.idl \
106         WebCore/dom/Document.idl \
107         WebCore/dom/DocumentFragment.idl \
108         WebCore/dom/DocumentType.idl \
109         WebCore/dom/Element.idl \
110         WebCore/dom/Entity.idl \
111         WebCore/dom/EntityReference.idl \
112         WebCore/dom/Event.idl \
113         WebCore/dom/EventException.idl \
114         WebCore/dom/EventTargetNode.idl \
115         WebCore/dom/KeyboardEvent.idl \
116         WebCore/dom/MessageChannel.idl \
117         WebCore/dom/MessageEvent.idl \
118         WebCore/dom/MessagePort.idl \
119         WebCore/dom/MouseEvent.idl \
120         WebCore/dom/MutationEvent.idl \
121         WebCore/dom/NamedNodeMap.idl \
122         WebCore/dom/Node.idl \
123         WebCore/dom/NodeFilter.idl \
124         WebCore/dom/NodeIterator.idl \
125         WebCore/dom/NodeList.idl \
126         WebCore/dom/Notation.idl \
127         WebCore/dom/OverflowEvent.idl \
128         WebCore/dom/ProcessingInstruction.idl \
129         WebCore/dom/ProgressEvent.idl \
130         WebCore/dom/Range.idl \
131         WebCore/dom/RangeException.idl \
132         WebCore/dom/Text.idl \
133         WebCore/dom/TextEvent.idl \
134         WebCore/dom/TreeWalker.idl \
135         WebCore/dom/UIEvent.idl \
136         WebCore/dom/WebKitAnimationEvent.idl \
137         WebCore/dom/WebKitTransitionEvent.idl \
138         WebCore/dom/WheelEvent.idl \
139         WebCore/html/CanvasGradient.idl \
140         WebCore/html/CanvasPattern.idl \
141         WebCore/html/CanvasPixelArray.idl \
142         WebCore/html/CanvasRenderingContext2D.idl \
143         WebCore/html/File.idl \
144         WebCore/html/FileList.idl \
145         WebCore/html/HTMLAnchorElement.idl \
146         WebCore/html/HTMLAppletElement.idl \
147         WebCore/html/HTMLAreaElement.idl \
148         WebCore/html/HTMLBRElement.idl \
149         WebCore/html/HTMLBaseElement.idl \
150         WebCore/html/HTMLBaseFontElement.idl \
151         WebCore/html/HTMLBlockquoteElement.idl \
152         WebCore/html/HTMLBodyElement.idl \
153         WebCore/html/HTMLButtonElement.idl \
154         WebCore/html/HTMLCanvasElement.idl \
155         WebCore/html/HTMLCollection.idl \
156         WebCore/html/HTMLDListElement.idl \
157         WebCore/html/HTMLDirectoryElement.idl \
158         WebCore/html/HTMLDivElement.idl \
159         WebCore/html/HTMLDocument.idl \
160         WebCore/html/HTMLElement.idl \
161         WebCore/html/HTMLEmbedElement.idl \
162         WebCore/html/HTMLFieldSetElement.idl \
163         WebCore/html/HTMLFontElement.idl \
164         WebCore/html/HTMLFormElement.idl \
165         WebCore/html/HTMLFrameElement.idl \
166         WebCore/html/HTMLFrameSetElement.idl \
167         WebCore/html/HTMLHRElement.idl \
168         WebCore/html/HTMLHeadElement.idl \
169         WebCore/html/HTMLHeadingElement.idl \
170         WebCore/html/HTMLHtmlElement.idl \
171         WebCore/html/HTMLIFrameElement.idl \
172         WebCore/html/HTMLImageElement.idl \
173         WebCore/html/HTMLInputElement.idl \
174         WebCore/html/HTMLIsIndexElement.idl \
175         WebCore/html/HTMLLIElement.idl \
176         WebCore/html/HTMLLabelElement.idl \
177         WebCore/html/HTMLLegendElement.idl \
178         WebCore/html/HTMLLinkElement.idl \
179         WebCore/html/HTMLMapElement.idl \
180         WebCore/html/HTMLMarqueeElement.idl \
181         WebCore/html/HTMLMenuElement.idl \
182         WebCore/html/HTMLMetaElement.idl \
183         WebCore/html/HTMLModElement.idl \
184         WebCore/html/HTMLOListElement.idl \
185         WebCore/html/HTMLObjectElement.idl \
186         WebCore/html/HTMLOptGroupElement.idl \
187         WebCore/html/HTMLOptionElement.idl \
188         WebCore/html/HTMLOptionsCollection.idl \
189         WebCore/html/HTMLParagraphElement.idl \
190         WebCore/html/HTMLParamElement.idl \
191         WebCore/html/HTMLPreElement.idl \
192         WebCore/html/HTMLQuoteElement.idl \
193         WebCore/html/HTMLScriptElement.idl \
194         WebCore/html/HTMLSelectElement.idl \
195         WebCore/html/HTMLStyleElement.idl \
196         WebCore/html/HTMLTableCaptionElement.idl \
197         WebCore/html/HTMLTableCellElement.idl \
198         WebCore/html/HTMLTableColElement.idl \
199         WebCore/html/HTMLTableElement.idl \
200         WebCore/html/HTMLTableRowElement.idl \
201         WebCore/html/HTMLTableSectionElement.idl \
202         WebCore/html/HTMLTextAreaElement.idl \
203         WebCore/html/HTMLTitleElement.idl \
204         WebCore/html/HTMLUListElement.idl \
205         WebCore/html/ImageData.idl \
206         WebCore/html/TextMetrics.idl \
207         WebCore/inspector/JavaScriptCallFrame.idl \
208         WebCore/page/BarInfo.idl \
209         WebCore/page/Console.idl \
210         WebCore/page/DOMSelection.idl \
211         WebCore/page/DOMWindow.idl \
212         WebCore/page/Geolocation.idl \
213         WebCore/page/Geoposition.idl \
214         WebCore/page/History.idl \
215         WebCore/page/Location.idl \
216         WebCore/page/Navigator.idl \
217         WebCore/page/PositionError.idl \
218         WebCore/page/PositionOptions.idl \
219         WebCore/page/Screen.idl \
220         WebCore/plugins/MimeType.idl \
221         WebCore/plugins/MimeTypeArray.idl \
222         WebCore/plugins/Plugin.idl \
223         WebCore/plugins/PluginArray.idl \
224         WebCore/xml/DOMParser.idl \
225         WebCore/xml/XMLHttpRequest.idl \
226         WebCore/xml/XMLHttpRequestException.idl \
227         WebCore/xml/XMLHttpRequestProgressEvent.idl \
228         WebCore/xml/XMLHttpRequestUpload.idl \
229         WebCore/xml/XMLSerializer.idl \
230         WebCore/xml/XSLTProcessor.idl
232 webcore_sources += \
233         WebCore/WebCorePrefix.h \
234         WebCore/bindings/js/GCController.cpp \
235         WebCore/bindings/js/GCController.h \
236         WebCore/bindings/js/JSAttrCustom.cpp \
237         WebCore/bindings/js/JSCSSRuleCustom.cpp \
238         WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
239         WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
240         WebCore/bindings/js/JSCSSValueCustom.cpp \
241         WebCore/bindings/js/JSCanvasPixelArrayCustom.h \
242         WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp \
243         WebCore/bindings/js/JSClipboardCustom.cpp \
244         WebCore/bindings/js/JSConsoleCustom.cpp \
245         WebCore/bindings/js/JSCustomPositionCallback.cpp \
246         WebCore/bindings/js/JSCustomPositionCallback.h \
247         WebCore/bindings/js/JSCustomPositionErrorCallback.cpp \
248         WebCore/bindings/js/JSCustomPositionErrorCallback.h \
249         WebCore/bindings/js/JSCustomVoidCallback.cpp \
250         WebCore/bindings/js/JSCustomVoidCallback.h \
251         WebCore/bindings/js/JSCustomXPathNSResolver.cpp \
252         WebCore/bindings/js/JSCustomXPathNSResolver.h \
253         WebCore/bindings/js/JSDOMBinding.cpp \
254         WebCore/bindings/js/JSDOMBinding.h \
255         WebCore/bindings/js/JSDOMGlobalObject.cpp \
256         WebCore/bindings/js/JSDOMGlobalObject.h \
257         WebCore/bindings/js/JSDOMWindowBase.cpp \
258         WebCore/bindings/js/JSDOMWindowBase.h \
259         WebCore/bindings/js/JSDOMWindowCustom.cpp \
260         WebCore/bindings/js/JSDOMWindowCustom.h \
261         WebCore/bindings/js/JSDOMWindowShell.cpp \
262         WebCore/bindings/js/JSDOMWindowShell.h \
263         WebCore/bindings/js/JSDocumentCustom.cpp \
264         WebCore/bindings/js/JSDocumentFragmentCustom.cpp \
265         WebCore/bindings/js/JSElementCustom.cpp \
266         WebCore/bindings/js/JSEventCustom.cpp \
267         WebCore/bindings/js/JSEventListener.cpp \
268         WebCore/bindings/js/JSEventListener.h \
269         WebCore/bindings/js/JSEventTarget.cpp \
270         WebCore/bindings/js/JSEventTarget.h \
271         WebCore/bindings/js/JSEventTargetBase.h \
272         WebCore/bindings/js/JSEventTargetNodeCustom.cpp \
273         WebCore/bindings/js/JSGeolocationCustom.cpp \
274         WebCore/bindings/js/JSHTMLAllCollection.cpp \
275         WebCore/bindings/js/JSHTMLAllCollection.h \
276         WebCore/bindings/js/JSHTMLAppletElementCustom.cpp \
277         WebCore/bindings/js/JSHTMLAppletElementCustom.h \
278         WebCore/bindings/js/JSHTMLCollectionCustom.cpp \
279         WebCore/bindings/js/JSHTMLDocumentCustom.cpp \
280         WebCore/bindings/js/JSHTMLElementCustom.cpp \
281         WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp \
282         WebCore/bindings/js/JSHTMLEmbedElementCustom.h \
283         WebCore/bindings/js/JSHTMLFormElementCustom.cpp \
284         WebCore/bindings/js/JSHTMLFrameElementCustom.cpp \
285         WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp \
286         WebCore/bindings/js/JSHTMLIFrameElementCustom.cpp \
287         WebCore/bindings/js/JSHTMLInputElementCustom.cpp \
288         WebCore/bindings/js/JSHTMLInputElementCustom.h \
289         WebCore/bindings/js/JSHTMLObjectElementCustom.cpp \
290         WebCore/bindings/js/JSHTMLObjectElementCustom.h \
291         WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \
292         WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \
293         WebCore/bindings/js/JSHTMLSelectElementCustom.h \
294         WebCore/bindings/js/JSHistoryCustom.cpp \
295         WebCore/bindings/js/JSHistoryCustom.h \
296         WebCore/bindings/js/JSImageConstructor.cpp \
297         WebCore/bindings/js/JSImageConstructor.h \
298         WebCore/bindings/js/JSImageDataCustom.cpp \
299         WebCore/bindings/js/JSInspectedObjectWrapper.cpp \
300         WebCore/bindings/js/JSInspectedObjectWrapper.h \
301         WebCore/bindings/js/JSInspectorCallbackWrapper.cpp \
302         WebCore/bindings/js/JSInspectorCallbackWrapper.h \
303         WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
304         WebCore/bindings/js/JSLocationCustom.cpp \
305         WebCore/bindings/js/JSLocationCustom.h \
306         WebCore/bindings/js/JSMessageChannelConstructor.cpp \
307         WebCore/bindings/js/JSMessageChannelConstructor.h \
308         WebCore/bindings/js/JSMessageChannelCustom.cpp \
309         WebCore/bindings/js/JSMessagePortCustom.cpp \
310         WebCore/bindings/js/JSMimeTypeArrayCustom.cpp \
311         WebCore/bindings/js/JSNamedNodeMapCustom.cpp \
312         WebCore/bindings/js/JSNamedNodesCollection.cpp \
313         WebCore/bindings/js/JSNamedNodesCollection.h \
314         WebCore/bindings/js/JSNavigatorCustom.cpp \
315         WebCore/bindings/js/JSNodeCustom.cpp \
316         WebCore/bindings/js/JSNodeFilterCondition.cpp \
317         WebCore/bindings/js/JSNodeFilterCondition.h \
318         WebCore/bindings/js/JSNodeFilterCustom.cpp \
319         WebCore/bindings/js/JSNodeIteratorCustom.cpp \
320         WebCore/bindings/js/JSNodeListCustom.cpp \
321         WebCore/bindings/js/JSOptionConstructor.cpp \
322         WebCore/bindings/js/JSOptionConstructor.h \
323         WebCore/bindings/js/JSPluginArrayCustom.cpp \
324         WebCore/bindings/js/JSPluginCustom.cpp \
325         WebCore/bindings/js/JSPluginElementFunctions.cpp \
326         WebCore/bindings/js/JSPluginElementFunctions.h \
327         WebCore/bindings/js/JSQuarantinedObjectWrapper.cpp \
328         WebCore/bindings/js/JSQuarantinedObjectWrapper.h \
329         WebCore/bindings/js/JSRGBColor.cpp \
330         WebCore/bindings/js/JSRGBColor.h \
331         WebCore/bindings/js/JSStorageCustom.h \
332         WebCore/bindings/js/JSStyleSheetCustom.cpp \
333         WebCore/bindings/js/JSStyleSheetListCustom.cpp \
334         WebCore/bindings/js/JSTextCustom.cpp \
335         WebCore/bindings/js/JSTreeWalkerCustom.cpp \
336         WebCore/bindings/js/JSXMLHttpRequestConstructor.cpp \
337         WebCore/bindings/js/JSXMLHttpRequestConstructor.h \
338         WebCore/bindings/js/JSXMLHttpRequestCustom.cpp \
339         WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp \
340         WebCore/bindings/js/JSXSLTProcessorConstructor.cpp \
341         WebCore/bindings/js/JSXSLTProcessorConstructor.h \
342         WebCore/bindings/js/JSXSLTProcessorCustom.cpp \
343         WebCore/bindings/js/PausedTimeouts.cpp \
344         WebCore/bindings/js/PausedTimeouts.h \
345         WebCore/bindings/js/ScheduledAction.cpp \
346         WebCore/bindings/js/ScheduledAction.h \
347         WebCore/bindings/js/ScriptController.cpp \
348         WebCore/bindings/js/ScriptController.h \
349         WebCore/bindings/js/StringSourceProvider.h \
350         WebCore/bridge/NP_jsobject.cpp \
351         WebCore/bridge/NP_jsobject.h \
352         WebCore/bridge/c/c_class.cpp \
353         WebCore/bridge/c/c_class.h \
354         WebCore/bridge/c/c_instance.cpp \
355         WebCore/bridge/c/c_instance.h \
356         WebCore/bridge/c/c_runtime.cpp \
357         WebCore/bridge/c/c_runtime.h \
358         WebCore/bridge/c/c_utility.cpp \
359         WebCore/bridge/c/c_utility.h \
360         WebCore/bridge/jni/jni_class.h \
361         WebCore/bridge/jni/jni_instance.h \
362         WebCore/bridge/jni/jni_jsobject.h \
363         WebCore/bridge/jni/jni_runtime.h \
364         WebCore/bridge/jni/jni_utility.h \
365         WebCore/bridge/npapi.h \
366         WebCore/bridge/npruntime.cpp \
367         WebCore/bridge/npruntime.h \
368         WebCore/bridge/npruntime_impl.h \
369         WebCore/bridge/npruntime_internal.h \
370         WebCore/bridge/npruntime_priv.h \
371         WebCore/bridge/runtime.cpp \
372         WebCore/bridge/runtime.h \
373         WebCore/bridge/runtime_array.cpp \
374         WebCore/bridge/runtime_array.h \
375         WebCore/bridge/runtime_method.cpp \
376         WebCore/bridge/runtime_method.h \
377         WebCore/bridge/runtime_object.cpp \
378         WebCore/bridge/runtime_object.h \
379         WebCore/bridge/runtime_root.cpp \
380         WebCore/bridge/runtime_root.h \
381         WebCore/config.h \
382         WebCore/css/CSSBorderImageValue.cpp \
383         WebCore/css/CSSBorderImageValue.h \
384         WebCore/css/CSSCanvasValue.cpp \
385         WebCore/css/CSSCanvasValue.h \
386         WebCore/css/CSSCharsetRule.cpp \
387         WebCore/css/CSSCharsetRule.h \
388         WebCore/css/CSSComputedStyleDeclaration.cpp \
389         WebCore/css/CSSComputedStyleDeclaration.h \
390         WebCore/css/CSSCursorImageValue.cpp \
391         WebCore/css/CSSCursorImageValue.h \
392         WebCore/css/CSSFontFace.cpp \
393         WebCore/css/CSSFontFace.h \
394         WebCore/css/CSSFontFaceRule.cpp \
395         WebCore/css/CSSFontFaceRule.h \
396         WebCore/css/CSSFontFaceSource.cpp \
397         WebCore/css/CSSFontFaceSource.h \
398         WebCore/css/CSSFontFaceSrcValue.cpp \
399         WebCore/css/CSSFontFaceSrcValue.h \
400         WebCore/css/CSSFontSelector.cpp \
401         WebCore/css/CSSFontSelector.h \
402         WebCore/css/CSSFunctionValue.cpp \
403         WebCore/css/CSSFunctionValue.h \
404         WebCore/css/CSSGradientValue.cpp \
405         WebCore/css/CSSGradientValue.h \
406         WebCore/css/CSSHelper.cpp \
407         WebCore/css/CSSHelper.h \
408         WebCore/css/CSSImageGeneratorValue.cpp \
409         WebCore/css/CSSImageGeneratorValue.h \
410         WebCore/css/CSSImageValue.cpp \
411         WebCore/css/CSSImageValue.h \
412         WebCore/css/CSSImportRule.cpp \
413         WebCore/css/CSSImportRule.h \
414         WebCore/css/CSSInheritedValue.cpp \
415         WebCore/css/CSSInheritedValue.h \
416         WebCore/css/CSSInitialValue.cpp \
417         WebCore/css/CSSInitialValue.h \
418         WebCore/css/CSSMediaRule.cpp \
419         WebCore/css/CSSMediaRule.h \
420         WebCore/css/CSSMutableStyleDeclaration.cpp \
421         WebCore/css/CSSMutableStyleDeclaration.h \
422         WebCore/css/CSSNamespace.h \
423         WebCore/css/CSSNthSelector.cpp \
424         WebCore/css/CSSNthSelector.h \
425         WebCore/css/CSSPageRule.cpp \
426         WebCore/css/CSSPageRule.h \
427         WebCore/css/CSSParser.cpp \
428         WebCore/css/CSSParser.h \
429         WebCore/css/CSSParserValues.cpp \
430         WebCore/css/CSSParserValues.h \
431         WebCore/css/CSSPrimitiveValue.cpp \
432         WebCore/css/CSSPrimitiveValue.h \
433         WebCore/css/CSSPrimitiveValueMappings.h \
434         WebCore/css/CSSProperty.cpp \
435         WebCore/css/CSSProperty.h \
436         WebCore/css/CSSQuirkPrimitiveValue.h \
437         WebCore/css/CSSReflectValue.cpp \
438         WebCore/css/CSSReflectValue.h \
439         WebCore/css/CSSReflectionDirection.h \
440         WebCore/css/CSSRule.cpp \
441         WebCore/css/CSSRule.h \
442         WebCore/css/CSSRuleList.cpp \
443         WebCore/css/CSSRuleList.h \
444         WebCore/css/CSSSegmentedFontFace.cpp \
445         WebCore/css/CSSSegmentedFontFace.h \
446         WebCore/css/CSSSelector.cpp \
447         WebCore/css/CSSSelector.h \
448         WebCore/css/CSSStyleDeclaration.cpp \
449         WebCore/css/CSSStyleDeclaration.h \
450         WebCore/css/CSSStyleRule.cpp \
451         WebCore/css/CSSStyleRule.h \
452         WebCore/css/CSSStyleSelector.cpp \
453         WebCore/css/CSSStyleSelector.h \
454         WebCore/css/CSSStyleSheet.cpp \
455         WebCore/css/CSSStyleSheet.h \
456         WebCore/css/CSSTimingFunctionValue.cpp \
457         WebCore/css/CSSTimingFunctionValue.h \
458         WebCore/css/CSSUnicodeRangeValue.cpp \
459         WebCore/css/CSSUnicodeRangeValue.h \
460         WebCore/css/CSSUnknownRule.h \
461         WebCore/css/CSSValue.h \
462         WebCore/css/CSSValueList.cpp \
463         WebCore/css/CSSValueList.h \
464         WebCore/css/CSSVariableDependentValue.cpp \
465         WebCore/css/CSSVariableDependentValue.h \
466         WebCore/css/CSSVariablesDeclaration.cpp \
467         WebCore/css/CSSVariablesDeclaration.h \
468         WebCore/css/CSSVariablesRule.cpp \
469         WebCore/css/CSSVariablesRule.h \
470         WebCore/css/Counter.h \
471         WebCore/css/DashboardRegion.h \
472         WebCore/css/FontFamilyValue.cpp \
473         WebCore/css/FontFamilyValue.h \
474         WebCore/css/FontValue.cpp \
475         WebCore/css/FontValue.h \
476         WebCore/css/MediaFeatureNames.cpp \
477         WebCore/css/MediaFeatureNames.h \
478         WebCore/css/MediaList.cpp \
479         WebCore/css/MediaList.h \
480         WebCore/css/MediaQuery.cpp \
481         WebCore/css/MediaQuery.h \
482         WebCore/css/MediaQueryEvaluator.cpp \
483         WebCore/css/MediaQueryEvaluator.h \
484         WebCore/css/MediaQueryExp.cpp \
485         WebCore/css/MediaQueryExp.h \
486         WebCore/css/Pair.h \
487         WebCore/css/Rect.h \
488         WebCore/css/ShadowValue.cpp \
489         WebCore/css/ShadowValue.h \
490         WebCore/css/StyleBase.cpp \
491         WebCore/css/StyleBase.h \
492         WebCore/css/StyleList.cpp \
493         WebCore/css/StyleList.h \
494         WebCore/css/StyleSheet.cpp \
495         WebCore/css/StyleSheet.h \
496         WebCore/css/StyleSheetList.cpp \
497         WebCore/css/StyleSheetList.h \
498         WebCore/css/WebKitCSSKeyframeRule.cpp \
499         WebCore/css/WebKitCSSKeyframeRule.h \
500         WebCore/css/WebKitCSSKeyframesRule.cpp \
501         WebCore/css/WebKitCSSKeyframesRule.h \
502         WebCore/css/WebKitCSSTransformValue.cpp \
503         WebCore/css/WebKitCSSTransformValue.h \
504         WebCore/dom/ActiveDOMObject.cpp \
505         WebCore/dom/ActiveDOMObject.h \
506         WebCore/dom/Attr.cpp \
507         WebCore/dom/Attr.h \
508         WebCore/dom/Attribute.cpp \
509         WebCore/dom/Attribute.h \
510         WebCore/dom/BeforeTextInsertedEvent.cpp \
511         WebCore/dom/BeforeTextInsertedEvent.h \
512         WebCore/dom/BeforeUnloadEvent.cpp \
513         WebCore/dom/BeforeUnloadEvent.h \
514         WebCore/dom/CDATASection.cpp \
515         WebCore/dom/CDATASection.h \
516         WebCore/dom/CSSMappedAttributeDeclaration.cpp \
517         WebCore/dom/CSSMappedAttributeDeclaration.h \
518         WebCore/dom/CharacterData.cpp \
519         WebCore/dom/CharacterData.h \
520         WebCore/dom/ChildNodeList.cpp \
521         WebCore/dom/ChildNodeList.h \
522         WebCore/dom/ClassNames.cpp \
523         WebCore/dom/ClassNames.h \
524         WebCore/dom/ClassNodeList.cpp \
525         WebCore/dom/ClassNodeList.h \
526         WebCore/dom/Clipboard.cpp \
527         WebCore/dom/Clipboard.h \
528         WebCore/dom/ClipboardAccessPolicy.h \
529         WebCore/dom/ClipboardEvent.cpp \
530         WebCore/dom/ClipboardEvent.h \
531         WebCore/dom/Comment.cpp \
532         WebCore/dom/Comment.h \
533         WebCore/dom/ContainerNode.cpp \
534         WebCore/dom/ContainerNode.h \
535         WebCore/dom/ContainerNodeAlgorithms.h \
536         WebCore/dom/DOMCoreException.h \
537         WebCore/dom/DOMImplementation.cpp \
538         WebCore/dom/DOMImplementation.h \
539         WebCore/dom/DocPtr.h \
540         WebCore/dom/Document.cpp \
541         WebCore/dom/Document.h \
542         WebCore/dom/DocumentFragment.cpp \
543         WebCore/dom/DocumentFragment.h \
544         WebCore/dom/DocumentMarker.h \
545         WebCore/dom/DocumentType.cpp \
546         WebCore/dom/DocumentType.h \
547         WebCore/dom/DynamicNodeList.cpp \
548         WebCore/dom/DynamicNodeList.h \
549         WebCore/dom/EditingText.cpp \
550         WebCore/dom/EditingText.h \
551         WebCore/dom/Element.cpp \
552         WebCore/dom/Element.h \
553         WebCore/dom/ElementRareData.h \
554         WebCore/dom/Entity.cpp \
555         WebCore/dom/Entity.h \
556         WebCore/dom/EntityReference.cpp \
557         WebCore/dom/EntityReference.h \
558         WebCore/dom/Event.cpp \
559         WebCore/dom/Event.h \
560         WebCore/dom/EventException.h \
561         WebCore/dom/EventListener.h \
562         WebCore/dom/EventNames.cpp \
563         WebCore/dom/EventNames.h \
564         WebCore/dom/EventTarget.cpp \
565         WebCore/dom/EventTarget.h \
566         WebCore/dom/EventTargetNode.cpp \
567         WebCore/dom/EventTargetNode.h \
568         WebCore/dom/ExceptionBase.cpp \
569         WebCore/dom/ExceptionBase.h \
570         WebCore/dom/ExceptionCode.cpp \
571         WebCore/dom/ExceptionCode.h \
572         WebCore/dom/KeyboardEvent.cpp \
573         WebCore/dom/KeyboardEvent.h \
574         WebCore/dom/MappedAttribute.cpp \
575         WebCore/dom/MappedAttribute.h \
576         WebCore/dom/MappedAttributeEntry.h \
577         WebCore/dom/MessageChannel.cpp \
578         WebCore/dom/MessageChannel.h \
579         WebCore/dom/MessageEvent.cpp \
580         WebCore/dom/MessageEvent.h \
581         WebCore/dom/MessagePort.cpp \
582         WebCore/dom/MessagePort.h \
583         WebCore/dom/MouseEvent.cpp \
584         WebCore/dom/MouseEvent.h \
585         WebCore/dom/MouseRelatedEvent.cpp \
586         WebCore/dom/MouseRelatedEvent.h \
587         WebCore/dom/MutationEvent.cpp \
588         WebCore/dom/MutationEvent.h \
589         WebCore/dom/NameNodeList.cpp \
590         WebCore/dom/NameNodeList.h \
591         WebCore/dom/NamedAttrMap.cpp \
592         WebCore/dom/NamedAttrMap.h \
593         WebCore/dom/NamedMappedAttrMap.cpp \
594         WebCore/dom/NamedMappedAttrMap.h \
595         WebCore/dom/NamedNodeMap.h \
596         WebCore/dom/Node.cpp \
597         WebCore/dom/Node.h \
598         WebCore/dom/NodeFilter.cpp \
599         WebCore/dom/NodeFilter.h \
600         WebCore/dom/NodeFilterCondition.cpp \
601         WebCore/dom/NodeFilterCondition.h \
602         WebCore/dom/NodeIterator.cpp \
603         WebCore/dom/NodeIterator.h \
604         WebCore/dom/NodeList.h \
605         WebCore/dom/NodeRareData.h \
606         WebCore/dom/NodeRenderStyle.h \
607         WebCore/dom/NodeWithIndex.h \
608         WebCore/dom/Notation.cpp \
609         WebCore/dom/Notation.h \
610         WebCore/dom/OverflowEvent.cpp \
611         WebCore/dom/OverflowEvent.h \
612         WebCore/dom/Position.cpp \
613         WebCore/dom/Position.h \
614         WebCore/dom/PositionIterator.cpp \
615         WebCore/dom/PositionIterator.h \
616         WebCore/dom/ProcessingInstruction.cpp \
617         WebCore/dom/ProcessingInstruction.h \
618         WebCore/dom/ProgressEvent.cpp \
619         WebCore/dom/ProgressEvent.h \
620         WebCore/dom/QualifiedName.cpp \
621         WebCore/dom/QualifiedName.h \
622         WebCore/dom/Range.cpp \
623         WebCore/dom/Range.h \
624         WebCore/dom/RangeBoundaryPoint.h \
625         WebCore/dom/RangeException.h \
626         WebCore/dom/RegisteredEventListener.cpp \
627         WebCore/dom/RegisteredEventListener.h \
628         WebCore/dom/ScriptElement.cpp \
629         WebCore/dom/ScriptElement.h \
630         WebCore/dom/ScriptExecutionContext.cpp \
631         WebCore/dom/ScriptExecutionContext.h \
632         WebCore/dom/SelectorNodeList.cpp \
633         WebCore/dom/SelectorNodeList.h \
634         WebCore/dom/StaticNodeList.cpp \
635         WebCore/dom/StaticNodeList.h \
636         WebCore/dom/StyleElement.cpp \
637         WebCore/dom/StyleElement.h \
638         WebCore/dom/StyledElement.cpp \
639         WebCore/dom/StyledElement.h \
640         WebCore/dom/TagNodeList.cpp \
641         WebCore/dom/TagNodeList.h \
642         WebCore/dom/Text.cpp \
643         WebCore/dom/Text.h \
644         WebCore/dom/TextEvent.cpp \
645         WebCore/dom/TextEvent.h \
646         WebCore/dom/Tokenizer.h \
647         WebCore/dom/Traversal.cpp \
648         WebCore/dom/Traversal.h \
649         WebCore/dom/TreeWalker.cpp \
650         WebCore/dom/TreeWalker.h \
651         WebCore/dom/UIEvent.cpp \
652         WebCore/dom/UIEvent.h \
653         WebCore/dom/UIEventWithKeyState.cpp \
654         WebCore/dom/UIEventWithKeyState.h \
655         WebCore/dom/WebKitAnimationEvent.cpp \
656         WebCore/dom/WebKitAnimationEvent.h \
657         WebCore/dom/WebKitTransitionEvent.cpp \
658         WebCore/dom/WebKitTransitionEvent.h \
659         WebCore/dom/WheelEvent.cpp \
660         WebCore/dom/WheelEvent.h \
661         WebCore/dom/XMLTokenizer.cpp \
662         WebCore/dom/XMLTokenizer.h \
663         WebCore/dom/XMLTokenizerLibxml2.cpp \
664         WebCore/editing/AppendNodeCommand.cpp \
665         WebCore/editing/AppendNodeCommand.h \
666         WebCore/editing/ApplyStyleCommand.cpp \
667         WebCore/editing/ApplyStyleCommand.h \
668         WebCore/editing/BreakBlockquoteCommand.cpp \
669         WebCore/editing/BreakBlockquoteCommand.h \
670         WebCore/editing/CompositeEditCommand.cpp \
671         WebCore/editing/CompositeEditCommand.h \
672         WebCore/editing/CreateLinkCommand.cpp \
673         WebCore/editing/CreateLinkCommand.h \
674         WebCore/editing/DeleteButton.cpp \
675         WebCore/editing/DeleteButton.h \
676         WebCore/editing/DeleteButtonController.cpp \
677         WebCore/editing/DeleteButtonController.h \
678         WebCore/editing/DeleteFromTextNodeCommand.cpp \
679         WebCore/editing/DeleteFromTextNodeCommand.h \
680         WebCore/editing/DeleteSelectionCommand.cpp \
681         WebCore/editing/DeleteSelectionCommand.h \
682         WebCore/editing/EditAction.h \
683         WebCore/editing/EditCommand.cpp \
684         WebCore/editing/EditCommand.h \
685         WebCore/editing/Editor.cpp \
686         WebCore/editing/Editor.h \
687         WebCore/editing/EditorCommand.cpp \
688         WebCore/editing/EditorDeleteAction.h \
689         WebCore/editing/EditorInsertAction.h \
690         WebCore/editing/FormatBlockCommand.cpp \
691         WebCore/editing/FormatBlockCommand.h \
692         WebCore/editing/HTMLInterchange.cpp \
693         WebCore/editing/HTMLInterchange.h \
694         WebCore/editing/IndentOutdentCommand.cpp \
695         WebCore/editing/IndentOutdentCommand.h \
696         WebCore/editing/InsertIntoTextNodeCommand.cpp \
697         WebCore/editing/InsertIntoTextNodeCommand.h \
698         WebCore/editing/InsertLineBreakCommand.cpp \
699         WebCore/editing/InsertLineBreakCommand.h \
700         WebCore/editing/InsertListCommand.cpp \
701         WebCore/editing/InsertListCommand.h \
702         WebCore/editing/InsertNodeBeforeCommand.cpp \
703         WebCore/editing/InsertNodeBeforeCommand.h \
704         WebCore/editing/InsertParagraphSeparatorCommand.cpp \
705         WebCore/editing/InsertParagraphSeparatorCommand.h \
706         WebCore/editing/InsertTextCommand.cpp \
707         WebCore/editing/InsertTextCommand.h \
708         WebCore/editing/JoinTextNodesCommand.cpp \
709         WebCore/editing/JoinTextNodesCommand.h \
710         WebCore/editing/MergeIdenticalElementsCommand.cpp \
711         WebCore/editing/MergeIdenticalElementsCommand.h \
712         WebCore/editing/ModifySelectionListLevel.cpp \
713         WebCore/editing/ModifySelectionListLevel.h \
714         WebCore/editing/MoveSelectionCommand.cpp \
715         WebCore/editing/MoveSelectionCommand.h \
716         WebCore/editing/RemoveCSSPropertyCommand.cpp \
717         WebCore/editing/RemoveCSSPropertyCommand.h \
718         WebCore/editing/RemoveFormatCommand.cpp \
719         WebCore/editing/RemoveFormatCommand.h \
720         WebCore/editing/RemoveNodeAttributeCommand.cpp \
721         WebCore/editing/RemoveNodeAttributeCommand.h \
722         WebCore/editing/RemoveNodeCommand.cpp \
723         WebCore/editing/RemoveNodeCommand.h \
724         WebCore/editing/RemoveNodePreservingChildrenCommand.cpp \
725         WebCore/editing/RemoveNodePreservingChildrenCommand.h \
726         WebCore/editing/ReplaceSelectionCommand.cpp \
727         WebCore/editing/ReplaceSelectionCommand.h \
728         WebCore/editing/Selection.cpp \
729         WebCore/editing/Selection.h \
730         WebCore/editing/SelectionController.cpp \
731         WebCore/editing/SelectionController.h \
732         WebCore/editing/SetNodeAttributeCommand.cpp \
733         WebCore/editing/SetNodeAttributeCommand.h \
734         WebCore/editing/SmartReplace.cpp \
735         WebCore/editing/SmartReplace.h \
736         WebCore/editing/SmartReplaceICU.cpp \
737         WebCore/editing/SplitElementCommand.cpp \
738         WebCore/editing/SplitElementCommand.h \
739         WebCore/editing/SplitTextNodeCommand.cpp \
740         WebCore/editing/SplitTextNodeCommand.h \
741         WebCore/editing/SplitTextNodeContainingElementCommand.cpp \
742         WebCore/editing/SplitTextNodeContainingElementCommand.h \
743         WebCore/editing/TextAffinity.h \
744         WebCore/editing/TextGranularity.h \
745         WebCore/editing/TextIterator.cpp \
746         WebCore/editing/TextIterator.h \
747         WebCore/editing/TypingCommand.cpp \
748         WebCore/editing/TypingCommand.h \
749         WebCore/editing/UnlinkCommand.cpp \
750         WebCore/editing/UnlinkCommand.h \
751         WebCore/editing/VisiblePosition.cpp \
752         WebCore/editing/VisiblePosition.h \
753         WebCore/editing/WrapContentsInDummySpanCommand.cpp \
754         WebCore/editing/WrapContentsInDummySpanCommand.h \
755         WebCore/editing/htmlediting.cpp \
756         WebCore/editing/htmlediting.h \
757         WebCore/editing/markup.cpp \
758         WebCore/editing/markup.h \
759         WebCore/editing/visible_units.cpp \
760         WebCore/editing/visible_units.h \
761         WebCore/history/BackForwardList.cpp \
762         WebCore/history/BackForwardList.h \
763         WebCore/history/CachedPage.cpp \
764         WebCore/history/CachedPage.h \
765         WebCore/history/CachedPagePlatformData.h \
766         WebCore/history/HistoryItem.cpp \
767         WebCore/history/HistoryItem.h \
768         WebCore/history/PageCache.cpp \
769         WebCore/history/PageCache.h \
770         WebCore/html/CanvasGradient.cpp \
771         WebCore/html/CanvasGradient.h \
772         WebCore/html/CanvasPattern.cpp \
773         WebCore/html/CanvasPattern.h \
774         WebCore/html/CanvasPixelArray.cpp \
775         WebCore/html/CanvasPixelArray.h \
776         WebCore/html/CanvasRenderingContext2D.cpp \
777         WebCore/html/CanvasRenderingContext2D.h \
778         WebCore/html/CanvasStyle.cpp \
779         WebCore/html/CanvasStyle.h \
780         WebCore/html/File.cpp \
781         WebCore/html/File.h \
782         WebCore/html/FileList.cpp \
783         WebCore/html/FileList.h \
784         WebCore/html/FormDataList.cpp \
785         WebCore/html/FormDataList.h \
786         WebCore/html/HTMLAnchorElement.cpp \
787         WebCore/html/HTMLAnchorElement.h \
788         WebCore/html/HTMLAppletElement.cpp \
789         WebCore/html/HTMLAppletElement.h \
790         WebCore/html/HTMLAreaElement.cpp \
791         WebCore/html/HTMLAreaElement.h \
792         WebCore/html/HTMLBRElement.cpp \
793         WebCore/html/HTMLBRElement.h \
794         WebCore/html/HTMLBaseElement.cpp \
795         WebCore/html/HTMLBaseElement.h \
796         WebCore/html/HTMLBaseFontElement.cpp \
797         WebCore/html/HTMLBaseFontElement.h \
798         WebCore/html/HTMLBlockquoteElement.cpp \
799         WebCore/html/HTMLBlockquoteElement.h \
800         WebCore/html/HTMLBodyElement.cpp \
801         WebCore/html/HTMLBodyElement.h \
802         WebCore/html/HTMLButtonElement.cpp \
803         WebCore/html/HTMLButtonElement.h \
804         WebCore/html/HTMLCanvasElement.cpp \
805         WebCore/html/HTMLCanvasElement.h \
806         WebCore/html/HTMLCollection.cpp \
807         WebCore/html/HTMLCollection.h \
808         WebCore/html/HTMLDListElement.cpp \
809         WebCore/html/HTMLDListElement.h \
810         WebCore/html/HTMLDirectoryElement.cpp \
811         WebCore/html/HTMLDirectoryElement.h \
812         WebCore/html/HTMLDivElement.cpp \
813         WebCore/html/HTMLDivElement.h \
814         WebCore/html/HTMLDocument.cpp \
815         WebCore/html/HTMLDocument.h \
816         WebCore/html/HTMLElement.cpp \
817         WebCore/html/HTMLElement.h \
818         WebCore/html/HTMLElementFactory.cpp \
819         WebCore/html/HTMLElementFactory.h \
820         WebCore/html/HTMLEmbedElement.cpp \
821         WebCore/html/HTMLEmbedElement.h \
822         WebCore/html/HTMLFieldSetElement.cpp \
823         WebCore/html/HTMLFieldSetElement.h \
824         WebCore/html/HTMLFontElement.cpp \
825         WebCore/html/HTMLFontElement.h \
826         WebCore/html/HTMLFormCollection.cpp \
827         WebCore/html/HTMLFormCollection.h \
828         WebCore/html/HTMLFormControlElement.cpp \
829         WebCore/html/HTMLFormControlElement.h \
830         WebCore/html/HTMLFormElement.cpp \
831         WebCore/html/HTMLFormElement.h \
832         WebCore/html/HTMLFrameElement.cpp \
833         WebCore/html/HTMLFrameElement.h \
834         WebCore/html/HTMLFrameElementBase.cpp \
835         WebCore/html/HTMLFrameElementBase.h \
836         WebCore/html/HTMLFrameOwnerElement.cpp \
837         WebCore/html/HTMLFrameOwnerElement.h \
838         WebCore/html/HTMLFrameSetElement.cpp \
839         WebCore/html/HTMLFrameSetElement.h \
840         WebCore/html/HTMLHRElement.cpp \
841         WebCore/html/HTMLHRElement.h \
842         WebCore/html/HTMLHeadElement.cpp \
843         WebCore/html/HTMLHeadElement.h \
844         WebCore/html/HTMLHeadingElement.cpp \
845         WebCore/html/HTMLHeadingElement.h \
846         WebCore/html/HTMLHtmlElement.cpp \
847         WebCore/html/HTMLHtmlElement.h \
848         WebCore/html/HTMLIFrameElement.cpp \
849         WebCore/html/HTMLIFrameElement.h \
850         WebCore/html/HTMLImageElement.cpp \
851         WebCore/html/HTMLImageElement.h \
852         WebCore/html/HTMLImageLoader.cpp \
853         WebCore/html/HTMLImageLoader.h \
854         WebCore/html/HTMLInputElement.cpp \
855         WebCore/html/HTMLInputElement.h \
856         WebCore/html/HTMLIsIndexElement.cpp \
857         WebCore/html/HTMLIsIndexElement.h \
858         WebCore/html/HTMLKeygenElement.cpp \
859         WebCore/html/HTMLKeygenElement.h \
860         WebCore/html/HTMLLIElement.cpp \
861         WebCore/html/HTMLLIElement.h \
862         WebCore/html/HTMLLabelElement.cpp \
863         WebCore/html/HTMLLabelElement.h \
864         WebCore/html/HTMLLegendElement.cpp \
865         WebCore/html/HTMLLegendElement.h \
866         WebCore/html/HTMLLinkElement.cpp \
867         WebCore/html/HTMLLinkElement.h \
868         WebCore/html/HTMLMapElement.cpp \
869         WebCore/html/HTMLMapElement.h \
870         WebCore/html/HTMLMarqueeElement.cpp \
871         WebCore/html/HTMLMarqueeElement.h \
872         WebCore/html/HTMLMenuElement.cpp \
873         WebCore/html/HTMLMenuElement.h \
874         WebCore/html/HTMLMetaElement.cpp \
875         WebCore/html/HTMLMetaElement.h \
876         WebCore/html/HTMLModElement.cpp \
877         WebCore/html/HTMLModElement.h \
878         WebCore/html/HTMLNameCollection.cpp \
879         WebCore/html/HTMLNameCollection.h \
880         WebCore/html/HTMLOListElement.cpp \
881         WebCore/html/HTMLOListElement.h \
882         WebCore/html/HTMLObjectElement.cpp \
883         WebCore/html/HTMLObjectElement.h \
884         WebCore/html/HTMLOptGroupElement.cpp \
885         WebCore/html/HTMLOptGroupElement.h \
886         WebCore/html/HTMLOptionElement.cpp \
887         WebCore/html/HTMLOptionElement.h \
888         WebCore/html/HTMLOptionsCollection.cpp \
889         WebCore/html/HTMLOptionsCollection.h \
890         WebCore/html/HTMLParagraphElement.cpp \
891         WebCore/html/HTMLParagraphElement.h \
892         WebCore/html/HTMLParamElement.cpp \
893         WebCore/html/HTMLParamElement.h \
894         WebCore/html/HTMLParser.cpp \
895         WebCore/html/HTMLParser.h \
896         WebCore/html/HTMLParserErrorCodes.cpp \
897         WebCore/html/HTMLParserErrorCodes.h \
898         WebCore/html/HTMLPlugInElement.cpp \
899         WebCore/html/HTMLPlugInElement.h \
900         WebCore/html/HTMLPlugInImageElement.cpp \
901         WebCore/html/HTMLPlugInImageElement.h \
902         WebCore/html/HTMLPreElement.cpp \
903         WebCore/html/HTMLPreElement.h \
904         WebCore/html/HTMLQuoteElement.cpp \
905         WebCore/html/HTMLQuoteElement.h \
906         WebCore/html/HTMLScriptElement.cpp \
907         WebCore/html/HTMLScriptElement.h \
908         WebCore/html/HTMLSelectElement.cpp \
909         WebCore/html/HTMLSelectElement.h \
910         WebCore/html/HTMLStyleElement.cpp \
911         WebCore/html/HTMLStyleElement.h \
912         WebCore/html/HTMLTableCaptionElement.cpp \
913         WebCore/html/HTMLTableCaptionElement.h \
914         WebCore/html/HTMLTableCellElement.cpp \
915         WebCore/html/HTMLTableCellElement.h \
916         WebCore/html/HTMLTableColElement.cpp \
917         WebCore/html/HTMLTableColElement.h \
918         WebCore/html/HTMLTableElement.cpp \
919         WebCore/html/HTMLTableElement.h \
920         WebCore/html/HTMLTablePartElement.cpp \
921         WebCore/html/HTMLTablePartElement.h \
922         WebCore/html/HTMLTableRowElement.cpp \
923         WebCore/html/HTMLTableRowElement.h \
924         WebCore/html/HTMLTableRowsCollection.cpp \
925         WebCore/html/HTMLTableRowsCollection.h \
926         WebCore/html/HTMLTableSectionElement.cpp \
927         WebCore/html/HTMLTableSectionElement.h \
928         WebCore/html/HTMLTextAreaElement.cpp \
929         WebCore/html/HTMLTextAreaElement.h \
930         WebCore/html/HTMLTitleElement.cpp \
931         WebCore/html/HTMLTitleElement.h \
932         WebCore/html/HTMLTokenizer.cpp \
933         WebCore/html/HTMLTokenizer.h \
934         WebCore/html/HTMLUListElement.cpp \
935         WebCore/html/HTMLUListElement.h \
936         WebCore/html/HTMLViewSourceDocument.cpp \
937         WebCore/html/HTMLViewSourceDocument.h \
938         WebCore/html/ImageData.cpp \
939         WebCore/html/ImageData.h \
940         WebCore/html/MediaError.h \
941         WebCore/html/PreloadScanner.cpp \
942         WebCore/html/PreloadScanner.h \
943         WebCore/html/TextMetrics.h \
944         WebCore/html/VoidCallback.h \
945         WebCore/icu/unicode/parseerr.h \
946         WebCore/icu/unicode/platform.h \
947         WebCore/icu/unicode/putil.h \
948         WebCore/icu/unicode/ubrk.h \
949         WebCore/icu/unicode/uchar.h \
950         WebCore/icu/unicode/ucnv.h \
951         WebCore/icu/unicode/ucnv_cb.h \
952         WebCore/icu/unicode/ucnv_err.h \
953         WebCore/icu/unicode/ucol.h \
954         WebCore/icu/unicode/uconfig.h \
955         WebCore/icu/unicode/uenum.h \
956         WebCore/icu/unicode/uidna.h \
957         WebCore/icu/unicode/uiter.h \
958         WebCore/icu/unicode/uloc.h \
959         WebCore/icu/unicode/umachine.h \
960         WebCore/icu/unicode/unorm.h \
961         WebCore/icu/unicode/urename.h \
962         WebCore/icu/unicode/uscript.h \
963         WebCore/icu/unicode/uset.h \
964         WebCore/icu/unicode/ushape.h \
965         WebCore/icu/unicode/ustring.h \
966         WebCore/icu/unicode/utf.h \
967         WebCore/icu/unicode/utf16.h \
968         WebCore/icu/unicode/utf8.h \
969         WebCore/icu/unicode/utf_old.h \
970         WebCore/icu/unicode/utypes.h \
971         WebCore/icu/unicode/uversion.h \
972         WebCore/inspector/InspectorClient.h \
973         WebCore/inspector/InspectorController.cpp \
974         WebCore/inspector/InspectorController.h \
975         WebCore/inspector/JavaScriptCallFrame.cpp \
976         WebCore/inspector/JavaScriptCallFrame.h \
977         WebCore/inspector/JavaScriptDebugListener.h \
978         WebCore/inspector/JavaScriptDebugServer.cpp \
979         WebCore/inspector/JavaScriptDebugServer.h \
980         WebCore/inspector/JavaScriptProfile.cpp \
981         WebCore/inspector/JavaScriptProfile.h \
982         WebCore/inspector/JavaScriptProfileNode.cpp \
983         WebCore/inspector/JavaScriptProfileNode.h \
984         WebCore/loader/Cache.cpp \
985         WebCore/loader/Cache.h \
986         WebCore/loader/CachePolicy.h \
987         WebCore/loader/CachedCSSStyleSheet.cpp \
988         WebCore/loader/CachedCSSStyleSheet.h \
989         WebCore/loader/CachedFont.cpp \
990         WebCore/loader/CachedFont.h \
991         WebCore/loader/CachedImage.cpp \
992         WebCore/loader/CachedImage.h \
993         WebCore/loader/CachedResource.cpp \
994         WebCore/loader/CachedResource.h \
995         WebCore/loader/CachedResourceClient.h \
996         WebCore/loader/CachedResourceClientWalker.cpp \
997         WebCore/loader/CachedResourceClientWalker.h \
998         WebCore/loader/CachedResourceHandle.cpp \
999         WebCore/loader/CachedResourceHandle.h \
1000         WebCore/loader/CachedScript.cpp \
1001         WebCore/loader/CachedScript.h \
1002         WebCore/loader/CachedXBLDocument.h \
1003         WebCore/loader/CachedXSLStyleSheet.cpp \
1004         WebCore/loader/CachedXSLStyleSheet.h \
1005         WebCore/loader/DocLoader.cpp \
1006         WebCore/loader/DocLoader.h \
1007         WebCore/loader/DocumentLoader.cpp \
1008         WebCore/loader/DocumentLoader.h \
1009         WebCore/loader/EmptyClients.h \
1010         WebCore/loader/FTPDirectoryDocument.cpp \
1011         WebCore/loader/FTPDirectoryDocument.h \
1012         WebCore/loader/FTPDirectoryParser.cpp \
1013         WebCore/loader/FTPDirectoryParser.h \
1014         WebCore/loader/FormState.cpp \
1015         WebCore/loader/FormState.h \
1016         WebCore/loader/FrameLoader.cpp \
1017         WebCore/loader/FrameLoader.h \
1018         WebCore/loader/FrameLoaderClient.h \
1019         WebCore/loader/FrameLoaderTypes.h \
1020         WebCore/loader/ImageDocument.cpp \
1021         WebCore/loader/ImageDocument.h \
1022         WebCore/loader/ImageLoader.cpp \
1023         WebCore/loader/ImageLoader.h \
1024         WebCore/loader/MainResourceLoader.cpp \
1025         WebCore/loader/MainResourceLoader.h \
1026         WebCore/loader/MediaDocument.cpp \
1027         WebCore/loader/MediaDocument.h \
1028         WebCore/loader/NavigationAction.cpp \
1029         WebCore/loader/NavigationAction.h \
1030         WebCore/loader/NetscapePlugInStreamLoader.cpp \
1031         WebCore/loader/NetscapePlugInStreamLoader.h \
1032         WebCore/loader/PluginDocument.cpp \
1033         WebCore/loader/PluginDocument.h \
1034         WebCore/loader/ProgressTracker.cpp \
1035         WebCore/loader/ProgressTracker.h \
1036         WebCore/loader/Request.cpp \
1037         WebCore/loader/Request.h \
1038         WebCore/loader/ResourceLoader.cpp \
1039         WebCore/loader/ResourceLoader.h \
1040         WebCore/loader/SubresourceLoader.cpp \
1041         WebCore/loader/SubresourceLoader.h \
1042         WebCore/loader/SubresourceLoaderClient.h \
1043         WebCore/loader/SubstituteData.h \
1044         WebCore/loader/SubstituteResource.h \
1045         WebCore/loader/TextDocument.cpp \
1046         WebCore/loader/TextDocument.h \
1047         WebCore/loader/TextResourceDecoder.cpp \
1048         WebCore/loader/TextResourceDecoder.h \
1049         WebCore/loader/archive/Archive.h \
1050         WebCore/loader/archive/ArchiveFactory.cpp \
1051         WebCore/loader/archive/ArchiveFactory.h \
1052         WebCore/loader/archive/ArchiveResource.cpp \
1053         WebCore/loader/archive/ArchiveResource.h \
1054         WebCore/loader/archive/ArchiveResourceCollection.cpp \
1055         WebCore/loader/archive/ArchiveResourceCollection.h \
1056         WebCore/loader/icon/IconFetcher.h \
1057         WebCore/loader/icon/IconLoader.cpp \
1058         WebCore/loader/icon/IconLoader.h \
1059         WebCore/loader/loader.cpp \
1060         WebCore/loader/loader.h \
1061         WebCore/page/AXObjectCache.cpp \
1062         WebCore/page/AXObjectCache.h \
1063         WebCore/page/AccessibilityImageMapLink.cpp \
1064         WebCore/page/AccessibilityImageMapLink.h \
1065         WebCore/page/AccessibilityList.cpp \
1066         WebCore/page/AccessibilityList.h \
1067         WebCore/page/AccessibilityListBox.cpp \
1068         WebCore/page/AccessibilityListBox.h \
1069         WebCore/page/AccessibilityListBoxOption.cpp \
1070         WebCore/page/AccessibilityListBoxOption.h \
1071         WebCore/page/AccessibilityObject.cpp \
1072         WebCore/page/AccessibilityObject.h \
1073         WebCore/page/AccessibilityRenderObject.cpp \
1074         WebCore/page/AccessibilityRenderObject.h \
1075         WebCore/page/AccessibilityTable.cpp \
1076         WebCore/page/AccessibilityTable.h \
1077         WebCore/page/AccessibilityTableCell.cpp \
1078         WebCore/page/AccessibilityTableCell.h \
1079         WebCore/page/AccessibilityTableColumn.cpp \
1080         WebCore/page/AccessibilityTableColumn.h \
1081         WebCore/page/AccessibilityTableHeaderContainer.cpp \
1082         WebCore/page/AccessibilityTableHeaderContainer.h \
1083         WebCore/page/AccessibilityTableRow.cpp \
1084         WebCore/page/AccessibilityTableRow.h \
1085         WebCore/page/BarInfo.cpp \
1086         WebCore/page/BarInfo.h \
1087         WebCore/page/Chrome.cpp \
1088         WebCore/page/Chrome.h \
1089         WebCore/page/ChromeClient.h \
1090         WebCore/page/Console.cpp \
1091         WebCore/page/Console.h \
1092         WebCore/page/ContextMenuClient.h \
1093         WebCore/page/ContextMenuController.cpp \
1094         WebCore/page/ContextMenuController.h \
1095         WebCore/page/DOMSelection.cpp \
1096         WebCore/page/DOMSelection.h \
1097         WebCore/page/DOMWindow.cpp \
1098         WebCore/page/DOMWindow.h \
1099         WebCore/page/DragActions.h \
1100         WebCore/page/DragClient.h \
1101         WebCore/page/DragController.cpp \
1102         WebCore/page/DragController.h \
1103         WebCore/page/EditorClient.h \
1104         WebCore/page/EventHandler.cpp \
1105         WebCore/page/EventHandler.h \
1106         WebCore/page/FocusController.cpp \
1107         WebCore/page/FocusController.h \
1108         WebCore/page/FocusDirection.h \
1109         WebCore/page/Frame.cpp \
1110         WebCore/page/Frame.h \
1111         WebCore/page/FrameLoadRequest.h \
1112         WebCore/page/FramePrivate.h \
1113         WebCore/page/FrameTree.cpp \
1114         WebCore/page/FrameTree.h \
1115         WebCore/page/FrameView.cpp \
1116         WebCore/page/FrameView.h \
1117         WebCore/page/Geolocation.cpp \
1118         WebCore/page/Geolocation.h \
1119         WebCore/page/Geoposition.cpp \
1120         WebCore/page/Geoposition.h \
1121         WebCore/page/History.cpp \
1122         WebCore/page/History.h \
1123         WebCore/page/Location.cpp \
1124         WebCore/page/Location.h \
1125         WebCore/page/MouseEventWithHitTestResults.cpp \
1126         WebCore/page/MouseEventWithHitTestResults.h \
1127         WebCore/page/Navigator.cpp \
1128         WebCore/page/Navigator.h \
1129         WebCore/page/Page.cpp \
1130         WebCore/page/Page.h \
1131         WebCore/page/PageGroup.cpp \
1132         WebCore/page/PageGroup.h \
1133         WebCore/page/PositionCallback.h \
1134         WebCore/page/PositionError.h \
1135         WebCore/page/PositionErrorCallback.h \
1136         WebCore/page/PositionOptions.h \
1137         WebCore/page/PrintContext.cpp \
1138         WebCore/page/PrintContext.h \
1139         WebCore/page/Screen.cpp \
1140         WebCore/page/Screen.h \
1141         WebCore/page/SecurityOrigin.cpp \
1142         WebCore/page/SecurityOrigin.h \
1143         WebCore/page/SecurityOriginHash.h \
1144         WebCore/page/Settings.cpp \
1145         WebCore/page/Settings.h \
1146         WebCore/page/WindowFeatures.cpp \
1147         WebCore/page/WindowFeatures.h \
1148         WebCore/page/animation/AnimationBase.cpp \
1149         WebCore/page/animation/AnimationBase.h \
1150         WebCore/page/animation/AnimationController.cpp \
1151         WebCore/page/animation/AnimationController.h \
1152         WebCore/page/animation/CompositeAnimation.cpp \
1153         WebCore/page/animation/CompositeAnimation.h \
1154         WebCore/page/animation/ImplicitAnimation.cpp \
1155         WebCore/page/animation/ImplicitAnimation.h \
1156         WebCore/page/animation/KeyframeAnimation.cpp \
1157         WebCore/page/animation/KeyframeAnimation.h \
1158         WebCore/platform/Arena.cpp \
1159         WebCore/platform/Arena.h \
1160         WebCore/platform/AutodrainedPool.h \
1161         WebCore/platform/ContextMenu.cpp \
1162         WebCore/platform/ContextMenu.h \
1163         WebCore/platform/ContextMenuItem.h \
1164         WebCore/platform/CookieJar.h \
1165         WebCore/platform/Cursor.h \
1166         WebCore/platform/DeprecatedPtrList.h \
1167         WebCore/platform/DeprecatedPtrListImpl.cpp \
1168         WebCore/platform/DeprecatedPtrListImpl.h \
1169         WebCore/platform/DeprecatedPtrQueue.h \
1170         WebCore/platform/DeprecatedValueList.h \
1171         WebCore/platform/DeprecatedValueListImpl.cpp \
1172         WebCore/platform/DeprecatedValueListImpl.h \
1173         WebCore/platform/DragData.cpp \
1174         WebCore/platform/DragData.h \
1175         WebCore/platform/DragImage.cpp \
1176         WebCore/platform/DragImage.h \
1177         WebCore/platform/EventLoop.h \
1178         WebCore/platform/FileChooser.cpp \
1179         WebCore/platform/FileChooser.h \
1180         WebCore/platform/FileSystem.h \
1181         WebCore/platform/FloatConversion.h \
1182         WebCore/platform/GeolocationService.cpp \
1183         WebCore/platform/GeolocationService.h \
1184         WebCore/platform/HostWindow.h \
1185         WebCore/platform/KURL.cpp \
1186         WebCore/platform/KURL.h \
1187         WebCore/platform/KURLHash.h \
1188         WebCore/platform/Language.h \
1189         WebCore/platform/Length.cpp \
1190         WebCore/platform/Length.h \
1191         WebCore/platform/LengthBox.h \
1192         WebCore/platform/LengthSize.h \
1193         WebCore/platform/LocalizedStrings.h \
1194         WebCore/platform/Logging.cpp \
1195         WebCore/platform/Logging.h \
1196         WebCore/platform/MIMETypeRegistry.cpp \
1197         WebCore/platform/MIMETypeRegistry.h \
1198         WebCore/platform/NotImplemented.h \
1199         WebCore/platform/Pasteboard.h \
1200         WebCore/platform/PlatformKeyboardEvent.h \
1201         WebCore/platform/PlatformMenuDescription.h \
1202         WebCore/platform/PlatformMouseEvent.h \
1203         WebCore/platform/PlatformScreen.h \
1204         WebCore/platform/PlatformWheelEvent.h \
1205         WebCore/platform/PopupMenu.h \
1206         WebCore/platform/PopupMenuClient.h \
1207         WebCore/platform/PopupMenuStyle.h \
1208         WebCore/platform/SSLKeyGenerator.h \
1209         WebCore/platform/ScrollTypes.h \
1210         WebCore/platform/ScrollView.cpp \
1211         WebCore/platform/ScrollView.h \
1212         WebCore/platform/Scrollbar.cpp \
1213         WebCore/platform/Scrollbar.h \
1214         WebCore/platform/ScrollbarClient.h \
1215         WebCore/platform/ScrollbarTheme.h \
1216         WebCore/platform/ScrollbarThemeComposite.cpp \
1217         WebCore/platform/ScrollbarThemeComposite.h \
1218         WebCore/platform/SearchPopupMenu.h \
1219         WebCore/platform/SharedBuffer.cpp \
1220         WebCore/platform/SharedBuffer.h \
1221         WebCore/platform/SharedTimer.h \
1222         WebCore/platform/Sound.h \
1223         WebCore/platform/StaticConstructors.h \
1224         WebCore/platform/SystemTime.h \
1225         WebCore/platform/ThemeTypes.h \
1226         WebCore/platform/ThreadCheck.h \
1227         WebCore/platform/Timer.cpp \
1228         WebCore/platform/Timer.h \
1229         WebCore/platform/TreeShared.h \
1230         WebCore/platform/Widget.cpp \
1231         WebCore/platform/Widget.h \
1232         WebCore/platform/graphics/AffineTransform.cpp \
1233         WebCore/platform/graphics/AffineTransform.h \
1234         WebCore/platform/graphics/BitmapImage.cpp \
1235         WebCore/platform/graphics/BitmapImage.h \
1236         WebCore/platform/graphics/Color.cpp \
1237         WebCore/platform/graphics/Color.h \
1238         WebCore/platform/graphics/DashArray.h \
1239         WebCore/platform/graphics/FloatPoint.cpp \
1240         WebCore/platform/graphics/FloatPoint.h \
1241         WebCore/platform/graphics/FloatPoint3D.cpp \
1242         WebCore/platform/graphics/FloatPoint3D.h \
1243         WebCore/platform/graphics/FloatRect.cpp \
1244         WebCore/platform/graphics/FloatRect.h \
1245         WebCore/platform/graphics/FloatSize.cpp \
1246         WebCore/platform/graphics/FloatSize.h \
1247         WebCore/platform/graphics/Font.cpp \
1248         WebCore/platform/graphics/Font.h \
1249         WebCore/platform/graphics/FontCache.cpp \
1250         WebCore/platform/graphics/FontCache.h \
1251         WebCore/platform/graphics/FontData.cpp \
1252         WebCore/platform/graphics/FontData.h \
1253         WebCore/platform/graphics/FontDescription.cpp \
1254         WebCore/platform/graphics/FontDescription.h \
1255         WebCore/platform/graphics/FontFallbackList.cpp \
1256         WebCore/platform/graphics/FontFallbackList.h \
1257         WebCore/platform/graphics/FontFamily.cpp \
1258         WebCore/platform/graphics/FontFamily.h \
1259         WebCore/platform/graphics/FontRenderingMode.h \
1260         WebCore/platform/graphics/FontSelector.h \
1261         WebCore/platform/graphics/FontTraitsMask.h \
1262         WebCore/platform/graphics/GeneratedImage.cpp \
1263         WebCore/platform/graphics/GeneratedImage.h \
1264         WebCore/platform/graphics/Generator.h \
1265         WebCore/platform/graphics/GlyphBuffer.h \
1266         WebCore/platform/graphics/GlyphPageTreeNode.cpp \
1267         WebCore/platform/graphics/GlyphPageTreeNode.h \
1268         WebCore/platform/graphics/GlyphWidthMap.cpp \
1269         WebCore/platform/graphics/GlyphWidthMap.h \
1270         WebCore/platform/graphics/Gradient.cpp \
1271         WebCore/platform/graphics/Gradient.h \
1272         WebCore/platform/graphics/GraphicsContext.cpp \
1273         WebCore/platform/graphics/GraphicsContext.h \
1274         WebCore/platform/graphics/GraphicsContextPrivate.h \
1275         WebCore/platform/graphics/GraphicsTypes.cpp \
1276         WebCore/platform/graphics/GraphicsTypes.h \
1277         WebCore/platform/graphics/Icon.h \
1278         WebCore/platform/graphics/Image.cpp \
1279         WebCore/platform/graphics/Image.h \
1280         WebCore/platform/graphics/ImageBuffer.h \
1281         WebCore/platform/graphics/ImageObserver.h \
1282         WebCore/platform/graphics/ImageSource.h \
1283         WebCore/platform/graphics/IntPoint.h \
1284         WebCore/platform/graphics/IntRect.cpp \
1285         WebCore/platform/graphics/IntRect.h \
1286         WebCore/platform/graphics/IntSize.h \
1287         WebCore/platform/graphics/IntSizeHash.h \
1288         WebCore/platform/graphics/MediaPlayer.h \
1289         WebCore/platform/graphics/Path.cpp \
1290         WebCore/platform/graphics/Path.h \
1291         WebCore/platform/graphics/PathTraversalState.cpp \
1292         WebCore/platform/graphics/PathTraversalState.h \
1293         WebCore/platform/graphics/Pattern.cpp \
1294         WebCore/platform/graphics/Pattern.h \
1295         WebCore/platform/graphics/Pen.cpp \
1296         WebCore/platform/graphics/Pen.h \
1297         WebCore/platform/graphics/SegmentedFontData.cpp \
1298         WebCore/platform/graphics/SegmentedFontData.h \
1299         WebCore/platform/graphics/SimpleFontData.cpp \
1300         WebCore/platform/graphics/SimpleFontData.h \
1301         WebCore/platform/graphics/StringTruncator.cpp \
1302         WebCore/platform/graphics/StringTruncator.h \
1303         WebCore/platform/graphics/TextRun.h \
1304         WebCore/platform/graphics/UnitBezier.h \
1305         WebCore/platform/graphics/WidthIterator.cpp \
1306         WebCore/platform/graphics/WidthIterator.h \
1307         WebCore/platform/graphics/filters/FEBlend.h \
1308         WebCore/platform/graphics/filters/FEColorMatrix.h \
1309         WebCore/platform/graphics/filters/FEComponentTransfer.h \
1310         WebCore/platform/graphics/filters/FEComposite.h \
1311         WebCore/platform/network/AuthenticationChallengeBase.cpp \
1312         WebCore/platform/network/AuthenticationChallengeBase.h \
1313         WebCore/platform/network/Credential.cpp \
1314         WebCore/platform/network/Credential.h \
1315         WebCore/platform/network/DNS.h \
1316         WebCore/platform/network/FormData.cpp \
1317         WebCore/platform/network/FormData.h \
1318         WebCore/platform/network/HTTPHeaderMap.h \
1319         WebCore/platform/network/HTTPParsers.cpp \
1320         WebCore/platform/network/HTTPParsers.h \
1321         WebCore/platform/network/NetworkStateNotifier.cpp \
1322         WebCore/platform/network/NetworkStateNotifier.h \
1323         WebCore/platform/network/ProtectionSpace.cpp \
1324         WebCore/platform/network/ProtectionSpace.h \
1325         WebCore/platform/network/ResourceErrorBase.cpp \
1326         WebCore/platform/network/ResourceErrorBase.h \
1327         WebCore/platform/network/ResourceHandle.cpp \
1328         WebCore/platform/network/ResourceHandle.h \
1329         WebCore/platform/network/ResourceHandleClient.h \
1330         WebCore/platform/network/ResourceHandleInternal.h \
1331         WebCore/platform/network/ResourceRequestBase.cpp \
1332         WebCore/platform/network/ResourceRequestBase.h \
1333         WebCore/platform/network/ResourceResponseBase.cpp \
1334         WebCore/platform/network/ResourceResponseBase.h \
1335         WebCore/platform/text/AtomicString.cpp \
1336         WebCore/platform/text/AtomicString.h \
1337         WebCore/platform/text/AtomicStringHash.h \
1338         WebCore/platform/text/AtomicStringImpl.h \
1339         WebCore/platform/text/Base64.cpp \
1340         WebCore/platform/text/Base64.h \
1341         WebCore/platform/text/BidiContext.cpp \
1342         WebCore/platform/text/BidiContext.h \
1343         WebCore/platform/text/BidiResolver.h \
1344         WebCore/platform/text/CString.cpp \
1345         WebCore/platform/text/CString.h \
1346         WebCore/platform/text/CharacterNames.h \
1347         WebCore/platform/text/ParserUtilities.h \
1348         WebCore/platform/text/PlatformString.h \
1349         WebCore/platform/text/RegularExpression.cpp \
1350         WebCore/platform/text/RegularExpression.h \
1351         WebCore/platform/text/SegmentedString.cpp \
1352         WebCore/platform/text/SegmentedString.h \
1353         WebCore/platform/text/String.cpp \
1354         WebCore/platform/text/StringBuffer.h \
1355         WebCore/platform/text/StringBuilder.cpp \
1356         WebCore/platform/text/StringBuilder.h \
1357         WebCore/platform/text/StringHash.h \
1358         WebCore/platform/text/StringImpl.cpp \
1359         WebCore/platform/text/StringImpl.h \
1360         WebCore/platform/text/TextBoundaries.h \
1361         WebCore/platform/text/TextBoundariesICU.cpp \
1362         WebCore/platform/text/TextBreakIterator.h \
1363         WebCore/platform/text/TextBreakIteratorICU.cpp \
1364         WebCore/platform/text/TextBreakIteratorInternalICU.h \
1365         WebCore/platform/text/TextCodec.cpp \
1366         WebCore/platform/text/TextCodec.h \
1367         WebCore/platform/text/TextCodecICU.cpp \
1368         WebCore/platform/text/TextCodecICU.h \
1369         WebCore/platform/text/TextCodecLatin1.cpp \
1370         WebCore/platform/text/TextCodecLatin1.h \
1371         WebCore/platform/text/TextCodecUTF16.cpp \
1372         WebCore/platform/text/TextCodecUTF16.h \
1373         WebCore/platform/text/TextCodecUserDefined.cpp \
1374         WebCore/platform/text/TextCodecUserDefined.h \
1375         WebCore/platform/text/TextDecoder.cpp \
1376         WebCore/platform/text/TextDecoder.h \
1377         WebCore/platform/text/TextDirection.h \
1378         WebCore/platform/text/TextEncoding.cpp \
1379         WebCore/platform/text/TextEncoding.h \
1380         WebCore/platform/text/TextEncodingRegistry.cpp \
1381         WebCore/platform/text/TextEncodingRegistry.h \
1382         WebCore/platform/text/TextStream.cpp \
1383         WebCore/platform/text/TextStream.h \
1384         WebCore/platform/text/UnicodeRange.cpp \
1385         WebCore/platform/text/UnicodeRange.h \
1386         WebCore/plugins/MimeType.cpp \
1387         WebCore/plugins/MimeType.h \
1388         WebCore/plugins/MimeTypeArray.cpp \
1389         WebCore/plugins/MimeTypeArray.h \
1390         WebCore/plugins/Plugin.cpp \
1391         WebCore/plugins/Plugin.h \
1392         WebCore/plugins/PluginArray.cpp \
1393         WebCore/plugins/PluginArray.h \
1394         WebCore/plugins/PluginData.cpp \
1395         WebCore/plugins/PluginData.h \
1396         WebCore/plugins/PluginDatabase.cpp \
1397         WebCore/plugins/PluginDatabase.h \
1398         WebCore/plugins/PluginDebug.h \
1399         WebCore/plugins/PluginInfoStore.cpp \
1400         WebCore/plugins/PluginInfoStore.h \
1401         WebCore/plugins/PluginMainThreadScheduler.cpp \
1402         WebCore/plugins/PluginMainThreadScheduler.h \
1403         WebCore/plugins/PluginPackage.cpp \
1404         WebCore/plugins/PluginPackage.h \
1405         WebCore/plugins/PluginQuirkSet.h \
1406         WebCore/plugins/PluginStream.cpp \
1407         WebCore/plugins/PluginStream.h \
1408         WebCore/plugins/PluginView.cpp \
1409         WebCore/plugins/PluginView.h \
1410         WebCore/plugins/npapi.cpp \
1411         WebCore/plugins/npfunctions.h \
1412         WebCore/rendering/AutoTableLayout.cpp \
1413         WebCore/rendering/AutoTableLayout.h \
1414         WebCore/rendering/CounterNode.cpp \
1415         WebCore/rendering/CounterNode.h \
1416         WebCore/rendering/EllipsisBox.cpp \
1417         WebCore/rendering/EllipsisBox.h \
1418         WebCore/rendering/FixedTableLayout.cpp \
1419         WebCore/rendering/FixedTableLayout.h \
1420         WebCore/rendering/GapRects.h \
1421         WebCore/rendering/HitTestRequest.h \
1422         WebCore/rendering/HitTestResult.cpp \
1423         WebCore/rendering/HitTestResult.h \
1424         WebCore/rendering/InlineBox.cpp \
1425         WebCore/rendering/InlineBox.h \
1426         WebCore/rendering/InlineFlowBox.cpp \
1427         WebCore/rendering/InlineFlowBox.h \
1428         WebCore/rendering/InlineRunBox.h \
1429         WebCore/rendering/InlineTextBox.cpp \
1430         WebCore/rendering/InlineTextBox.h \
1431         WebCore/rendering/LayoutState.cpp \
1432         WebCore/rendering/LayoutState.h \
1433         WebCore/rendering/ListMarkerBox.cpp \
1434         WebCore/rendering/ListMarkerBox.h \
1435         WebCore/rendering/MediaControlElements.h \
1436         WebCore/rendering/RenderApplet.cpp \
1437         WebCore/rendering/RenderApplet.h \
1438         WebCore/rendering/RenderArena.cpp \
1439         WebCore/rendering/RenderArena.h \
1440         WebCore/rendering/RenderBR.cpp \
1441         WebCore/rendering/RenderBR.h \
1442         WebCore/rendering/RenderBlock.cpp \
1443         WebCore/rendering/RenderBlock.h \
1444         WebCore/rendering/RenderBox.cpp \
1445         WebCore/rendering/RenderBox.h \
1446         WebCore/rendering/RenderButton.cpp \
1447         WebCore/rendering/RenderButton.h \
1448         WebCore/rendering/RenderContainer.cpp \
1449         WebCore/rendering/RenderContainer.h \
1450         WebCore/rendering/RenderCounter.cpp \
1451         WebCore/rendering/RenderCounter.h \
1452         WebCore/rendering/RenderFieldset.cpp \
1453         WebCore/rendering/RenderFieldset.h \
1454         WebCore/rendering/RenderFileUploadControl.cpp \
1455         WebCore/rendering/RenderFileUploadControl.h \
1456         WebCore/rendering/RenderFlexibleBox.cpp \
1457         WebCore/rendering/RenderFlexibleBox.h \
1458         WebCore/rendering/RenderFlow.cpp \
1459         WebCore/rendering/RenderFlow.h \
1460         WebCore/rendering/RenderFrame.cpp \
1461         WebCore/rendering/RenderFrame.h \
1462         WebCore/rendering/RenderFrameSet.cpp \
1463         WebCore/rendering/RenderFrameSet.h \
1464         WebCore/rendering/RenderHTMLCanvas.cpp \
1465         WebCore/rendering/RenderHTMLCanvas.h \
1466         WebCore/rendering/RenderImage.cpp \
1467         WebCore/rendering/RenderImage.h \
1468         WebCore/rendering/RenderImageGeneratedContent.cpp \
1469         WebCore/rendering/RenderImageGeneratedContent.h \
1470         WebCore/rendering/RenderInline.cpp \
1471         WebCore/rendering/RenderInline.h \
1472         WebCore/rendering/RenderLayer.cpp \
1473         WebCore/rendering/RenderLayer.h \
1474         WebCore/rendering/RenderLegend.cpp \
1475         WebCore/rendering/RenderLegend.h \
1476         WebCore/rendering/RenderListBox.cpp \
1477         WebCore/rendering/RenderListBox.h \
1478         WebCore/rendering/RenderListItem.cpp \
1479         WebCore/rendering/RenderListItem.h \
1480         WebCore/rendering/RenderListMarker.cpp \
1481         WebCore/rendering/RenderListMarker.h \
1482         WebCore/rendering/RenderMarquee.cpp \
1483         WebCore/rendering/RenderMarquee.h \
1484         WebCore/rendering/RenderMenuList.cpp \
1485         WebCore/rendering/RenderMenuList.h \
1486         WebCore/rendering/RenderObject.cpp \
1487         WebCore/rendering/RenderObject.h \
1488         WebCore/rendering/RenderPart.cpp \
1489         WebCore/rendering/RenderPart.h \
1490         WebCore/rendering/RenderPartObject.cpp \
1491         WebCore/rendering/RenderPartObject.h \
1492         WebCore/rendering/RenderReplaced.cpp \
1493         WebCore/rendering/RenderReplaced.h \
1494         WebCore/rendering/RenderReplica.cpp \
1495         WebCore/rendering/RenderReplica.h \
1496         WebCore/rendering/RenderScrollbar.cpp \
1497         WebCore/rendering/RenderScrollbar.h \
1498         WebCore/rendering/RenderScrollbarPart.cpp \
1499         WebCore/rendering/RenderScrollbarPart.h \
1500         WebCore/rendering/RenderScrollbarTheme.cpp \
1501         WebCore/rendering/RenderScrollbarTheme.h \
1502         WebCore/rendering/RenderSlider.cpp \
1503         WebCore/rendering/RenderSlider.h \
1504         WebCore/rendering/RenderTable.cpp \
1505         WebCore/rendering/RenderTable.h \
1506         WebCore/rendering/RenderTableCell.cpp \
1507         WebCore/rendering/RenderTableCell.h \
1508         WebCore/rendering/RenderTableCol.cpp \
1509         WebCore/rendering/RenderTableCol.h \
1510         WebCore/rendering/RenderTableRow.cpp \
1511         WebCore/rendering/RenderTableRow.h \
1512         WebCore/rendering/RenderTableSection.cpp \
1513         WebCore/rendering/RenderTableSection.h \
1514         WebCore/rendering/RenderText.cpp \
1515         WebCore/rendering/RenderText.h \
1516         WebCore/rendering/RenderTextControl.cpp \
1517         WebCore/rendering/RenderTextControl.h \
1518         WebCore/rendering/RenderTextFragment.cpp \
1519         WebCore/rendering/RenderTextFragment.h \
1520         WebCore/rendering/RenderTheme.cpp \
1521         WebCore/rendering/RenderTheme.h \
1522         WebCore/rendering/RenderTreeAsText.cpp \
1523         WebCore/rendering/RenderTreeAsText.h \
1524         WebCore/rendering/RenderView.cpp \
1525         WebCore/rendering/RenderView.h \
1526         WebCore/rendering/RenderWidget.cpp \
1527         WebCore/rendering/RenderWidget.h \
1528         WebCore/rendering/RenderWordBreak.cpp \
1529         WebCore/rendering/RenderWordBreak.h \
1530         WebCore/rendering/RootInlineBox.cpp \
1531         WebCore/rendering/RootInlineBox.h \
1532         WebCore/rendering/TableLayout.h \
1533         WebCore/rendering/TextControlInnerElements.cpp \
1534         WebCore/rendering/TextControlInnerElements.h \
1535         WebCore/rendering/bidi.cpp \
1536         WebCore/rendering/bidi.h \
1537         WebCore/rendering/break_lines.cpp \
1538         WebCore/rendering/break_lines.h \
1539         WebCore/rendering/style/Animation.cpp \
1540         WebCore/rendering/style/Animation.h \
1541         WebCore/rendering/style/AnimationList.cpp \
1542         WebCore/rendering/style/AnimationList.h \
1543         WebCore/rendering/style/BindingURI.cpp \
1544         WebCore/rendering/style/BindingURI.h \
1545         WebCore/rendering/style/BorderData.h \
1546         WebCore/rendering/style/BorderValue.h \
1547         WebCore/rendering/style/CollapsedBorderValue.h \
1548         WebCore/rendering/style/ContentData.cpp \
1549         WebCore/rendering/style/ContentData.h \
1550         WebCore/rendering/style/CounterContent.h \
1551         WebCore/rendering/style/CounterDirectives.cpp \
1552         WebCore/rendering/style/CounterDirectives.h \
1553         WebCore/rendering/style/CursorData.h \
1554         WebCore/rendering/style/CursorList.h \
1555         WebCore/rendering/style/DataRef.h \
1556         WebCore/rendering/style/FillLayer.cpp \
1557         WebCore/rendering/style/FillLayer.h \
1558         WebCore/rendering/style/IdentityTransformOperation.h \
1559         WebCore/rendering/style/KeyframeList.cpp \
1560         WebCore/rendering/style/KeyframeList.h \
1561         WebCore/rendering/style/MatrixTransformOperation.cpp \
1562         WebCore/rendering/style/MatrixTransformOperation.h \
1563         WebCore/rendering/style/NinePieceImage.cpp \
1564         WebCore/rendering/style/NinePieceImage.h \
1565         WebCore/rendering/style/OutlineValue.h \
1566         WebCore/rendering/style/RenderStyle.cpp \
1567         WebCore/rendering/style/RenderStyle.h \
1568         WebCore/rendering/style/RenderStyleConstants.h \
1569         WebCore/rendering/style/RotateTransformOperation.cpp \
1570         WebCore/rendering/style/RotateTransformOperation.h \
1571         WebCore/rendering/style/ScaleTransformOperation.cpp \
1572         WebCore/rendering/style/ScaleTransformOperation.h \
1573         WebCore/rendering/style/ShadowData.cpp \
1574         WebCore/rendering/style/ShadowData.h \
1575         WebCore/rendering/style/SkewTransformOperation.cpp \
1576         WebCore/rendering/style/SkewTransformOperation.h \
1577         WebCore/rendering/style/StyleBackgroundData.cpp \
1578         WebCore/rendering/style/StyleBackgroundData.h \
1579         WebCore/rendering/style/StyleBoxData.cpp \
1580         WebCore/rendering/style/StyleBoxData.h \
1581         WebCore/rendering/style/StyleCachedImage.cpp \
1582         WebCore/rendering/style/StyleCachedImage.h \
1583         WebCore/rendering/style/StyleDashboardRegion.h \
1584         WebCore/rendering/style/StyleFlexibleBoxData.cpp \
1585         WebCore/rendering/style/StyleFlexibleBoxData.h \
1586         WebCore/rendering/style/StyleGeneratedImage.cpp \
1587         WebCore/rendering/style/StyleGeneratedImage.h \
1588         WebCore/rendering/style/StyleImage.h \
1589         WebCore/rendering/style/StyleInheritedData.cpp \
1590         WebCore/rendering/style/StyleInheritedData.h \
1591         WebCore/rendering/style/StyleMarqueeData.cpp \
1592         WebCore/rendering/style/StyleMarqueeData.h \
1593         WebCore/rendering/style/StyleMultiColData.cpp \
1594         WebCore/rendering/style/StyleMultiColData.h \
1595         WebCore/rendering/style/StyleRareInheritedData.cpp \
1596         WebCore/rendering/style/StyleRareInheritedData.h \
1597         WebCore/rendering/style/StyleRareNonInheritedData.cpp \
1598         WebCore/rendering/style/StyleRareNonInheritedData.h \
1599         WebCore/rendering/style/StyleReflection.h \
1600         WebCore/rendering/style/StyleSurroundData.cpp \
1601         WebCore/rendering/style/StyleSurroundData.h \
1602         WebCore/rendering/style/StyleTransformData.cpp \
1603         WebCore/rendering/style/StyleTransformData.h \
1604         WebCore/rendering/style/StyleVisualData.cpp \
1605         WebCore/rendering/style/StyleVisualData.h \
1606         WebCore/rendering/style/TimingFunction.h \
1607         WebCore/rendering/style/TransformOperation.h \
1608         WebCore/rendering/style/TransformOperations.cpp \
1609         WebCore/rendering/style/TransformOperations.h \
1610         WebCore/rendering/style/TranslateTransformOperation.cpp \
1611         WebCore/rendering/style/TranslateTransformOperation.h \
1612         WebCore/xml/DOMParser.cpp \
1613         WebCore/xml/DOMParser.h \
1614         WebCore/xml/XMLHttpRequest.cpp \
1615         WebCore/xml/XMLHttpRequest.h \
1616         WebCore/xml/XMLHttpRequestException.h \
1617         WebCore/xml/XMLHttpRequestProgressEvent.h \
1618         WebCore/xml/XMLHttpRequestUpload.cpp \
1619         WebCore/xml/XMLHttpRequestUpload.h \
1620         WebCore/xml/XMLSerializer.cpp \
1621         WebCore/xml/XMLSerializer.h
1623 webcoregtk_sources += \
1624         WebCore/bindings/js/ScriptControllerGtk.cpp \
1625         WebCore/plugins/gtk/PluginDataGtk.cpp \
1626         WebCore/plugins/gtk/PluginPackageGtk.cpp \
1627         WebCore/plugins/gtk/PluginViewGtk.cpp
1629 if TARGET_X11
1630 webcoregtk_sources += \
1631         WebCore/plugins/gtk/gtk2xtbin.c \
1632         WebCore/plugins/gtk/gtk2xtbin.h \
1633         WebCore/plugins/gtk/xembed.h
1634 endif
1636 webcoregtk_sources += \
1637         WebCore/page/gtk/AXObjectCacheAtk.cpp \
1638         WebCore/page/gtk/AccessibilityObjectAtk.cpp \
1639         WebCore/page/gtk/AccessibilityObjectWrapperAtk.cpp \
1640         WebCore/page/gtk/AccessibilityObjectWrapperAtk.h \
1641         WebCore/page/gtk/DragControllerGtk.cpp \
1642         WebCore/page/gtk/EventHandlerGtk.cpp \
1643         WebCore/page/gtk/FrameGtk.cpp \
1644         WebCore/platform/graphics/cairo/AffineTransformCairo.cpp \
1645         WebCore/platform/graphics/cairo/CairoPath.h \
1646         WebCore/platform/graphics/cairo/FontCairo.cpp \
1647         WebCore/platform/graphics/cairo/GradientCairo.cpp \
1648         WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
1649         WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
1650         WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
1651         WebCore/platform/graphics/cairo/ImageBufferData.h \
1652         WebCore/platform/graphics/cairo/ImageCairo.cpp \
1653         WebCore/platform/graphics/cairo/ImageSourceCairo.cpp \
1654         WebCore/platform/graphics/cairo/PathCairo.cpp \
1655         WebCore/platform/graphics/cairo/PatternCairo.cpp \
1656         WebCore/platform/graphics/gtk/ColorGtk.cpp \
1657         WebCore/platform/graphics/gtk/FontCacheGtk.cpp \
1658         WebCore/platform/graphics/gtk/FontCustomPlatformData.h \
1659         WebCore/platform/graphics/gtk/FontGtk.cpp \
1660         WebCore/platform/graphics/gtk/FontPlatformData.h \
1661         WebCore/platform/graphics/gtk/IconGtk.cpp \
1662         WebCore/platform/graphics/gtk/ImageGtk.cpp \
1663         WebCore/platform/graphics/gtk/IntPointGtk.cpp \
1664         WebCore/platform/graphics/gtk/IntRectGtk.cpp \
1665         WebCore/platform/gtk/ClipboardGtk.cpp \
1666         WebCore/platform/gtk/ClipboardGtk.h \
1667         WebCore/platform/gtk/ContextMenuGtk.cpp \
1668         WebCore/platform/gtk/ContextMenuItemGtk.cpp \
1669         WebCore/platform/gtk/CursorGtk.cpp \
1670         WebCore/platform/gtk/CursorGtk.h \
1671         WebCore/platform/gtk/DragDataGtk.cpp \
1672         WebCore/platform/gtk/DragImageGtk.cpp \
1673         WebCore/platform/gtk/EventLoopGtk.cpp \
1674         WebCore/platform/gtk/FileChooserGtk.cpp \
1675         WebCore/platform/gtk/FileSystemGtk.cpp \
1676         WebCore/platform/gtk/KURLGtk.cpp \
1677         WebCore/platform/gtk/KeyEventGtk.cpp \
1678         WebCore/platform/gtk/KeyboardCodes.h \
1679         WebCore/platform/gtk/Language.cpp \
1680         WebCore/platform/gtk/LocalizedStringsGtk.cpp \
1681         WebCore/platform/gtk/LoggingGtk.cpp \
1682         WebCore/platform/gtk/MIMETypeRegistryGtk.cpp \
1683         WebCore/platform/gtk/MouseEventGtk.cpp \
1684         WebCore/platform/gtk/PasteboardGtk.cpp \
1685         WebCore/platform/gtk/PasteboardHelper.h \
1686         WebCore/platform/gtk/PlatformScreenGtk.cpp \
1687         WebCore/platform/gtk/PopupMenuGtk.cpp \
1688         WebCore/platform/gtk/RenderThemeGtk.cpp \
1689         WebCore/platform/gtk/RenderThemeGtk.h \
1690         WebCore/platform/gtk/ScrollViewGtk.cpp \
1691         WebCore/platform/gtk/ScrollbarGtk.cpp \
1692         WebCore/platform/gtk/ScrollbarGtk.h \
1693         WebCore/platform/gtk/ScrollbarThemeGtk.cpp \
1694         WebCore/platform/gtk/ScrollbarThemeGtk.h \
1695         WebCore/platform/gtk/SearchPopupMenuGtk.cpp \
1696         WebCore/platform/gtk/SharedBufferGtk.cpp \
1697         WebCore/platform/gtk/SharedTimerGtk.cpp \
1698         WebCore/platform/gtk/SoundGtk.cpp \
1699         WebCore/platform/gtk/SystemTimeGtk.cpp \
1700         WebCore/platform/gtk/TemporaryLinkStubs.cpp \
1701         WebCore/platform/gtk/WheelEventGtk.cpp \
1702         WebCore/platform/gtk/WidgetGtk.cpp \
1703         WebCore/platform/gtk/gtk2drawing.c \
1704         WebCore/platform/gtk/gtkdrawing.h \
1705         WebCore/platform/gtk/guriescape.c \
1706         WebCore/platform/gtk/guriescape.h \
1707         WebCore/platform/image-decoders/ImageDecoder.h \
1708         WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp \
1709         WebCore/platform/image-decoders/bmp/BMPImageDecoder.h \
1710         WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp \
1711         WebCore/platform/image-decoders/gif/GIFImageDecoder.h \
1712         WebCore/platform/image-decoders/gif/GIFImageReader.cpp \
1713         WebCore/platform/image-decoders/gif/GIFImageReader.h \
1714         WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp \
1715         WebCore/platform/image-decoders/ico/ICOImageDecoder.h \
1716         WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
1717         WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h \
1718         WebCore/platform/image-decoders/png/PNGImageDecoder.cpp \
1719         WebCore/platform/image-decoders/png/PNGImageDecoder.h \
1720         WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp \
1721         WebCore/platform/image-decoders/xbm/XBMImageDecoder.h \
1722         WebCore/platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp
1724 # ----
1725 # curl http backend
1726 # ----
1727 if USE_CURL
1729 webcore_cppflags += \
1730         -DWTF_USE_CURL=1 \
1731         -I$(srcdir)/WebCore/platform/network/curl
1733 webcore_sources += \
1734         WebCore/platform/network/curl/AuthenticationChallenge.h \
1735         WebCore/platform/network/curl/CookieJarCurl.cpp \
1736         WebCore/platform/network/curl/DNSCurl.cpp \
1737         WebCore/platform/network/curl/FormDataStreamCurl.cpp \
1738         WebCore/platform/network/curl/FormDataStreamCurl.h \
1739         WebCore/platform/network/curl/ResourceError.h \
1740         WebCore/platform/network/curl/ResourceHandleCurl.cpp \
1741         WebCore/platform/network/curl/ResourceHandleManager.cpp \
1742         WebCore/platform/network/curl/ResourceHandleManager.h \
1743         WebCore/platform/network/curl/ResourceRequest.h \
1744         WebCore/platform/network/curl/ResourceResponse.h
1746 endif # END USE_CURL
1748 if USE_SOUP
1749 webcore_cppflags += \
1750         -DWTF_USE_SOUP=1 \
1751         -I$(srcdir)/WebCore/platform/network/soup
1753 webcore_sources += \
1754         WebCore/platform/network/soup/AuthenticationChallenge.h \
1755         WebCore/platform/network/soup/CookieJarSoup.cpp \
1756         WebCore/platform/network/soup/DNSSoup.cpp \
1757         WebCore/platform/network/soup/ResourceError.h \
1758         WebCore/platform/network/soup/ResourceHandleSoup.cpp \
1759         WebCore/platform/network/soup/ResourceRequest.h \
1760         WebCore/platform/network/soup/ResourceResponse.h
1761 endif
1763 # ---
1764 # Freetype font backend
1765 # ---
1766 if USE_FREETYPE
1767 webcoregtk_cppflags += \
1768         -DUSE_FREETYPE=1
1770 webcoregtk_sources += \
1771         WebCore/platform/graphics/gtk/FontCustomPlatformData.cpp \
1772         WebCore/platform/graphics/gtk/FontPlatformDataGtk.cpp \
1773         WebCore/platform/graphics/gtk/GlyphPageTreeNodeGtk.cpp \
1774         WebCore/platform/graphics/gtk/SimpleFontDataGtk.cpp
1775 endif # END USE_FREETYPE
1777 # ---
1778 # Pango font backend
1779 # ---
1780 if USE_PANGO
1781 webcoregtk_cppflags += \
1782         -DUSE_PANGO=1
1784 webcoregtk_sources += \
1785         WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp \
1786         WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp \
1787         WebCore/platform/graphics/gtk/GlyphPageTreeNodePango.cpp \
1788         WebCore/platform/graphics/gtk/SimpleFontDataPango.cpp
1789 endif # END USE_PANGO
1791 # ----
1792 # Offline Web Applications
1793 # ----
1794 if ENABLE_OFFLINE_WEB_APPLICATIONS
1795 FEATURE_DEFINES_JAVASCRIPT += ENABLE_OFFLINE_WEB_APPLICATIONS=1
1797 IDL_BINDINGS += \
1798         WebCore/loader/appcache/DOMApplicationCache.idl
1800 webcore_cppflags += \
1801         -DENABLE_OFFLINE_WEB_APPLICATIONS=1
1803 webcore_sources += \
1804         WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
1805         WebCore/loader/appcache/ApplicationCache.cpp \
1806         WebCore/loader/appcache/ApplicationCache.h \
1807         WebCore/loader/appcache/ApplicationCacheGroup.cpp \
1808         WebCore/loader/appcache/ApplicationCacheGroup.h \
1809         WebCore/loader/appcache/ApplicationCacheResource.cpp \
1810         WebCore/loader/appcache/ApplicationCacheResource.h \
1811         WebCore/loader/appcache/ApplicationCacheStorage.cpp \
1812         WebCore/loader/appcache/ApplicationCacheStorage.h \
1813         WebCore/loader/appcache/DOMApplicationCache.cpp \
1814         WebCore/loader/appcache/DOMApplicationCache.h \
1815         WebCore/loader/appcache/ManifestParser.cpp \
1816         WebCore/loader/appcache/ManifestParser.h
1818 endif # END ENABLE_OFFLINE_WEB_APPLICATIONS
1820 # ----
1821 # Dashboard Support
1822 # ----
1823 if ENABLE_DASHBOARD_SUPPORT
1825 webcore_cppflags += \
1826         -DENABLE_DASHBOARD_SUPPORT=1
1828 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/DashboardSupportCSSPropertyNames.in
1830 endif # END ENABLE_DASHBOARD_SUPPORT
1832 # ----
1833 # Database Support
1834 # ----
1835 if ENABLE_DATABASE
1836 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATABASE=1
1838 IDL_BINDINGS += \
1839         WebCore/storage/Database.idl \
1840         WebCore/storage/SQLError.idl \
1841         WebCore/storage/SQLResultSet.idl \
1842         WebCore/storage/SQLResultSetRowList.idl \
1843         WebCore/storage/SQLTransaction.idl
1845 webcore_cppflags += \
1846         -DENABLE_DATABASE=1 \
1847         -I$(top_srcdir)/WebCore/platform/sql \
1848         -I$(top_srcdir)/WebCore/storage
1850 webcore_sources += \
1851         WebCore/bindings/js/JSCustomSQLStatementCallback.cpp \
1852         WebCore/bindings/js/JSCustomSQLStatementCallback.h \
1853         WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp \
1854         WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h \
1855         WebCore/bindings/js/JSCustomSQLTransactionCallback.cpp \
1856         WebCore/bindings/js/JSCustomSQLTransactionCallback.h \
1857         WebCore/bindings/js/JSCustomSQLTransactionErrorCallback.cpp \
1858         WebCore/bindings/js/JSCustomSQLTransactionErrorCallback.h \
1859         WebCore/bindings/js/JSDatabaseCustom.cpp \
1860         WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp \
1861         WebCore/bindings/js/JSSQLTransactionCustom.cpp \
1862         WebCore/platform/sql/SQLValue.cpp \
1863         WebCore/platform/sql/SQLValue.h \
1864         WebCore/platform/sql/SQLiteAuthorizer.cpp \
1865         WebCore/platform/sql/SQLiteDatabase.cpp \
1866         WebCore/platform/sql/SQLiteDatabase.h \
1867         WebCore/platform/sql/SQLiteStatement.cpp \
1868         WebCore/platform/sql/SQLiteStatement.h \
1869         WebCore/platform/sql/SQLiteTransaction.cpp \
1870         WebCore/platform/sql/SQLiteTransaction.h \
1871         WebCore/storage/ChangeVersionWrapper.cpp \
1872         WebCore/storage/ChangeVersionWrapper.h \
1873         WebCore/storage/Database.cpp \
1874         WebCore/storage/Database.h \
1875         WebCore/storage/DatabaseAuthorizer.cpp \
1876         WebCore/storage/DatabaseAuthorizer.h \
1877         WebCore/storage/DatabaseDetails.h \
1878         WebCore/storage/DatabaseTask.cpp \
1879         WebCore/storage/DatabaseTask.h \
1880         WebCore/storage/DatabaseThread.cpp \
1881         WebCore/storage/DatabaseThread.h \
1882         WebCore/storage/DatabaseTracker.cpp \
1883         WebCore/storage/DatabaseTracker.h \
1884         WebCore/storage/DatabaseTrackerClient.h \
1885         WebCore/storage/OriginQuotaManager.cpp \
1886         WebCore/storage/OriginQuotaManager.h \
1887         WebCore/storage/OriginUsageRecord.cpp \
1888         WebCore/storage/OriginUsageRecord.h \
1889         WebCore/storage/SQLError.h \
1890         WebCore/storage/SQLResultSet.cpp \
1891         WebCore/storage/SQLResultSet.h \
1892         WebCore/storage/SQLResultSetRowList.cpp \
1893         WebCore/storage/SQLResultSetRowList.h \
1894         WebCore/storage/SQLStatement.cpp \
1895         WebCore/storage/SQLStatement.h \
1896         WebCore/storage/SQLStatementCallback.h \
1897         WebCore/storage/SQLStatementErrorCallback.h \
1898         WebCore/storage/SQLTransaction.cpp \
1899         WebCore/storage/SQLTransaction.h \
1900         WebCore/storage/SQLTransactionCallback.h \
1901         WebCore/storage/SQLTransactionErrorCallback.h
1903 endif # END ENABLE_DATABASE
1905 # ----
1906 # HTML5 client-side session and persistent storage
1907 # ----
1908 if ENABLE_DOM_STORAGE
1909 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DOM_STORAGE=1
1911 IDL_BINDINGS += \
1912         WebCore/storage/Storage.idl \
1913         WebCore/storage/StorageEvent.idl
1915 webcore_cppflags += \
1916         -DENABLE_DOM_STORAGE=1 \
1917         -I$(top_srcdir)/WebCore/storage
1919 webcore_sources += \
1920         WebCore/bindings/js/JSStorageCustom.cpp \
1921         WebCore/storage/LocalStorage.cpp \
1922         WebCore/storage/LocalStorage.h \
1923         WebCore/storage/LocalStorageArea.cpp \
1924         WebCore/storage/LocalStorageArea.h \
1925         WebCore/storage/LocalStorageTask.cpp \
1926         WebCore/storage/LocalStorageTask.h \
1927         WebCore/storage/LocalStorageThread.cpp \
1928         WebCore/storage/LocalStorageThread.h \
1929         WebCore/storage/SessionStorage.cpp \
1930         WebCore/storage/SessionStorage.h \
1931         WebCore/storage/SessionStorageArea.cpp \
1932         WebCore/storage/SessionStorageArea.h \
1933         WebCore/storage/Storage.cpp \
1934         WebCore/storage/Storage.h \
1935         WebCore/storage/StorageArea.cpp \
1936         WebCore/storage/StorageArea.h \
1937         WebCore/storage/StorageEvent.cpp \
1938         WebCore/storage/StorageEvent.h \
1939         WebCore/storage/StorageMap.cpp \
1940         WebCore/storage/StorageMap.h
1941 endif # END ENABLE_DOM_STORAGE
1943 # ----
1944 # Icon Database Support
1945 # ----
1946 if ENABLE_ICONDATABASE
1947 webcore_cppflags += -DENABLE_ICONDATABASE=1
1949 webcore_sources += \
1950         WebCore/loader/icon/IconDatabase.cpp \
1951         WebCore/loader/icon/IconDatabase.h \
1952         WebCore/loader/icon/IconDatabaseClient.h \
1953         WebCore/loader/icon/IconRecord.cpp \
1954         WebCore/loader/icon/IconRecord.h \
1955         WebCore/loader/icon/PageURLRecord.cpp \
1956         WebCore/loader/icon/PageURLRecord.h
1958 else
1959 webcore_sources += \
1960         WebCore/loader/icon/IconDatabaseNone.cpp
1962 endif # END ENABLE_ICONDATABASE
1964 # ----
1965 # Video Support
1966 # ----
1967 if ENABLE_VIDEO
1968 FEATURE_DEFINES_JAVASCRIPT += ENABLE_VIDEO=1
1970 HTML_FEATURES += ENABLE_VIDEO=1
1971 webcore_cppflags += -DENABLE_VIDEO=1
1973 if ENABLE_DEBUG
1974 webcore_cppflags += -DGST_DISABLE_DEPRECATED
1975 endif # END ENABLE_DEBUG
1977 IDL_BINDINGS += \
1978         WebCore/html/HTMLAudioElement.idl \
1979         WebCore/html/HTMLMediaElement.idl \
1980         WebCore/html/HTMLSourceElement.idl \
1981         WebCore/html/HTMLVideoElement.idl \
1982         WebCore/html/MediaError.idl \
1983         WebCore/html/TimeRanges.idl \
1984         WebCore/html/VoidCallback.idl
1986 webcore_sources += \
1987         WebCore/bindings/js/JSAudioConstructor.cpp \
1988         WebCore/bindings/js/JSAudioConstructor.h \
1989         WebCore/html/HTMLAudioElement.cpp \
1990         WebCore/html/HTMLAudioElement.h \
1991         WebCore/html/HTMLMediaElement.cpp \
1992         WebCore/html/HTMLMediaElement.h \
1993         WebCore/html/HTMLSourceElement.cpp \
1994         WebCore/html/HTMLSourceElement.h \
1995         WebCore/html/HTMLVideoElement.cpp \
1996         WebCore/html/HTMLVideoElement.h \
1997         WebCore/html/TimeRanges.cpp \
1998         WebCore/html/TimeRanges.h \
1999         WebCore/platform/graphics/MediaPlayer.cpp \
2000         WebCore/rendering/MediaControlElements.cpp \
2001         WebCore/rendering/RenderMedia.cpp \
2002         WebCore/rendering/RenderMedia.h \
2003         WebCore/rendering/RenderVideo.cpp \
2004         WebCore/rendering/RenderVideo.h
2006 webcoregtk_sources += \
2007         WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp \
2008         WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.h \
2009         WebCore/platform/graphics/gtk/VideoSinkGStreamer.cpp \
2010         WebCore/platform/graphics/gtk/VideoSinkGStreamer.h
2012 endif # END ENABLE_VIDEO
2014 # ----
2015 # XPath Support
2016 # ----
2017 if ENABLE_XPATH
2018 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XPATH=1
2020 webcore_cppflags += -DENABLE_XPATH=1
2022 webcore_built_sources += \
2023         DerivedSources/XPathGrammar.cpp \
2024         DerivedSources/XPathGrammar.h
2026 IDL_BINDINGS += \
2027         WebCore/xml/XPathEvaluator.idl \
2028         WebCore/xml/XPathException.idl \
2029         WebCore/xml/XPathExpression.idl \
2030         WebCore/xml/XPathNSResolver.idl \
2031         WebCore/xml/XPathResult.idl
2033 webcore_sources += \
2034         WebCore/xml/NativeXPathNSResolver.cpp \
2035         WebCore/xml/NativeXPathNSResolver.h \
2036         WebCore/xml/XPathEvaluator.cpp \
2037         WebCore/xml/XPathEvaluator.h \
2038         WebCore/xml/XPathException.h \
2039         WebCore/xml/XPathExpression.cpp \
2040         WebCore/xml/XPathExpression.h \
2041         WebCore/xml/XPathExpressionNode.cpp \
2042         WebCore/xml/XPathExpressionNode.h \
2043         WebCore/xml/XPathFunctions.cpp \
2044         WebCore/xml/XPathFunctions.h \
2045         WebCore/xml/XPathNSResolver.cpp \
2046         WebCore/xml/XPathNSResolver.h \
2047         WebCore/xml/XPathNamespace.cpp \
2048         WebCore/xml/XPathNamespace.h \
2049         WebCore/xml/XPathNodeSet.cpp \
2050         WebCore/xml/XPathNodeSet.h \
2051         WebCore/xml/XPathParser.cpp \
2052         WebCore/xml/XPathParser.h \
2053         WebCore/xml/XPathPath.cpp \
2054         WebCore/xml/XPathPath.h \
2055         WebCore/xml/XPathPredicate.cpp \
2056         WebCore/xml/XPathPredicate.h \
2057         WebCore/xml/XPathResult.cpp \
2058         WebCore/xml/XPathResult.h \
2059         WebCore/xml/XPathStep.cpp \
2060         WebCore/xml/XPathStep.h \
2061         WebCore/xml/XPathUtil.cpp \
2062         WebCore/xml/XPathUtil.h \
2063         WebCore/xml/XPathValue.cpp \
2064         WebCore/xml/XPathValue.h \
2065         WebCore/xml/XPathVariableReference.cpp \
2066         WebCore/xml/XPathVariableReference.h
2067 # XPath grammar
2069 $(GENSOURCES)/XPathGrammar.h: $(GENSOURCES)/XPathGrammar.cpp;
2071 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
2072 $(GENSOURCES)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
2073         rm -f $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2074         $(BISON) -d -p xpathyy $< -o $(GENSOURCES)/XPathGrammar.cpp
2075         touch $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2076         echo '#ifndef XPathGrammar_h' > $(GENSOURCES)/XPathGrammar.h
2077         echo '#define XPathGrammar_h' >> $(GENSOURCES)/XPathGrammar.h
2078         cat $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp >> $(GENSOURCES)/XPathGrammar.h
2079         echo '#endif' >> $(GENSOURCES)/XPathGrammar.h
2080         rm -f $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2082 endif # END ENABLE_XPATH
2084 # ----
2085 # XSLT Support
2086 # ----
2087 if ENABLE_XSLT
2088 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XSLT=1
2090 webcore_cppflags += -DENABLE_XSLT=1
2092 webcore_sources += \
2093         WebCore/xml/XSLImportRule.cpp \
2094         WebCore/xml/XSLImportRule.h \
2095         WebCore/xml/XSLStyleSheet.cpp \
2096         WebCore/xml/XSLStyleSheet.h \
2097         WebCore/xml/XSLTExtensions.cpp \
2098         WebCore/xml/XSLTExtensions.h \
2099         WebCore/xml/XSLTProcessor.cpp \
2100         WebCore/xml/XSLTProcessor.h \
2101         WebCore/xml/XSLTUnicodeSort.cpp \
2102         WebCore/xml/XSLTUnicodeSort.h
2103 endif # END ENABLE_XSLT
2105 # ----
2106 # Web Workers support
2107 # Not yet enabled
2108 # ----
2109 webcore_sources += \
2110         WebCore/bindings/js/JSDedicatedWorkerConstructor.h \
2111         WebCore/dom/DedicatedWorker.h
2113 # ----
2114 # SVG Support
2116 # FIXME: allow a more fine-grained inclusion/generation of sources per SVG feature
2117 # ----
2118 if ENABLE_SVG
2119 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG=1
2121 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in 
2122 WEBCORE_CSS_VALUE_KEYWORDS += $(WebCore)/css/SVGCSSValueKeywords.in
2124 webcoregtk_cppflags += \
2125         -I$(srcdir)/WebCore/svg/graphics/cairo
2127 webcore_built_sources += \
2128         DerivedSources/JSSVGElementWrapperFactory.cpp \
2129         DerivedSources/SVGElementFactory.cpp \
2130         DerivedSources/SVGNames.cpp \
2131         DerivedSources/XLinkNames.cpp
2133 IDL_BINDINGS += \
2134         WebCore/svg/ElementTimeControl.idl \
2135         WebCore/svg/SVGAElement.idl \
2136         WebCore/svg/SVGAltGlyphElement.idl \
2137         WebCore/svg/SVGAngle.idl \
2138         WebCore/svg/SVGAnimateColorElement.idl \
2139         WebCore/svg/SVGAnimateElement.idl \
2140         WebCore/svg/SVGAnimateTransformElement.idl \
2141         WebCore/svg/SVGAnimatedAngle.idl \
2142         WebCore/svg/SVGAnimatedBoolean.idl \
2143         WebCore/svg/SVGAnimatedEnumeration.idl \
2144         WebCore/svg/SVGAnimatedInteger.idl \
2145         WebCore/svg/SVGAnimatedLength.idl \
2146         WebCore/svg/SVGAnimatedLengthList.idl \
2147         WebCore/svg/SVGAnimatedNumber.idl \
2148         WebCore/svg/SVGAnimatedNumberList.idl \
2149         WebCore/svg/SVGAnimatedPathData.idl \
2150         WebCore/svg/SVGAnimatedPoints.idl \
2151         WebCore/svg/SVGAnimatedPreserveAspectRatio.idl \
2152         WebCore/svg/SVGAnimatedRect.idl \
2153         WebCore/svg/SVGAnimatedString.idl \
2154         WebCore/svg/SVGAnimatedTransformList.idl \
2155         WebCore/svg/SVGAnimationElement.idl \
2156         WebCore/svg/SVGCircleElement.idl \
2157         WebCore/svg/SVGClipPathElement.idl \
2158         WebCore/svg/SVGColor.idl \
2159         WebCore/svg/SVGComponentTransferFunctionElement.idl \
2160         WebCore/svg/SVGCursorElement.idl \
2161         WebCore/svg/SVGDefinitionSrcElement.idl \
2162         WebCore/svg/SVGDefsElement.idl \
2163         WebCore/svg/SVGDescElement.idl \
2164         WebCore/svg/SVGDocument.idl \
2165         WebCore/svg/SVGElement.idl \
2166         WebCore/svg/SVGElementInstance.idl \
2167         WebCore/svg/SVGElementInstanceList.idl \
2168         WebCore/svg/SVGEllipseElement.idl \
2169         WebCore/svg/SVGException.idl \
2170         WebCore/svg/SVGExternalResourcesRequired.idl \
2171         WebCore/svg/SVGFEBlendElement.idl \
2172         WebCore/svg/SVGFEColorMatrixElement.idl \
2173         WebCore/svg/SVGFEComponentTransferElement.idl \
2174         WebCore/svg/SVGFECompositeElement.idl \
2175         WebCore/svg/SVGFEDiffuseLightingElement.idl \
2176         WebCore/svg/SVGFEDisplacementMapElement.idl \
2177         WebCore/svg/SVGFEDistantLightElement.idl \
2178         WebCore/svg/SVGFEFloodElement.idl \
2179         WebCore/svg/SVGFEFuncAElement.idl \
2180         WebCore/svg/SVGFEFuncBElement.idl \
2181         WebCore/svg/SVGFEFuncGElement.idl \
2182         WebCore/svg/SVGFEFuncRElement.idl \
2183         WebCore/svg/SVGFEGaussianBlurElement.idl \
2184         WebCore/svg/SVGFEImageElement.idl \
2185         WebCore/svg/SVGFEMergeElement.idl \
2186         WebCore/svg/SVGFEMergeNodeElement.idl \
2187         WebCore/svg/SVGFEOffsetElement.idl \
2188         WebCore/svg/SVGFEPointLightElement.idl \
2189         WebCore/svg/SVGFESpecularLightingElement.idl \
2190         WebCore/svg/SVGFESpotLightElement.idl \
2191         WebCore/svg/SVGFETileElement.idl \
2192         WebCore/svg/SVGFETurbulenceElement.idl \
2193         WebCore/svg/SVGFilterElement.idl \
2194         WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
2195         WebCore/svg/SVGFitToViewBox.idl \
2196         WebCore/svg/SVGFontElement.idl \
2197         WebCore/svg/SVGFontFaceElement.idl \
2198         WebCore/svg/SVGFontFaceFormatElement.idl \
2199         WebCore/svg/SVGFontFaceNameElement.idl \
2200         WebCore/svg/SVGFontFaceSrcElement.idl \
2201         WebCore/svg/SVGFontFaceUriElement.idl \
2202         WebCore/svg/SVGForeignObjectElement.idl \
2203         WebCore/svg/SVGGElement.idl \
2204         WebCore/svg/SVGGlyphElement.idl \
2205         WebCore/svg/SVGGradientElement.idl \
2206         WebCore/svg/SVGHKernElement.idl \
2207         WebCore/svg/SVGImageElement.idl \
2208         WebCore/svg/SVGLangSpace.idl \
2209         WebCore/svg/SVGLength.idl \
2210         WebCore/svg/SVGLengthList.idl \
2211         WebCore/svg/SVGLineElement.idl \
2212         WebCore/svg/SVGLinearGradientElement.idl \
2213         WebCore/svg/SVGLocatable.idl \
2214         WebCore/svg/SVGMarkerElement.idl \
2215         WebCore/svg/SVGMaskElement.idl \
2216         WebCore/svg/SVGMatrix.idl \
2217         WebCore/svg/SVGMetadataElement.idl \
2218         WebCore/svg/SVGMissingGlyphElement.idl \
2219         WebCore/svg/SVGNumber.idl \
2220         WebCore/svg/SVGNumberList.idl \
2221         WebCore/svg/SVGPaint.idl \
2222         WebCore/svg/SVGPathElement.idl \
2223         WebCore/svg/SVGPathSeg.idl \
2224         WebCore/svg/SVGPathSegArcAbs.idl \
2225         WebCore/svg/SVGPathSegArcRel.idl \
2226         WebCore/svg/SVGPathSegClosePath.idl \
2227         WebCore/svg/SVGPathSegCurvetoCubicAbs.idl \
2228         WebCore/svg/SVGPathSegCurvetoCubicRel.idl \
2229         WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
2230         WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.idl \
2231         WebCore/svg/SVGPathSegCurvetoQuadraticAbs.idl \
2232         WebCore/svg/SVGPathSegCurvetoQuadraticRel.idl \
2233         WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
2234         WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
2235         WebCore/svg/SVGPathSegLinetoAbs.idl \
2236         WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl \
2237         WebCore/svg/SVGPathSegLinetoHorizontalRel.idl \
2238         WebCore/svg/SVGPathSegLinetoRel.idl \
2239         WebCore/svg/SVGPathSegLinetoVerticalAbs.idl \
2240         WebCore/svg/SVGPathSegLinetoVerticalRel.idl \
2241         WebCore/svg/SVGPathSegList.idl \
2242         WebCore/svg/SVGPathSegMovetoAbs.idl \
2243         WebCore/svg/SVGPathSegMovetoRel.idl \
2244         WebCore/svg/SVGPatternElement.idl \
2245         WebCore/svg/SVGPoint.idl \
2246         WebCore/svg/SVGPointList.idl \
2247         WebCore/svg/SVGPolygonElement.idl \
2248         WebCore/svg/SVGPolylineElement.idl \
2249         WebCore/svg/SVGPreserveAspectRatio.idl \
2250         WebCore/svg/SVGRadialGradientElement.idl \
2251         WebCore/svg/SVGRect.idl \
2252         WebCore/svg/SVGRectElement.idl \
2253         WebCore/svg/SVGRenderingIntent.idl \
2254         WebCore/svg/SVGSVGElement.idl \
2255         WebCore/svg/SVGScriptElement.idl \
2256         WebCore/svg/SVGSetElement.idl \
2257         WebCore/svg/SVGStopElement.idl \
2258         WebCore/svg/SVGStringList.idl \
2259         WebCore/svg/SVGStylable.idl \
2260         WebCore/svg/SVGStyleElement.idl \
2261         WebCore/svg/SVGSwitchElement.idl \
2262         WebCore/svg/SVGSymbolElement.idl \
2263         WebCore/svg/SVGTRefElement.idl \
2264         WebCore/svg/SVGTSpanElement.idl \
2265         WebCore/svg/SVGTests.idl \
2266         WebCore/svg/SVGTextContentElement.idl \
2267         WebCore/svg/SVGTextElement.idl \
2268         WebCore/svg/SVGTextPathElement.idl \
2269         WebCore/svg/SVGTextPositioningElement.idl \
2270         WebCore/svg/SVGTitleElement.idl \
2271         WebCore/svg/SVGTransform.idl \
2272         WebCore/svg/SVGTransformList.idl \
2273         WebCore/svg/SVGTransformable.idl \
2274         WebCore/svg/SVGURIReference.idl \
2275         WebCore/svg/SVGUnitTypes.idl \
2276         WebCore/svg/SVGUseElement.idl \
2277         WebCore/svg/SVGViewElement.idl \
2278         WebCore/svg/SVGViewSpec.idl \
2279         WebCore/svg/SVGZoomAndPan.idl \
2280         WebCore/svg/SVGZoomEvent.idl
2282 webcore_cppflags += \
2283         -DENABLE_SVG=1 \
2284         -I\$(top_srcdir)/WebCore/svg \
2285         -I\$(top_srcdir)/WebCore/svg/animation \
2286         -I\$(top_srcdir)/WebCore/svg/graphics \
2287         -I\$(top_srcdir)/WebCore/svg/graphics/filters
2289 webcore_sources += \
2290         WebCore/bindings/js/JSSVGElementInstanceCustom.cpp \
2291         WebCore/bindings/js/JSSVGLengthCustom.cpp \
2292         WebCore/bindings/js/JSSVGMatrixCustom.cpp \
2293         WebCore/bindings/js/JSSVGPODTypeWrapper.h \
2294         WebCore/bindings/js/JSSVGPathSegCustom.cpp \
2295         WebCore/bindings/js/JSSVGPathSegListCustom.cpp \
2296         WebCore/bindings/js/JSSVGPointListCustom.cpp \
2297         WebCore/bindings/js/JSSVGTransformListCustom.cpp \
2298         WebCore/css/SVGCSSComputedStyleDeclaration.cpp \
2299         WebCore/css/SVGCSSParser.cpp \
2300         WebCore/css/SVGCSSStyleSelector.cpp \
2301         WebCore/platform/graphics/filters/FEBlend.cpp \
2302         WebCore/platform/graphics/filters/FEColorMatrix.cpp \
2303         WebCore/platform/graphics/filters/FEComponentTransfer.cpp \
2304         WebCore/platform/graphics/filters/FEComposite.cpp \
2305         WebCore/rendering/PointerEventsHitRules.cpp \
2306         WebCore/rendering/PointerEventsHitRules.h \
2307         WebCore/rendering/RenderForeignObject.cpp \
2308         WebCore/rendering/RenderForeignObject.h \
2309         WebCore/rendering/RenderPath.cpp \
2310         WebCore/rendering/RenderPath.h \
2311         WebCore/rendering/RenderSVGBlock.cpp \
2312         WebCore/rendering/RenderSVGBlock.h \
2313         WebCore/rendering/RenderSVGContainer.cpp \
2314         WebCore/rendering/RenderSVGContainer.h \
2315         WebCore/rendering/RenderSVGGradientStop.cpp \
2316         WebCore/rendering/RenderSVGGradientStop.h \
2317         WebCore/rendering/RenderSVGHiddenContainer.cpp \
2318         WebCore/rendering/RenderSVGHiddenContainer.h \
2319         WebCore/rendering/RenderSVGImage.cpp \
2320         WebCore/rendering/RenderSVGImage.h \
2321         WebCore/rendering/RenderSVGInline.cpp \
2322         WebCore/rendering/RenderSVGInline.h \
2323         WebCore/rendering/RenderSVGInlineText.cpp \
2324         WebCore/rendering/RenderSVGInlineText.h \
2325         WebCore/rendering/RenderSVGRoot.cpp \
2326         WebCore/rendering/RenderSVGRoot.h \
2327         WebCore/rendering/RenderSVGTSpan.cpp \
2328         WebCore/rendering/RenderSVGTSpan.h \
2329         WebCore/rendering/RenderSVGText.cpp \
2330         WebCore/rendering/RenderSVGText.h \
2331         WebCore/rendering/RenderSVGTextPath.cpp \
2332         WebCore/rendering/RenderSVGTextPath.h \
2333         WebCore/rendering/RenderSVGTransformableContainer.cpp \
2334         WebCore/rendering/RenderSVGTransformableContainer.h \
2335         WebCore/rendering/RenderSVGViewportContainer.cpp \
2336         WebCore/rendering/RenderSVGViewportContainer.h \
2337         WebCore/rendering/SVGCharacterLayoutInfo.cpp \
2338         WebCore/rendering/SVGCharacterLayoutInfo.h \
2339         WebCore/rendering/SVGInlineFlowBox.cpp \
2340         WebCore/rendering/SVGInlineFlowBox.h \
2341         WebCore/rendering/SVGInlineTextBox.cpp \
2342         WebCore/rendering/SVGInlineTextBox.h \
2343         WebCore/rendering/SVGRenderSupport.cpp \
2344         WebCore/rendering/SVGRenderSupport.h \
2345         WebCore/rendering/SVGRenderTreeAsText.cpp \
2346         WebCore/rendering/SVGRenderTreeAsText.h \
2347         WebCore/rendering/SVGRootInlineBox.cpp \
2348         WebCore/rendering/SVGRootInlineBox.h \
2349         WebCore/rendering/style/SVGRenderStyle.cpp \
2350         WebCore/rendering/style/SVGRenderStyle.h \
2351         WebCore/rendering/style/SVGRenderStyleDefs.cpp \
2352         WebCore/rendering/style/SVGRenderStyleDefs.h \
2353         WebCore/svg/ColorDistance.cpp \
2354         WebCore/svg/ColorDistance.h \
2355         WebCore/svg/ElementTimeControl.h \
2356         WebCore/svg/Filter.cpp \
2357         WebCore/svg/Filter.h \
2358         WebCore/svg/FilterBuilder.h \
2359         WebCore/svg/FilterEffect.cpp \
2360         WebCore/svg/FilterEffect.h \
2361         WebCore/svg/GradientAttributes.h \
2362         WebCore/svg/LinearGradientAttributes.h \
2363         WebCore/svg/PatternAttributes.h \
2364         WebCore/svg/RadialGradientAttributes.h \
2365         WebCore/svg/SVGAElement.cpp \
2366         WebCore/svg/SVGAElement.h \
2367         WebCore/svg/SVGAltGlyphElement.cpp \
2368         WebCore/svg/SVGAltGlyphElement.h \
2369         WebCore/svg/SVGAngle.cpp \
2370         WebCore/svg/SVGAngle.h \
2371         WebCore/svg/SVGAnimateColorElement.cpp \
2372         WebCore/svg/SVGAnimateColorElement.h \
2373         WebCore/svg/SVGAnimateElement.cpp \
2374         WebCore/svg/SVGAnimateElement.h \
2375         WebCore/svg/SVGAnimateMotionElement.cpp \
2376         WebCore/svg/SVGAnimateMotionElement.h \
2377         WebCore/svg/SVGAnimateTransformElement.cpp \
2378         WebCore/svg/SVGAnimateTransformElement.h \
2379         WebCore/svg/SVGAnimatedPathData.cpp \
2380         WebCore/svg/SVGAnimatedPathData.h \
2381         WebCore/svg/SVGAnimatedPoints.cpp \
2382         WebCore/svg/SVGAnimatedPoints.h \
2383         WebCore/svg/SVGAnimatedProperty.h \
2384         WebCore/svg/SVGAnimatedTemplate.h \
2385         WebCore/svg/SVGAnimationElement.cpp \
2386         WebCore/svg/SVGAnimationElement.h \
2387         WebCore/svg/SVGCircleElement.cpp \
2388         WebCore/svg/SVGCircleElement.h \
2389         WebCore/svg/SVGClipPathElement.cpp \
2390         WebCore/svg/SVGClipPathElement.h \
2391         WebCore/svg/SVGColor.cpp \
2392         WebCore/svg/SVGColor.h \
2393         WebCore/svg/SVGComponentTransferFunctionElement.cpp \
2394         WebCore/svg/SVGComponentTransferFunctionElement.h \
2395         WebCore/svg/SVGCursorElement.cpp \
2396         WebCore/svg/SVGCursorElement.h \
2397         WebCore/svg/SVGDefinitionSrcElement.cpp \
2398         WebCore/svg/SVGDefinitionSrcElement.h \
2399         WebCore/svg/SVGDefsElement.cpp \
2400         WebCore/svg/SVGDefsElement.h \
2401         WebCore/svg/SVGDescElement.cpp \
2402         WebCore/svg/SVGDescElement.h \
2403         WebCore/svg/SVGDocument.cpp \
2404         WebCore/svg/SVGDocument.h \
2405         WebCore/svg/SVGDocumentExtensions.cpp \
2406         WebCore/svg/SVGDocumentExtensions.h \
2407         WebCore/svg/SVGElement.cpp \
2408         WebCore/svg/SVGElement.h \
2409         WebCore/svg/SVGElementInstance.cpp \
2410         WebCore/svg/SVGElementInstance.h \
2411         WebCore/svg/SVGElementInstanceList.cpp \
2412         WebCore/svg/SVGElementInstanceList.h \
2413         WebCore/svg/SVGEllipseElement.cpp \
2414         WebCore/svg/SVGEllipseElement.h \
2415         WebCore/svg/SVGException.h \
2416         WebCore/svg/SVGExternalResourcesRequired.cpp \
2417         WebCore/svg/SVGExternalResourcesRequired.h \
2418         WebCore/svg/SVGFEBlendElement.cpp \
2419         WebCore/svg/SVGFEBlendElement.h \
2420         WebCore/svg/SVGFEColorMatrixElement.cpp \
2421         WebCore/svg/SVGFEColorMatrixElement.h \
2422         WebCore/svg/SVGFEComponentTransferElement.cpp \
2423         WebCore/svg/SVGFEComponentTransferElement.h \
2424         WebCore/svg/SVGFECompositeElement.cpp \
2425         WebCore/svg/SVGFECompositeElement.h \
2426         WebCore/svg/SVGFEDiffuseLightingElement.cpp \
2427         WebCore/svg/SVGFEDiffuseLightingElement.h \
2428         WebCore/svg/SVGFEDisplacementMapElement.cpp \
2429         WebCore/svg/SVGFEDisplacementMapElement.h \
2430         WebCore/svg/SVGFEDistantLightElement.cpp \
2431         WebCore/svg/SVGFEDistantLightElement.h \
2432         WebCore/svg/SVGFEFloodElement.cpp \
2433         WebCore/svg/SVGFEFloodElement.h \
2434         WebCore/svg/SVGFEFuncAElement.cpp \
2435         WebCore/svg/SVGFEFuncAElement.h \
2436         WebCore/svg/SVGFEFuncBElement.cpp \
2437         WebCore/svg/SVGFEFuncBElement.h \
2438         WebCore/svg/SVGFEFuncGElement.cpp \
2439         WebCore/svg/SVGFEFuncGElement.h \
2440         WebCore/svg/SVGFEFuncRElement.cpp \
2441         WebCore/svg/SVGFEFuncRElement.h \
2442         WebCore/svg/SVGFEGaussianBlurElement.cpp \
2443         WebCore/svg/SVGFEGaussianBlurElement.h \
2444         WebCore/svg/SVGFEImageElement.cpp \
2445         WebCore/svg/SVGFEImageElement.h \
2446         WebCore/svg/SVGFELightElement.cpp \
2447         WebCore/svg/SVGFELightElement.h \
2448         WebCore/svg/SVGFEMergeElement.cpp \
2449         WebCore/svg/SVGFEMergeElement.h \
2450         WebCore/svg/SVGFEMergeNodeElement.cpp \
2451         WebCore/svg/SVGFEMergeNodeElement.h \
2452         WebCore/svg/SVGFEOffsetElement.cpp \
2453         WebCore/svg/SVGFEOffsetElement.h \
2454         WebCore/svg/SVGFEPointLightElement.cpp \
2455         WebCore/svg/SVGFEPointLightElement.h \
2456         WebCore/svg/SVGFESpecularLightingElement.cpp \
2457         WebCore/svg/SVGFESpecularLightingElement.h \
2458         WebCore/svg/SVGFESpotLightElement.cpp \
2459         WebCore/svg/SVGFESpotLightElement.h \
2460         WebCore/svg/SVGFETileElement.cpp \
2461         WebCore/svg/SVGFETileElement.h \
2462         WebCore/svg/SVGFETurbulenceElement.cpp \
2463         WebCore/svg/SVGFETurbulenceElement.h \
2464         WebCore/svg/SVGFilterElement.cpp \
2465         WebCore/svg/SVGFilterElement.h \
2466         WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp \
2467         WebCore/svg/SVGFilterPrimitiveStandardAttributes.h \
2468         WebCore/svg/SVGFitToViewBox.cpp \
2469         WebCore/svg/SVGFitToViewBox.h \
2470         WebCore/svg/SVGFont.cpp \
2471         WebCore/svg/SVGFontData.cpp \
2472         WebCore/svg/SVGFontData.h \
2473         WebCore/svg/SVGFontElement.cpp \
2474         WebCore/svg/SVGFontElement.h \
2475         WebCore/svg/SVGFontFaceElement.cpp \
2476         WebCore/svg/SVGFontFaceElement.h \
2477         WebCore/svg/SVGFontFaceFormatElement.cpp \
2478         WebCore/svg/SVGFontFaceFormatElement.h \
2479         WebCore/svg/SVGFontFaceNameElement.cpp \
2480         WebCore/svg/SVGFontFaceNameElement.h \
2481         WebCore/svg/SVGFontFaceSrcElement.cpp \
2482         WebCore/svg/SVGFontFaceSrcElement.h \
2483         WebCore/svg/SVGFontFaceUriElement.cpp \
2484         WebCore/svg/SVGFontFaceUriElement.h \
2485         WebCore/svg/SVGForeignObjectElement.cpp \
2486         WebCore/svg/SVGForeignObjectElement.h \
2487         WebCore/svg/SVGGElement.cpp \
2488         WebCore/svg/SVGGElement.h \
2489         WebCore/svg/SVGGlyphElement.cpp \
2490         WebCore/svg/SVGGlyphElement.h \
2491         WebCore/svg/SVGGlyphMap.h \
2492         WebCore/svg/SVGGradientElement.cpp \
2493         WebCore/svg/SVGGradientElement.h \
2494         WebCore/svg/SVGHKernElement.cpp \
2495         WebCore/svg/SVGHKernElement.h \
2496         WebCore/svg/SVGImageElement.cpp \
2497         WebCore/svg/SVGImageElement.h \
2498         WebCore/svg/SVGImageLoader.cpp \
2499         WebCore/svg/SVGImageLoader.h \
2500         WebCore/svg/SVGLangSpace.cpp \
2501         WebCore/svg/SVGLangSpace.h \
2502         WebCore/svg/SVGLength.cpp \
2503         WebCore/svg/SVGLength.h \
2504         WebCore/svg/SVGLengthList.cpp \
2505         WebCore/svg/SVGLengthList.h \
2506         WebCore/svg/SVGLineElement.cpp \
2507         WebCore/svg/SVGLineElement.h \
2508         WebCore/svg/SVGLinearGradientElement.cpp \
2509         WebCore/svg/SVGLinearGradientElement.h \
2510         WebCore/svg/SVGList.h \
2511         WebCore/svg/SVGListTraits.h \
2512         WebCore/svg/SVGLocatable.cpp \
2513         WebCore/svg/SVGLocatable.h \
2514         WebCore/svg/SVGMPathElement.cpp \
2515         WebCore/svg/SVGMPathElement.h \
2516         WebCore/svg/SVGMarkerElement.cpp \
2517         WebCore/svg/SVGMarkerElement.h \
2518         WebCore/svg/SVGMaskElement.cpp \
2519         WebCore/svg/SVGMaskElement.h \
2520         WebCore/svg/SVGMetadataElement.cpp \
2521         WebCore/svg/SVGMetadataElement.h \
2522         WebCore/svg/SVGMissingGlyphElement.cpp \
2523         WebCore/svg/SVGMissingGlyphElement.h \
2524         WebCore/svg/SVGNumberList.cpp \
2525         WebCore/svg/SVGNumberList.h \
2526         WebCore/svg/SVGPaint.cpp \
2527         WebCore/svg/SVGPaint.h \
2528         WebCore/svg/SVGParserUtilities.cpp \
2529         WebCore/svg/SVGParserUtilities.h \
2530         WebCore/svg/SVGPathElement.cpp \
2531         WebCore/svg/SVGPathElement.h \
2532         WebCore/svg/SVGPathSeg.h \
2533         WebCore/svg/SVGPathSegArc.cpp \
2534         WebCore/svg/SVGPathSegArc.h \
2535         WebCore/svg/SVGPathSegClosePath.cpp \
2536         WebCore/svg/SVGPathSegClosePath.h \
2537         WebCore/svg/SVGPathSegCurvetoCubic.cpp \
2538         WebCore/svg/SVGPathSegCurvetoCubic.h \
2539         WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp \
2540         WebCore/svg/SVGPathSegCurvetoCubicSmooth.h \
2541         WebCore/svg/SVGPathSegCurvetoQuadratic.cpp \
2542         WebCore/svg/SVGPathSegCurvetoQuadratic.h \
2543         WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
2544         WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h \
2545         WebCore/svg/SVGPathSegLineto.cpp \
2546         WebCore/svg/SVGPathSegLineto.h \
2547         WebCore/svg/SVGPathSegLinetoHorizontal.cpp \
2548         WebCore/svg/SVGPathSegLinetoHorizontal.h \
2549         WebCore/svg/SVGPathSegLinetoVertical.cpp \
2550         WebCore/svg/SVGPathSegLinetoVertical.h \
2551         WebCore/svg/SVGPathSegList.cpp \
2552         WebCore/svg/SVGPathSegList.h \
2553         WebCore/svg/SVGPathSegMoveto.cpp \
2554         WebCore/svg/SVGPathSegMoveto.h \
2555         WebCore/svg/SVGPatternElement.cpp \
2556         WebCore/svg/SVGPatternElement.h \
2557         WebCore/svg/SVGPointList.cpp \
2558         WebCore/svg/SVGPointList.h \
2559         WebCore/svg/SVGPolyElement.cpp \
2560         WebCore/svg/SVGPolyElement.h \
2561         WebCore/svg/SVGPolygonElement.cpp \
2562         WebCore/svg/SVGPolygonElement.h \
2563         WebCore/svg/SVGPolylineElement.cpp \
2564         WebCore/svg/SVGPolylineElement.h \
2565         WebCore/svg/SVGPreserveAspectRatio.cpp \
2566         WebCore/svg/SVGPreserveAspectRatio.h \
2567         WebCore/svg/SVGRadialGradientElement.cpp \
2568         WebCore/svg/SVGRadialGradientElement.h \
2569         WebCore/svg/SVGRectElement.cpp \
2570         WebCore/svg/SVGRectElement.h \
2571         WebCore/svg/SVGRenderingIntent.h \
2572         WebCore/svg/SVGSVGElement.cpp \
2573         WebCore/svg/SVGSVGElement.h \
2574         WebCore/svg/SVGScriptElement.cpp \
2575         WebCore/svg/SVGScriptElement.h \
2576         WebCore/svg/SVGSetElement.cpp \
2577         WebCore/svg/SVGSetElement.h \
2578         WebCore/svg/SVGStopElement.cpp \
2579         WebCore/svg/SVGStopElement.h \
2580         WebCore/svg/SVGStringList.cpp \
2581         WebCore/svg/SVGStringList.h \
2582         WebCore/svg/SVGStylable.cpp \
2583         WebCore/svg/SVGStylable.h \
2584         WebCore/svg/SVGStyleElement.cpp \
2585         WebCore/svg/SVGStyleElement.h \
2586         WebCore/svg/SVGStyledElement.cpp \
2587         WebCore/svg/SVGStyledElement.h \
2588         WebCore/svg/SVGStyledLocatableElement.cpp \
2589         WebCore/svg/SVGStyledLocatableElement.h \
2590         WebCore/svg/SVGStyledTransformableElement.cpp \
2591         WebCore/svg/SVGStyledTransformableElement.h \
2592         WebCore/svg/SVGSwitchElement.cpp \
2593         WebCore/svg/SVGSwitchElement.h \
2594         WebCore/svg/SVGSymbolElement.cpp \
2595         WebCore/svg/SVGSymbolElement.h \
2596         WebCore/svg/SVGTRefElement.cpp \
2597         WebCore/svg/SVGTRefElement.h \
2598         WebCore/svg/SVGTSpanElement.cpp \
2599         WebCore/svg/SVGTSpanElement.h \
2600         WebCore/svg/SVGTests.cpp \
2601         WebCore/svg/SVGTests.h \
2602         WebCore/svg/SVGTextContentElement.cpp \
2603         WebCore/svg/SVGTextContentElement.h \
2604         WebCore/svg/SVGTextElement.cpp \
2605         WebCore/svg/SVGTextElement.h \
2606         WebCore/svg/SVGTextPathElement.cpp \
2607         WebCore/svg/SVGTextPathElement.h \
2608         WebCore/svg/SVGTextPositioningElement.cpp \
2609         WebCore/svg/SVGTextPositioningElement.h \
2610         WebCore/svg/SVGTitleElement.cpp \
2611         WebCore/svg/SVGTitleElement.h \
2612         WebCore/svg/SVGTransform.cpp \
2613         WebCore/svg/SVGTransform.h \
2614         WebCore/svg/SVGTransformDistance.cpp \
2615         WebCore/svg/SVGTransformDistance.h \
2616         WebCore/svg/SVGTransformList.cpp \
2617         WebCore/svg/SVGTransformList.h \
2618         WebCore/svg/SVGTransformable.cpp \
2619         WebCore/svg/SVGTransformable.h \
2620         WebCore/svg/SVGURIReference.cpp \
2621         WebCore/svg/SVGURIReference.h \
2622         WebCore/svg/SVGUnitTypes.h \
2623         WebCore/svg/SVGUseElement.cpp \
2624         WebCore/svg/SVGUseElement.h \
2625         WebCore/svg/SVGViewElement.cpp \
2626         WebCore/svg/SVGViewElement.h \
2627         WebCore/svg/SVGViewSpec.cpp \
2628         WebCore/svg/SVGViewSpec.h \
2629         WebCore/svg/SVGZoomAndPan.cpp \
2630         WebCore/svg/SVGZoomAndPan.h \
2631         WebCore/svg/SVGZoomEvent.cpp \
2632         WebCore/svg/SVGZoomEvent.h \
2633         WebCore/svg/SynchronizableTypeWrapper.h \
2634         WebCore/svg/animation/SMILTime.cpp \
2635         WebCore/svg/animation/SMILTime.h \
2636         WebCore/svg/animation/SMILTimeContainer.cpp \
2637         WebCore/svg/animation/SMILTimeContainer.h \
2638         WebCore/svg/animation/SVGSMILElement.cpp \
2639         WebCore/svg/animation/SVGSMILElement.h \
2640         WebCore/svg/graphics/SVGImage.cpp \
2641         WebCore/svg/graphics/SVGImage.h \
2642         WebCore/svg/graphics/SVGPaintServer.cpp \
2643         WebCore/svg/graphics/SVGPaintServer.h \
2644         WebCore/svg/graphics/SVGPaintServerGradient.cpp \
2645         WebCore/svg/graphics/SVGPaintServerGradient.h \
2646         WebCore/svg/graphics/SVGPaintServerLinearGradient.cpp \
2647         WebCore/svg/graphics/SVGPaintServerLinearGradient.h \
2648         WebCore/svg/graphics/SVGPaintServerPattern.cpp \
2649         WebCore/svg/graphics/SVGPaintServerPattern.h \
2650         WebCore/svg/graphics/SVGPaintServerRadialGradient.cpp \
2651         WebCore/svg/graphics/SVGPaintServerRadialGradient.h \
2652         WebCore/svg/graphics/SVGPaintServerSolid.cpp \
2653         WebCore/svg/graphics/SVGPaintServerSolid.h \
2654         WebCore/svg/graphics/SVGResource.cpp \
2655         WebCore/svg/graphics/SVGResource.h \
2656         WebCore/svg/graphics/SVGResourceClipper.cpp \
2657         WebCore/svg/graphics/SVGResourceClipper.h \
2658         WebCore/svg/graphics/SVGResourceFilter.cpp \
2659         WebCore/svg/graphics/SVGResourceFilter.h \
2660         WebCore/svg/graphics/SVGResourceListener.h \
2661         WebCore/svg/graphics/SVGResourceMarker.cpp \
2662         WebCore/svg/graphics/SVGResourceMarker.h \
2663         WebCore/svg/graphics/SVGResourceMasker.cpp \
2664         WebCore/svg/graphics/SVGResourceMasker.h \
2665         WebCore/svg/graphics/filters/SVGDistantLightSource.h \
2666         WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp \
2667         WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h \
2668         WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp \
2669         WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h \
2670         WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp \
2671         WebCore/svg/graphics/filters/SVGFEDisplacementMap.h \
2672         WebCore/svg/graphics/filters/SVGFEFlood.cpp \
2673         WebCore/svg/graphics/filters/SVGFEFlood.h \
2674         WebCore/svg/graphics/filters/SVGFEGaussianBlur.cpp \
2675         WebCore/svg/graphics/filters/SVGFEGaussianBlur.h \
2676         WebCore/svg/graphics/filters/SVGFEImage.cpp \
2677         WebCore/svg/graphics/filters/SVGFEImage.h \
2678         WebCore/svg/graphics/filters/SVGFEMerge.cpp \
2679         WebCore/svg/graphics/filters/SVGFEMerge.h \
2680         WebCore/svg/graphics/filters/SVGFEMorphology.cpp \
2681         WebCore/svg/graphics/filters/SVGFEMorphology.h \
2682         WebCore/svg/graphics/filters/SVGFEOffset.cpp \
2683         WebCore/svg/graphics/filters/SVGFEOffset.h \
2684         WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp \
2685         WebCore/svg/graphics/filters/SVGFESpecularLighting.h \
2686         WebCore/svg/graphics/filters/SVGFETile.cpp \
2687         WebCore/svg/graphics/filters/SVGFETile.h \
2688         WebCore/svg/graphics/filters/SVGFETurbulence.cpp \
2689         WebCore/svg/graphics/filters/SVGFETurbulence.h \
2690         WebCore/svg/graphics/filters/SVGFilterEffect.cpp \
2691         WebCore/svg/graphics/filters/SVGFilterEffect.h \
2692         WebCore/svg/graphics/filters/SVGLightSource.cpp \
2693         WebCore/svg/graphics/filters/SVGLightSource.h \
2694         WebCore/svg/graphics/filters/SVGPointLightSource.h \
2695         WebCore/svg/graphics/filters/SVGSpotLightSource.h
2697 webcoregtk_sources += \
2698         WebCore/svg/graphics/cairo/RenderPathCairo.cpp \
2699         WebCore/svg/graphics/cairo/SVGPaintServerCairo.cpp \
2700         WebCore/svg/graphics/cairo/SVGPaintServerGradientCairo.cpp \
2701         WebCore/svg/graphics/cairo/SVGPaintServerPatternCairo.cpp \
2702         WebCore/svg/graphics/cairo/SVGPaintServerSolidCairo.cpp \
2703         WebCore/svg/graphics/cairo/SVGResourceClipperCairo.cpp \
2704         WebCore/svg/graphics/cairo/SVGResourceFilterCairo.cpp \
2705         WebCore/svg/graphics/cairo/SVGResourceMaskerCairo.cpp
2708 # SVG Features
2709 if ENABLE_SVG_USE
2710 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_USE=1
2711 SVG_FEATURES += ENABLE_SVG_USE=1
2712 webcore_cppflags += -DENABLE_SVG_USE=1
2713 endif
2715 if ENABLE_SVG_FOREIGN_OBJECT
2716 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FOREIGN_OBJECT=1
2717 SVG_FEATURES += ENABLE_SVG_FOREIGN_OBJECT=1
2718 webcore_cppflags += -DENABLE_SVG_FOREIGN_OBJECT=1
2719 endif
2721 if ENABLE_SVG_FONTS
2722 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FONTS=1
2723 SVG_FEATURES += ENABLE_SVG_FONTS=1
2724 webcore_cppflags += -DENABLE_SVG_FONTS=1
2725 endif
2727 if ENABLE_SVG_FILTERS
2728 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FILTERS=1
2729 SVG_FEATURES += ENABLE_SVG_FILTERS=1
2730 webcore_cppflags += -DENABLE_SVG_FILTERS=1
2731 endif
2733 if ENABLE_SVG_AS_IMAGE
2734 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_AS_IMAGE=1
2735 SVG_FEATURES += ENABLE_SVG_AS_IMAGE=1
2736 webcore_cppflags += -DENABLE_SVG_AS_IMAGE=1
2737 endif
2739 if ENABLE_SVG_ANIMATION
2740 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_ANIMATION=1
2741 SVG_FEATURES += ENABLE_SVG_ANIMATION=1
2742 webcore_cppflags += -DENABLE_SVG_ANIMATION=1
2743 endif
2745 # SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
2746 DerivedSources/SVGNames.cpp: DerivedSources/SVGElementFactory.cpp;
2747 DerivedSources/JSSVGElementWrapperFactory.cpp: DerivedSources/SVGElementFactory.cpp
2749 if SVG_FLAGS
2750 DerivedSources/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
2751         $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES)"
2752 else
2753 DerivedSources/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
2754         $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
2756 endif # SVG_FLAGS
2758 # end SVG Features
2760 DerivedSources/XLinkNames.h: DerivedSources/XLinkNames.cpp;
2762 DerivedSources/XLinkNames.cpp : $(WebCore)/dom/make_names.pl $(WebCore)/svg/xlinkattrs.in
2763         $(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in --outputDir "$(GENSOURCES)"
2765 endif # END ENABLE_SVG
2767 DerivedSources/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl
2768         if sort $(WEBCORE_CSS_PROPERTY_NAMES) | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
2769         cat $(WEBCORE_CSS_PROPERTY_NAMES) > CSSPropertyNames.in
2770         $(PERL) "$(WebCore)/css/makeprop.pl"
2771         mv CSSPropertyNames.* $(GENSOURCES)
2773 # Lower case all the values, as CSS values are case-insensitive
2774 DerivedSources/CSSValueKeywords.h : $(WEBCORE_CSS_VALUE_KEYWORDS) $(WebCore)/css/makevalues.pl
2775         $(PERL) -ne 'print lc' $(WEBCORE_CSS_VALUE_KEYWORDS) > CSSValueKeywords.in
2776         if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
2777         $(PERL) "$(WebCore)/css/makevalues.pl"
2778         mv CSSValueKeywords.* $(GENSOURCES)
2780 # DOCTYPE strings
2781 DerivedSources/DocTypeStrings.cpp : $(WebCore)/html/DocTypeStrings.gperf
2782         $(GPERF) -CEot -L ANSI-C -k "*" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards $(WebCore)/html/DocTypeStrings.gperf > $@
2784 # HTML entity names
2785 DerivedSources/HTMLEntityNames.c : $(WebCore)/html/HTMLEntityNames.gperf
2786         $(GPERF) -a -L ANSI-C -C -G -c -o -t -k '*' -N findEntity -D -s 2 \
2787         $(WebCore)/html/HTMLEntityNames.gperf > $@
2789 # color names
2790 DerivedSources/ColorData.c: $(WebCore)/platform/ColorData.gperf
2791         $(GPERF) -CDEot -L ANSI-C -k '*' -N findColor -D -s 2 $< > $@
2793 # CSS tokenizer
2794 DerivedSources/tokenizer.cpp : $(WebCore)/css/tokenizer.flex $(WebCore)/css/maketokenizer
2795         $(FLEX) -t $< | $(PERL) $(WebCore)/css/maketokenizer > $@
2797 # CSS grammar
2799 DerivedSources/CSSGrammar.h: $(GENSOURCES)/CSSGrammar.cpp;
2801 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
2802 DerivedSources/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y
2803         rm -f $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
2804         $(BISON) -d -p cssyy $< -o $(GENSOURCES)/CSSGrammar.cpp
2805         touch $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
2806         echo '#ifndef CSSGrammar_h' > $(GENSOURCES)/CSSGrammar.h
2807         echo '#define CSSGrammar_h' >> $(GENSOURCES)/CSSGrammar.h
2808         cat $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp >> $(GENSOURCES)/CSSGrammar.h
2809         echo '#endif' >> $(GENSOURCES)/CSSGrammar.h
2810         rm -f $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
2812 # user agent style sheets
2813 USER_AGENT_STYLE_SHEETS = \
2814         $(WebCore)/css/html4.css \
2815         $(WebCore)/css/quirks.css \
2816         $(WebCore)/css/view-source.css \
2817         $(WebCore)/css/svg.css
2819 # new-style JavaScript bindings
2820 SCRIPTS_BINDINGS = \
2821         $(WebCore)/bindings/scripts/CodeGenerator.pm \
2822         $(WebCore)/bindings/scripts/IDLParser.pm \
2823         $(WebCore)/bindings/scripts/IDLStructure.pm \
2824         $(WebCore)/bindings/scripts/InFilesParser.pm \
2825         $(WebCore)/bindings/scripts/generate-bindings.pl
2827 DerivedSources/UserAgentStyleSheetsData.cpp: DerivedSources/UserAgentStyleSheets.h;
2829 DerivedSources/UserAgentStyleSheets.h: $(WebCore)/css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS)
2830         $(PERL) $< $@ DerivedSources/UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)
2832 # lookup tables for old-style JavaScript bindings
2833 %.lut.h: %.cpp $(CREATE_HASH_TABLE)
2834         $(CREATE_HASH_TABLE) $< -n WebCore > $@
2836 # HTML tag and attribute names
2837 DerivedSources/HTMLNames.h: DerivedSources/HTMLNames.cpp;
2838 DerivedSources/JSHTMLElementWrapperFactory.cpp: DerivedSources/HTMLNames.cpp;
2839 DerivedSources/JSHTMLElementWrapperFactory.h: DerivedSources/JSHTMLElementWrapperFactory.cpp;
2841 if HTML_FLAGS
2842 DerivedSources/HTMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
2843         $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --extraDefines "$(HTML_FEATURES)" --wrapperFactory --outputDir "$(GENSOURCES)"
2844 else
2845 DerivedSources/HTMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
2846         $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --wrapperFactory --outputDir "$(GENSOURCES)"
2847 endif # HTML_FLAGS
2849 DerivedSources/XMLNames.h: DerivedSources/XMLNames.cpp;
2851 DerivedSources/XMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlattrs.in
2852         $(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in --outputDir "$(GENSOURCES)"
2854 IDL_PATH := \
2855     $(WebCore)/bindings/js \
2856     $(WebCore)/css \
2857     $(WebCore)/dom \
2858     $(WebCore)/html \
2859     $(WebCore)/inspector \
2860     $(WebCore)/loader/appcache \
2861     $(WebCore)/page \
2862     $(WebCore)/storage \
2863     $(WebCore)/svg \
2864     $(WebCore)/xml \
2865     $(WebCore)/plugins
2867 vpath %.idl = $(IDL_PATH)
2869 DerivedSources/JS%.h: DerivedSources/JS%.cpp;
2871 .SECONDARY:
2872 DerivedSources/JS%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorJS.pm
2873         $(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include "%") --outputDir "$(GENSOURCES)" --defines "$(FEATURE_DEFINES_JAVASCRIPT)" --generator JS $<
2875 IDL_BINDINGS_JS_PURE := \
2876         WebCore/svg/ElementTimeControl.idl \
2877         WebCore/svg/SVGAnimatedPathData.idl \
2878         WebCore/svg/SVGAnimatedPoints.idl \
2879         WebCore/svg/SVGExternalResourcesRequired.idl \
2880         WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
2881         WebCore/svg/SVGFitToViewBox.idl \
2882         WebCore/svg/SVGLangSpace.idl \
2883         WebCore/svg/SVGLocatable.idl \
2884         WebCore/svg/SVGStylable.idl \
2885         WebCore/svg/SVGTests.idl \
2886         WebCore/svg/SVGTransformable.idl \
2887         WebCore/svg/SVGURIReference.idl \
2888         WebCore/svg/SVGViewSpec.idl \
2889         WebCore/svg/SVGZoomAndPan.idl
2891 IDL_BINDINGS_JS := $(filter-out $(IDL_BINDINGS_JS_PURE),$(IDL_BINDINGS))
2893 webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.h,$(notdir $(IDL_BINDINGS)))
2895 webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.cpp,$(notdir $(IDL_BINDINGS_JS)))
2897 libWebCoreJS_objects := $(patsubst %.idl,DerivedSources/JS%.lo,$(notdir $(IDL_BINDINGS_JS)))
2899 libWebCoreJS_depfiles := $(patsubst %.idl,DerivedSources/$(DEPDIR)/JS%.Plo,$(notdir $(IDL_BINDINGS_JS)))
2901 # Older automake versions (1.7) place Plo files in a different place:
2902 libWebCoreJS_depfiles += $(patsubst %.lo,$(DEPDIR)/%.Plo,$(libWebCoreJS_objects))
2904 -include $(libWebCoreJS_depfiles)
2906 $(libWebCoreJS_objects): AM_CPPFLAGS+=$(libWebCore_la_CPPFLAGS)
2908 $(libWebCoreJS_objects): AM_CXXFLAGS+=$(libWebCore_la_CXXFLAGS)
2910 libWebCoreJS.la: $(libWebCoreJS_objects)
2911         $(CXXLINK) $(libWebCoreJS_objects) $(LIBS)
2914 noinst_HEADERS += \
2915         $(IDL_BINDINGS)
2917 webcore_dist += \
2918         WebCore/LICENSE-APPLE \
2919         WebCore/LICENSE-LGPL-2 \
2920         WebCore/LICENSE-LGPL-2.1 \
2921         WebCore/icu/LICENSE \
2922         WebCore/bindings/scripts/CodeGenerator.pm \
2923         WebCore/bindings/scripts/IDLParser.pm \
2924         WebCore/bindings/scripts/IDLStructure.pm \
2925         WebCore/bindings/scripts/InFilesParser.pm \
2926         WebCore/bindings/scripts/generate-bindings.pl \
2927         WebCore/bindings/scripts/CodeGeneratorJS.pm \
2928         WebCore/css/html4.css \
2929         WebCore/css/quirks.css \
2930         WebCore/css/view-source.css \
2931         WebCore/css/svg.css \
2932         WebCore/css/CSSGrammar.y \
2933         WebCore/css/CSSValueKeywords.in \
2934         WebCore/css/SVGCSSPropertyNames.in \
2935         WebCore/css/maketokenizer \
2936         WebCore/css/makeprop.pl \
2937         WebCore/css/makevalues.pl \
2938         WebCore/css/tokenizer.flex \
2939         WebCore/css/CSSPropertyNames.in \
2940         WebCore/css/DashboardSupportCSSPropertyNames.in \
2941         WebCore/css/make-css-file-arrays.pl \
2942         WebCore/css/SVGCSSValueKeywords.in \
2943         WebCore/css/makegrammar.pl \
2944         WebCore/dom/make_names.pl \
2945         WebCore/platform/text/mac/make-charset-table.pl \
2946         WebCore/platform/ColorData.gperf \
2947         WebCore/svg/xlinkattrs.in \
2948         WebCore/svg/svgattrs.in \
2949         WebCore/svg/svgtags.in \
2950         WebCore/html/DocTypeStrings.gperf \
2951         WebCore/html/HTMLTagNames.in \
2952         WebCore/html/HTMLEntityNames.gperf \
2953         WebCore/html/HTMLAttributeNames.in \
2954         WebCore/xml/xmlattrs.in \
2955         WebCore/xml/XPathGrammar.y
2957 # Installing web inspector files
2958 webcore_cppflags += -DDATA_DIR=\"${datadir}\"
2960 webinspectordir = ${datadir}/webkit-1.0/webinspector
2961 dist_webinspector_DATA = \
2962         $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css})
2964 webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images
2965 dist_webinspectorimages_DATA = \
2966         $(shell ls $(WebCore)/inspector/front-end/Images/*.png)
2968 # Clean rules for WebCore
2970 CLEANFILES += \
2971         libWebCoreJS.la \
2972         WebCore/bindings/js/JSDOMWindowBase.lut.h \
2973         WebCore/bindings/js/JSRGBColor.lut.h