Fix picker popup layout
[framework/web/webkit-efl.git] / Source / WebCore / DerivedSources.make
1 # Copyright (C) 2006, 2007, 2008, 2012 Apple Inc. All rights reserved.
2 # Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
3 # Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au>
4 #
5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions
7 # are met:
8 #
9 # 1.  Redistributions of source code must retain the above copyright
10 #     notice, this list of conditions and the following disclaimer.
11 # 2.  Redistributions in binary form must reproduce the above copyright
12 #     notice, this list of conditions and the following disclaimer in the
13 #     documentation and/or other materials provided with the distribution.
14 # 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
15 #     its contributors may be used to endorse or promote products derived
16 #     from this software without specific prior written permission.
17 #
18 # THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
19 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
22 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
29 VPATH = \
30     $(WebCore) \
31     $(WebCore)/Modules/filesystem \
32     $(WebCore)/Modules/geolocation \
33     $(WebCore)/Modules/indexeddb \
34     $(WebCore)/Modules/mediasource \
35     $(WebCore)/Modules/notifications \
36     $(WebCore)/Modules/quota \
37     $(WebCore)/Modules/webaudio \
38     $(WebCore)/Modules/webdatabase \
39     $(WebCore)/Modules/websockets \
40     $(WebCore)/bindings/generic \
41     $(WebCore)/bindings/js \
42     $(WebCore)/bindings/objc \
43     $(WebCore)/css \
44     $(WebCore)/dom \
45     $(WebCore)/editing \
46     $(WebCore)/fileapi \
47     $(WebCore)/html \
48     $(WebCore)/html/canvas \
49     $(WebCore)/html/shadow \
50     $(WebCore)/html/track \
51     $(WebCore)/inspector \
52     $(WebCore)/loader/appcache \
53     $(WebCore)/page \
54     $(WebCore)/plugins \
55     $(WebCore)/storage \
56     $(WebCore)/xml \
57     $(WebCore)/workers \
58     $(WebCore)/svg \
59     $(WebCore)/testing \
60     $(WebCore)/websockets \
61 #
62
63 BINDING_IDLS = \
64     $(WebCore)/Modules/filesystem/DOMFileSystem.idl \
65     $(WebCore)/Modules/filesystem/DOMFileSystemSync.idl \
66     $(WebCore)/Modules/filesystem/DOMWindowFileSystem.idl \
67     $(WebCore)/Modules/filesystem/DirectoryEntry.idl \
68     $(WebCore)/Modules/filesystem/DirectoryEntrySync.idl \
69     $(WebCore)/Modules/filesystem/DirectoryReader.idl \
70     $(WebCore)/Modules/filesystem/DirectoryReaderSync.idl \
71     $(WebCore)/Modules/filesystem/EntriesCallback.idl \
72     $(WebCore)/Modules/filesystem/Entry.idl \
73     $(WebCore)/Modules/filesystem/EntryArray.idl \
74     $(WebCore)/Modules/filesystem/EntryArraySync.idl \
75     $(WebCore)/Modules/filesystem/EntryCallback.idl \
76     $(WebCore)/Modules/filesystem/EntrySync.idl \
77     $(WebCore)/Modules/filesystem/ErrorCallback.idl \
78     $(WebCore)/Modules/filesystem/FileCallback.idl \
79     $(WebCore)/Modules/filesystem/FileEntry.idl \
80     $(WebCore)/Modules/filesystem/FileEntrySync.idl \
81     $(WebCore)/Modules/filesystem/FileSystemCallback.idl \
82     $(WebCore)/Modules/filesystem/FileWriter.idl \
83     $(WebCore)/Modules/filesystem/FileWriterCallback.idl \
84     $(WebCore)/Modules/filesystem/FileWriterSync.idl \
85     $(WebCore)/Modules/filesystem/Metadata.idl \
86     $(WebCore)/Modules/filesystem/MetadataCallback.idl \
87     $(WebCore)/Modules/filesystem/WorkerContextFileSystem.idl \
88     $(WebCore)/Modules/geolocation/Geolocation.idl \
89     $(WebCore)/Modules/geolocation/Geoposition.idl \
90     $(WebCore)/Modules/geolocation/NavigatorGeolocation.idl \
91     $(WebCore)/Modules/geolocation/PositionCallback.idl \
92     $(WebCore)/Modules/geolocation/PositionError.idl \
93     $(WebCore)/Modules/geolocation/PositionErrorCallback.idl \
94     $(WebCore)/Modules/indexeddb/DOMWindowIndexedDatabase.idl \
95     $(WebCore)/Modules/indexeddb/IDBAny.idl \
96     $(WebCore)/Modules/indexeddb/IDBCursor.idl \
97     $(WebCore)/Modules/indexeddb/IDBDatabase.idl \
98     $(WebCore)/Modules/indexeddb/IDBDatabaseException.idl \
99     $(WebCore)/Modules/indexeddb/IDBFactory.idl \
100     $(WebCore)/Modules/indexeddb/IDBIndex.idl \
101     $(WebCore)/Modules/indexeddb/IDBKey.idl \
102     $(WebCore)/Modules/indexeddb/IDBKeyRange.idl \
103     $(WebCore)/Modules/indexeddb/IDBObjectStore.idl \
104     $(WebCore)/Modules/indexeddb/IDBRequest.idl \
105     $(WebCore)/Modules/indexeddb/IDBTransaction.idl \
106     $(WebCore)/Modules/indexeddb/IDBVersionChangeEvent.idl \
107     $(WebCore)/Modules/indexeddb/IDBVersionChangeRequest.idl \
108     $(WebCore)/Modules/indexeddb/WorkerContextIndexedDatabase.idl \
109     $(WebCore)/Modules/mediasource/MediaSource.idl \
110     $(WebCore)/Modules/mediasource/SourceBuffer.idl \
111     $(WebCore)/Modules/mediasource/SourceBufferList.idl \
112     $(WebCore)/Modules/notifications/DOMWindowNotifications.idl \
113     $(WebCore)/Modules/notifications/Notification.idl \
114     $(WebCore)/Modules/notifications/NotificationCenter.idl \
115     $(WebCore)/Modules/notifications/NotificationPermissionCallback.idl \
116     $(WebCore)/Modules/notifications/WorkerContextNotifications.idl \
117     $(WebCore)/Modules/quota/DOMWindowQuota.idl \
118     $(WebCore)/Modules/quota/StorageInfo.idl \
119     $(WebCore)/Modules/quota/StorageInfoErrorCallback.idl \
120     $(WebCore)/Modules/quota/StorageInfoQuotaCallback.idl \
121     $(WebCore)/Modules/quota/StorageInfoUsageCallback.idl \
122     $(WebCore)/Modules/webaudio/AudioBuffer.idl \
123     $(WebCore)/Modules/webaudio/AudioBufferCallback.idl \
124     $(WebCore)/Modules/webaudio/AudioBufferSourceNode.idl \
125     $(WebCore)/Modules/webaudio/ChannelMergerNode.idl \
126     $(WebCore)/Modules/webaudio/ChannelSplitterNode.idl \
127     $(WebCore)/Modules/webaudio/AudioContext.idl \
128     $(WebCore)/Modules/webaudio/AudioDestinationNode.idl \
129     $(WebCore)/Modules/webaudio/GainNode.idl \
130     $(WebCore)/Modules/webaudio/AudioListener.idl \
131     $(WebCore)/Modules/webaudio/AudioNode.idl \
132     $(WebCore)/Modules/webaudio/PannerNode.idl \
133     $(WebCore)/Modules/webaudio/AudioParam.idl \
134     $(WebCore)/Modules/webaudio/AudioProcessingEvent.idl \
135     $(WebCore)/Modules/webaudio/AudioSourceNode.idl \
136     $(WebCore)/Modules/webaudio/BiquadFilterNode.idl \
137     $(WebCore)/Modules/webaudio/ConvolverNode.idl \
138     $(WebCore)/Modules/webaudio/DOMWindowWebAudio.idl \
139     $(WebCore)/Modules/webaudio/DelayNode.idl \
140     $(WebCore)/Modules/webaudio/DynamicsCompressorNode.idl \
141     $(WebCore)/Modules/webaudio/ScriptProcessorNode.idl \
142     $(WebCore)/Modules/webaudio/MediaElementAudioSourceNode.idl \
143     $(WebCore)/Modules/webaudio/MediaStreamAudioSourceNode.idl \
144     $(WebCore)/Modules/webaudio/OscillatorNode.idl \
145     $(WebCore)/Modules/webaudio/OfflineAudioContext.idl \
146     $(WebCore)/Modules/webaudio/OfflineAudioCompletionEvent.idl \
147     $(WebCore)/Modules/webaudio/AnalyserNode.idl \
148     $(WebCore)/Modules/webaudio/WaveShaperNode.idl \
149     $(WebCore)/Modules/webaudio/WaveTable.idl \
150     $(WebCore)/Modules/webdatabase/DOMWindowWebDatabase.idl \
151     $(WebCore)/Modules/webdatabase/Database.idl \
152     $(WebCore)/Modules/webdatabase/DatabaseCallback.idl \
153     $(WebCore)/Modules/webdatabase/DatabaseSync.idl \
154     $(WebCore)/Modules/webdatabase/SQLError.idl \
155     $(WebCore)/Modules/webdatabase/SQLException.idl \
156     $(WebCore)/Modules/webdatabase/SQLResultSet.idl \
157     $(WebCore)/Modules/webdatabase/SQLResultSetRowList.idl \
158     $(WebCore)/Modules/webdatabase/SQLStatementCallback.idl \
159     $(WebCore)/Modules/webdatabase/SQLStatementErrorCallback.idl \
160     $(WebCore)/Modules/webdatabase/SQLTransaction.idl \
161     $(WebCore)/Modules/webdatabase/SQLTransactionCallback.idl \
162     $(WebCore)/Modules/webdatabase/SQLTransactionErrorCallback.idl \
163     $(WebCore)/Modules/webdatabase/SQLTransactionSync.idl \
164     $(WebCore)/Modules/webdatabase/SQLTransactionSyncCallback.idl \
165     $(WebCore)/Modules/webdatabase/WorkerContextWebDatabase.idl \
166     $(WebCore)/Modules/websockets/CloseEvent.idl \
167     $(WebCore)/Modules/websockets/DOMWindowWebSocket.idl \
168     $(WebCore)/Modules/websockets/WebSocket.idl \
169     $(WebCore)/Modules/websockets/WorkerContextWebSocket.idl \
170     $(WebCore)/css/CSSCharsetRule.idl \
171     $(WebCore)/css/CSSFontFaceRule.idl \
172     $(WebCore)/css/CSSImportRule.idl \
173     $(WebCore)/css/CSSMediaRule.idl \
174     $(WebCore)/css/CSSPageRule.idl \
175     $(WebCore)/css/CSSPrimitiveValue.idl \
176     $(WebCore)/css/CSSRule.idl \
177     $(WebCore)/css/CSSRuleList.idl \
178     $(WebCore)/css/CSSStyleDeclaration.idl \
179     $(WebCore)/css/CSSStyleRule.idl \
180     $(WebCore)/css/CSSStyleSheet.idl \
181     $(WebCore)/css/CSSUnknownRule.idl \
182     $(WebCore)/css/CSSValue.idl \
183     $(WebCore)/css/CSSValueList.idl \
184     $(WebCore)/css/Counter.idl \
185     $(WebCore)/css/MediaList.idl \
186     $(WebCore)/css/MediaQueryList.idl \
187     $(WebCore)/css/MediaQueryListListener.idl \
188     $(WebCore)/css/RGBColor.idl \
189     $(WebCore)/css/Rect.idl \
190     $(WebCore)/css/StyleMedia.idl \
191     $(WebCore)/css/StyleSheet.idl \
192     $(WebCore)/css/StyleSheetList.idl \
193     $(WebCore)/css/WebKitCSSFilterValue.idl \
194     $(WebCore)/css/WebKitCSSKeyframeRule.idl \
195     $(WebCore)/css/WebKitCSSKeyframesRule.idl \
196     $(WebCore)/css/WebKitCSSMatrix.idl \
197     $(WebCore)/css/WebKitCSSRegionRule.idl \
198     $(WebCore)/css/WebKitCSSTransformValue.idl \
199     $(WebCore)/dom/Attr.idl \
200     $(WebCore)/dom/BeforeLoadEvent.idl \
201     $(WebCore)/dom/CDATASection.idl \
202     $(WebCore)/dom/CharacterData.idl \
203     $(WebCore)/dom/ClientRect.idl \
204     $(WebCore)/dom/ClientRectList.idl \
205     $(WebCore)/dom/Clipboard.idl \
206     $(WebCore)/dom/Comment.idl \
207     $(WebCore)/dom/CompositionEvent.idl \
208     $(WebCore)/dom/CustomEvent.idl \
209     $(WebCore)/dom/DOMCoreException.idl \
210     $(WebCore)/dom/DOMError.idl \
211     $(WebCore)/dom/DOMImplementation.idl \
212     $(WebCore)/dom/DOMStringList.idl \
213     $(WebCore)/dom/DOMStringMap.idl \
214     $(WebCore)/dom/DataTransferItem.idl \
215     $(WebCore)/dom/DataTransferItemList.idl \
216     $(WebCore)/dom/DeviceMotionEvent.idl \
217     $(WebCore)/dom/DeviceOrientationEvent.idl \
218     $(WebCore)/dom/Document.idl \
219     $(WebCore)/dom/DocumentFragment.idl \
220     $(WebCore)/dom/DocumentType.idl \
221     $(WebCore)/dom/Element.idl \
222     $(WebCore)/dom/Entity.idl \
223     $(WebCore)/dom/EntityReference.idl \
224     $(WebCore)/dom/ErrorEvent.idl \
225     $(WebCore)/dom/Event.idl \
226     $(WebCore)/dom/EventException.idl \
227     $(WebCore)/dom/EventListener.idl \
228     $(WebCore)/dom/EventTarget.idl \
229     $(WebCore)/dom/HashChangeEvent.idl \
230     $(WebCore)/dom/KeyboardEvent.idl \
231     $(WebCore)/dom/MessageChannel.idl \
232     $(WebCore)/dom/MessageEvent.idl \
233     $(WebCore)/dom/MessagePort.idl \
234     $(WebCore)/dom/MouseEvent.idl \
235     $(WebCore)/dom/MutationCallback.idl \
236     $(WebCore)/dom/MutationEvent.idl \
237     $(WebCore)/dom/MutationObserver.idl \
238     $(WebCore)/dom/MutationRecord.idl \
239     $(WebCore)/dom/NamedNodeMap.idl \
240     $(WebCore)/dom/Node.idl \
241     $(WebCore)/dom/NodeFilter.idl \
242     $(WebCore)/dom/NodeIterator.idl \
243     $(WebCore)/dom/NodeList.idl \
244     $(WebCore)/dom/Notation.idl \
245     $(WebCore)/dom/OverflowEvent.idl \
246     $(WebCore)/dom/PageTransitionEvent.idl \
247     $(WebCore)/dom/PopStateEvent.idl \
248     $(WebCore)/dom/ProcessingInstruction.idl \
249     $(WebCore)/dom/ProgressEvent.idl \
250     $(WebCore)/dom/ProgressEvent.idl \
251     $(WebCore)/dom/PropertyNodeList.idl \
252     $(WebCore)/dom/Range.idl \
253     $(WebCore)/dom/RangeException.idl \
254     $(WebCore)/dom/RequestAnimationFrameCallback.idl \
255     $(WebCore)/dom/ShadowRoot.idl \
256     $(WebCore)/dom/StringCallback.idl \
257     $(WebCore)/dom/Text.idl \
258     $(WebCore)/dom/TextEvent.idl \
259     $(WebCore)/dom/Touch.idl \
260     $(WebCore)/dom/TouchEvent.idl \
261     $(WebCore)/dom/TouchList.idl \
262     $(WebCore)/dom/TreeWalker.idl \
263     $(WebCore)/dom/UIEvent.idl \
264     $(WebCore)/dom/WebKitAnimationEvent.idl \
265     $(WebCore)/dom/WebKitNamedFlow.idl \
266     $(WebCore)/dom/WebKitTransitionEvent.idl \
267     $(WebCore)/dom/WheelEvent.idl \
268     $(WebCore)/editing/UndoManager.idl \
269     $(WebCore)/fileapi/Blob.idl \
270     $(WebCore)/fileapi/File.idl \
271     $(WebCore)/fileapi/FileError.idl \
272     $(WebCore)/fileapi/FileException.idl \
273     $(WebCore)/fileapi/FileList.idl \
274     $(WebCore)/fileapi/FileReader.idl \
275     $(WebCore)/fileapi/FileReaderSync.idl \
276     $(WebCore)/fileapi/WebKitBlobBuilder.idl \
277     $(WebCore)/html/DOMFormData.idl \
278     $(WebCore)/html/DOMSettableTokenList.idl \
279     $(WebCore)/html/DOMTokenList.idl \
280     $(WebCore)/html/DOMURL.idl \
281     $(WebCore)/html/HTMLAllCollection.idl \
282     $(WebCore)/html/HTMLAnchorElement.idl \
283     $(WebCore)/html/HTMLAppletElement.idl \
284     $(WebCore)/html/HTMLAreaElement.idl \
285     $(WebCore)/html/HTMLAudioElement.idl \
286     $(WebCore)/html/HTMLBRElement.idl \
287     $(WebCore)/html/HTMLBaseElement.idl \
288     $(WebCore)/html/HTMLBaseFontElement.idl \
289     $(WebCore)/html/HTMLBodyElement.idl \
290     $(WebCore)/html/HTMLButtonElement.idl \
291     $(WebCore)/html/HTMLCanvasElement.idl \
292     $(WebCore)/html/HTMLCollection.idl \
293     $(WebCore)/html/HTMLDListElement.idl \
294     $(WebCore)/html/HTMLDataListElement.idl \
295     $(WebCore)/html/HTMLDetailsElement.idl \
296     $(WebCore)/html/HTMLDialogElement.idl \
297     $(WebCore)/html/HTMLDirectoryElement.idl \
298     $(WebCore)/html/HTMLDivElement.idl \
299     $(WebCore)/html/HTMLDocument.idl \
300     $(WebCore)/html/HTMLElement.idl \
301     $(WebCore)/html/HTMLEmbedElement.idl \
302     $(WebCore)/html/HTMLFieldSetElement.idl \
303     $(WebCore)/html/HTMLFontElement.idl \
304     $(WebCore)/html/HTMLFormElement.idl \
305     $(WebCore)/html/HTMLFrameElement.idl \
306     $(WebCore)/html/HTMLFrameSetElement.idl \
307     $(WebCore)/html/HTMLHRElement.idl \
308     $(WebCore)/html/HTMLHeadElement.idl \
309     $(WebCore)/html/HTMLHeadingElement.idl \
310     $(WebCore)/html/HTMLHtmlElement.idl \
311     $(WebCore)/html/HTMLIFrameElement.idl \
312     $(WebCore)/html/HTMLImageElement.idl \
313     $(WebCore)/html/HTMLInputElement.idl \
314     $(WebCore)/html/HTMLKeygenElement.idl \
315     $(WebCore)/html/HTMLLIElement.idl \
316     $(WebCore)/html/HTMLLabelElement.idl \
317     $(WebCore)/html/HTMLLegendElement.idl \
318     $(WebCore)/html/HTMLLinkElement.idl \
319     $(WebCore)/html/HTMLMapElement.idl \
320     $(WebCore)/html/HTMLMarqueeElement.idl \
321     $(WebCore)/html/HTMLMediaElement.idl \
322     $(WebCore)/html/HTMLMenuElement.idl \
323     $(WebCore)/html/HTMLMetaElement.idl \
324     $(WebCore)/html/HTMLMeterElement.idl \
325     $(WebCore)/html/HTMLModElement.idl \
326     $(WebCore)/html/HTMLOListElement.idl \
327     $(WebCore)/html/HTMLObjectElement.idl \
328     $(WebCore)/html/HTMLOptGroupElement.idl \
329     $(WebCore)/html/HTMLOptionElement.idl \
330     $(WebCore)/html/HTMLOptionsCollection.idl \
331     $(WebCore)/html/HTMLOutputElement.idl \
332     $(WebCore)/html/HTMLParagraphElement.idl \
333     $(WebCore)/html/HTMLParamElement.idl \
334     $(WebCore)/html/HTMLPreElement.idl \
335     $(WebCore)/html/HTMLProgressElement.idl \
336     $(WebCore)/html/HTMLPropertiesCollection.idl \
337     $(WebCore)/html/HTMLQuoteElement.idl \
338     $(WebCore)/html/HTMLScriptElement.idl \
339     $(WebCore)/html/HTMLSelectElement.idl \
340     $(WebCore)/html/HTMLSourceElement.idl \
341     $(WebCore)/html/HTMLSpanElement.idl \
342     $(WebCore)/html/HTMLStyleElement.idl \
343     $(WebCore)/html/HTMLTableCaptionElement.idl \
344     $(WebCore)/html/HTMLTableCellElement.idl \
345     $(WebCore)/html/HTMLTableColElement.idl \
346     $(WebCore)/html/HTMLTableElement.idl \
347     $(WebCore)/html/HTMLTableRowElement.idl \
348     $(WebCore)/html/HTMLTableSectionElement.idl \
349     $(WebCore)/html/HTMLTextAreaElement.idl \
350     $(WebCore)/html/HTMLTitleElement.idl \
351     $(WebCore)/html/HTMLTrackElement.idl \
352     $(WebCore)/html/HTMLUListElement.idl \
353     $(WebCore)/html/HTMLUnknownElement.idl \
354     $(WebCore)/html/HTMLVideoElement.idl \
355     $(WebCore)/html/ImageData.idl \
356     $(WebCore)/html/MediaController.idl \
357     $(WebCore)/html/MediaError.idl \
358     $(WebCore)/html/MicroDataItemValue.idl \
359     $(WebCore)/html/RadioNodeList.idl \
360     $(WebCore)/html/TextMetrics.idl \
361     $(WebCore)/html/TimeRanges.idl \
362     $(WebCore)/html/ValidityState.idl \
363     $(WebCore)/html/canvas/ArrayBuffer.idl \
364     $(WebCore)/html/canvas/ArrayBufferView.idl \
365     $(WebCore)/html/canvas/CanvasGradient.idl \
366     $(WebCore)/html/canvas/CanvasPattern.idl \
367     $(WebCore)/html/canvas/CanvasRenderingContext.idl \
368     $(WebCore)/html/canvas/CanvasRenderingContext2D.idl \
369     $(WebCore)/html/canvas/DataView.idl \
370     $(WebCore)/html/canvas/EXTTextureFilterAnisotropic.idl \
371     $(WebCore)/html/canvas/Float32Array.idl \
372     $(WebCore)/html/canvas/Float64Array.idl \
373     $(WebCore)/html/canvas/Int16Array.idl \
374     $(WebCore)/html/canvas/Int32Array.idl \
375     $(WebCore)/html/canvas/Int8Array.idl \
376     $(WebCore)/html/canvas/OESStandardDerivatives.idl \
377     $(WebCore)/html/canvas/OESTextureFloat.idl \
378     $(WebCore)/html/canvas/OESVertexArrayObject.idl \
379     $(WebCore)/html/canvas/Uint16Array.idl \
380     $(WebCore)/html/canvas/Uint32Array.idl \
381     $(WebCore)/html/canvas/Uint8Array.idl \
382     $(WebCore)/html/canvas/Uint8ClampedArray.idl \
383     $(WebCore)/html/canvas/WebGLActiveInfo.idl \
384     $(WebCore)/html/canvas/WebGLBuffer.idl \
385     $(WebCore)/html/canvas/WebGLCompressedTextureS3TC.idl \
386     $(WebCore)/html/canvas/WebGLContextAttributes.idl \
387     $(WebCore)/html/canvas/WebGLContextEvent.idl \
388     $(WebCore)/html/canvas/WebGLDepthTexture.idl \
389     $(WebCore)/html/canvas/WebGLFramebuffer.idl \
390     $(WebCore)/html/canvas/WebGLLoseContext.idl \
391     $(WebCore)/html/canvas/WebGLProgram.idl \
392     $(WebCore)/html/canvas/WebGLRenderbuffer.idl \
393     $(WebCore)/html/canvas/WebGLRenderingContext.idl \
394     $(WebCore)/html/canvas/WebGLShader.idl \
395     $(WebCore)/html/canvas/WebGLShaderPrecisionFormat.idl \
396     $(WebCore)/html/canvas/WebGLTexture.idl \
397     $(WebCore)/html/canvas/WebGLUniformLocation.idl \
398     $(WebCore)/html/canvas/WebGLVertexArrayObjectOES.idl \
399     $(WebCore)/html/shadow/HTMLContentElement.idl \
400     $(WebCore)/html/shadow/HTMLShadowElement.idl \
401     $(WebCore)/html/track/TextTrack.idl \
402     $(WebCore)/html/track/TextTrackCue.idl \
403     $(WebCore)/html/track/TextTrackCueList.idl \
404     $(WebCore)/html/track/TextTrackList.idl \
405     $(WebCore)/html/track/TrackEvent.idl \
406     $(WebCore)/inspector/InjectedScriptHost.idl \
407     $(WebCore)/inspector/InspectorFrontendHost.idl \
408     $(WebCore)/inspector/ScriptProfile.idl \
409     $(WebCore)/inspector/ScriptProfileNode.idl \
410     $(WebCore)/loader/appcache/DOMApplicationCache.idl \
411     $(WebCore)/page/AbstractView.idl \
412     $(WebCore)/page/BarInfo.idl \
413     $(WebCore)/page/Console.idl \
414     $(WebCore)/page/Coordinates.idl \
415     $(WebCore)/page/Crypto.idl \
416     $(WebCore)/page/DOMSecurityPolicy.idl \
417     $(WebCore)/page/DOMSelection.idl \
418     $(WebCore)/page/DOMWindow.idl \
419     $(WebCore)/page/EventSource.idl \
420     $(WebCore)/page/History.idl \
421     $(WebCore)/page/Location.idl \
422     $(WebCore)/page/MemoryInfo.idl \
423     $(WebCore)/page/Navigator.idl \
424     $(WebCore)/page/Performance.idl \
425     $(WebCore)/page/PerformanceNavigation.idl \
426     $(WebCore)/page/PerformanceTiming.idl \
427     $(WebCore)/page/Screen.idl \
428     $(WebCore)/page/SpeechInputEvent.idl \
429     $(WebCore)/page/SpeechInputResult.idl \
430     $(WebCore)/page/SpeechInputResultList.idl \
431     $(WebCore)/page/WebKitAnimation.idl \
432     $(WebCore)/page/WebKitAnimationList.idl \
433     $(WebCore)/page/WebKitPoint.idl \
434     $(WebCore)/page/WorkerNavigator.idl \
435     $(WebCore)/plugins/DOMMimeType.idl \
436     $(WebCore)/plugins/DOMMimeTypeArray.idl \
437     $(WebCore)/plugins/DOMPlugin.idl \
438     $(WebCore)/plugins/DOMPluginArray.idl \
439     $(WebCore)/storage/Storage.idl \
440     $(WebCore)/storage/StorageEvent.idl \
441     $(WebCore)/svg/ElementTimeControl.idl \
442     $(WebCore)/svg/SVGAElement.idl \
443     $(WebCore)/svg/SVGAltGlyphDefElement.idl \
444     $(WebCore)/svg/SVGAltGlyphElement.idl \
445     $(WebCore)/svg/SVGAltGlyphItemElement.idl \
446     $(WebCore)/svg/SVGAngle.idl \
447     $(WebCore)/svg/SVGAnimateColorElement.idl \
448     $(WebCore)/svg/SVGAnimateElement.idl \
449     $(WebCore)/svg/SVGAnimateMotionElement.idl \
450     $(WebCore)/svg/SVGAnimateTransformElement.idl \
451     $(WebCore)/svg/SVGAnimatedAngle.idl \
452     $(WebCore)/svg/SVGAnimatedBoolean.idl \
453     $(WebCore)/svg/SVGAnimatedEnumeration.idl \
454     $(WebCore)/svg/SVGAnimatedInteger.idl \
455     $(WebCore)/svg/SVGAnimatedLength.idl \
456     $(WebCore)/svg/SVGAnimatedLengthList.idl \
457     $(WebCore)/svg/SVGAnimatedNumber.idl \
458     $(WebCore)/svg/SVGAnimatedNumberList.idl \
459     $(WebCore)/svg/SVGAnimatedPreserveAspectRatio.idl \
460     $(WebCore)/svg/SVGAnimatedRect.idl \
461     $(WebCore)/svg/SVGAnimatedString.idl \
462     $(WebCore)/svg/SVGAnimatedTransformList.idl \
463     $(WebCore)/svg/SVGAnimationElement.idl \
464     $(WebCore)/svg/SVGCircleElement.idl \
465     $(WebCore)/svg/SVGClipPathElement.idl \
466     $(WebCore)/svg/SVGColor.idl \
467     $(WebCore)/svg/SVGComponentTransferFunctionElement.idl \
468     $(WebCore)/svg/SVGCursorElement.idl \
469     $(WebCore)/svg/SVGDefsElement.idl \
470     $(WebCore)/svg/SVGDescElement.idl \
471     $(WebCore)/svg/SVGDocument.idl \
472     $(WebCore)/svg/SVGElement.idl \
473     $(WebCore)/svg/SVGElementInstance.idl \
474     $(WebCore)/svg/SVGElementInstanceList.idl \
475     $(WebCore)/svg/SVGEllipseElement.idl \
476     $(WebCore)/svg/SVGException.idl \
477     $(WebCore)/svg/SVGExternalResourcesRequired.idl \
478     $(WebCore)/svg/SVGFEBlendElement.idl \
479     $(WebCore)/svg/SVGFEColorMatrixElement.idl \
480     $(WebCore)/svg/SVGFEComponentTransferElement.idl \
481     $(WebCore)/svg/SVGFECompositeElement.idl \
482     $(WebCore)/svg/SVGFEConvolveMatrixElement.idl \
483     $(WebCore)/svg/SVGFEDiffuseLightingElement.idl \
484     $(WebCore)/svg/SVGFEDisplacementMapElement.idl \
485     $(WebCore)/svg/SVGFEDistantLightElement.idl \
486     $(WebCore)/svg/SVGFEDropShadowElement.idl \
487     $(WebCore)/svg/SVGFEFloodElement.idl \
488     $(WebCore)/svg/SVGFEFuncAElement.idl \
489     $(WebCore)/svg/SVGFEFuncBElement.idl \
490     $(WebCore)/svg/SVGFEFuncGElement.idl \
491     $(WebCore)/svg/SVGFEFuncRElement.idl \
492     $(WebCore)/svg/SVGFEGaussianBlurElement.idl \
493     $(WebCore)/svg/SVGFEImageElement.idl \
494     $(WebCore)/svg/SVGFEMergeElement.idl \
495     $(WebCore)/svg/SVGFEMergeNodeElement.idl \
496     $(WebCore)/svg/SVGFEMorphologyElement.idl \
497     $(WebCore)/svg/SVGFEOffsetElement.idl \
498     $(WebCore)/svg/SVGFEPointLightElement.idl \
499     $(WebCore)/svg/SVGFESpecularLightingElement.idl \
500     $(WebCore)/svg/SVGFESpotLightElement.idl \
501     $(WebCore)/svg/SVGFETileElement.idl \
502     $(WebCore)/svg/SVGFETurbulenceElement.idl \
503     $(WebCore)/svg/SVGFilterElement.idl \
504     $(WebCore)/svg/SVGFilterPrimitiveStandardAttributes.idl \
505     $(WebCore)/svg/SVGFitToViewBox.idl \
506     $(WebCore)/svg/SVGFontElement.idl \
507     $(WebCore)/svg/SVGFontFaceElement.idl \
508     $(WebCore)/svg/SVGFontFaceFormatElement.idl \
509     $(WebCore)/svg/SVGFontFaceNameElement.idl \
510     $(WebCore)/svg/SVGFontFaceSrcElement.idl \
511     $(WebCore)/svg/SVGFontFaceUriElement.idl \
512     $(WebCore)/svg/SVGForeignObjectElement.idl \
513     $(WebCore)/svg/SVGGElement.idl \
514     $(WebCore)/svg/SVGGlyphElement.idl \
515     $(WebCore)/svg/SVGGlyphRefElement.idl \
516     $(WebCore)/svg/SVGGradientElement.idl \
517     $(WebCore)/svg/SVGHKernElement.idl \
518     $(WebCore)/svg/SVGImageElement.idl \
519     $(WebCore)/svg/SVGLangSpace.idl \
520     $(WebCore)/svg/SVGLength.idl \
521     $(WebCore)/svg/SVGLengthList.idl \
522     $(WebCore)/svg/SVGLineElement.idl \
523     $(WebCore)/svg/SVGLinearGradientElement.idl \
524     $(WebCore)/svg/SVGLocatable.idl \
525     $(WebCore)/svg/SVGMPathElement.idl \
526     $(WebCore)/svg/SVGMarkerElement.idl \
527     $(WebCore)/svg/SVGMaskElement.idl \
528     $(WebCore)/svg/SVGMatrix.idl \
529     $(WebCore)/svg/SVGMetadataElement.idl \
530     $(WebCore)/svg/SVGMissingGlyphElement.idl \
531     $(WebCore)/svg/SVGNumber.idl \
532     $(WebCore)/svg/SVGNumberList.idl \
533     $(WebCore)/svg/SVGPaint.idl \
534     $(WebCore)/svg/SVGPathElement.idl \
535     $(WebCore)/svg/SVGPathSeg.idl \
536     $(WebCore)/svg/SVGPathSegArcAbs.idl \
537     $(WebCore)/svg/SVGPathSegArcRel.idl \
538     $(WebCore)/svg/SVGPathSegClosePath.idl \
539     $(WebCore)/svg/SVGPathSegCurvetoCubicAbs.idl \
540     $(WebCore)/svg/SVGPathSegCurvetoCubicRel.idl \
541     $(WebCore)/svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
542     $(WebCore)/svg/SVGPathSegCurvetoCubicSmoothRel.idl \
543     $(WebCore)/svg/SVGPathSegCurvetoQuadraticAbs.idl \
544     $(WebCore)/svg/SVGPathSegCurvetoQuadraticRel.idl \
545     $(WebCore)/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
546     $(WebCore)/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
547     $(WebCore)/svg/SVGPathSegLinetoAbs.idl \
548     $(WebCore)/svg/SVGPathSegLinetoHorizontalAbs.idl \
549     $(WebCore)/svg/SVGPathSegLinetoHorizontalRel.idl \
550     $(WebCore)/svg/SVGPathSegLinetoRel.idl \
551     $(WebCore)/svg/SVGPathSegLinetoVerticalAbs.idl \
552     $(WebCore)/svg/SVGPathSegLinetoVerticalRel.idl \
553     $(WebCore)/svg/SVGPathSegList.idl \
554     $(WebCore)/svg/SVGPathSegMovetoAbs.idl \
555     $(WebCore)/svg/SVGPathSegMovetoRel.idl \
556     $(WebCore)/svg/SVGPatternElement.idl \
557     $(WebCore)/svg/SVGPoint.idl \
558     $(WebCore)/svg/SVGPointList.idl \
559     $(WebCore)/svg/SVGPolygonElement.idl \
560     $(WebCore)/svg/SVGPolylineElement.idl \
561     $(WebCore)/svg/SVGPreserveAspectRatio.idl \
562     $(WebCore)/svg/SVGRadialGradientElement.idl \
563     $(WebCore)/svg/SVGRect.idl \
564     $(WebCore)/svg/SVGRectElement.idl \
565     $(WebCore)/svg/SVGRenderingIntent.idl \
566     $(WebCore)/svg/SVGSVGElement.idl \
567     $(WebCore)/svg/SVGScriptElement.idl \
568     $(WebCore)/svg/SVGSetElement.idl \
569     $(WebCore)/svg/SVGStopElement.idl \
570     $(WebCore)/svg/SVGStringList.idl \
571     $(WebCore)/svg/SVGStylable.idl \
572     $(WebCore)/svg/SVGStyleElement.idl \
573     $(WebCore)/svg/SVGSwitchElement.idl \
574     $(WebCore)/svg/SVGSymbolElement.idl \
575     $(WebCore)/svg/SVGTRefElement.idl \
576     $(WebCore)/svg/SVGTSpanElement.idl \
577     $(WebCore)/svg/SVGTests.idl \
578     $(WebCore)/svg/SVGTextContentElement.idl \
579     $(WebCore)/svg/SVGTextElement.idl \
580     $(WebCore)/svg/SVGTextPathElement.idl \
581     $(WebCore)/svg/SVGTextPositioningElement.idl \
582     $(WebCore)/svg/SVGTitleElement.idl \
583     $(WebCore)/svg/SVGTransform.idl \
584     $(WebCore)/svg/SVGTransformList.idl \
585     $(WebCore)/svg/SVGTransformable.idl \
586     $(WebCore)/svg/SVGURIReference.idl \
587     $(WebCore)/svg/SVGUnitTypes.idl \
588     $(WebCore)/svg/SVGUseElement.idl \
589     $(WebCore)/svg/SVGVKernElement.idl \
590     $(WebCore)/svg/SVGViewElement.idl \
591     $(WebCore)/svg/SVGViewSpec.idl \
592     $(WebCore)/svg/SVGZoomAndPan.idl \
593     $(WebCore)/svg/SVGZoomEvent.idl \
594     $(WebCore)/testing/FastMallocStatistics.idl \
595     $(WebCore)/testing/Internals.idl \
596     $(WebCore)/testing/InternalSettings.idl \
597     $(WebCore)/workers/AbstractWorker.idl \
598     $(WebCore)/workers/DedicatedWorkerContext.idl \
599     $(WebCore)/workers/SharedWorker.idl \
600     $(WebCore)/workers/SharedWorkerContext.idl \
601     $(WebCore)/workers/Worker.idl \
602     $(WebCore)/workers/WorkerContext.idl \
603     $(WebCore)/workers/WorkerLocation.idl \
604     $(WebCore)/xml/DOMParser.idl \
605     $(WebCore)/xml/XMLHttpRequest.idl \
606     $(WebCore)/xml/XMLHttpRequestException.idl \
607     $(WebCore)/xml/XMLHttpRequestProgressEvent.idl \
608     $(WebCore)/xml/XMLHttpRequestUpload.idl \
609     $(WebCore)/xml/XMLSerializer.idl \
610     $(WebCore)/xml/XPathEvaluator.idl \
611     $(WebCore)/xml/XPathException.idl \
612     $(WebCore)/xml/XPathExpression.idl \
613     $(WebCore)/xml/XPathNSResolver.idl \
614     $(WebCore)/xml/XPathResult.idl \
615     $(WebCore)/xml/XSLTProcessor.idl \
616 #
617
618 .PHONY : all
619
620 DOM_CLASSES=$(basename $(notdir $(BINDING_IDLS)))
621
622 JS_DOM_HEADERS=$(filter-out JSMediaQueryListListener.h JSEventListener.h, $(DOM_CLASSES:%=JS%.h))
623
624 WEB_DOM_HEADERS :=
625 ifeq ($(findstring BUILDING_WX,$(FEATURE_DEFINES)), BUILDING_WX)
626 WEB_DOM_HEADERS := $(filter-out WebDOMXSLTProcessor.h WebDOMEventTarget.h, $(DOM_CLASSES:%=WebDOM%.h))
627 endif # BUILDING_WX
628
629 all : \
630     $(SUPPLEMENTAL_DEPENDENCY_FILE) \
631     $(JS_DOM_HEADERS) \
632     $(WEB_DOM_HEADERS) \
633     \
634     JSJavaScriptCallFrame.h \
635     \
636     CSSGrammar.cpp \
637     CSSPropertyNames.h \
638     CSSValueKeywords.h \
639     ColorData.cpp \
640     EventFactory.cpp \
641     EventTargetInterfaces.h \
642     ExceptionCodeDescription.cpp \
643     HTMLElementFactory.cpp \
644     HTMLEntityTable.cpp \
645     HTMLNames.cpp \
646     JSSVGElementWrapperFactory.cpp \
647     SVGElementFactory.cpp \
648     SVGNames.cpp \
649     UserAgentStyleSheets.h \
650     WebKitFontFamilyNames.cpp \
651     WebKitFontFamilyNames.h \
652     XLinkNames.cpp \
653     XMLNSNames.cpp \
654     XMLNames.cpp \
655     MathMLElementFactory.cpp \
656     MathMLNames.cpp \
657     XPathGrammar.cpp \
658 #
659
660 # --------
661
662 ADDITIONAL_IDL_DEFINES :=
663
664 ifeq ($(OS),MACOS)
665
666 FRAMEWORK_FLAGS = $(shell echo $(BUILT_PRODUCTS_DIR) $(FRAMEWORK_SEARCH_PATHS) | perl -e 'print "-F " . join(" -F ", split(" ", <>));')
667 HEADER_FLAGS = $(shell echo $(BUILT_PRODUCTS_DIR) $(HEADER_SEARCH_PATHS) | perl -e 'print "-I" . join(" -I", split(" ", <>));')
668
669 ifeq ($(TARGET_GCC_VERSION),LLVM_COMPILER)
670         TEXT_PREPROCESSOR_FLAGS=-E -P -x c -traditional
671 else
672         TEXT_PREPROCESSOR_FLAGS=-E -P -x c -std=c89
673 endif
674
675 ifeq ($(shell $(CC) -x c++ -E -P -dM $(FRAMEWORK_FLAGS) $(HEADER_FLAGS) -include "wtf/Platform.h" /dev/null | grep ENABLE_DASHBOARD_SUPPORT | cut -d' ' -f3), 1)
676     ENABLE_DASHBOARD_SUPPORT = 1
677 else
678     ENABLE_DASHBOARD_SUPPORT = 0
679 endif
680
681 ifeq ($(shell $(CC) -x c++ -E -P -dM $(FRAMEWORK_FLAGS) $(HEADER_FLAGS) -include "wtf/Platform.h" /dev/null | grep ENABLE_ORIENTATION_EVENTS | cut -d' ' -f3), 1)
682     ENABLE_ORIENTATION_EVENTS = 1
683 else
684     ENABLE_ORIENTATION_EVENTS = 0
685 endif
686
687 else
688
689 ifndef ENABLE_DASHBOARD_SUPPORT
690     ENABLE_DASHBOARD_SUPPORT = 0
691 endif
692
693 ifndef ENABLE_ORIENTATION_EVENTS
694     ENABLE_ORIENTATION_EVENTS = 0
695 endif
696
697 endif # MACOS
698
699 ifeq ($(ENABLE_ORIENTATION_EVENTS), 1)
700     ADDITIONAL_IDL_DEFINES := $(ADDITIONAL_IDL_DEFINES) ENABLE_ORIENTATION_EVENTS
701 endif
702
703 # --------
704
705 # CSS property names and value keywords
706
707 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in
708 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in
709
710 ifeq ($(findstring ENABLE_SVG,$(FEATURE_DEFINES)), ENABLE_SVG)
711     WEBCORE_CSS_PROPERTY_NAMES := $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/SVGCSSPropertyNames.in
712     WEBCORE_CSS_VALUE_KEYWORDS := $(WEBCORE_CSS_VALUE_KEYWORDS) $(WebCore)/css/SVGCSSValueKeywords.in
713 endif
714
715 CSSPropertyNames.h : $(WEBCORE_CSS_PROPERTY_NAMES) css/makeprop.pl
716         cat $(WEBCORE_CSS_PROPERTY_NAMES) > CSSPropertyNames.in
717         perl -I$(WebCore)/bindings/scripts "$(WebCore)/css/makeprop.pl" --defines "$(FEATURE_DEFINES)"
718
719 CSSValueKeywords.h : $(WEBCORE_CSS_VALUE_KEYWORDS) css/makevalues.pl
720         cat $(WEBCORE_CSS_VALUE_KEYWORDS) > CSSValueKeywords.in
721         perl -I$(WebCore)/bindings/scripts "$(WebCore)/css/makevalues.pl" --defines "$(FEATURE_DEFINES)"
722
723 # --------
724
725 # XMLViewer CSS
726
727 all : XMLViewerCSS.h
728
729 XMLViewerCSS.h : xml/XMLViewer.css
730         perl $(WebCore)/inspector/xxd.pl XMLViewer_css $(WebCore)/xml/XMLViewer.css XMLViewerCSS.h
731
732 # --------
733
734 # XMLViewer JS
735
736 all : XMLViewerJS.h
737
738 XMLViewerJS.h : xml/XMLViewer.js
739         perl $(WebCore)/inspector/xxd.pl XMLViewer_js $(WebCore)/xml/XMLViewer.js XMLViewerJS.h
740
741 # --------
742
743 # HTML entity names
744
745 HTMLEntityTable.cpp : html/parser/HTMLEntityNames.in $(WebCore)/html/parser/create-html-entity-table
746         python $(WebCore)/html/parser/create-html-entity-table -o HTMLEntityTable.cpp $(WebCore)/html/parser/HTMLEntityNames.in
747
748 # --------
749
750 # color names
751
752 ColorData.cpp : platform/ColorData.gperf $(WebCore)/make-hash-tools.pl
753         perl $(WebCore)/make-hash-tools.pl . $(WebCore)/platform/ColorData.gperf
754
755 # --------
756
757 # Path to bison
758
759 ifeq ($(OS),MACOS)
760 BISON=$(shell xcrun -find bison)
761 else
762 BISON=bison
763 endif
764
765 # --------
766
767 # CSS grammar
768 # NOTE: Older versions of bison do not inject an inclusion guard, so we add one.
769
770 CSSGrammar.cpp : css/CSSGrammar.y
771         $(BISON) -d -p cssyy $< -o $@
772         touch CSSGrammar.cpp.h
773         touch CSSGrammar.hpp
774         echo '#ifndef CSSGrammar_h' > CSSGrammar.h
775         echo '#define CSSGrammar_h' >> CSSGrammar.h
776         cat CSSGrammar.cpp.h CSSGrammar.hpp >> CSSGrammar.h
777         echo '#endif' >> CSSGrammar.h
778         rm -f CSSGrammar.cpp.h CSSGrammar.hpp
779
780 # --------
781
782 # XPath grammar
783 # NOTE: Older versions of bison do not inject an inclusion guard, so we add one.
784
785 XPathGrammar.cpp : xml/XPathGrammar.y $(PROJECT_FILE)
786         $(BISON) -d -p xpathyy $< -o $@
787         touch XPathGrammar.cpp.h
788         touch XPathGrammar.hpp
789         echo '#ifndef XPathGrammar_h' > XPathGrammar.h
790         echo '#define XPathGrammar_h' >> XPathGrammar.h
791         cat XPathGrammar.cpp.h XPathGrammar.hpp >> XPathGrammar.h
792         echo '#endif' >> XPathGrammar.h
793         rm -f XPathGrammar.cpp.h XPathGrammar.hpp
794
795 # --------
796
797 # user agent style sheets
798
799 USER_AGENT_STYLE_SHEETS = $(WebCore)/css/html.css $(WebCore)/css/quirks.css $(WebCore)/css/view-source.css $(WebCore)/css/themeWin.css $(WebCore)/css/themeWinQuirks.css
800
801 ifeq ($(findstring ENABLE_SVG,$(FEATURE_DEFINES)), ENABLE_SVG)
802     USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/svg.css
803 endif
804
805 ifeq ($(findstring ENABLE_MATHML,$(FEATURE_DEFINES)), ENABLE_MATHML)
806     USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/mathml.css
807 endif
808
809 ifeq ($(findstring ENABLE_VIDEO,$(FEATURE_DEFINES)), ENABLE_VIDEO)
810     USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/mediaControls.css
811     USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/mediaControlsQuickTime.css
812 endif
813
814 ifeq ($(findstring ENABLE_FULLSCREEN_API,$(FEATURE_DEFINES)), ENABLE_FULLSCREEN_API)
815     USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/fullscreen.css $(WebCore)/css/fullscreenQuickTime.css
816 endif
817
818 UserAgentStyleSheets.h : css/make-css-file-arrays.pl bindings/scripts/preprocessor.pm $(USER_AGENT_STYLE_SHEETS)
819         perl -I$(WebCore)/bindings/scripts $< --defines "$(FEATURE_DEFINES)" $@ UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)
820
821 # --------
822
823 WebKitFontFamilyNames.cpp WebKitFontFamilyNames.h : dom/make_names.pl css/WebKitFontFamilyNames.in
824         perl -I $(WebCore)/bindings/scripts $< --fonts $(WebCore)/css/WebKitFontFamilyNames.in
825
826 # HTML tag and attribute names
827
828 ifeq ($(findstring ENABLE_DATALIST_ELEMENT,$(FEATURE_DEFINES)), ENABLE_DATALIST_ELEMENT)
829     HTML_FLAGS := $(HTML_FLAGS) ENABLE_DATALIST_ELEMENT=1
830 endif
831
832 ifeq ($(findstring ENABLE_DETAILS_ELEMENT,$(FEATURE_DEFINES)), ENABLE_DETAILS_ELEMENT)
833     HTML_FLAGS := $(HTML_FLAGS) ENABLE_DETAILS_ELEMENT=1
834 endif
835
836 ifeq ($(findstring ENABLE_METER_ELEMENT,$(FEATURE_DEFINES)), ENABLE_METER_ELEMENT)
837     HTML_FLAGS := $(HTML_FLAGS) ENABLE_METER_ELEMENT=1
838 endif
839
840 ifeq ($(findstring ENABLE_MICRODATA,$(FEATURE_DEFINES)), ENABLE_MICRODATA)
841     HTML_FLAGS := $(HTML_FLAGS) ENABLE_MICRODATA=1
842 endif
843
844 ifeq ($(findstring ENABLE_PROGRESS_ELEMENT,$(FEATURE_DEFINES)), ENABLE_PROGRESS_ELEMENT)
845     HTML_FLAGS := $(HTML_FLAGS) ENABLE_PROGRESS_ELEMENT=1
846 endif
847
848 ifeq ($(findstring ENABLE_VIDEO,$(FEATURE_DEFINES)), ENABLE_VIDEO)
849     HTML_FLAGS := $(HTML_FLAGS) ENABLE_VIDEO=1
850 endif
851
852 ifeq ($(findstring ENABLE_VIDEO_TRACK,$(FEATURE_DEFINES)), ENABLE_VIDEO_TRACK)
853     HTML_FLAGS := $(HTML_FLAGS) ENABLE_VIDEO_TRACK=0
854 endif
855
856 ifeq ($(findstring ENABLE_SHADOW_DOM,$(FEATURE_DEFINES)), ENABLE_SHADOW_DOM)
857     HTML_FLAGS := $(HTML_FLAGS) ENABLE_SHADOW_DOM=1
858 endif
859
860 ifdef HTML_FLAGS
861
862 HTMLElementFactory.cpp HTMLNames.cpp : dom/make_names.pl html/HTMLTagNames.in html/HTMLAttributeNames.in
863         perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory --extraDefines "$(HTML_FLAGS)"
864
865 else
866
867 HTMLElementFactory.cpp HTMLNames.cpp : dom/make_names.pl html/HTMLTagNames.in html/HTMLAttributeNames.in
868         perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory
869
870 endif
871
872 JSHTMLElementWrapperFactory.cpp : HTMLNames.cpp
873
874 XMLNSNames.cpp : dom/make_names.pl xml/xmlnsattrs.in
875         perl -I $(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlnsattrs.in
876
877 XMLNames.cpp : dom/make_names.pl xml/xmlattrs.in
878         perl -I $(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in
879
880 # --------
881
882 # SVG tag and attribute names, and element factory
883
884 ifeq ($(findstring ENABLE_SVG_FONTS,$(FEATURE_DEFINES)), ENABLE_SVG_FONTS)
885     SVG_FLAGS := $(SVG_FLAGS) ENABLE_SVG_FONTS=1
886 endif
887
888 ifeq ($(findstring ENABLE_FILTERS,$(FEATURE_DEFINES)), ENABLE_FILTERS)
889     SVG_FLAGS := $(SVG_FLAGS) ENABLE_FILTERS=1
890 endif
891
892 # SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
893
894 ifdef SVG_FLAGS
895
896 SVGElementFactory.cpp SVGNames.cpp : dom/make_names.pl svg/svgtags.in svg/svgattrs.in
897         perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FLAGS)" --factory --wrapperFactory
898 else
899
900 SVGElementFactory.cpp SVGNames.cpp : dom/make_names.pl svg/svgtags.in svg/svgattrs.in
901         perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory
902
903 endif
904
905 JSSVGElementWrapperFactory.cpp : SVGNames.cpp
906
907 XLinkNames.cpp : dom/make_names.pl svg/xlinkattrs.in
908         perl -I $(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in
909
910 # --------
911
912 # Register event constructors and targets
913
914 EventFactory.cpp EventHeaders.h EventInterfaces.h : dom/make_event_factory.pl dom/EventNames.in
915         perl -I $(WebCore)/bindings/scripts $< --input $(WebCore)/dom/EventNames.in
916
917 EventTargetHeaders.h EventTargetInterfaces.h : dom/make_event_factory.pl dom/EventTargetFactory.in
918         perl -I $(WebCore)/bindings/scripts $< --input $(WebCore)/dom/EventTargetFactory.in
919
920 ExceptionCodeDescription.cpp ExceptionCodeDescription.h ExceptionHeaders.h ExceptionInterfaces.h : dom/make_dom_exceptions.pl dom/DOMExceptions.in
921         perl -I $(WebCore)/bindings/scripts $< --input $(WebCore)/dom/DOMExceptions.in
922
923 # --------
924
925 # MathML tag and attribute names, and element factory
926
927 MathMLElementFactory.cpp MathMLNames.cpp : dom/make_names.pl mathml/mathtags.in mathml/mathattrs.in
928         perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/mathml/mathtags.in --attrs $(WebCore)/mathml/mathattrs.in --factory --wrapperFactory
929
930 # --------
931
932 # Common generator things
933
934 GENERATE_SCRIPTS = \
935     bindings/scripts/CodeGenerator.pm \
936     bindings/scripts/IDLParser.pm \
937     bindings/scripts/IDLStructure.pm \
938     bindings/scripts/generate-bindings.pl \
939     bindings/scripts/preprocessor.pm
940
941 PREPROCESS_IDLS_SCRIPTS = \
942     bindings/scripts/IDLParser.pm \
943     bindings/scripts/preprocess-idls.pl
944
945 generator_script = perl $(addprefix -I $(WebCore)/, $(sort $(dir $(1)))) $(WebCore)/bindings/scripts/generate-bindings.pl
946
947 preprocess_idls_script = perl $(addprefix -I $(WebCore)/, $(sort $(dir $(1)))) $(WebCore)/bindings/scripts/preprocess-idls.pl
948
949 # JS bindings generator
950
951 IDL_INCLUDES = \
952     $(WebCore)/dom \
953     $(WebCore)/fileapi \
954     $(WebCore)/html \
955     $(WebCore)/css \
956     $(WebCore)/Modules/mediasource \
957     $(WebCore)/Modules/notifications \
958     $(WebCore)/page \
959     $(WebCore)/xml \
960     $(WebCore)/svg
961
962 IDL_COMMON_ARGS = $(IDL_INCLUDES:%=--include %) --write-dependencies --outputDir .
963
964 JS_BINDINGS_SCRIPTS = $(GENERATE_SCRIPTS) bindings/scripts/CodeGeneratorJS.pm
965
966 SUPPLEMENTAL_DEPENDENCY_FILE = ./SupplementalDependencies.txt
967 SUPPLEMENTAL_MAKEFILE_DEPS = ./SupplementalDependencies.dep
968 IDL_FILES_TMP = ./idl_files.tmp
969 ADDITIONAL_IDLS = $(WebCore)/inspector/JavaScriptCallFrame.idl
970 IDL_ATTRIBUTES_FILE = $(WebCore)/bindings/scripts/IDLAttributes.txt
971
972 # The following two lines get a space character stored in a variable.
973 # See <http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html>.
974 space :=
975 space +=
976
977 $(SUPPLEMENTAL_MAKEFILE_DEPS) : $(PREPROCESS_IDLS_SCRIPTS) $(BINDING_IDLS) $(ADDITIONAL_IDLS) $(IDL_ATTRIBUTES_FILE)
978         printf "$(subst $(space),,$(patsubst %,%\n,$(BINDING_IDLS) $(ADDITIONAL_IDLS)))" > $(IDL_FILES_TMP)
979         $(call preprocess_idls_script, $(PREPROCESS_IDLS_SCRIPTS)) --defines "$(FEATURE_DEFINES) $(ADDITIONAL_IDL_DEFINES) LANGUAGE_JAVASCRIPT" --idlFilesList $(IDL_FILES_TMP) --supplementalDependencyFile $(SUPPLEMENTAL_DEPENDENCY_FILE) --supplementalMakefileDeps $@ --idlAttributesFile $(IDL_ATTRIBUTES_FILE)
980         rm -f $(IDL_FILES_TMP)
981
982 JS%.h : %.idl $(JS_BINDINGS_SCRIPTS)
983         $(call generator_script, $(JS_BINDINGS_SCRIPTS)) $(IDL_COMMON_ARGS) --defines "$(FEATURE_DEFINES) $(ADDITIONAL_IDL_DEFINES) LANGUAGE_JAVASCRIPT" --generator JS --supplementalDependencyFile $(SUPPLEMENTAL_DEPENDENCY_FILE) $<
984
985 include $(SUPPLEMENTAL_MAKEFILE_DEPS)
986
987 # Inspector interfaces generator
988
989 all : InspectorProtocolVersion.h
990
991 InspectorProtocolVersion.h : Inspector.json inspector/generate-inspector-protocol-version
992         python $(WebCore)/inspector/generate-inspector-protocol-version -o InspectorProtocolVersion.h $(WebCore)/inspector/Inspector.json
993
994 all : InspectorFrontend.h
995
996 INSPECTOR_GENERATOR_SCRIPTS = inspector/CodeGeneratorInspector.py
997
998 InspectorFrontend.h : Inspector.json $(INSPECTOR_GENERATOR_SCRIPTS)
999         python $(WebCore)/inspector/CodeGeneratorInspector.py $(WebCore)/inspector/Inspector.json --output_h_dir . --output_cpp_dir .
1000
1001 all : InjectedScriptSource.h
1002
1003 InjectedScriptSource.h : InjectedScriptSource.js
1004         perl $(WebCore)/inspector/xxd.pl InjectedScriptSource_js $(WebCore)/inspector/InjectedScriptSource.js InjectedScriptSource.h
1005
1006 all : InjectedScriptWebGLModuleSource.h
1007
1008 InjectedScriptWebGLModuleSource.h : InjectedScriptWebGLModuleSource.js
1009         perl $(WebCore)/inspector/xxd.pl InjectedScriptWebGLModuleSource_js $(WebCore)/inspector/InjectedScriptWebGLModuleSource.js InjectedScriptWebGLModuleSource.h
1010
1011 -include $(JS_DOM_HEADERS:.h=.dep)
1012
1013 ifeq ($(findstring BUILDING_WX,$(FEATURE_DEFINES)), BUILDING_WX)
1014 CPP_BINDINGS_SCRIPTS = $(GENERATE_SCRIPTS) bindings/scripts/CodeGeneratorCPP.pm
1015
1016 WebDOM%.h : %.idl $(CPP_BINDINGS_SCRIPTS)
1017         $(call generator_script, $(CPP_BINDINGS_SCRIPTS)) $(IDL_COMMON_ARGS) --defines "$(FEATURE_DEFINES) $(ADDITIONAL_IDL_DEFINES) LANGUAGE_CPP" --generator CPP --supplementalDependencyFile $(SUPPLEMENTAL_DEPENDENCY_FILE) $<
1018 endif # BUILDING_WX
1019
1020 # ------------------------
1021
1022 # Mac-specific rules
1023
1024 ifeq ($(OS),MACOS)
1025
1026 OBJC_DOM_HEADERS=$(filter-out DOMDOMWindow.h DOMDOMMimeType.h DOMDOMPlugin.h,$(DOM_CLASSES:%=DOM%.h))
1027
1028 all : $(OBJC_DOM_HEADERS)
1029
1030 all : CharsetData.cpp
1031
1032 # --------
1033
1034 # character set name table
1035
1036 CharsetData.cpp : platform/text/mac/make-charset-table.pl platform/text/mac/character-sets.txt platform/text/mac/mac-encodings.txt
1037         perl $^ kTextEncoding > $@
1038
1039 # --------
1040
1041 ifneq ($(ACTION),installhdrs)
1042
1043 all : WebCore.exp WebCore.LP64.exp
1044
1045 WebCore.exp : $(BUILT_PRODUCTS_DIR)/WebCoreExportFileGenerator
1046         $^ > $@
1047
1048 # Switch NSRect, NSSize and NSPoint with their CG counterparts for the 64-bit exports file.
1049 WebCore.LP64.exp : WebCore.exp
1050         cat $^ | sed -e s/7_NSRect/6CGRect/ -e s/7_NSSize/6CGSize/ -e s/8_NSPoint/7CGPoint/ > $@
1051
1052 endif # installhdrs
1053
1054 # --------
1055
1056 # Objective-C bindings
1057
1058 DOM_BINDINGS_SCRIPTS = $(GENERATE_BINDING_SCRIPTS) bindings/scripts/CodeGeneratorObjC.pm
1059 DOM%.h : %.idl $(DOM_BINDINGS_SCRIPTS) bindings/objc/PublicDOMInterfaces.h
1060         $(call generator_script, $(DOM_BINDINGS_SCRIPTS)) $(IDL_COMMON_ARGS) --defines "$(FEATURE_DEFINES) $(ADDITIONAL_IDL_DEFINES) LANGUAGE_OBJECTIVE_C" --generator ObjC --supplementalDependencyFile $(SUPPLEMENTAL_DEPENDENCY_FILE) $<
1061
1062 -include $(OBJC_DOM_HEADERS:.h=.dep)
1063
1064 # --------
1065
1066 endif # MACOS
1067
1068 # ------------------------
1069
1070 # Header detection
1071
1072 ifeq ($(OS),Windows_NT)
1073
1074 all : WebCoreHeaderDetection.h
1075
1076 WebCoreHeaderDetection.h : DerivedSources.make
1077         if [ -f "$(WEBKITLIBRARIESDIR)/include/AVFoundationCF/AVCFBase.h" ]; then echo "#define HAVE_AVCF 1" > $@; else echo > $@; fi
1078
1079 endif # Windows_NT