[WK2] Fix for Display error occur in Help Center of FaceBook page
[framework/web/webkit-efl.git] / Source / WebCore / CMakeLists.txt
1 SET(WebCore_INCLUDE_DIRECTORIES
2     "${WEBCORE_DIR}"
3     "${WEBCORE_DIR}/Modules/battery"
4     "${WEBCORE_DIR}/Modules/filesystem"
5     "${WEBCORE_DIR}/Modules/gamepad"
6     "${WEBCORE_DIR}/Modules/geolocation"
7     "${WEBCORE_DIR}/Modules/indexeddb"
8     "${WEBCORE_DIR}/Modules/intents"
9     "${WEBCORE_DIR}/Modules/mediasource"
10     "${WEBCORE_DIR}/Modules/mediastream"
11     "${WEBCORE_DIR}/Modules/networkinfo"
12     "${WEBCORE_DIR}/Modules/notifications"
13     "${WEBCORE_DIR}/Modules/protocolhandler"
14     "${WEBCORE_DIR}/Modules/quota"
15     "${WEBCORE_DIR}/Modules/vibration"
16     "${WEBCORE_DIR}/Modules/webaudio"
17     "${WEBCORE_DIR}/Modules/webdatabase"
18     "${WEBCORE_DIR}/Modules/websockets"
19     "${WEBCORE_DIR}/accessibility"
20     "${WEBCORE_DIR}/bindings"
21     "${WEBCORE_DIR}/bindings/generic"
22     "${WEBCORE_DIR}/bridge"
23     "${WEBCORE_DIR}/bridge/c"
24     "${WEBCORE_DIR}/css"
25     "${WEBCORE_DIR}/dom"
26     "${WEBCORE_DIR}/dom/default"
27     "${WEBCORE_DIR}/editing"
28     "${WEBCORE_DIR}/fileapi"
29     "${WEBCORE_DIR}/history"
30     "${WEBCORE_DIR}/html"
31     "${WEBCORE_DIR}/html/canvas"
32     "${WEBCORE_DIR}/html/parser"
33     "${WEBCORE_DIR}/html/shadow"
34     "${WEBCORE_DIR}/html/track"
35     "${WEBCORE_DIR}/inspector"
36     "${WEBCORE_DIR}/loader"
37     "${WEBCORE_DIR}/loader/appcache"
38     "${WEBCORE_DIR}/loader/archive"
39     "${WEBCORE_DIR}/loader/archive/mhtml"
40     "${WEBCORE_DIR}/loader/cache"
41     "${WEBCORE_DIR}/loader/icon"
42     "${WEBCORE_DIR}/mathml"
43     "${WEBCORE_DIR}/page"
44     "${WEBCORE_DIR}/page/animation"
45     "${WEBCORE_DIR}/page/scrolling"
46     "${WEBCORE_DIR}/platform"
47     "${WEBCORE_DIR}/platform/animation"
48     "${WEBCORE_DIR}/platform/audio"
49     "${WEBCORE_DIR}/platform/graphics"
50     "${WEBCORE_DIR}/platform/graphics/filters"
51     "${WEBCORE_DIR}/platform/graphics/filters/arm"
52     "${WEBCORE_DIR}/platform/graphics/harfbuzz"
53     "${WEBCORE_DIR}/platform/graphics/harfbuzz/ng"
54     "${WEBCORE_DIR}/platform/graphics/transforms"
55     "${WEBCORE_DIR}/platform/image-decoders"
56     "${WEBCORE_DIR}/platform/image-decoders/bmp"
57     "${WEBCORE_DIR}/platform/image-decoders/gif"
58     "${WEBCORE_DIR}/platform/image-decoders/ico"
59     "${WEBCORE_DIR}/platform/image-decoders/jpeg"
60     "${WEBCORE_DIR}/platform/image-decoders/png"
61     "${WEBCORE_DIR}/platform/image-decoders/webp"
62     "${WEBCORE_DIR}/platform/leveldb"
63     "${WEBCORE_DIR}/platform/mediastream"
64     "${WEBCORE_DIR}/platform/mock"
65     "${WEBCORE_DIR}/platform/network"
66     "${WEBCORE_DIR}/platform/sql"
67     "${WEBCORE_DIR}/platform/text"
68     "${WEBCORE_DIR}/platform/text/transcoder"
69     "${WEBCORE_DIR}/plugins"
70     "${WEBCORE_DIR}/rendering"
71     "${WEBCORE_DIR}/rendering/mathml"
72     "${WEBCORE_DIR}/rendering/style"
73     "${WEBCORE_DIR}/rendering/svg"
74     "${WEBCORE_DIR}/storage"
75     "${WEBCORE_DIR}/svg"
76     "${WEBCORE_DIR}/svg/animation"
77     "${WEBCORE_DIR}/svg/graphics"
78     "${WEBCORE_DIR}/svg/graphics/filters"
79     "${WEBCORE_DIR}/svg/properties"
80     "${WEBCORE_DIR}/websockets"
81     "${WEBCORE_DIR}/workers"
82     "${WEBCORE_DIR}/xml"
83     "${WEBCORE_DIR}/xml/parser"
84     "${JAVASCRIPTCORE_DIR}"
85     "${JAVASCRIPTCORE_DIR}/ForwardingHeaders"
86     "${JAVASCRIPTCORE_DIR}/API"
87     "${JAVASCRIPTCORE_DIR}/assembler"
88     "${JAVASCRIPTCORE_DIR}/bytecode"
89     "${JAVASCRIPTCORE_DIR}/bytecompiler"
90     "${JAVASCRIPTCORE_DIR}/dfg"
91     "${JAVASCRIPTCORE_DIR}/disassembler"
92     "${JAVASCRIPTCORE_DIR}/heap"
93     "${JAVASCRIPTCORE_DIR}/debugger"
94     "${JAVASCRIPTCORE_DIR}/interpreter"
95     "${JAVASCRIPTCORE_DIR}/jit"
96     "${JAVASCRIPTCORE_DIR}/llint"
97     "${JAVASCRIPTCORE_DIR}/parser"
98     "${JAVASCRIPTCORE_DIR}/profiler"
99     "${JAVASCRIPTCORE_DIR}/runtime"
100     "${JAVASCRIPTCORE_DIR}/yarr"
101     "${WTF_DIR}"
102     "${DERIVED_SOURCES_WEBCORE_DIR}"
103     "${CMAKE_SOURCE_DIR}/Source"
104     "${CMAKE_BINARY_DIR}"
105 )
106
107 SET(WebCore_IDL_INCLUDES
108     Modules/filesystem
109     Modules/gamepad
110     Modules/geolocation
111     Modules/indexeddb
112     Modules/quota
113     Modules/webaudio
114     Modules/webdatabase
115     Modules/websockets
116     bindings/generic
117     css
118     dom
119     fileapi
120     html
121     html/canvas
122     inspector
123     loader/appcache
124     page
125     plugins
126     storage
127     svg
128     workers
129     xml
130 )
131
132 SET(WebCore_IDL_FILES
133     Modules/battery/BatteryManager.idl
134     Modules/battery/NavigatorBattery.idl
135
136     Modules/filesystem/DirectoryEntry.idl
137     Modules/filesystem/DirectoryEntrySync.idl
138     Modules/filesystem/DirectoryReader.idl
139     Modules/filesystem/DirectoryReaderSync.idl
140     Modules/filesystem/DOMFileSystem.idl
141     Modules/filesystem/DOMFileSystemSync.idl
142     Modules/filesystem/DOMWindowFileSystem.idl
143     Modules/filesystem/EntriesCallback.idl
144     Modules/filesystem/Entry.idl
145     Modules/filesystem/EntrySync.idl
146     Modules/filesystem/EntryArray.idl
147     Modules/filesystem/EntryArraySync.idl
148     Modules/filesystem/EntryCallback.idl
149     Modules/filesystem/ErrorCallback.idl
150     Modules/filesystem/FileCallback.idl
151     Modules/filesystem/FileEntry.idl
152     Modules/filesystem/FileEntrySync.idl
153     Modules/filesystem/FileSystemCallback.idl
154     Modules/filesystem/FileWriterCallback.idl
155     Modules/filesystem/FileWriter.idl
156     Modules/filesystem/FileWriterSync.idl
157     Modules/filesystem/Metadata.idl
158     Modules/filesystem/MetadataCallback.idl
159     Modules/filesystem/WorkerContextFileSystem.idl
160
161     Modules/gamepad/Gamepad.idl
162     Modules/gamepad/GamepadList.idl
163     Modules/gamepad/NavigatorGamepad.idl
164
165     Modules/geolocation/Geolocation.idl
166     Modules/geolocation/Geoposition.idl
167     Modules/geolocation/NavigatorGeolocation.idl
168     Modules/geolocation/PositionCallback.idl
169     Modules/geolocation/PositionError.idl
170     Modules/geolocation/PositionErrorCallback.idl
171
172     Modules/indexeddb/DOMWindowIndexedDatabase.idl
173     Modules/indexeddb/IDBAny.idl
174     Modules/indexeddb/IDBCursor.idl
175     Modules/indexeddb/IDBCursorWithValue.idl
176     Modules/indexeddb/IDBDatabase.idl
177     Modules/indexeddb/IDBDatabaseException.idl
178     Modules/indexeddb/IDBFactory.idl
179     Modules/indexeddb/IDBIndex.idl
180     Modules/indexeddb/IDBKey.idl
181     Modules/indexeddb/IDBKeyRange.idl
182     Modules/indexeddb/IDBObjectStore.idl
183     Modules/indexeddb/IDBOpenDBRequest.idl
184     Modules/indexeddb/IDBRequest.idl
185     Modules/indexeddb/IDBTransaction.idl
186     Modules/indexeddb/IDBUpgradeNeededEvent.idl
187     Modules/indexeddb/IDBVersionChangeEvent.idl
188     Modules/indexeddb/IDBVersionChangeRequest.idl
189     Modules/indexeddb/WorkerContextIndexedDatabase.idl
190
191     Modules/intents/DeliveredIntent.idl
192     Modules/intents/DOMWindowIntents.idl
193     Modules/intents/Intent.idl
194     Modules/intents/IntentResultCallback.idl
195     Modules/intents/NavigatorIntents.idl
196
197     Modules/mediasource/MediaSource.idl
198     Modules/mediasource/SourceBuffer.idl
199     Modules/mediasource/SourceBufferList.idl
200
201     Modules/mediastream/DOMWindowMediaStream.idl
202     Modules/mediastream/IceCallback.idl
203     Modules/mediastream/IceCandidate.idl
204     Modules/mediastream/LocalMediaStream.idl
205     Modules/mediastream/MediaStream.idl
206     Modules/mediastream/MediaStreamEvent.idl
207     Modules/mediastream/MediaStreamList.idl
208     Modules/mediastream/MediaStreamTrack.idl
209     Modules/mediastream/MediaStreamTrackEvent.idl
210     Modules/mediastream/MediaStreamTrackList.idl
211     Modules/mediastream/NavigatorMediaStream.idl
212     Modules/mediastream/NavigatorUserMediaError.idl
213     Modules/mediastream/NavigatorUserMediaErrorCallback.idl
214     Modules/mediastream/NavigatorUserMediaSuccessCallback.idl
215     Modules/mediastream/PeerConnection00.idl
216     Modules/mediastream/SessionDescription.idl
217
218     Modules/networkinfo/NavigatorNetworkInfoConnection.idl
219     Modules/networkinfo/NetworkInfoConnection.idl
220
221     Modules/notifications/DOMWindowNotifications.idl
222     Modules/notifications/Notification.idl
223     Modules/notifications/NotificationCenter.idl
224     Modules/notifications/NotificationPermissionCallback.idl
225     Modules/notifications/WorkerContextNotifications.idl
226
227     Modules/protocolhandler/NavigatorRegisterProtocolHandler.idl
228     
229     Modules/quota/DOMWindowQuota.idl
230     Modules/quota/StorageInfo.idl
231     Modules/quota/StorageInfoErrorCallback.idl
232     Modules/quota/StorageInfoQuotaCallback.idl
233     Modules/quota/StorageInfoUsageCallback.idl
234
235     Modules/vibration/NavigatorVibration.idl
236
237     Modules/webaudio/AudioBuffer.idl
238     Modules/webaudio/AudioBufferCallback.idl
239     Modules/webaudio/AudioBufferSourceNode.idl
240     Modules/webaudio/ChannelSplitterNode.idl
241     Modules/webaudio/ChannelMergerNode.idl
242     Modules/webaudio/AudioContext.idl
243     Modules/webaudio/AudioDestinationNode.idl
244     Modules/webaudio/GainNode.idl
245     Modules/webaudio/AudioListener.idl
246     Modules/webaudio/AudioNode.idl
247     Modules/webaudio/PannerNode.idl
248     Modules/webaudio/AudioParam.idl
249     Modules/webaudio/AudioProcessingEvent.idl
250     Modules/webaudio/AudioSourceNode.idl
251     Modules/webaudio/BiquadFilterNode.idl
252     Modules/webaudio/ConvolverNode.idl
253     Modules/webaudio/DOMWindowWebAudio.idl
254     Modules/webaudio/DelayNode.idl
255     Modules/webaudio/DynamicsCompressorNode.idl
256     Modules/webaudio/ScriptProcessorNode.idl
257     Modules/webaudio/MediaElementAudioSourceNode.idl
258     Modules/webaudio/MediaStreamAudioDestinationNode.idl
259     Modules/webaudio/MediaStreamAudioSourceNode.idl
260     Modules/webaudio/OfflineAudioContext.idl
261     Modules/webaudio/OfflineAudioCompletionEvent.idl
262     Modules/webaudio/OscillatorNode.idl
263     Modules/webaudio/AnalyserNode.idl
264     Modules/webaudio/WaveShaperNode.idl
265     Modules/webaudio/WaveTable.idl
266
267     Modules/webdatabase/Database.idl
268     Modules/webdatabase/DatabaseCallback.idl
269     Modules/webdatabase/DatabaseSync.idl
270     Modules/webdatabase/DOMWindowWebDatabase.idl
271     Modules/webdatabase/SQLError.idl
272     Modules/webdatabase/SQLException.idl
273     Modules/webdatabase/SQLResultSet.idl
274     Modules/webdatabase/SQLResultSetRowList.idl
275     Modules/webdatabase/SQLStatementCallback.idl
276     Modules/webdatabase/SQLStatementErrorCallback.idl
277     Modules/webdatabase/SQLTransaction.idl
278     Modules/webdatabase/SQLTransactionCallback.idl
279     Modules/webdatabase/SQLTransactionErrorCallback.idl
280     Modules/webdatabase/SQLTransactionSync.idl
281     Modules/webdatabase/SQLTransactionSyncCallback.idl
282
283     Modules/websockets/CloseEvent.idl
284     Modules/websockets/DOMWindowWebSocket.idl
285     Modules/websockets/WebSocket.idl
286     Modules/websockets/WorkerContextWebSocket.idl
287
288     css/Counter.idl
289     css/CSSCharsetRule.idl
290     css/CSSFontFaceRule.idl
291     css/CSSImportRule.idl
292     css/CSSMediaRule.idl
293     css/CSSPageRule.idl
294     css/CSSPrimitiveValue.idl
295     css/CSSRule.idl
296     css/CSSRuleList.idl
297     css/CSSStyleDeclaration.idl
298     css/CSSStyleRule.idl
299     css/CSSStyleSheet.idl
300     css/CSSValue.idl
301     css/CSSValueList.idl
302     css/MediaList.idl
303     css/MediaQueryList.idl
304     css/RGBColor.idl
305     css/Rect.idl
306     css/StyleMedia.idl
307     css/StyleSheet.idl
308     css/StyleSheetList.idl
309     css/WebKitCSSFilterValue.idl
310     css/WebKitCSSKeyframeRule.idl
311     css/WebKitCSSKeyframesRule.idl
312     css/WebKitCSSMatrix.idl
313     css/WebKitCSSRegionRule.idl
314     css/WebKitCSSTransformValue.idl
315
316     dom/Attr.idl
317     dom/BeforeLoadEvent.idl
318     dom/CDATASection.idl
319     dom/CharacterData.idl
320     dom/ClientRect.idl
321     dom/ClientRectList.idl
322     dom/Clipboard.idl
323     dom/Comment.idl
324     dom/CompositionEvent.idl
325     dom/CustomEvent.idl
326     dom/DataTransferItem.idl
327     dom/DataTransferItemList.idl
328     dom/DeviceMotionEvent.idl
329     dom/DeviceOrientationEvent.idl
330     dom/DOMCoreException.idl
331     dom/DOMError.idl
332     dom/DOMImplementation.idl
333     dom/DOMStringList.idl
334     dom/DOMStringMap.idl
335     dom/DocumentFragment.idl
336     dom/Document.idl
337     dom/DocumentType.idl
338     dom/Element.idl
339     dom/Entity.idl
340     dom/EntityReference.idl
341     dom/ErrorEvent.idl
342     dom/EventException.idl
343     dom/Event.idl
344     dom/EventTarget.idl
345     dom/HashChangeEvent.idl
346     dom/KeyboardEvent.idl
347     dom/MessageChannel.idl
348     dom/MessageEvent.idl
349     dom/MessagePort.idl
350     dom/MouseEvent.idl
351     dom/MutationCallback.idl
352     dom/MutationEvent.idl
353     dom/MutationObserver.idl
354     dom/MutationRecord.idl
355     dom/NamedNodeMap.idl
356     dom/NodeFilter.idl
357     dom/Node.idl
358     dom/NodeIterator.idl
359     dom/NodeList.idl
360     dom/Notation.idl
361     dom/OverflowEvent.idl
362     dom/PageTransitionEvent.idl
363     dom/PopStateEvent.idl
364     dom/ProcessingInstruction.idl
365     dom/ProgressEvent.idl
366     dom/PropertyNodeList.idl
367     dom/RangeException.idl
368     dom/Range.idl
369     dom/RequestAnimationFrameCallback.idl
370     dom/ShadowRoot.idl
371     dom/StringCallback.idl
372     dom/TextEvent.idl
373     dom/Text.idl
374     dom/TouchEvent.idl
375     dom/Touch.idl
376     dom/TouchList.idl
377     dom/TreeWalker.idl
378     dom/UIEvent.idl
379     dom/WebKitAnimationEvent.idl
380     dom/WebKitNamedFlow.idl
381     dom/WebKitTransitionEvent.idl
382     dom/WheelEvent.idl
383
384     editing/UndoManager.idl
385
386     fileapi/Blob.idl
387     fileapi/File.idl
388     fileapi/FileError.idl
389     fileapi/FileException.idl
390     fileapi/FileList.idl
391     fileapi/FileReader.idl
392     fileapi/FileReaderSync.idl
393     fileapi/WebKitBlobBuilder.idl
394     fileapi/FileException.idl
395     fileapi/FileReaderSync.idl
396    
397     html/DOMFormData.idl
398     html/DOMSettableTokenList.idl
399     html/DOMTokenList.idl
400     html/DOMURL.idl
401     html/HTMLAllCollection.idl
402     html/HTMLAnchorElement.idl
403     html/HTMLAppletElement.idl
404     html/HTMLAreaElement.idl
405     html/HTMLAudioElement.idl
406     html/HTMLBaseElement.idl
407     html/HTMLBaseFontElement.idl
408     html/HTMLBodyElement.idl
409     html/HTMLBRElement.idl
410     html/HTMLButtonElement.idl
411     html/HTMLCanvasElement.idl
412     html/HTMLCollection.idl
413     html/HTMLDataListElement.idl
414     html/HTMLDetailsElement.idl
415     html/HTMLDialogElement.idl
416     html/HTMLDirectoryElement.idl
417     html/HTMLDivElement.idl
418     html/HTMLDListElement.idl
419     html/HTMLDocument.idl
420     html/HTMLElement.idl
421     html/HTMLEmbedElement.idl
422     html/HTMLFieldSetElement.idl
423     html/HTMLFontElement.idl
424     html/HTMLFormElement.idl
425     html/HTMLFrameElement.idl
426     html/HTMLFrameSetElement.idl
427     html/HTMLHeadElement.idl
428     html/HTMLHeadingElement.idl
429     html/HTMLHRElement.idl
430     html/HTMLHtmlElement.idl
431     html/HTMLIFrameElement.idl
432     html/HTMLImageElement.idl
433     html/HTMLIntentElement.idl
434     html/HTMLInputElement.idl
435     html/HTMLKeygenElement.idl
436     html/HTMLLabelElement.idl
437     html/HTMLLegendElement.idl
438     html/HTMLLIElement.idl
439     html/HTMLLinkElement.idl
440     html/HTMLMapElement.idl
441     html/HTMLMarqueeElement.idl
442     html/HTMLMediaElement.idl
443     html/HTMLMenuElement.idl
444     html/HTMLMetaElement.idl
445     html/HTMLMeterElement.idl
446     html/HTMLModElement.idl
447     html/HTMLObjectElement.idl
448     html/HTMLOListElement.idl
449     html/HTMLOptGroupElement.idl
450     html/HTMLOptionElement.idl
451     html/HTMLOptionsCollection.idl
452     html/HTMLOutputElement.idl
453     html/HTMLParagraphElement.idl
454     html/HTMLParamElement.idl
455     html/HTMLPreElement.idl
456     html/HTMLProgressElement.idl
457     html/HTMLPropertiesCollection.idl
458     html/HTMLQuoteElement.idl
459     html/HTMLScriptElement.idl
460     html/HTMLSelectElement.idl
461     html/HTMLSourceElement.idl
462     html/HTMLSpanElement.idl
463     html/HTMLStyleElement.idl
464     html/HTMLTableCaptionElement.idl
465     html/HTMLTableCellElement.idl
466     html/HTMLTableColElement.idl
467     html/HTMLTableElement.idl
468     html/HTMLTableRowElement.idl
469     html/HTMLTableSectionElement.idl
470     html/HTMLTextAreaElement.idl
471     html/HTMLTitleElement.idl
472     html/HTMLTrackElement.idl
473     html/HTMLUListElement.idl
474     html/HTMLUnknownElement.idl
475     html/HTMLVideoElement.idl
476     html/ImageData.idl
477     html/MediaController.idl
478     html/MediaError.idl
479     html/MicroDataItemValue.idl
480     html/RadioNodeList.idl
481     html/TextMetrics.idl
482     html/TimeRanges.idl
483     html/ValidityState.idl
484     html/VoidCallback.idl
485
486     html/canvas/ArrayBuffer.idl
487     html/canvas/ArrayBufferView.idl
488     html/canvas/CanvasGradient.idl
489     html/canvas/CanvasPattern.idl
490     html/canvas/CanvasRenderingContext2D.idl
491     html/canvas/CanvasRenderingContext.idl
492     html/canvas/DataView.idl
493     html/canvas/EXTTextureFilterAnisotropic.idl
494     html/canvas/Float32Array.idl
495     html/canvas/Float64Array.idl
496     html/canvas/Int16Array.idl
497     html/canvas/Int32Array.idl
498     html/canvas/Int8Array.idl
499     html/canvas/OESStandardDerivatives.idl
500     html/canvas/OESTextureFloat.idl
501     html/canvas/OESVertexArrayObject.idl
502     html/canvas/Uint16Array.idl
503     html/canvas/Uint32Array.idl
504     html/canvas/Uint8Array.idl
505     html/canvas/Uint8ClampedArray.idl
506     html/canvas/WebGLActiveInfo.idl
507     html/canvas/WebGLBuffer.idl
508     html/canvas/WebGLCompressedTextureS3TC.idl
509     html/canvas/WebGLContextAttributes.idl
510     html/canvas/WebGLContextEvent.idl
511     html/canvas/WebGLDebugRendererInfo.idl
512     html/canvas/WebGLDebugShaders.idl
513     html/canvas/WebGLDepthTexture.idl
514     html/canvas/WebGLFramebuffer.idl
515     html/canvas/WebGLLoseContext.idl
516     html/canvas/WebGLProgram.idl
517     html/canvas/WebGLRenderbuffer.idl
518     html/canvas/WebGLRenderingContext.idl
519     html/canvas/WebGLShader.idl
520     html/canvas/WebGLShaderPrecisionFormat.idl
521     html/canvas/WebGLTexture.idl
522     html/canvas/WebGLUniformLocation.idl
523     html/canvas/WebGLVertexArrayObjectOES.idl
524
525     html/shadow/HTMLContentElement.idl
526     html/shadow/HTMLShadowElement.idl
527
528     html/track/TextTrack.idl
529     html/track/TextTrackCue.idl
530     html/track/TextTrackCueList.idl
531     html/track/TextTrackList.idl
532     html/track/TrackEvent.idl
533
534     inspector/InjectedScriptHost.idl
535     inspector/InspectorFrontendHost.idl
536     inspector/JavaScriptCallFrame.idl
537     inspector/ScriptProfile.idl
538     inspector/ScriptProfileNode.idl
539
540     loader/appcache/DOMApplicationCache.idl
541
542     page/BarInfo.idl
543     page/Console.idl
544     page/Coordinates.idl
545     page/Crypto.idl
546     page/DOMSecurityPolicy.idl
547     page/DOMSelection.idl
548     page/DOMWindow.idl
549     page/EventSource.idl
550     page/History.idl
551     page/Location.idl
552     page/MemoryInfo.idl
553     page/Navigator.idl
554     page/Performance.idl
555     page/PerformanceEntry.idl
556     page/PerformanceEntryList.idl
557     page/PerformanceNavigation.idl
558     page/PerformanceResourceTiming.idl
559     page/PerformanceTiming.idl
560     page/Screen.idl
561     page/SpeechInputEvent.idl
562     page/SpeechInputResult.idl
563     page/SpeechInputResultList.idl
564     page/WebKitAnimation.idl
565     page/WebKitAnimationList.idl
566     page/WebKitPoint.idl
567     page/WorkerNavigator.idl
568
569     plugins/DOMMimeType.idl
570     plugins/DOMMimeTypeArray.idl
571     plugins/DOMPlugin.idl
572     plugins/DOMPluginArray.idl
573
574     storage/Storage.idl
575     storage/StorageEvent.idl
576
577     workers/AbstractWorker.idl
578     workers/DedicatedWorkerContext.idl
579     workers/SharedWorker.idl
580     workers/SharedWorkerContext.idl
581     workers/Worker.idl
582     workers/WorkerContext.idl
583     workers/WorkerLocation.idl
584
585     xml/DOMParser.idl
586     xml/XMLHttpRequest.idl
587     xml/XMLHttpRequestException.idl
588     xml/XMLHttpRequestProgressEvent.idl
589     xml/XMLHttpRequestUpload.idl
590     xml/XMLSerializer.idl
591     xml/XPathEvaluator.idl
592     xml/XPathException.idl
593     xml/XPathExpression.idl
594     xml/XPathNSResolver.idl
595     xml/XPathResult.idl
596     xml/XSLTProcessor.idl
597 )
598
599 # FIXME: The BlackBerry port doesn't support generating DOM bindings from the SVG IDL files.
600 # For now, we explicitly demarcate the SVG IDL files so that the BlackBerry port can skip them
601 # during DOM binding generation. See <https://bugs.webkit.org/show_bug.cgi?id=72773>.
602 SET(WebCore_SVG_IDL_FILES
603     svg/SVGAElement.idl
604     svg/SVGAltGlyphDefElement.idl
605     svg/SVGAltGlyphElement.idl
606     svg/SVGAltGlyphItemElement.idl
607     svg/SVGAngle.idl
608     svg/SVGAnimateColorElement.idl
609     svg/SVGAnimateMotionElement.idl
610     svg/SVGAnimateElement.idl
611     svg/SVGAnimateTransformElement.idl
612     svg/SVGAnimatedAngle.idl
613     svg/SVGAnimatedBoolean.idl
614     svg/SVGAnimatedEnumeration.idl
615     svg/SVGAnimatedInteger.idl
616     svg/SVGAnimatedLength.idl
617     svg/SVGAnimatedLengthList.idl
618     svg/SVGAnimatedNumber.idl
619     svg/SVGAnimatedNumberList.idl
620     svg/SVGAnimatedPreserveAspectRatio.idl
621     svg/SVGAnimatedRect.idl
622     svg/SVGAnimatedString.idl
623     svg/SVGAnimatedTransformList.idl
624     svg/SVGAnimationElement.idl
625     svg/SVGCircleElement.idl
626     svg/SVGClipPathElement.idl
627     svg/SVGColor.idl
628     svg/SVGComponentTransferFunctionElement.idl
629     svg/SVGCursorElement.idl
630     svg/SVGDefsElement.idl
631     svg/SVGDescElement.idl
632     svg/SVGDocument.idl
633     svg/SVGElement.idl
634     svg/SVGElementInstance.idl
635     svg/SVGElementInstanceList.idl
636     svg/SVGEllipseElement.idl
637     svg/SVGException.idl
638     svg/SVGFEBlendElement.idl
639     svg/SVGFEColorMatrixElement.idl
640     svg/SVGFEComponentTransferElement.idl
641     svg/SVGFECompositeElement.idl
642     svg/SVGFEConvolveMatrixElement.idl
643     svg/SVGFEDiffuseLightingElement.idl
644     svg/SVGFEDisplacementMapElement.idl
645     svg/SVGFEDistantLightElement.idl
646     svg/SVGFEDropShadowElement.idl
647     svg/SVGFEFloodElement.idl
648     svg/SVGFEFuncAElement.idl
649     svg/SVGFEFuncBElement.idl
650     svg/SVGFEFuncGElement.idl
651     svg/SVGFEFuncRElement.idl
652     svg/SVGFEGaussianBlurElement.idl
653     svg/SVGFEImageElement.idl
654     svg/SVGFEMergeElement.idl
655     svg/SVGFEMergeNodeElement.idl
656     svg/SVGFEMorphologyElement.idl
657     svg/SVGFEOffsetElement.idl
658     svg/SVGFEPointLightElement.idl
659     svg/SVGFESpecularLightingElement.idl
660     svg/SVGFESpotLightElement.idl
661     svg/SVGFETileElement.idl
662     svg/SVGFETurbulenceElement.idl
663     svg/SVGFilterElement.idl
664     svg/SVGFontElement.idl
665     svg/SVGFontFaceElement.idl
666     svg/SVGFontFaceFormatElement.idl
667     svg/SVGFontFaceNameElement.idl
668     svg/SVGFontFaceSrcElement.idl
669     svg/SVGFontFaceUriElement.idl
670     svg/SVGForeignObjectElement.idl
671     svg/SVGGElement.idl
672     svg/SVGGlyphElement.idl
673     svg/SVGGlyphRefElement.idl
674     svg/SVGGradientElement.idl
675     svg/SVGHKernElement.idl
676     svg/SVGImageElement.idl
677     svg/SVGLength.idl
678     svg/SVGLengthList.idl
679     svg/SVGLineElement.idl
680     svg/SVGLinearGradientElement.idl
681     svg/SVGMarkerElement.idl
682     svg/SVGMaskElement.idl
683     svg/SVGMatrix.idl
684     svg/SVGMetadataElement.idl
685     svg/SVGMissingGlyphElement.idl
686     svg/SVGMPathElement.idl
687     svg/SVGNumber.idl
688     svg/SVGNumberList.idl
689     svg/SVGPaint.idl
690     svg/SVGPathElement.idl
691     svg/SVGPathSeg.idl
692     svg/SVGPathSegArcAbs.idl
693     svg/SVGPathSegArcRel.idl
694     svg/SVGPathSegClosePath.idl
695     svg/SVGPathSegCurvetoCubicAbs.idl
696     svg/SVGPathSegCurvetoCubicRel.idl
697     svg/SVGPathSegCurvetoCubicSmoothAbs.idl
698     svg/SVGPathSegCurvetoCubicSmoothRel.idl
699     svg/SVGPathSegCurvetoQuadraticAbs.idl
700     svg/SVGPathSegCurvetoQuadraticRel.idl
701     svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl
702     svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
703     svg/SVGPathSegLinetoAbs.idl
704     svg/SVGPathSegLinetoHorizontalAbs.idl
705     svg/SVGPathSegLinetoHorizontalRel.idl
706     svg/SVGPathSegLinetoRel.idl
707     svg/SVGPathSegLinetoVerticalAbs.idl
708     svg/SVGPathSegLinetoVerticalRel.idl
709     svg/SVGPathSegList.idl
710     svg/SVGPathSegMovetoAbs.idl
711     svg/SVGPathSegMovetoRel.idl
712     svg/SVGPatternElement.idl
713     svg/SVGPoint.idl
714     svg/SVGPointList.idl
715     svg/SVGPolygonElement.idl
716     svg/SVGPolylineElement.idl
717     svg/SVGPreserveAspectRatio.idl
718     svg/SVGRadialGradientElement.idl
719     svg/SVGRect.idl
720     svg/SVGRectElement.idl
721     svg/SVGRenderingIntent.idl
722     svg/SVGSVGElement.idl
723     svg/SVGScriptElement.idl
724     svg/SVGSetElement.idl
725     svg/SVGStopElement.idl
726     svg/SVGStringList.idl
727     svg/SVGStyleElement.idl
728     svg/SVGSwitchElement.idl
729     svg/SVGSymbolElement.idl
730     svg/SVGTRefElement.idl
731     svg/SVGTSpanElement.idl
732     svg/SVGTextContentElement.idl
733     svg/SVGTextElement.idl
734     svg/SVGTextPathElement.idl
735     svg/SVGTextPositioningElement.idl
736     svg/SVGTitleElement.idl
737     svg/SVGTransform.idl
738     svg/SVGTransformList.idl
739     svg/SVGUnitTypes.idl
740     svg/SVGUseElement.idl
741     svg/SVGViewElement.idl
742     svg/SVGViewSpec.idl
743     svg/SVGVKernElement.idl
744     svg/SVGZoomAndPan.idl
745     svg/SVGZoomEvent.idl
746 )
747
748 LIST(APPEND WebCore_IDL_FILES
749     ${WebCore_SVG_IDL_FILES}
750 )
751
752 SET(WebCore_SOURCES
753     Modules/battery/BatteryController.cpp
754     Modules/battery/BatteryManager.cpp
755     Modules/battery/BatteryStatus.cpp
756     Modules/battery/NavigatorBattery.cpp
757
758     Modules/filesystem/DOMFilePath.cpp
759     Modules/filesystem/DOMFileSystem.cpp
760     Modules/filesystem/DOMFileSystemBase.cpp
761     Modules/filesystem/DOMFileSystemSync.cpp
762     Modules/filesystem/DOMWindowFileSystem.cpp
763     Modules/filesystem/DirectoryEntry.cpp
764     Modules/filesystem/DirectoryEntrySync.cpp
765     Modules/filesystem/DirectoryReader.cpp
766     Modules/filesystem/DirectoryReaderSync.cpp
767     Modules/filesystem/Entry.cpp
768     Modules/filesystem/EntryArray.cpp
769     Modules/filesystem/EntryArraySync.cpp
770     Modules/filesystem/EntryBase.cpp
771     Modules/filesystem/EntrySync.cpp
772     Modules/filesystem/FileEntry.cpp
773     Modules/filesystem/FileEntrySync.cpp
774     Modules/filesystem/FileSystemCallbacks.cpp
775     Modules/filesystem/FileWriter.cpp
776     Modules/filesystem/FileWriterBase.cpp
777     Modules/filesystem/FileWriterSync.cpp
778     Modules/filesystem/LocalFileSystem.cpp
779     Modules/filesystem/WorkerContextFileSystem.cpp
780     
781     Modules/gamepad/Gamepad.cpp
782     Modules/gamepad/GamepadList.cpp
783     Modules/gamepad/NavigatorGamepad.cpp
784
785     Modules/geolocation/Geolocation.cpp
786     Modules/geolocation/GeolocationController.cpp
787     Modules/geolocation/NavigatorGeolocation.cpp
788         
789     Modules/indexeddb/DOMWindowIndexedDatabase.cpp
790     Modules/indexeddb/IDBAny.cpp
791     Modules/indexeddb/IDBCursor.cpp
792     Modules/indexeddb/IDBCursorBackendImpl.cpp
793     Modules/indexeddb/IDBCursorWithValue.cpp
794     Modules/indexeddb/IDBDatabase.cpp
795     Modules/indexeddb/IDBDatabaseBackendImpl.cpp
796     Modules/indexeddb/IDBDatabaseCallbacksImpl.cpp
797     Modules/indexeddb/IDBDatabaseException.cpp
798     Modules/indexeddb/IDBEventDispatcher.cpp
799     Modules/indexeddb/IDBFactory.cpp
800     Modules/indexeddb/IDBFactoryBackendImpl.cpp
801     Modules/indexeddb/IDBFactoryBackendInterface.cpp
802     Modules/indexeddb/IDBIndex.cpp
803     Modules/indexeddb/IDBIndexBackendImpl.cpp
804     Modules/indexeddb/IDBKey.cpp
805     Modules/indexeddb/IDBKeyRange.cpp
806     Modules/indexeddb/IDBKeyPath.cpp
807     Modules/indexeddb/IDBLevelDBBackingStore.cpp
808     Modules/indexeddb/IDBLevelDBCoding.cpp
809     Modules/indexeddb/IDBObjectStore.cpp
810     Modules/indexeddb/IDBObjectStoreBackendImpl.cpp
811     Modules/indexeddb/IDBOpenDBRequest.cpp
812     Modules/indexeddb/IDBPendingTransactionMonitor.cpp
813     Modules/indexeddb/IDBRequest.cpp
814     Modules/indexeddb/IDBTransaction.cpp
815     Modules/indexeddb/IDBTransactionBackendImpl.cpp
816     Modules/indexeddb/IDBTransactionCoordinator.cpp
817     Modules/indexeddb/IDBUpgradeNeededEvent.cpp
818     Modules/indexeddb/IDBVersionChangeEvent.cpp
819     Modules/indexeddb/IDBVersionChangeRequest.cpp
820     Modules/indexeddb/PageGroupIndexedDatabase.cpp
821     Modules/indexeddb/WorkerContextIndexedDatabase.cpp
822
823     Modules/intents/DOMWindowIntents.cpp
824     Modules/intents/DeliveredIntent.cpp
825     Modules/intents/Intent.cpp
826     Modules/intents/IntentRequest.cpp
827     Modules/intents/NavigatorIntents.cpp
828
829     Modules/mediasource/MediaSource.cpp
830     Modules/mediasource/SourceBuffer.cpp
831     Modules/mediasource/SourceBufferList.cpp
832
833     Modules/mediastream/IceCandidate.cpp
834     Modules/mediastream/LocalMediaStream.cpp
835     Modules/mediastream/MediaStream.cpp
836     Modules/mediastream/MediaStreamEvent.cpp
837     Modules/mediastream/MediaStreamList.cpp
838     Modules/mediastream/MediaStreamRegistry.cpp
839     Modules/mediastream/MediaStreamTrack.cpp
840     Modules/mediastream/MediaStreamTrackEvent.cpp
841     Modules/mediastream/MediaStreamTrackList.cpp
842     Modules/mediastream/NavigatorMediaStream.cpp
843     Modules/mediastream/PeerConnection00.cpp
844     Modules/mediastream/SessionDescription.cpp
845     Modules/mediastream/UserMediaController.cpp
846     Modules/mediastream/UserMediaRequest.cpp
847
848     Modules/networkinfo/NavigatorNetworkInfoConnection.cpp
849     Modules/networkinfo/NetworkInfo.cpp
850     Modules/networkinfo/NetworkInfoConnection.cpp
851     Modules/networkinfo/NetworkInfoController.cpp
852
853     Modules/notifications/DOMWindowNotifications.cpp
854     Modules/notifications/NotificationCenter.cpp
855     Modules/notifications/NotificationController.cpp
856     Modules/notifications/Notification.cpp
857     Modules/notifications/WorkerContextNotifications.cpp
858
859     Modules/protocolhandler/NavigatorRegisterProtocolHandler.cpp
860
861     Modules/quota/DOMWindowQuota.cpp
862     Modules/quota/StorageInfo.cpp
863
864     Modules/vibration/NavigatorVibration.cpp
865     Modules/vibration/Vibration.cpp
866
867     Modules/webaudio/AsyncAudioDecoder.cpp
868     Modules/webaudio/AudioBasicInspectorNode.cpp
869     Modules/webaudio/AudioBasicProcessorNode.cpp
870     Modules/webaudio/AudioBuffer.cpp
871     Modules/webaudio/AudioBufferSourceNode.cpp
872     Modules/webaudio/ChannelMergerNode.cpp
873     Modules/webaudio/ChannelSplitterNode.cpp
874     Modules/webaudio/AudioContext.cpp
875     Modules/webaudio/AudioDestinationNode.cpp
876     Modules/webaudio/GainNode.cpp
877     Modules/webaudio/AudioListener.cpp
878     Modules/webaudio/AudioNode.cpp
879     Modules/webaudio/AudioNodeInput.cpp
880     Modules/webaudio/AudioNodeOutput.cpp
881     Modules/webaudio/PannerNode.cpp
882     Modules/webaudio/AudioParam.cpp
883     Modules/webaudio/AudioParamTimeline.cpp
884     Modules/webaudio/AudioProcessingEvent.cpp
885     Modules/webaudio/AudioScheduledSourceNode.cpp
886     Modules/webaudio/AudioSummingJunction.cpp
887     Modules/webaudio/BiquadDSPKernel.cpp
888     Modules/webaudio/BiquadFilterNode.cpp
889     Modules/webaudio/BiquadProcessor.cpp
890     Modules/webaudio/ConvolverNode.cpp
891     Modules/webaudio/DefaultAudioDestinationNode.cpp
892     Modules/webaudio/DelayDSPKernel.cpp
893     Modules/webaudio/DelayNode.cpp
894     Modules/webaudio/DelayProcessor.cpp
895     Modules/webaudio/DynamicsCompressorNode.cpp
896     Modules/webaudio/ScriptProcessorNode.cpp
897     Modules/webaudio/MediaElementAudioSourceNode.cpp
898     Modules/webaudio/MediaStreamAudioDestinationNode.cpp
899     Modules/webaudio/MediaStreamAudioSourceNode.cpp
900     Modules/webaudio/OfflineAudioContext.cpp
901     Modules/webaudio/OfflineAudioCompletionEvent.cpp
902     Modules/webaudio/OfflineAudioDestinationNode.cpp
903     Modules/webaudio/OscillatorNode.cpp
904     Modules/webaudio/RealtimeAnalyser.cpp
905     Modules/webaudio/AnalyserNode.cpp
906     Modules/webaudio/WaveShaperDSPKernel.cpp
907     Modules/webaudio/WaveShaperNode.cpp
908     Modules/webaudio/WaveShaperProcessor.cpp
909     Modules/webaudio/WaveTable.cpp
910
911     Modules/webdatabase/AbstractDatabase.cpp
912     Modules/webdatabase/ChangeVersionWrapper.cpp
913     Modules/webdatabase/DOMWindowWebDatabase.cpp
914     Modules/webdatabase/Database.cpp
915     Modules/webdatabase/DatabaseAuthorizer.cpp
916     Modules/webdatabase/DatabaseContext.cpp
917     Modules/webdatabase/DatabaseSync.cpp
918     Modules/webdatabase/DatabaseTask.cpp
919     Modules/webdatabase/DatabaseThread.cpp
920     Modules/webdatabase/DatabaseTracker.cpp
921     Modules/webdatabase/OriginQuotaManager.cpp
922     Modules/webdatabase/OriginUsageRecord.cpp
923     Modules/webdatabase/SQLException.cpp
924     Modules/webdatabase/SQLResultSet.cpp
925     Modules/webdatabase/SQLResultSetRowList.cpp
926     Modules/webdatabase/SQLStatement.cpp
927     Modules/webdatabase/SQLStatementSync.cpp
928     Modules/webdatabase/SQLTransaction.cpp
929     Modules/webdatabase/SQLTransactionClient.cpp
930     Modules/webdatabase/SQLTransactionCoordinator.cpp
931     Modules/webdatabase/SQLTransactionSync.cpp
932
933     Modules/websockets/ThreadableWebSocketChannel.cpp
934     Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
935     Modules/websockets/WebSocket.cpp
936     Modules/websockets/WebSocketChannel.cpp
937     Modules/websockets/WebSocketDeflater.cpp
938     Modules/websockets/WebSocketDeflateFramer.cpp
939     Modules/websockets/WebSocketExtensionDispatcher.cpp
940     Modules/websockets/WebSocketFrame.cpp
941     Modules/websockets/WebSocketHandshake.cpp
942     Modules/websockets/WebSocketHandshakeRequest.cpp
943     Modules/websockets/WebSocketHandshakeResponse.cpp
944     Modules/websockets/WorkerThreadableWebSocketChannel.cpp
945
946     accessibility/AXObjectCache.cpp
947     accessibility/AccessibilityARIAGrid.cpp
948     accessibility/AccessibilityARIAGridCell.cpp
949     accessibility/AccessibilityARIAGridRow.cpp
950     accessibility/AccessibilityImageMapLink.cpp
951     accessibility/AccessibilityList.cpp
952     accessibility/AccessibilityListBox.cpp
953     accessibility/AccessibilityListBoxOption.cpp
954     accessibility/AccessibilityMediaControls.cpp
955     accessibility/AccessibilityMenuList.cpp
956     accessibility/AccessibilityMenuListOption.cpp
957     accessibility/AccessibilityMenuListPopup.cpp
958     accessibility/AccessibilityMockObject.cpp
959     accessibility/AccessibilityNodeObject.cpp
960     accessibility/AccessibilityObject.cpp
961     accessibility/AccessibilityProgressIndicator.cpp
962     accessibility/AccessibilityRenderObject.cpp
963     accessibility/AccessibilityScrollbar.cpp
964     accessibility/AccessibilityScrollView.cpp
965     accessibility/AccessibilitySpinButton.cpp
966     accessibility/AccessibilitySlider.cpp
967     accessibility/AccessibilityTable.cpp
968     accessibility/AccessibilityTableCell.cpp
969     accessibility/AccessibilityTableColumn.cpp
970     accessibility/AccessibilityTableHeaderContainer.cpp
971     accessibility/AccessibilityTableRow.cpp
972
973     bindings/ScriptControllerBase.cpp
974
975     bindings/generic/ActiveDOMCallback.cpp
976     bindings/generic/RuntimeEnabledFeatures.cpp
977
978     css/BasicShapeFunctions.cpp
979     css/CSSAspectRatioValue.cpp
980     css/CSSBasicShapes.cpp
981     css/CSSBorderImage.cpp
982     css/CSSBorderImageSliceValue.cpp
983     css/CSSCalculationValue.cpp
984     css/CSSCanvasValue.cpp
985     css/CSSCharsetRule.cpp
986     css/CSSComputedStyleDeclaration.cpp
987     css/CSSCrossfadeValue.cpp
988     css/CSSCursorImageValue.cpp
989     css/CSSFontFace.cpp
990     css/CSSFontFaceRule.cpp
991     css/CSSFontFaceSource.cpp
992     css/CSSFontFaceSrcValue.cpp
993     css/CSSFontSelector.cpp
994     css/CSSFunctionValue.cpp
995     css/CSSGradientValue.cpp
996     css/CSSImageGeneratorValue.cpp
997     css/CSSImageSetValue.cpp
998     css/CSSImageValue.cpp
999     css/CSSImportRule.cpp
1000     css/CSSInheritedValue.cpp
1001     css/CSSInitialValue.cpp
1002     css/CSSLineBoxContainValue.cpp
1003     css/CSSMediaRule.cpp
1004     css/CSSOMUtils.cpp
1005     css/CSSPageRule.cpp
1006     css/CSSParser.cpp
1007     css/CSSParserValues.cpp
1008     css/CSSPrimitiveValue.cpp
1009     css/CSSProperty.cpp
1010     css/CSSPropertySourceData.cpp
1011     css/CSSReflectValue.cpp
1012     css/CSSRule.cpp
1013     css/CSSRuleList.cpp
1014     css/CSSSegmentedFontFace.cpp
1015     css/CSSSelector.cpp
1016     css/CSSSelectorList.cpp
1017     css/CSSStyleRule.cpp
1018     css/CSSStyleSheet.cpp
1019     css/CSSTimingFunctionValue.cpp
1020     css/CSSToStyleMap.cpp
1021     css/CSSUnicodeRangeValue.cpp
1022     css/CSSValue.cpp
1023     css/CSSValueList.cpp
1024     css/CSSValuePool.cpp
1025     css/FontFeatureValue.cpp
1026     css/FontValue.cpp
1027     css/LengthFunctions.cpp
1028     css/MediaFeatureNames.cpp
1029     css/MediaList.cpp
1030     css/MediaQuery.cpp
1031     css/MediaQueryEvaluator.cpp
1032     css/MediaQueryExp.cpp
1033     css/MediaQueryList.cpp
1034     css/MediaQueryListListener.cpp
1035     css/MediaQueryMatcher.cpp
1036     css/PropertySetCSSStyleDeclaration.cpp
1037     css/RGBColor.cpp
1038     css/SelectorChecker.cpp
1039     css/ShadowValue.cpp
1040     css/StyleBuilder.cpp
1041     css/StyleMedia.cpp
1042     css/StylePropertySet.cpp
1043     css/StylePropertyShorthand.cpp
1044     css/StyleResolver.cpp
1045     css/StyleRule.cpp
1046     css/StyleRuleImport.cpp
1047     css/StyleSheet.cpp
1048     css/StyleSheetContents.cpp
1049     css/StyleSheetList.cpp
1050     css/SVGCSSComputedStyleDeclaration.cpp
1051     css/SVGCSSParser.cpp
1052     css/SVGCSSStyleSelector.cpp
1053     css/WebKitCSSFilterValue.cpp
1054     css/WebKitCSSKeyframeRule.cpp
1055     css/WebKitCSSKeyframesRule.cpp
1056     css/WebKitCSSMatrix.cpp
1057     css/WebKitCSSRegionRule.cpp
1058     css/WebKitCSSSVGDocumentValue.cpp
1059     css/WebKitCSSTransformValue.cpp
1060
1061     dom/ActiveDOMObject.cpp
1062     dom/Attr.cpp
1063     dom/BeforeTextInsertedEvent.cpp
1064     dom/BeforeUnloadEvent.cpp
1065     dom/CDATASection.cpp
1066     dom/CharacterData.cpp
1067     dom/CheckedRadioButtons.cpp
1068     dom/ChildListMutationScope.cpp
1069     dom/ChildNodeList.cpp
1070     dom/ClassNodeList.cpp
1071     dom/ClientRect.cpp
1072     dom/ClientRectList.cpp
1073     dom/Clipboard.cpp
1074     dom/ClipboardEvent.cpp
1075     dom/Comment.cpp
1076     dom/ComposedShadowTreeWalker.cpp
1077     dom/CompositionEvent.cpp
1078     dom/ContainerNode.cpp
1079     dom/ContainerNodeAlgorithms.cpp
1080     dom/ContextDestructionObserver.cpp
1081     dom/ContextFeatures.cpp
1082     dom/CustomEvent.cpp
1083     dom/DatasetDOMStringMap.cpp
1084     dom/DataTransferItem.cpp
1085     dom/DecodedDataDocumentParser.cpp
1086     dom/DeviceMotionController.cpp
1087     dom/DeviceMotionData.cpp
1088     dom/DeviceMotionEvent.cpp
1089     dom/DeviceOrientationController.cpp
1090     dom/DeviceOrientationData.cpp
1091     dom/DeviceOrientationEvent.cpp
1092     dom/DOMCoreException.cpp
1093     dom/DOMError.cpp
1094     dom/DOMImplementation.cpp
1095     dom/DOMStringList.cpp
1096     dom/DOMStringMap.cpp
1097     dom/Document.cpp
1098     dom/DocumentMarkerController.cpp
1099     dom/DocumentMarker.cpp
1100     dom/DocumentEventQueue.cpp
1101     dom/DocumentFragment.cpp
1102     dom/DocumentParser.cpp
1103     dom/DocumentOrderedMap.cpp
1104     dom/DocumentType.cpp
1105     dom/DynamicNodeList.cpp
1106     dom/EditingText.cpp
1107     dom/Element.cpp
1108     dom/ElementShadow.cpp
1109     dom/ElementAttributeData.cpp
1110     dom/EntityReference.cpp
1111     dom/ErrorEvent.cpp
1112     dom/Event.cpp
1113     dom/EventContext.cpp
1114     dom/EventDispatchMediator.cpp
1115     dom/EventDispatcher.cpp
1116     dom/EventException.cpp
1117     dom/EventListenerMap.cpp
1118     dom/EventNames.cpp
1119     dom/EventTarget.cpp
1120     dom/ExceptionBase.cpp
1121     dom/ExceptionCodePlaceholder.cpp
1122     dom/GenericEventQueue.cpp
1123     dom/IconURL.cpp
1124     dom/IdTargetObserver.cpp
1125     dom/IdTargetObserverRegistry.cpp
1126     dom/KeyboardEvent.cpp
1127     dom/MessageChannel.cpp
1128     dom/MessageEvent.cpp
1129     dom/MessagePortChannel.cpp
1130     dom/MessagePort.cpp
1131     dom/MicroDataItemList.cpp
1132     dom/MouseEvent.cpp
1133     dom/MouseRelatedEvent.cpp
1134     dom/MutationEvent.cpp
1135     dom/MutationObserver.cpp
1136     dom/MutationObserverInterestGroup.cpp
1137     dom/MutationObserverRegistration.cpp
1138     dom/MutationRecord.cpp
1139     dom/NamedNodeMap.cpp
1140     dom/NameNodeList.cpp
1141     dom/Node.cpp
1142     dom/NodeFilterCondition.cpp
1143     dom/NodeFilter.cpp
1144     dom/NodeIterator.cpp
1145     dom/NodeRenderingContext.cpp
1146     dom/Notation.cpp
1147     dom/OverflowEvent.cpp
1148     dom/PageTransitionEvent.cpp
1149     dom/PendingScript.cpp
1150     dom/PopStateEvent.cpp
1151     dom/Position.cpp
1152     dom/PositionIterator.cpp
1153     dom/ProcessingInstruction.cpp
1154     dom/ProgressEvent.cpp
1155     dom/PropertyNodeList.cpp
1156     dom/QualifiedName.cpp
1157     dom/Range.cpp
1158     dom/RangeException.cpp
1159     dom/RegisteredEventListener.cpp
1160     dom/ScopedEventQueue.cpp
1161     dom/ScriptedAnimationController.cpp
1162     dom/ScriptableDocumentParser.cpp
1163     dom/ScriptElement.cpp
1164     dom/ScriptExecutionContext.cpp
1165     dom/ScriptRunner.cpp
1166     dom/SecurityContext.cpp
1167     dom/SelectorQuery.cpp
1168     dom/ShadowRoot.cpp
1169     dom/SpaceSplitString.cpp
1170     dom/StaticHashSetNodeList.cpp
1171     dom/StaticNodeList.cpp
1172     dom/StringCallback.cpp
1173     dom/StyledElement.cpp
1174     dom/StyleElement.cpp
1175     dom/TagNodeList.cpp
1176     dom/Text.cpp
1177     dom/TextEvent.cpp
1178     dom/Touch.cpp
1179     dom/TouchEvent.cpp
1180     dom/TouchList.cpp
1181     dom/TransformSourceLibxslt.cpp
1182     dom/Traversal.cpp
1183     dom/TreeScope.cpp
1184     dom/TreeScopeAdopter.cpp
1185     dom/TreeWalker.cpp
1186     dom/UIEvent.cpp
1187     dom/UIEventWithKeyState.cpp
1188     dom/UserGestureIndicator.cpp
1189     dom/UserTypingGestureIndicator.cpp
1190     dom/ViewportArguments.cpp
1191     dom/WebKitAnimationEvent.cpp
1192     dom/WebKitNamedFlow.cpp
1193     dom/WebKitNamedFlowCollection.cpp
1194     dom/WebKitTransitionEvent.cpp
1195     dom/WheelEvent.cpp
1196     dom/WindowEventContext.cpp
1197
1198     dom/default/PlatformMessagePortChannel.cpp
1199
1200     editing/AlternativeTextController.cpp
1201     editing/AppendNodeCommand.cpp
1202     editing/ApplyBlockElementCommand.cpp
1203     editing/ApplyStyleCommand.cpp
1204     editing/BreakBlockquoteCommand.cpp
1205     editing/CompositeEditCommand.cpp
1206     editing/CreateLinkCommand.cpp
1207     editing/DeleteButton.cpp
1208     editing/DeleteButtonController.cpp
1209     editing/DeleteFromTextNodeCommand.cpp
1210     editing/DeleteSelectionCommand.cpp
1211     editing/DictationAlternative.cpp
1212     editing/DictationCommand.cpp
1213     editing/EditCommand.cpp
1214     editing/EditingStyle.cpp
1215     editing/Editor.cpp
1216     editing/EditorCommand.cpp
1217     editing/FormatBlockCommand.cpp
1218     editing/FrameSelection.cpp
1219     editing/HTMLInterchange.cpp
1220     editing/IndentOutdentCommand.cpp
1221     editing/InsertIntoTextNodeCommand.cpp
1222     editing/InsertLineBreakCommand.cpp
1223     editing/InsertListCommand.cpp
1224     editing/InsertNodeBeforeCommand.cpp
1225     editing/InsertParagraphSeparatorCommand.cpp
1226     editing/InsertTextCommand.cpp
1227     editing/MarkupAccumulator.cpp
1228     editing/MergeIdenticalElementsCommand.cpp
1229     editing/ModifySelectionListLevel.cpp
1230     editing/MoveSelectionCommand.cpp
1231     editing/RemoveCSSPropertyCommand.cpp
1232     editing/RemoveFormatCommand.cpp
1233     editing/RemoveNodeCommand.cpp
1234     editing/RemoveNodePreservingChildrenCommand.cpp
1235     editing/RenderedPosition.cpp
1236     editing/ReplaceNodeWithSpanCommand.cpp
1237     editing/ReplaceSelectionCommand.cpp
1238     editing/SetNodeAttributeCommand.cpp
1239     editing/SetSelectionCommand.cpp
1240     editing/SimplifyMarkupCommand.cpp
1241     editing/SmartReplace.cpp
1242     editing/SpellChecker.cpp
1243     editing/SpellingCorrectionCommand.cpp
1244     editing/SplitElementCommand.cpp
1245     editing/SplitTextNodeCommand.cpp
1246     editing/SplitTextNodeContainingElementCommand.cpp
1247     editing/TextCheckingHelper.cpp
1248     editing/TextInsertionBaseCommand.cpp
1249     editing/TextIterator.cpp
1250     editing/TypingCommand.cpp
1251     editing/UndoManager.cpp
1252     editing/UnlinkCommand.cpp
1253     editing/VisiblePosition.cpp
1254     editing/VisibleSelection.cpp
1255     editing/WrapContentsInDummySpanCommand.cpp
1256     editing/htmlediting.cpp
1257     editing/markup.cpp
1258     editing/visible_units.cpp
1259
1260     fileapi/AsyncFileStream.cpp
1261     fileapi/Blob.cpp
1262     fileapi/BlobURL.cpp
1263     fileapi/File.cpp
1264     fileapi/FileException.cpp
1265     fileapi/FileList.cpp
1266     fileapi/FileReader.cpp
1267     fileapi/FileReaderLoader.cpp
1268     fileapi/FileReaderSync.cpp
1269     fileapi/FileThread.cpp
1270     fileapi/ThreadableBlobRegistry.cpp
1271     fileapi/WebKitBlobBuilder.cpp
1272
1273     history/BackForwardController.cpp
1274     history/BackForwardListImpl.cpp
1275     history/CachedFrame.cpp
1276     history/CachedPage.cpp
1277     history/HistoryItem.cpp
1278     history/PageCache.cpp
1279
1280     html/BaseButtonInputType.cpp
1281     html/BaseCheckableInputType.cpp
1282     html/BaseClickableWithKeyInputType.cpp
1283     html/BaseDateAndTimeInputType.cpp
1284     html/BaseTextInputType.cpp
1285     html/ButtonInputType.cpp
1286     html/CheckboxInputType.cpp
1287     html/ClassList.cpp
1288     html/ColorInputType.cpp
1289     html/DOMFormData.cpp
1290     html/DOMSettableTokenList.cpp
1291     html/DOMTokenList.cpp
1292     html/DOMURL.cpp
1293     html/DateInputType.cpp
1294     html/DateTimeInputType.cpp
1295     html/DateTimeLocalInputType.cpp
1296     html/EmailInputType.cpp
1297     html/FTPDirectoryDocument.cpp
1298     html/FileInputType.cpp
1299     html/FormAssociatedElement.cpp
1300     html/FormController.cpp
1301     html/FormDataList.cpp
1302     html/HTMLAllCollection.cpp
1303     html/HTMLAnchorElement.cpp
1304     html/HTMLAppletElement.cpp
1305     html/HTMLAreaElement.cpp
1306     html/HTMLAudioElement.cpp
1307     html/HTMLBRElement.cpp
1308     html/HTMLBaseElement.cpp
1309     html/HTMLBaseFontElement.cpp
1310     html/HTMLBodyElement.cpp
1311     html/HTMLButtonElement.cpp
1312     html/HTMLCanvasElement.cpp
1313     html/HTMLCollection.cpp
1314     html/HTMLDListElement.cpp
1315     html/HTMLDataListElement.cpp
1316     html/HTMLDetailsElement.cpp
1317     html/HTMLDialogElement.cpp
1318     html/HTMLDirectoryElement.cpp
1319     html/HTMLDivElement.cpp
1320     html/HTMLDocument.cpp
1321     html/HTMLElement.cpp
1322     html/HTMLEmbedElement.cpp
1323     html/HTMLFieldSetElement.cpp
1324     html/HTMLFontElement.cpp
1325     html/HTMLFormCollection.cpp
1326     html/HTMLFormControlElement.cpp
1327     html/HTMLFormControlElementWithState.cpp
1328     html/HTMLFormElement.cpp
1329     html/HTMLFrameElement.cpp
1330     html/HTMLFrameElementBase.cpp
1331     html/HTMLFrameOwnerElement.cpp
1332     html/HTMLFrameSetElement.cpp
1333     html/HTMLHRElement.cpp
1334     html/HTMLHeadElement.cpp
1335     html/HTMLHeadingElement.cpp
1336     html/HTMLHtmlElement.cpp
1337     html/HTMLIFrameElement.cpp
1338     html/HTMLImageElement.cpp
1339     html/HTMLImageLoader.cpp
1340     html/HTMLIntentElement.cpp
1341     html/HTMLInputElement.cpp
1342     html/HTMLKeygenElement.cpp
1343     html/HTMLLIElement.cpp
1344     html/HTMLLabelElement.cpp
1345     html/HTMLLegendElement.cpp
1346     html/HTMLLinkElement.cpp
1347     html/HTMLMapElement.cpp
1348     html/HTMLMarqueeElement.cpp
1349     html/HTMLMediaElement.cpp
1350     html/HTMLMenuElement.cpp
1351     html/HTMLMetaElement.cpp
1352     html/HTMLMeterElement.cpp
1353     html/HTMLModElement.cpp
1354     html/HTMLNameCollection.cpp
1355     html/HTMLOListElement.cpp
1356     html/HTMLObjectElement.cpp
1357     html/HTMLOptGroupElement.cpp
1358     html/HTMLOptionElement.cpp
1359     html/HTMLOptionsCollection.cpp
1360     html/HTMLOutputElement.cpp
1361     html/HTMLParagraphElement.cpp
1362     html/HTMLParamElement.cpp
1363     html/HTMLParserErrorCodes.cpp
1364     html/HTMLPlugInElement.cpp
1365     html/HTMLPlugInImageElement.cpp
1366     html/HTMLPreElement.cpp
1367     html/HTMLProgressElement.cpp
1368     html/HTMLPropertiesCollection.cpp
1369     html/HTMLQuoteElement.cpp
1370     html/HTMLScriptElement.cpp
1371     html/HTMLSelectElement.cpp
1372     html/HTMLSourceElement.cpp
1373     html/HTMLSpanElement.cpp
1374     html/HTMLStyleElement.cpp
1375     html/HTMLSummaryElement.cpp
1376     html/HTMLTableCaptionElement.cpp
1377     html/HTMLTableCellElement.cpp
1378     html/HTMLTableColElement.cpp
1379     html/HTMLTableElement.cpp
1380     html/HTMLTablePartElement.cpp
1381     html/HTMLTableRowElement.cpp
1382     html/HTMLTableRowsCollection.cpp
1383     html/HTMLTableSectionElement.cpp
1384     html/HTMLTextAreaElement.cpp
1385     html/HTMLTextFormControlElement.cpp
1386     html/HTMLTitleElement.cpp
1387     html/HTMLTrackElement.cpp
1388     html/HTMLUListElement.cpp
1389     html/HTMLVideoElement.cpp
1390     html/HTMLViewSourceDocument.cpp
1391     html/HiddenInputType.cpp
1392     html/ImageData.cpp
1393     html/ImageDocument.cpp
1394     html/ImageInputType.cpp
1395     html/InputType.cpp
1396     html/LabelableElement.cpp
1397     html/LabelsNodeList.cpp
1398     html/LinkRelAttribute.cpp
1399     html/MediaController.cpp
1400     html/MediaDocument.cpp
1401     html/MediaFragmentURIParser.cpp
1402     html/MicroDataItemValue.cpp
1403     html/MonthInputType.cpp
1404     html/NumberInputType.cpp
1405     html/PasswordInputType.cpp
1406     html/PluginDocument.cpp
1407     html/RadioInputType.cpp
1408     html/RadioNodeList.cpp
1409     html/RangeInputType.cpp
1410     html/ResetInputType.cpp
1411     html/SearchInputType.cpp
1412     html/StepRange.cpp
1413     html/SubmitInputType.cpp
1414     html/TelephoneInputType.cpp
1415     html/TextDocument.cpp
1416     html/TextFieldInputType.cpp
1417     html/TextInputType.cpp
1418     html/TimeInputType.cpp
1419     html/TimeRanges.cpp
1420     html/URLInputType.cpp
1421     html/ValidationMessage.cpp
1422     html/ValidityState.cpp
1423     html/WeekInputType.cpp
1424
1425     html/canvas/CanvasContextAttributes.cpp
1426     html/canvas/CanvasGradient.cpp
1427     html/canvas/CanvasPattern.cpp
1428     html/canvas/CanvasRenderingContext.cpp
1429     html/canvas/CanvasRenderingContext2D.cpp
1430     html/canvas/CanvasStyle.cpp
1431     html/canvas/DataView.cpp
1432     html/canvas/EXTTextureFilterAnisotropic.cpp
1433     html/canvas/OESStandardDerivatives.cpp
1434     html/canvas/OESTextureFloat.cpp
1435     html/canvas/OESVertexArrayObject.cpp
1436     html/canvas/WebGLBuffer.cpp
1437     html/canvas/WebGLCompressedTextureS3TC.cpp
1438     html/canvas/WebGLContextAttributes.cpp
1439     html/canvas/WebGLContextEvent.cpp
1440     html/canvas/WebGLContextGroup.cpp
1441     html/canvas/WebGLContextObject.cpp
1442     html/canvas/WebGLDebugRendererInfo.cpp
1443     html/canvas/WebGLDebugShaders.cpp
1444     html/canvas/WebGLDepthTexture.cpp
1445     html/canvas/WebGLExtension.cpp
1446     html/canvas/WebGLFramebuffer.cpp
1447     html/canvas/WebGLGetInfo.cpp
1448     html/canvas/WebGLLoseContext.cpp
1449     html/canvas/WebGLObject.cpp
1450     html/canvas/WebGLProgram.cpp
1451     html/canvas/WebGLRenderbuffer.cpp
1452     html/canvas/WebGLRenderingContext.cpp
1453     html/canvas/WebGLShader.cpp
1454     html/canvas/WebGLShaderPrecisionFormat.cpp
1455     html/canvas/WebGLSharedObject.cpp
1456     html/canvas/WebGLTexture.cpp
1457     html/canvas/WebGLUniformLocation.cpp
1458     html/canvas/WebGLVertexArrayObjectOES.cpp
1459
1460     html/parser/CSSPreloadScanner.cpp
1461     html/parser/HTMLConstructionSite.cpp
1462     html/parser/HTMLDocumentParser.cpp
1463     html/parser/HTMLElementStack.cpp
1464     html/parser/HTMLEntityParser.cpp
1465     html/parser/HTMLEntitySearch.cpp
1466     html/parser/HTMLParserIdioms.cpp
1467     html/parser/HTMLParserScheduler.cpp
1468     html/parser/HTMLFormattingElementList.cpp
1469     html/parser/HTMLMetaCharsetParser.cpp
1470     html/parser/HTMLPreloadScanner.cpp
1471     html/parser/HTMLScriptRunner.cpp
1472     html/parser/HTMLSourceTracker.cpp
1473     html/parser/HTMLTokenizer.cpp
1474     html/parser/HTMLTreeBuilder.cpp
1475     html/parser/HTMLViewSourceParser.cpp
1476     html/parser/TextDocumentParser.cpp
1477     html/parser/TextViewSourceParser.cpp
1478     html/parser/XSSAuditor.cpp
1479
1480     html/shadow/ContentDistributor.cpp
1481     html/shadow/ContentSelectorQuery.cpp
1482     html/shadow/DetailsMarkerControl.cpp
1483     html/shadow/HTMLContentElement.cpp
1484     html/shadow/HTMLShadowElement.cpp
1485     html/shadow/ImageInnerElement.cpp
1486     html/shadow/InsertionPoint.cpp
1487     html/shadow/MediaControls.cpp
1488     html/shadow/MediaControlElements.cpp
1489     html/shadow/MediaControlRootElement.cpp
1490     html/shadow/MeterShadowElement.cpp
1491     html/shadow/ProgressShadowElement.cpp
1492     html/shadow/SliderThumbElement.cpp
1493     html/shadow/TextControlInnerElements.cpp
1494
1495     html/track/LoadableTextTrack.cpp
1496     html/track/TextTrack.cpp
1497     html/track/TextTrackCue.cpp
1498     html/track/TextTrackCueList.cpp
1499     html/track/TextTrackList.cpp
1500     html/track/TrackBase.cpp
1501     html/track/TrackEvent.cpp
1502     html/track/WebVTTParser.cpp
1503     html/track/WebVTTTokenizer.cpp
1504 )
1505
1506 IF (NOT ENABLE_ALLINONE)
1507 LIST(APPEND WebCore_SOURCES
1508     inspector/ConsoleMessage.cpp
1509     inspector/ContentSearchUtils.cpp
1510     inspector/DOMEditor.cpp
1511     inspector/DOMNodeHighlighter.cpp
1512     inspector/DOMPatchSupport.cpp
1513     inspector/IdentifiersFactory.cpp
1514     inspector/InjectedScript.cpp
1515     inspector/InjectedScriptBase.cpp
1516     inspector/InjectedScriptHost.cpp
1517     inspector/InjectedScriptManager.cpp
1518     inspector/InjectedScriptModule.cpp
1519     inspector/InjectedScriptWebGLModule.cpp
1520     inspector/InspectorAgent.cpp
1521     inspector/InspectorApplicationCacheAgent.cpp
1522     inspector/InspectorBaseAgent.cpp
1523     inspector/InspectorPageAgent.cpp
1524     inspector/InspectorCSSAgent.cpp
1525     inspector/InspectorClient.cpp
1526     inspector/InspectorConsoleAgent.cpp
1527     inspector/InspectorController.cpp
1528     inspector/InspectorCounters.cpp
1529     inspector/InspectorDOMAgent.cpp
1530     inspector/InspectorDOMDebuggerAgent.cpp
1531     inspector/InspectorDOMStorageAgent.cpp
1532     inspector/InspectorDOMStorageResource.cpp
1533     inspector/InspectorDatabaseAgent.cpp
1534     inspector/InspectorDatabaseResource.cpp
1535     inspector/InspectorDebuggerAgent.cpp
1536     inspector/InspectorFileSystemAgent.cpp
1537     inspector/InspectorFrontendClientLocal.cpp
1538     inspector/InspectorFrontendHost.cpp
1539     inspector/InspectorHistory.cpp
1540     inspector/InspectorIndexedDBAgent.cpp
1541     inspector/InspectorInstrumentation.cpp
1542     inspector/InspectorMemoryAgent.cpp
1543     inspector/InspectorProfilerAgent.cpp
1544     inspector/InspectorResourceAgent.cpp
1545     inspector/InspectorRuntimeAgent.cpp
1546     inspector/InspectorState.cpp
1547     inspector/InspectorStyleSheet.cpp
1548     inspector/InspectorStyleTextEditor.cpp
1549     inspector/InspectorTimelineAgent.cpp
1550     inspector/InspectorValues.cpp
1551     inspector/InspectorWebGLAgent.cpp
1552     inspector/InspectorWorkerAgent.cpp
1553     inspector/InstrumentingAgents.cpp
1554     inspector/NetworkResourcesData.cpp
1555     inspector/PageConsoleAgent.cpp
1556     inspector/PageDebuggerAgent.cpp
1557     inspector/PageRuntimeAgent.cpp
1558     inspector/ScriptArguments.cpp
1559     inspector/ScriptCallFrame.cpp
1560     inspector/ScriptCallStack.cpp
1561     inspector/TimelineRecordFactory.cpp
1562     inspector/WorkerConsoleAgent.cpp
1563     inspector/WorkerDebuggerAgent.cpp
1564     inspector/WorkerInspectorController.cpp
1565     inspector/WorkerRuntimeAgent.cpp
1566 )
1567 ENDIF ()
1568
1569 LIST(APPEND WebCore_SOURCES
1570     loader/CrossOriginAccessControl.cpp
1571     loader/CrossOriginPreflightResultCache.cpp
1572     loader/DocumentLoadTiming.cpp
1573     loader/DocumentLoader.cpp
1574     loader/DocumentThreadableLoader.cpp
1575     loader/DocumentWriter.cpp
1576     loader/EmptyClients.cpp
1577     loader/FTPDirectoryParser.cpp
1578     loader/FormState.cpp
1579     loader/FormSubmission.cpp
1580     loader/FrameLoader.cpp
1581     loader/FrameLoaderStateMachine.cpp
1582     loader/HistoryController.cpp
1583     loader/ImageLoader.cpp
1584     loader/LinkLoader.cpp
1585     loader/MainResourceLoader.cpp
1586     loader/NavigationAction.cpp
1587     loader/NetscapePlugInStreamLoader.cpp
1588     loader/PingLoader.cpp
1589     loader/PlaceholderDocument.cpp
1590     loader/PolicyCallback.cpp
1591     loader/PolicyChecker.cpp
1592     loader/ProgressTracker.cpp
1593     loader/NavigationScheduler.cpp
1594     loader/ResourceLoadNotifier.cpp
1595     loader/ResourceLoadScheduler.cpp
1596     loader/ResourceLoader.cpp
1597     loader/SinkDocument.cpp
1598     loader/SubframeLoader.cpp
1599     loader/SubresourceLoader.cpp
1600     loader/TextResourceDecoder.cpp
1601     loader/TextTrackLoader.cpp
1602     loader/ThreadableLoader.cpp
1603     loader/WorkerThreadableLoader.cpp
1604
1605     loader/appcache/ApplicationCache.cpp
1606     loader/appcache/ApplicationCacheGroup.cpp
1607     loader/appcache/ApplicationCacheHost.cpp
1608     loader/appcache/ApplicationCacheResource.cpp
1609     loader/appcache/ApplicationCacheStorage.cpp
1610     loader/appcache/DOMApplicationCache.cpp
1611     loader/appcache/ManifestParser.cpp
1612
1613     loader/archive/Archive.cpp
1614     loader/archive/ArchiveFactory.cpp
1615     loader/archive/ArchiveResource.cpp
1616     loader/archive/ArchiveResourceCollection.cpp
1617
1618     loader/archive/mhtml/MHTMLArchive.cpp
1619     loader/archive/mhtml/MHTMLParser.cpp
1620
1621     loader/cache/CachedCSSStyleSheet.cpp
1622     loader/cache/CachedFont.cpp
1623     loader/cache/CachedImage.cpp
1624     loader/cache/CachedRawResource.cpp
1625     loader/cache/CachedResource.cpp
1626     loader/cache/CachedResourceHandle.cpp
1627     loader/cache/CachedResourceLoader.cpp
1628     loader/cache/CachedScript.cpp
1629     loader/cache/CachedSVGDocument.cpp
1630     loader/cache/CachedTextTrack.cpp
1631     loader/cache/CachedXSLStyleSheet.cpp
1632     loader/cache/MemoryCache.cpp
1633
1634     loader/icon/IconController.cpp
1635     loader/icon/IconDatabase.cpp
1636     loader/icon/IconDatabaseBase.cpp
1637     loader/icon/IconLoader.cpp
1638     loader/icon/IconRecord.cpp
1639     loader/icon/PageURLRecord.cpp
1640
1641     mathml/MathMLElement.cpp
1642     mathml/MathMLInlineContainerElement.cpp
1643     mathml/MathMLMathElement.cpp
1644     mathml/MathMLTextElement.cpp
1645
1646     page/BarInfo.cpp
1647     page/Chrome.cpp
1648     page/Console.cpp
1649     page/ContentSecurityPolicy.cpp
1650     page/ContextMenuController.cpp
1651     page/Crypto.cpp
1652     page/DiagnosticLoggingKeys.cpp
1653     page/DOMSecurityPolicy.cpp
1654     page/DOMSelection.cpp
1655     page/DOMTimer.cpp
1656     page/DOMWindow.cpp
1657     page/DOMWindowExtension.cpp
1658     page/DOMWindowProperty.cpp
1659     page/DragController.cpp
1660     page/EventHandler.cpp
1661     page/EventSource.cpp
1662     page/FeatureObserver.cpp
1663     page/FocusController.cpp
1664     page/Frame.cpp
1665     page/FrameActionScheduler.cpp
1666     page/FrameDestructionObserver.cpp
1667     page/FrameTree.cpp
1668     page/FrameView.cpp
1669     page/GestureTapHighlighter.cpp
1670     page/GroupSettings.cpp
1671     page/GestureTapHighlighter.cpp
1672     page/History.cpp
1673     page/Location.cpp
1674     page/MemoryInfo.cpp
1675     page/MouseEventWithHitTestResults.cpp
1676     page/Navigator.cpp
1677     page/NavigatorBase.cpp
1678     page/OriginAccessEntry.cpp
1679     page/Page.cpp
1680     page/PageGroup.cpp
1681     page/PageGroupLoadDeferrer.cpp
1682     page/PageSerializer.cpp
1683     page/PageVisibilityState.cpp
1684     page/Performance.cpp
1685     page/PerformanceEntry.cpp
1686     page/PerformanceEntryList.cpp
1687     page/PerformanceNavigation.cpp
1688     page/PerformanceResourceTiming.cpp
1689     page/PerformanceTiming.cpp
1690     page/PrintContext.cpp
1691     page/Screen.cpp
1692     page/SecurityOrigin.cpp
1693     page/SecurityPolicy.cpp
1694     page/Settings.cpp
1695     page/SpatialNavigation.cpp
1696     page/SuspendableTimer.cpp
1697     page/UserContentURLPattern.cpp
1698     page/WebKitAnimation.cpp
1699     page/WebKitAnimationList.cpp
1700     page/WindowFeatures.cpp
1701     page/WindowFocusAllowedIndicator.cpp
1702     page/WorkerNavigator.cpp
1703
1704     page/animation/AnimationBase.cpp
1705     page/animation/AnimationController.cpp
1706     page/animation/CompositeAnimation.cpp
1707     page/animation/CSSPropertyAnimation.cpp
1708     page/animation/ImplicitAnimation.cpp
1709     page/animation/KeyframeAnimation.cpp
1710
1711     page/scrolling/ScrollingCoordinator.cpp
1712     page/scrolling/ScrollingCoordinatorNone.cpp
1713
1714     platform/Arena.cpp
1715     platform/AsyncFileSystem.cpp
1716     platform/CalculationValue.cpp
1717     platform/Clock.cpp
1718     platform/ContextMenu.cpp
1719     platform/ContextMenuItem.cpp
1720     platform/ContentType.cpp
1721     platform/CrossThreadCopier.cpp
1722     platform/DateComponents.cpp
1723     platform/Decimal.cpp
1724     platform/DragData.cpp
1725     platform/DragImage.cpp
1726     platform/EventTracer.cpp
1727     platform/FileChooser.cpp
1728     platform/FileIconLoader.cpp
1729     platform/FileStream.cpp
1730     platform/FileSystem.cpp
1731     platform/ClockGeneric.cpp
1732     platform/HistogramSupport.cpp
1733     platform/KURL.cpp
1734     platform/KillRingNone.cpp
1735     platform/Language.cpp
1736     platform/LayoutTestSupport.cpp
1737     platform/Length.cpp
1738     platform/LengthBox.cpp
1739     platform/LinkHash.cpp
1740     platform/Logging.cpp
1741     platform/MemoryUsageSupport.cpp
1742     platform/MIMETypeRegistry.cpp
1743     platform/MemoryPressureHandler.cpp
1744     platform/PlatformEvent.cpp
1745     platform/RunLoop.cpp
1746     platform/RuntimeApplicationChecks.cpp
1747     platform/ScrollAnimator.cpp
1748     platform/ScrollableArea.cpp
1749     platform/Scrollbar.cpp
1750     platform/ScrollbarTheme.cpp
1751     platform/ScrollbarThemeComposite.cpp
1752     platform/ScrollView.cpp
1753     platform/SharedBuffer.cpp
1754     platform/SharedBufferChunkReader.cpp
1755     platform/SchemeRegistry.cpp
1756     platform/StatsCounter.cpp
1757     platform/ThreadGlobalData.cpp
1758     platform/ThreadTimers.cpp
1759     platform/Timer.cpp
1760     platform/UUID.cpp
1761     platform/VisitedLinks.cpp
1762     platform/Widget.cpp
1763
1764     platform/animation/Animation.cpp
1765     platform/animation/AnimationList.cpp
1766
1767     platform/audio/AudioBus.cpp
1768     platform/audio/AudioChannel.cpp
1769     platform/audio/AudioDSPKernelProcessor.cpp
1770     platform/audio/AudioFIFO.cpp
1771     platform/audio/AudioPullFIFO.cpp
1772     platform/audio/AudioResampler.cpp
1773     platform/audio/AudioResamplerKernel.cpp
1774     platform/audio/AudioUtilities.cpp
1775     platform/audio/Biquad.cpp
1776     platform/audio/Cone.cpp
1777     platform/audio/DirectConvolver.cpp
1778     platform/audio/Distance.cpp
1779     platform/audio/DynamicsCompressor.cpp
1780     platform/audio/DynamicsCompressorKernel.cpp
1781     platform/audio/EqualPowerPanner.cpp
1782     platform/audio/FFTConvolver.cpp
1783     platform/audio/FFTFrame.cpp
1784     platform/audio/FFTFrameStub.cpp
1785     platform/audio/HRTFDatabase.cpp
1786     platform/audio/HRTFDatabaseLoader.cpp
1787     platform/audio/HRTFElevation.cpp
1788     platform/audio/HRTFKernel.cpp
1789     platform/audio/HRTFPanner.cpp
1790     platform/audio/MultiChannelResampler.cpp
1791     platform/audio/Panner.cpp
1792     platform/audio/Reverb.cpp
1793     platform/audio/ReverbAccumulationBuffer.cpp
1794     platform/audio/ReverbConvolver.cpp
1795     platform/audio/ReverbConvolverStage.cpp
1796     platform/audio/ReverbInputBuffer.cpp
1797     platform/audio/SincResampler.cpp
1798     platform/audio/VectorMath.cpp
1799     platform/audio/ZeroPole.cpp
1800
1801     platform/graphics/BitmapImage.cpp
1802     platform/graphics/Color.cpp
1803     platform/graphics/CrossfadeGeneratedImage.cpp
1804     platform/graphics/FloatPoint.cpp
1805     platform/graphics/FloatPoint3D.cpp
1806     platform/graphics/FloatQuad.cpp
1807     platform/graphics/FloatRect.cpp
1808     platform/graphics/FloatSize.cpp
1809     platform/graphics/Font.cpp
1810     platform/graphics/FontCache.cpp
1811     platform/graphics/FontData.cpp
1812     platform/graphics/FontDescription.cpp
1813     platform/graphics/FontFallbackList.cpp
1814     platform/graphics/FontFamily.cpp
1815     platform/graphics/FontFastPath.cpp
1816     platform/graphics/FontFeatureSettings.cpp
1817     platform/graphics/FractionalLayoutBoxExtent.cpp
1818     platform/graphics/FractionalLayoutRect.cpp
1819     platform/graphics/GeneratorGeneratedImage.cpp
1820     platform/graphics/GlyphPageTreeNode.cpp
1821     platform/graphics/Gradient.cpp
1822     platform/graphics/GraphicsContext.cpp
1823     platform/graphics/GraphicsLayer.cpp
1824     platform/graphics/GraphicsLayerAnimation.cpp
1825     platform/graphics/GraphicsLayerUpdater.cpp
1826     platform/graphics/GraphicsLayerTransform.cpp
1827     platform/graphics/GraphicsTypes.cpp
1828     platform/graphics/Image.cpp
1829     platform/graphics/ImageBuffer.cpp
1830     platform/graphics/ImageOrientation.cpp
1831     platform/graphics/IntRect.cpp
1832     platform/graphics/MediaPlayer.cpp
1833     platform/graphics/Path.cpp
1834     platform/graphics/PathTraversalState.cpp
1835     platform/graphics/Pattern.cpp
1836     platform/graphics/Region.cpp
1837     platform/graphics/RoundedRect.cpp
1838     platform/graphics/SegmentedFontData.cpp
1839     platform/graphics/ShadowBlur.cpp
1840     platform/graphics/SimpleFontData.cpp
1841     platform/graphics/StringTruncator.cpp
1842     platform/graphics/SurrogatePairAwareTextIterator.cpp
1843     platform/graphics/SVGGlyph.cpp
1844     platform/graphics/TextRun.cpp
1845     platform/graphics/TiledBackingStore.cpp
1846     platform/graphics/WidthIterator.cpp
1847     
1848     platform/graphics/arm/ShadowBlurNEON.cpp
1849     platform/graphics/arm/ShadowBlurNEON.h
1850
1851     platform/graphics/filters/CustomFilterGlobalContext.cpp
1852     platform/graphics/filters/CustomFilterMesh.cpp
1853     platform/graphics/filters/CustomFilterProgram.cpp
1854     platform/graphics/filters/CustomFilterCompiledProgram.cpp
1855     platform/graphics/filters/DistantLightSource.cpp
1856     platform/graphics/filters/FEBlend.cpp
1857     platform/graphics/filters/FEColorMatrix.cpp
1858     platform/graphics/filters/FEComponentTransfer.cpp
1859     platform/graphics/filters/FEComposite.cpp
1860     platform/graphics/filters/FEConvolveMatrix.cpp
1861     platform/graphics/filters/FECustomFilter.cpp
1862     platform/graphics/filters/FEDiffuseLighting.cpp
1863     platform/graphics/filters/FEDisplacementMap.cpp
1864     platform/graphics/filters/FEDropShadow.cpp
1865     platform/graphics/filters/FEFlood.cpp
1866     platform/graphics/filters/FEGaussianBlur.cpp
1867     platform/graphics/filters/FELighting.cpp
1868     platform/graphics/filters/FEMerge.cpp
1869     platform/graphics/filters/FEMorphology.cpp
1870     platform/graphics/filters/FEOffset.cpp
1871     platform/graphics/filters/FESpecularLighting.cpp
1872     platform/graphics/filters/FETile.cpp
1873     platform/graphics/filters/FETurbulence.cpp
1874     platform/graphics/filters/FilterEffect.cpp
1875     platform/graphics/filters/FilterOperation.cpp
1876     platform/graphics/filters/FilterOperations.cpp
1877     platform/graphics/filters/FilterOperation.cpp
1878     platform/graphics/filters/LightSource.cpp
1879     platform/graphics/filters/PointLightSource.cpp
1880     platform/graphics/filters/SpotLightSource.cpp
1881     platform/graphics/filters/SourceAlpha.cpp
1882     platform/graphics/filters/SourceGraphic.cpp
1883
1884     platform/graphics/filters/arm/NEONHelpers.h
1885     platform/graphics/filters/arm/FEBlendNEON.h
1886     platform/graphics/filters/arm/FECompositeArithmeticNEON.h
1887     platform/graphics/filters/arm/FEGaussianBlurNEON.h
1888     platform/graphics/filters/arm/FELightingNEON.cpp
1889     platform/graphics/filters/arm/FELightingNEON.h
1890
1891     platform/graphics/texmap/TextureMapper.cpp
1892     platform/graphics/texmap/TextureMapperBackingStore.cpp
1893     platform/graphics/texmap/TextureMapperImageBuffer.cpp
1894     platform/graphics/texmap/TextureMapperLayer.cpp
1895
1896     platform/graphics/transforms/AffineTransform.cpp
1897     platform/graphics/transforms/Matrix3DTransformOperation.cpp
1898     platform/graphics/transforms/MatrixTransformOperation.cpp
1899     platform/graphics/transforms/PerspectiveTransformOperation.cpp
1900     platform/graphics/transforms/RotateTransformOperation.cpp
1901     platform/graphics/transforms/ScaleTransformOperation.cpp
1902     platform/graphics/transforms/SkewTransformOperation.cpp
1903     platform/graphics/transforms/TransformOperations.cpp
1904     platform/graphics/transforms/TransformationMatrix.cpp
1905     platform/graphics/transforms/TransformState.cpp
1906     platform/graphics/transforms/TranslateTransformOperation.cpp
1907
1908     platform/leveldb/LevelDBDatabase.cpp
1909     platform/leveldb/LevelDBTransaction.cpp
1910     platform/leveldb/LevelDBWriteBatch.cpp
1911
1912     platform/mediastream/IceCandidateDescriptor.cpp
1913     platform/mediastream/IceOptions.cpp
1914     platform/mediastream/MediaHints.cpp
1915     platform/mediastream/MediaStreamCenter.cpp
1916     platform/mediastream/MediaStreamSource.cpp
1917     platform/mediastream/PeerConnection00Handler.cpp
1918     platform/mediastream/SessionDescriptionDescriptor.cpp
1919
1920     platform/mock/DeviceMotionClientMock.cpp
1921     platform/mock/DeviceOrientationClientMock.cpp
1922     platform/mock/GeolocationClientMock.cpp
1923     platform/mock/ScrollbarThemeMock.cpp
1924
1925     platform/network/AuthenticationChallengeBase.cpp
1926     platform/network/BlobData.cpp
1927     platform/network/BlobRegistryImpl.cpp
1928     platform/network/BlobResourceHandle.cpp
1929     platform/network/Credential.cpp
1930     platform/network/CredentialStorage.cpp
1931     platform/network/ContentTypeParser.cpp
1932     platform/network/DataURL.cpp
1933     platform/network/DNSResolveQueue.cpp
1934     platform/network/FormDataBuilder.cpp
1935     platform/network/FormData.cpp
1936     platform/network/HTTPHeaderMap.cpp
1937     platform/network/HTTPParsers.cpp
1938     platform/network/HTTPRequest.cpp
1939     platform/network/HTTPValidation.cpp
1940     platform/network/MIMEHeader.cpp
1941     platform/network/NetworkStateNotifier.cpp
1942     platform/network/ProtectionSpace.cpp
1943     platform/network/ProxyServer.cpp
1944     platform/network/ResourceErrorBase.cpp
1945     platform/network/ResourceHandle.cpp
1946     platform/network/ResourceLoadTiming.cpp
1947     platform/network/ResourceRequestBase.cpp
1948     platform/network/ResourceResponseBase.cpp
1949     platform/network/SocketStreamHandleBase.cpp
1950
1951     platform/sql/SQLValue.cpp
1952     platform/sql/SQLiteAuthorizer.cpp
1953     platform/sql/SQLiteDatabase.cpp
1954     platform/sql/SQLiteFileSystem.cpp
1955     platform/sql/SQLiteStatement.cpp
1956     platform/sql/SQLiteTransaction.cpp
1957
1958     platform/text/BidiContext.cpp
1959     platform/text/DateTimeFormat.cpp
1960     platform/text/Hyphenation.cpp
1961     platform/text/LineEnding.cpp
1962     platform/text/LocaleToScriptMappingDefault.cpp
1963     platform/text/LocalizedDateNone.cpp
1964     platform/text/LocalizedNumberNone.cpp
1965     platform/text/QuotedPrintable.cpp
1966     platform/text/RegularExpression.cpp
1967     platform/text/SegmentedString.cpp
1968     platform/text/String.cpp
1969     platform/text/TextBoundaries.cpp
1970     platform/text/TextCodec.cpp
1971     platform/text/TextCodecLatin1.cpp
1972     platform/text/TextCodecUTF16.cpp
1973     platform/text/TextCodecUTF8.cpp
1974     platform/text/TextCodecUserDefined.cpp
1975     platform/text/TextEncoding.cpp
1976     platform/text/TextEncodingRegistry.cpp
1977     platform/text/TextStream.cpp
1978     platform/text/UnicodeRange.cpp
1979
1980     platform/text/transcoder/FontTranscoder.cpp
1981
1982     plugins/DOMMimeTypeArray.cpp
1983     plugins/DOMMimeType.cpp
1984     plugins/DOMPluginArray.cpp
1985     plugins/DOMPlugin.cpp
1986     plugins/PluginData.cpp
1987     plugins/PluginDatabase.cpp
1988     plugins/PluginMainThreadScheduler.cpp
1989
1990     rendering/AutoTableLayout.cpp
1991     rendering/BidiRun.cpp
1992     rendering/CounterNode.cpp
1993     rendering/EllipsisBox.cpp
1994     rendering/FilterEffectRenderer.cpp
1995     rendering/FixedTableLayout.cpp
1996     rendering/FlowThreadController.cpp
1997     rendering/HitTestingTransformState.cpp
1998     rendering/HitTestResult.cpp
1999     rendering/InlineBox.cpp
2000     rendering/InlineFlowBox.cpp
2001     rendering/InlineTextBox.cpp
2002     rendering/LayoutState.cpp
2003     rendering/LayoutRepainter.cpp
2004     rendering/PointerEventsHitRules.cpp
2005     rendering/RenderApplet.cpp
2006     rendering/RenderArena.cpp
2007     rendering/RenderBR.cpp
2008     rendering/RenderBlock.cpp
2009     rendering/RenderBlockLineLayout.cpp
2010     rendering/RenderBox.cpp
2011     rendering/RenderBoxModelObject.cpp
2012     rendering/RenderButton.cpp
2013     rendering/RenderCombineText.cpp
2014     rendering/RenderCounter.cpp
2015     rendering/RenderDeprecatedFlexibleBox.cpp
2016     rendering/RenderDetailsMarker.cpp
2017     rendering/RenderEmbeddedObject.cpp
2018     rendering/RenderFieldset.cpp
2019     rendering/RenderFileUploadControl.cpp
2020     rendering/RenderFlexibleBox.cpp
2021     rendering/RenderGrid.cpp
2022     rendering/RenderFlowThread.cpp
2023     rendering/RenderFrame.cpp
2024     rendering/RenderFrameBase.cpp
2025     rendering/RenderFrameSet.cpp
2026     rendering/RenderFullScreen.cpp
2027     rendering/RenderGeometryMap.cpp
2028     rendering/RenderHTMLCanvas.cpp
2029     rendering/RenderIFrame.cpp
2030     rendering/RenderImage.cpp
2031     rendering/RenderImageResource.cpp
2032     rendering/RenderImageResourceStyleImage.cpp
2033     rendering/RenderInline.cpp
2034     rendering/RenderLayer.cpp
2035     rendering/RenderLayerBacking.cpp
2036     rendering/RenderLayerCompositor.cpp
2037     rendering/RenderLayerFilterInfo.cpp
2038     rendering/RenderLineBoxList.cpp
2039     rendering/RenderListBox.cpp
2040     rendering/RenderListItem.cpp
2041     rendering/RenderListMarker.cpp
2042     rendering/RenderMarquee.cpp
2043     rendering/RenderMedia.cpp
2044     rendering/RenderMenuList.cpp
2045     rendering/RenderMeter.cpp
2046     rendering/RenderMultiColumnBlock.cpp
2047     rendering/RenderMultiColumnFlowThread.cpp
2048     rendering/RenderMultiColumnSet.cpp
2049     rendering/RenderNamedFlowThread.cpp
2050     rendering/RenderObject.cpp
2051     rendering/RenderObjectChildList.cpp
2052     rendering/RenderPart.cpp
2053     rendering/RenderProgress.cpp
2054     rendering/RenderQuote.cpp
2055     rendering/RenderRegion.cpp
2056     rendering/RenderRegionSet.cpp
2057     rendering/RenderReplaced.cpp
2058     rendering/RenderReplica.cpp
2059     rendering/RenderRuby.cpp
2060     rendering/RenderRubyBase.cpp
2061     rendering/RenderRubyRun.cpp
2062     rendering/RenderRubyText.cpp
2063     rendering/RenderScrollbar.cpp
2064     rendering/RenderScrollbarPart.cpp
2065     rendering/RenderScrollbarTheme.cpp
2066     rendering/RenderSearchField.cpp
2067     rendering/RenderSlider.cpp
2068     rendering/RenderTable.cpp
2069     rendering/RenderTableCaption.cpp
2070     rendering/RenderTableCell.cpp
2071     rendering/RenderTableCol.cpp
2072     rendering/RenderTableRow.cpp
2073     rendering/RenderTableSection.cpp
2074     rendering/RenderText.cpp
2075     rendering/RenderTextControl.cpp
2076     rendering/RenderTextControlMultiLine.cpp
2077     rendering/RenderTextControlSingleLine.cpp
2078     rendering/RenderTextFragment.cpp
2079     rendering/RenderTextTrackCue.cpp
2080     rendering/RenderTheme.cpp
2081     rendering/RenderTreeAsText.cpp
2082     rendering/RenderVideo.cpp
2083     rendering/RenderView.cpp
2084     rendering/RenderWidget.cpp
2085     rendering/RenderWordBreak.cpp
2086     rendering/RootInlineBox.cpp
2087     rendering/ScrollBehavior.cpp
2088     rendering/TextAutosizer.cpp
2089     rendering/break_lines.cpp
2090
2091     rendering/mathml/RenderMathMLBlock.cpp
2092     rendering/mathml/RenderMathMLFenced.cpp
2093     rendering/mathml/RenderMathMLFraction.cpp
2094     rendering/mathml/RenderMathMLMath.cpp
2095     rendering/mathml/RenderMathMLOperator.cpp
2096     rendering/mathml/RenderMathMLRoot.cpp
2097     rendering/mathml/RenderMathMLRow.cpp
2098     rendering/mathml/RenderMathMLSquareRoot.cpp
2099     rendering/mathml/RenderMathMLSubSup.cpp
2100     rendering/mathml/RenderMathMLUnderOver.cpp
2101
2102     rendering/style/BasicShapes.cpp
2103     rendering/style/ContentData.cpp
2104     rendering/style/CounterDirectives.cpp
2105     rendering/style/FillLayer.cpp
2106     rendering/style/KeyframeList.cpp
2107     rendering/style/NinePieceImage.cpp
2108     rendering/style/QuotesData.cpp
2109     rendering/style/RenderStyle.cpp
2110     rendering/style/ShadowData.cpp
2111     rendering/style/StyleBackgroundData.cpp
2112     rendering/style/StyleBoxData.cpp
2113     rendering/style/StyleCachedImage.cpp
2114     rendering/style/StyleCachedImageSet.cpp
2115     rendering/style/StyleDeprecatedFlexibleBoxData.cpp
2116     rendering/style/StyleFilterData.cpp
2117     rendering/style/StyleFlexibleBoxData.cpp
2118     rendering/style/StyleGeneratedImage.cpp
2119     rendering/style/StyleGridData.cpp
2120     rendering/style/StyleGridItemData.cpp
2121     rendering/style/StyleInheritedData.cpp
2122     rendering/style/StyleMarqueeData.cpp
2123     rendering/style/StyleMultiColData.cpp
2124     rendering/style/StyleRareInheritedData.cpp
2125     rendering/style/StyleRareNonInheritedData.cpp
2126     rendering/style/StyleSurroundData.cpp
2127     rendering/style/StyleTransformData.cpp
2128     rendering/style/StyleVisualData.cpp
2129     rendering/style/SVGRenderStyle.cpp
2130     rendering/style/SVGRenderStyleDefs.cpp
2131
2132 )
2133 IF (NOT ENABLE_ALLINONE)
2134 LIST(APPEND WebCore_SOURCES
2135
2136     rendering/svg/RenderSVGBlock.cpp
2137     rendering/svg/RenderSVGContainer.cpp
2138     rendering/svg/RenderSVGEllipse.cpp
2139     rendering/svg/RenderSVGGradientStop.cpp
2140     rendering/svg/RenderSVGForeignObject.cpp
2141     rendering/svg/RenderSVGHiddenContainer.cpp
2142     rendering/svg/RenderSVGImage.cpp
2143     rendering/svg/RenderSVGInline.cpp
2144     rendering/svg/RenderSVGInlineText.cpp
2145     rendering/svg/RenderSVGModelObject.cpp
2146     rendering/svg/RenderSVGPath.cpp
2147     rendering/svg/RenderSVGRect.cpp
2148     rendering/svg/RenderSVGResource.cpp
2149     rendering/svg/RenderSVGResourceClipper.cpp
2150     rendering/svg/RenderSVGResourceContainer.cpp
2151     rendering/svg/RenderSVGResourceFilter.cpp
2152     rendering/svg/RenderSVGResourceFilterPrimitive.cpp
2153     rendering/svg/RenderSVGResourceGradient.cpp
2154     rendering/svg/RenderSVGResourceLinearGradient.cpp
2155     rendering/svg/RenderSVGResourceMarker.cpp
2156     rendering/svg/RenderSVGResourceMasker.cpp
2157     rendering/svg/RenderSVGResourcePattern.cpp
2158     rendering/svg/RenderSVGResourceRadialGradient.cpp
2159     rendering/svg/RenderSVGResourceSolidColor.cpp
2160     rendering/svg/RenderSVGRoot.cpp
2161     rendering/svg/RenderSVGShape.cpp
2162     rendering/svg/RenderSVGTSpan.cpp
2163     rendering/svg/RenderSVGText.cpp
2164     rendering/svg/RenderSVGTextPath.cpp
2165     rendering/svg/RenderSVGTransformableContainer.cpp
2166     rendering/svg/RenderSVGViewportContainer.cpp
2167     rendering/svg/SVGInlineFlowBox.cpp
2168     rendering/svg/SVGInlineTextBox.cpp
2169     rendering/svg/SVGPathData.cpp
2170     rendering/svg/SVGRenderSupport.cpp
2171     rendering/svg/SVGRenderTreeAsText.cpp
2172     rendering/svg/SVGRenderingContext.cpp
2173     rendering/svg/SVGResources.cpp
2174     rendering/svg/SVGResourcesCache.cpp
2175     rendering/svg/SVGResourcesCycleSolver.cpp
2176     rendering/svg/SVGRootInlineBox.cpp
2177     rendering/svg/SVGTextChunk.cpp
2178     rendering/svg/SVGTextChunkBuilder.cpp
2179     rendering/svg/SVGTextLayoutAttributes.cpp
2180     rendering/svg/SVGTextLayoutAttributesBuilder.cpp
2181     rendering/svg/SVGTextLayoutEngine.cpp
2182     rendering/svg/SVGTextLayoutEngineBaseline.cpp
2183     rendering/svg/SVGTextLayoutEngineSpacing.cpp
2184     rendering/svg/SVGTextRunRenderingContext.cpp
2185     rendering/svg/SVGTextMetrics.cpp
2186     rendering/svg/SVGTextMetricsBuilder.cpp
2187     rendering/svg/SVGTextQuery.cpp
2188 )
2189 ENDIF ()
2190 LIST(APPEND WebCore_SOURCES
2191
2192     storage/StorageTask.cpp
2193     storage/StorageThread.cpp
2194     storage/Storage.cpp
2195     storage/StorageAreaImpl.cpp
2196     storage/StorageAreaSync.cpp
2197     storage/StorageEvent.cpp
2198     storage/StorageEventDispatcher.cpp
2199     storage/StorageMap.cpp
2200     storage/StorageNamespace.cpp
2201     storage/StorageNamespaceImpl.cpp
2202     storage/StorageSyncManager.cpp
2203     storage/StorageTracker.cpp
2204
2205 )
2206 IF (NOT ENABLE_ALLINONE)
2207 LIST(APPEND WebCore_SOURCES
2208
2209     svg/ColorDistance.cpp
2210     svg/SVGAElement.cpp
2211     svg/SVGAltGlyphDefElement.cpp
2212     svg/SVGAltGlyphElement.cpp
2213     svg/SVGAltGlyphItemElement.cpp
2214     svg/SVGAngle.cpp
2215     svg/SVGAnimateColorElement.cpp
2216     svg/SVGAnimatedAngle.cpp
2217     svg/SVGAnimatedBoolean.cpp
2218     svg/SVGAnimatedColor.cpp
2219     svg/SVGAnimatedEnumeration.cpp
2220     svg/SVGAnimatedInteger.cpp
2221     svg/SVGAnimatedIntegerOptionalInteger.cpp
2222     svg/SVGAnimatedLength.cpp
2223     svg/SVGAnimatedLengthList.cpp
2224     svg/SVGAnimatedNumber.cpp
2225     svg/SVGAnimatedNumberList.cpp
2226     svg/SVGAnimatedNumberOptionalNumber.cpp
2227     svg/SVGAnimatedPath.cpp
2228     svg/SVGAnimatedPointList.cpp
2229     svg/SVGAnimatedPreserveAspectRatio.cpp
2230     svg/SVGAnimatedRect.cpp
2231     svg/SVGAnimatedString.cpp
2232     svg/SVGAnimatedTransformList.cpp
2233     svg/SVGAnimatedType.cpp
2234     svg/SVGAnimateElement.cpp
2235     svg/SVGAnimateMotionElement.cpp
2236     svg/SVGAnimateTransformElement.cpp
2237     svg/SVGAnimationElement.cpp
2238     svg/SVGCircleElement.cpp
2239     svg/SVGClipPathElement.cpp
2240     svg/SVGColor.cpp
2241     svg/SVGComponentTransferFunctionElement.cpp
2242     svg/SVGCursorElement.cpp
2243     svg/SVGDefsElement.cpp
2244     svg/SVGDescElement.cpp
2245     svg/SVGDocument.cpp
2246     svg/SVGDocumentExtensions.cpp
2247     svg/SVGElement.cpp
2248     svg/SVGElementInstance.cpp
2249     svg/SVGElementInstanceList.cpp
2250     svg/SVGEllipseElement.cpp
2251     svg/SVGException.cpp
2252     svg/SVGExternalResourcesRequired.cpp
2253     svg/SVGFEBlendElement.cpp
2254     svg/SVGFEColorMatrixElement.cpp
2255     svg/SVGFEComponentTransferElement.cpp
2256     svg/SVGFECompositeElement.cpp
2257     svg/SVGFEConvolveMatrixElement.cpp
2258     svg/SVGFEDiffuseLightingElement.cpp
2259     svg/SVGFEDisplacementMapElement.cpp
2260     svg/SVGFEDistantLightElement.cpp
2261     svg/SVGFEDropShadowElement.cpp
2262     svg/SVGFEFloodElement.cpp
2263     svg/SVGFEFuncAElement.cpp
2264     svg/SVGFEFuncBElement.cpp
2265     svg/SVGFEFuncGElement.cpp
2266     svg/SVGFEFuncRElement.cpp
2267     svg/SVGFEGaussianBlurElement.cpp
2268     svg/SVGFEImageElement.cpp
2269     svg/SVGFELightElement.cpp
2270     svg/SVGFEMergeElement.cpp
2271     svg/SVGFEMergeNodeElement.cpp
2272     svg/SVGFEMorphologyElement.cpp
2273     svg/SVGFEOffsetElement.cpp
2274     svg/SVGFEPointLightElement.cpp
2275     svg/SVGFESpecularLightingElement.cpp
2276     svg/SVGFESpotLightElement.cpp
2277     svg/SVGFETileElement.cpp
2278     svg/SVGFETurbulenceElement.cpp
2279     svg/SVGFilterElement.cpp
2280     svg/SVGFilterPrimitiveStandardAttributes.cpp
2281     svg/SVGFitToViewBox.cpp
2282     svg/SVGFontData.cpp
2283     svg/SVGFontElement.cpp
2284     svg/SVGFontFaceElement.cpp
2285     svg/SVGFontFaceFormatElement.cpp
2286     svg/SVGFontFaceNameElement.cpp
2287     svg/SVGFontFaceSrcElement.cpp
2288     svg/SVGFontFaceUriElement.cpp
2289     svg/SVGForeignObjectElement.cpp
2290     svg/SVGGElement.cpp
2291     svg/SVGGlyphElement.cpp
2292     svg/SVGGlyphRefElement.cpp
2293     svg/SVGGradientElement.cpp
2294     svg/SVGHKernElement.cpp
2295     svg/SVGImageElement.cpp
2296     svg/SVGImageLoader.cpp
2297     svg/SVGLangSpace.cpp
2298     svg/SVGLength.cpp
2299     svg/SVGLengthContext.cpp
2300     svg/SVGLengthList.cpp
2301     svg/SVGLineElement.cpp
2302     svg/SVGLinearGradientElement.cpp
2303     svg/SVGLocatable.cpp
2304     svg/SVGMPathElement.cpp
2305     svg/SVGMarkerElement.cpp
2306     svg/SVGMaskElement.cpp
2307     svg/SVGMetadataElement.cpp
2308     svg/SVGMissingGlyphElement.cpp
2309     svg/SVGNumberList.cpp
2310     svg/SVGPaint.cpp
2311     svg/SVGParserUtilities.cpp
2312     svg/SVGPathBlender.cpp
2313     svg/SVGPathBuilder.cpp
2314     svg/SVGPathByteStreamBuilder.cpp
2315     svg/SVGPathByteStreamSource.cpp
2316     svg/SVGPathElement.cpp
2317     svg/SVGPathParser.cpp
2318     svg/SVGPathSegList.cpp
2319     svg/SVGPathSegListBuilder.cpp
2320     svg/SVGPathSegListSource.cpp
2321     svg/SVGPathStringBuilder.cpp
2322     svg/SVGPathStringSource.cpp
2323     svg/SVGPathTraversalStateBuilder.cpp
2324     svg/SVGPathUtilities.cpp
2325     svg/SVGPatternElement.cpp
2326     svg/SVGPointList.cpp
2327     svg/SVGPolyElement.cpp
2328     svg/SVGPolygonElement.cpp
2329     svg/SVGPolylineElement.cpp
2330     svg/SVGPreserveAspectRatio.cpp
2331     svg/SVGRadialGradientElement.cpp
2332     svg/SVGRectElement.cpp
2333     svg/SVGSVGElement.cpp
2334     svg/SVGScriptElement.cpp
2335     svg/SVGSetElement.cpp
2336     svg/SVGStopElement.cpp
2337     svg/SVGStringList.cpp
2338     svg/SVGStylable.cpp
2339     svg/SVGStyleElement.cpp
2340     svg/SVGStyledElement.cpp
2341     svg/SVGStyledLocatableElement.cpp
2342     svg/SVGStyledTransformableElement.cpp
2343     svg/SVGSwitchElement.cpp
2344     svg/SVGSymbolElement.cpp
2345     svg/SVGTRefElement.cpp
2346     svg/SVGTSpanElement.cpp
2347     svg/SVGTests.cpp
2348     svg/SVGTextContentElement.cpp
2349     svg/SVGTextElement.cpp
2350     svg/SVGTextPathElement.cpp
2351     svg/SVGTextPositioningElement.cpp
2352     svg/SVGTitleElement.cpp
2353     svg/SVGTransform.cpp
2354     svg/SVGTransformDistance.cpp
2355     svg/SVGTransformList.cpp
2356     svg/SVGTransformable.cpp
2357     svg/SVGURIReference.cpp
2358     svg/SVGUseElement.cpp
2359     svg/SVGViewElement.cpp
2360     svg/SVGViewSpec.cpp
2361     svg/SVGVKernElement.cpp
2362     svg/SVGZoomAndPan.cpp
2363     svg/SVGZoomEvent.cpp
2364
2365 )
2366 ENDIF ()
2367 LIST(APPEND WebCore_SOURCES
2368
2369     svg/animation/SMILTime.cpp
2370     svg/animation/SMILTimeContainer.cpp
2371     svg/animation/SVGSMILElement.cpp
2372
2373     svg/graphics/SVGImage.cpp
2374     svg/graphics/SVGImageCache.cpp
2375
2376     svg/graphics/filters/SVGFEImage.cpp
2377     svg/graphics/filters/SVGFilter.cpp
2378     svg/graphics/filters/SVGFilterBuilder.cpp
2379
2380     svg/properties/SVGAttributeToPropertyMap.cpp
2381     svg/properties/SVGPathSegListPropertyTearOff.cpp
2382
2383     workers/AbstractWorker.cpp
2384     workers/DedicatedWorkerContext.cpp
2385     workers/DedicatedWorkerThread.cpp
2386     workers/DefaultSharedWorkerRepository.cpp
2387     workers/SharedWorker.cpp
2388     workers/SharedWorkerContext.cpp
2389     workers/SharedWorkerThread.cpp
2390     workers/Worker.cpp
2391     workers/WorkerContext.cpp
2392     workers/WorkerEventQueue.cpp
2393     workers/WorkerLocation.cpp
2394     workers/WorkerMessagingProxy.cpp
2395     workers/WorkerRunLoop.cpp
2396     workers/WorkerScriptLoader.cpp
2397     workers/WorkerThread.cpp
2398
2399     xml/DOMParser.cpp
2400     xml/NativeXPathNSResolver.cpp
2401     xml/XMLErrors.cpp
2402     xml/XMLHttpRequest.cpp
2403     xml/XMLHttpRequestException.cpp
2404     xml/XMLHttpRequestProgressEventThrottle.cpp
2405     xml/XMLHttpRequestUpload.cpp
2406     xml/XMLTreeViewer.cpp
2407     xml/XMLSerializer.cpp
2408     xml/XPathEvaluator.cpp
2409     xml/XPathException.cpp
2410     xml/XPathExpression.cpp
2411     xml/XPathExpressionNode.cpp
2412     xml/XPathFunctions.cpp
2413     xml/XPathNSResolver.cpp
2414     xml/XPathNodeSet.cpp
2415     xml/XPathParser.cpp
2416     xml/XPathPath.cpp
2417     xml/XPathPredicate.cpp
2418     xml/XPathResult.cpp
2419     xml/XPathStep.cpp
2420     xml/XPathUtil.cpp
2421     xml/XPathValue.cpp
2422     xml/XPathVariableReference.cpp
2423     xml/XSLImportRule.cpp
2424     xml/XSLStyleSheetLibxslt.cpp
2425     xml/XSLTExtensions.cpp
2426     xml/XSLTProcessor.cpp
2427     xml/XSLTProcessorLibxslt.cpp
2428     xml/XSLTUnicodeSort.cpp
2429
2430     xml/parser/XMLDocumentParser.cpp
2431     xml/parser/XMLDocumentParserLibxml2.cpp
2432     xml/parser/XMLDocumentParserScope.cpp
2433 )
2434
2435 SET(WebCore_CSS_PROPERTY_NAMES
2436     ${WEBCORE_DIR}/css/CSSPropertyNames.in
2437 )
2438
2439 SET(WebCore_CSS_VALUE_KEYWORDS
2440     ${WEBCORE_DIR}/css/CSSValueKeywords.in
2441 )
2442
2443 SET(WebCore_USER_AGENT_STYLE_SHEETS
2444     ${WEBCORE_DIR}/css/html.css
2445     ${WEBCORE_DIR}/css/fullscreen.css
2446     ${WEBCORE_DIR}/css/mathml.css
2447     ${WEBCORE_DIR}/css/mediaControls.css
2448     ${WEBCORE_DIR}/css/quirks.css
2449     ${WEBCORE_DIR}/css/svg.css
2450     ${WEBCORE_DIR}/css/view-source.css
2451 )
2452
2453 IF (ENABLE_SQL_DATABASE AND ENABLE_WORKERS)
2454     LIST(APPEND WebCore_SOURCES
2455         Modules/webdatabase/WorkerContextWebDatabase.cpp
2456     )
2457
2458     LIST(APPEND WebCore_IDL_FILES
2459         Modules/webdatabase/WorkerContextWebDatabase.idl
2460     )
2461 ENDIF ()
2462
2463 IF (ENABLE_NETSCAPE_PLUGIN_API)
2464     LIST(APPEND WebCore_SOURCES
2465         plugins/PluginDebug.cpp
2466         plugins/PluginStream.cpp
2467         plugins/npapi.cpp
2468     )
2469 ENDIF ()
2470
2471 IF (ENABLE_SVG)
2472     LIST(APPEND WebCore_CSS_PROPERTY_NAMES
2473         ${WEBCORE_DIR}/css/SVGCSSPropertyNames.in
2474     )
2475     LIST(APPEND WebCore_CSS_VALUE_KEYWORDS
2476         ${WEBCORE_DIR}/css/SVGCSSValueKeywords.in
2477     )
2478 ENDIF()
2479
2480 IF (ENABLE_SMOOTH_SCROLLING)
2481     LIST(APPEND WebCore_SOURCES
2482         platform/ActivePlatformGestureAnimation.cpp
2483         platform/ScrollAnimatorNone.cpp
2484         platform/TouchpadFlingPlatformGestureCurve.cpp
2485     )
2486 ENDIF ()
2487
2488 IF (ENABLE_WEBGL)
2489     SET(WTF_USE_3D_GRAPHICS 1)
2490     ADD_DEFINITIONS(-DWTF_USE_3D_GRAPHICS=1)
2491
2492     LIST(APPEND WebCore_SOURCES
2493         html/canvas/OESStandardDerivatives.cpp
2494         html/canvas/OESTextureFloat.cpp
2495         html/canvas/OESVertexArrayObject.cpp
2496         html/canvas/WebGLBuffer.cpp
2497         html/canvas/WebGLCompressedTextureS3TC.cpp
2498         html/canvas/WebGLContextAttributes.cpp
2499         html/canvas/WebGLContextEvent.cpp
2500         html/canvas/WebGLContextGroup.cpp
2501         html/canvas/WebGLContextObject.cpp
2502         html/canvas/WebGLDebugRendererInfo.cpp
2503         html/canvas/WebGLDebugShaders.cpp
2504         html/canvas/WebGLDepthTexture.cpp
2505         html/canvas/WebGLFramebuffer.cpp
2506         html/canvas/WebGLGetInfo.cpp
2507         html/canvas/WebGLLoseContext.cpp
2508         html/canvas/WebGLObject.cpp
2509         html/canvas/WebGLProgram.cpp
2510         html/canvas/WebGLRenderbuffer.cpp
2511         html/canvas/WebGLRenderingContext.cpp
2512         html/canvas/WebGLShader.cpp
2513         html/canvas/WebGLShaderPrecisionFormat.cpp
2514         html/canvas/WebGLSharedObject.cpp
2515         html/canvas/WebGLTexture.cpp
2516         html/canvas/WebGLUniformLocation.cpp
2517         html/canvas/WebGLVertexArrayObjectOES.cpp
2518         html/canvas/WebGLExtension.cpp
2519         html/canvas/EXTTextureFilterAnisotropic.cpp
2520         html/canvas/OESStandardDerivatives.cpp
2521         html/canvas/OESTextureFloat.cpp
2522         html/canvas/OESVertexArrayObject.cpp
2523     )
2524     LIST(APPEND WebCore_IDL_FILES
2525         html/canvas/EXTTextureFilterAnisotropic.idl
2526         html/canvas/OESStandardDerivatives.idl
2527         html/canvas/OESTextureFloat.idl
2528         html/canvas/OESVertexArrayObject.idl
2529         html/canvas/WebGLActiveInfo.idl
2530         html/canvas/WebGLBuffer.idl
2531         html/canvas/WebGLCompressedTextureS3TC.idl
2532         html/canvas/WebGLContextAttributes.idl
2533         html/canvas/WebGLContextEvent.idl
2534         html/canvas/WebGLDebugRendererInfo.idl
2535         html/canvas/WebGLDebugShaders.idl
2536         html/canvas/WebGLDepthTexture.idl
2537         html/canvas/WebGLFramebuffer.idl
2538         html/canvas/WebGLLoseContext.idl
2539         html/canvas/WebGLProgram.idl
2540         html/canvas/WebGLRenderbuffer.idl
2541         html/canvas/WebGLRenderingContext.idl
2542         html/canvas/WebGLShader.idl
2543         html/canvas/WebGLShaderPrecisionFormat.idl
2544         html/canvas/WebGLTexture.idl
2545         html/canvas/WebGLUniformLocation.idl
2546         html/canvas/WebGLVertexArrayObjectOES.idl
2547     )
2548 ENDIF ()
2549
2550 IF (WTF_USE_3D_GRAPHICS)
2551     LIST(APPEND WebCore_INCLUDE_DIRECTORIES
2552         ${OPENGL_INCLUDE_DIR}
2553         "${THIRDPARTY_DIR}/ANGLE/src"
2554         "${THIRDPARTY_DIR}/ANGLE/include"
2555         "${THIRDPARTY_DIR}/ANGLE/include/GLSLANG"
2556         "${WEBCORE_DIR}/platform/graphics/gpu"
2557     )
2558     LIST(APPEND WebCore_LIBRARIES
2559         ${OPENGL_gl_LIBRARY}
2560     )
2561     LIST(APPEND WebCore_SOURCES
2562         ${DERIVED_SOURCES_WEBCORE_DIR}/glslang.cpp
2563         ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.cpp
2564         ${THIRDPARTY_DIR}/ANGLE/src/compiler/BuiltInFunctionEmulator.cpp
2565         ${THIRDPARTY_DIR}/ANGLE/src/compiler/CodeGenGLSL.cpp
2566         ${THIRDPARTY_DIR}/ANGLE/src/compiler/Compiler.cpp
2567         ${THIRDPARTY_DIR}/ANGLE/src/compiler/Diagnostics.cpp
2568         ${THIRDPARTY_DIR}/ANGLE/src/compiler/Diagnostics.h
2569         ${THIRDPARTY_DIR}/ANGLE/src/compiler/DirectiveHandler.cpp
2570         ${THIRDPARTY_DIR}/ANGLE/src/compiler/DirectiveHandler.h
2571         ${THIRDPARTY_DIR}/ANGLE/src/compiler/debug.cpp
2572         ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraph.cpp
2573         ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraph.h
2574         ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphBuilder.h
2575         ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphBuilder.cpp
2576         ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphOutput.h
2577         ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphOutput.cpp
2578         ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphTraverse.cpp
2579         ${THIRDPARTY_DIR}/ANGLE/src/compiler/DetectDiscontinuity.cpp
2580         ${THIRDPARTY_DIR}/ANGLE/src/compiler/DetectDiscontinuity.h
2581         ${THIRDPARTY_DIR}/ANGLE/src/compiler/DetectRecursion.cpp
2582         ${THIRDPARTY_DIR}/ANGLE/src/compiler/ForLoopUnroll.cpp
2583         ${THIRDPARTY_DIR}/ANGLE/src/compiler/InfoSink.cpp
2584         ${THIRDPARTY_DIR}/ANGLE/src/compiler/Initialize.cpp
2585         ${THIRDPARTY_DIR}/ANGLE/src/compiler/InitializeDll.cpp
2586         ${THIRDPARTY_DIR}/ANGLE/src/compiler/InitializeParseContext.cpp
2587         ${THIRDPARTY_DIR}/ANGLE/src/compiler/Intermediate.cpp
2588         ${THIRDPARTY_DIR}/ANGLE/src/compiler/intermOut.cpp
2589         ${THIRDPARTY_DIR}/ANGLE/src/compiler/IntermTraverse.cpp
2590         ${THIRDPARTY_DIR}/ANGLE/src/compiler/MapLongVariableNames.cpp
2591         ${THIRDPARTY_DIR}/ANGLE/src/compiler/ossource_posix.cpp
2592         ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputESSL.cpp
2593         ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputGLSL.cpp
2594         ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputGLSLBase.cpp
2595         ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputHLSL.cpp
2596         ${THIRDPARTY_DIR}/ANGLE/src/compiler/parseConst.cpp
2597         ${THIRDPARTY_DIR}/ANGLE/src/compiler/ParseHelper.cpp
2598         ${THIRDPARTY_DIR}/ANGLE/src/compiler/PoolAlloc.cpp
2599         ${THIRDPARTY_DIR}/ANGLE/src/compiler/Pragma.h
2600         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/atom.c
2601         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/cpp.c
2602         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/cppstruct.c
2603         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/memory.c
2604         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/DiagnosticsBase.cpp
2605         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Diagnostics.h
2606         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/DirectiveHandlerBase.cpp
2607         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/DirectiveHandler.h
2608         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/DirectiveParser.cpp
2609         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/DirectiveParser.h
2610         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/ExpressionParser.cpp
2611         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/ExpressionParser.h
2612         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Input.cpp
2613         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Input.h
2614         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Lexer.cpp
2615         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Lexer.h
2616         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Macro.cpp
2617         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Macro.h
2618         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/MacroExpander.cpp
2619         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/MacroExpander.h
2620         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Preprocessor.cpp
2621         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Preprocessor.h
2622         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/SourceLocation.h
2623         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Token.cpp
2624         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Token.h
2625         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Tokenizer.cpp
2626         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/new/Tokenizer.h
2627         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/scanner.c
2628         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/symbols.c
2629         ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/tokens.c
2630         ${THIRDPARTY_DIR}/ANGLE/src/compiler/QualifierAlive.cpp
2631         ${THIRDPARTY_DIR}/ANGLE/src/compiler/RemoveTree.cpp
2632         ${THIRDPARTY_DIR}/ANGLE/src/compiler/RenameFunction.h
2633         ${THIRDPARTY_DIR}/ANGLE/src/compiler/SearchSymbol.cpp
2634         ${THIRDPARTY_DIR}/ANGLE/src/compiler/ShaderLang.cpp
2635         ${THIRDPARTY_DIR}/ANGLE/src/compiler/SymbolTable.cpp
2636         ${THIRDPARTY_DIR}/ANGLE/src/compiler/timing/RestrictFragmentShaderTiming.cpp
2637         ${THIRDPARTY_DIR}/ANGLE/src/compiler/timing/RestrictFragmentShaderTiming.h
2638         ${THIRDPARTY_DIR}/ANGLE/src/compiler/timing/RestrictVertexShaderTiming.cpp
2639         ${THIRDPARTY_DIR}/ANGLE/src/compiler/timing/RestrictVertexShaderTiming.h
2640         ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorESSL.cpp
2641         ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorGLSL.cpp
2642         ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorHLSL.cpp
2643         ${THIRDPARTY_DIR}/ANGLE/src/compiler/UnfoldShortCircuit.cpp
2644         ${THIRDPARTY_DIR}/ANGLE/src/compiler/UnfoldShortCircuit.h
2645         ${THIRDPARTY_DIR}/ANGLE/src/compiler/util.cpp
2646         ${THIRDPARTY_DIR}/ANGLE/src/compiler/ValidateLimitations.cpp
2647         ${THIRDPARTY_DIR}/ANGLE/src/compiler/VariableInfo.cpp
2648         ${THIRDPARTY_DIR}/ANGLE/src/compiler/VersionGLSL.cpp
2649         platform/graphics/ANGLEWebKitBridge.cpp
2650 #End : changes for ANGLE Intergration
2651     )
2652
2653     LIST(APPEND WebCore_SOURCES
2654 #        platform/graphics/ANGLEWebKitBridge.cpp
2655         platform/graphics/gpu/DrawingBuffer.cpp
2656     )
2657 ENDIF ()
2658
2659 IF (ENABLE_REQUEST_ANIMATION_FRAME)
2660     LIST(APPEND WebCore_IDL_FILES
2661         dom/RequestAnimationFrameCallback.idl
2662     )
2663     LIST(APPEND WebCore_SOURCES
2664         dom/ScriptedAnimationController.cpp
2665     )
2666 ENDIF ()
2667
2668 IF (ENABLE_VIBRATION)
2669     LIST(APPEND WebCore_INCLUDE_DIRECTORIES
2670         ${WEBCORE_DIR}/Modules/vibration
2671     )
2672     LIST(APPEND WebCore_IDL_FILES
2673         Modules/vibration/NavigatorVibration.idl
2674     )
2675     LIST(APPEND WebCore_SOURCES
2676         Modules/vibration/NavigatorVibration.cpp
2677         Modules/vibration/Vibration.cpp
2678     )
2679 ENDIF ()
2680
2681 SET(WebCoreTestSupport_INCLUDE_DIRECTORIES
2682     "${WebCore_INCLUDE_DIRECTORIES}"
2683     "${WEBCORE_DIR}/testing"
2684 )
2685
2686 SET(WebCoreTestSupport_IDL_INCLUDES
2687     testing
2688 )
2689
2690 SET(WebCoreTestSupport_IDL_FILES
2691     testing/FastMallocStatistics.idl
2692     testing/Internals.idl
2693     testing/InternalSettings.idl
2694 )
2695
2696 SET(WebCoreTestSupport_SOURCES
2697     testing/Internals.cpp
2698     testing/InternalSettings.cpp
2699 )
2700
2701 # Modules that the bindings generator scripts may use
2702 SET(SCRIPTS_RESOLVE_SUPPLEMENTAL
2703     ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
2704 )
2705 SET(SCRIPTS_BINDINGS
2706     ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
2707     ${WEBCORE_DIR}/bindings/scripts/IDLStructure.pm
2708     ${WEBCORE_DIR}/bindings/scripts/InFilesParser.pm
2709     ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
2710 )
2711 SET(IDL_FILES_TMP ${DERIVED_SOURCES_WEBCORE_DIR}/idl_files.tmp)
2712 SET(SUPPLEMENTAL_DEPENDENCY_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/supplemental_dependency.tmp)
2713 SET(IDL_ATTRIBUTES_FILE ${WEBCORE_DIR}/bindings/scripts/IDLAttributes.txt)
2714
2715 SET(WebCore_LIBRARIES
2716      ${WTF_LIBRARY_NAME}
2717 )
2718 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
2719
2720 # FIXME: Tizen specific change. PlatformTizen.cmake should be called before UseJSC.cmake.
2721 INCLUDE(${WEBCORE_DIR}/UseJSC.cmake)
2722
2723 # ANGLE tokenizer & parser
2724 ADD_CUSTOM_COMMAND(
2725     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/glslang.cpp
2726     MAIN_DEPENDENCY ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.l
2727     COMMAND ${FLEX_EXECUTABLE} --noline --nounistd --outfile=glslang.cpp ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.l
2728     WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
2729     VERBATIM)
2730
2731 ADD_CUSTOM_COMMAND(
2732     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.h
2733     MAIN_DEPENDENCY ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.y
2734     COMMAND ${BISON_EXECUTABLE} --no-lines --defines=glslang_tab.h --skeleton=yacc.c --output=glslang_tab.cpp ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.y
2735     WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
2736     VERBATIM)
2737
2738 # All Web Inspector generated files are created with this one call to CodeGeneratorInspector.pm
2739 ADD_CUSTOM_COMMAND(
2740     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h
2741     MAIN_DEPENDENCY inspector/Inspector.json
2742     DEPENDS ${WEBCORE_DIR}/inspector/generate-inspector-protocol-version ${WEBCORE_DIR}/inspector/Inspector.json
2743     COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/generate-inspector-protocol-version -o ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h ${WEBCORE_DIR}/inspector/Inspector.json
2744     VERBATIM)
2745 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h)
2746
2747 ADD_CUSTOM_COMMAND(
2748     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.h
2749     MAIN_DEPENDENCY inspector/Inspector.json
2750     DEPENDS ${WEBCORE_DIR}/inspector/CodeGeneratorInspector.py
2751     COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/CodeGeneratorInspector.py ${WEBCORE_DIR}/inspector/Inspector.json --output_h_dir "${DERIVED_SOURCES_WEBCORE_DIR}" --output_cpp_dir "${DERIVED_SOURCES_WEBCORE_DIR}"
2752     VERBATIM)
2753 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.cpp)
2754
2755
2756 # Generate InjectedScriptSource.h
2757 ADD_CUSTOM_COMMAND(
2758     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h
2759     MAIN_DEPENDENCY inspector/InjectedScriptSource.js
2760     COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl InjectedScriptSource_js ${WEBCORE_DIR}/inspector/InjectedScriptSource.js ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h
2761     VERBATIM)
2762 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h)
2763
2764
2765 # Generate InjectedScriptWebGLModuleSource.h
2766 IF (ENABLE_WEBGL)
2767     ADD_CUSTOM_COMMAND(
2768         OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptWebGLModuleSource.h
2769         MAIN_DEPENDENCY inspector/InjectedScriptWebGLModuleSource.js
2770         COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl InjectedScriptWebGLModuleSource_js ${WEBCORE_DIR}/inspector/InjectedScriptWebGLModuleSource.js ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptWebGLModuleSource.h
2771         VERBATIM)
2772     LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptWebGLModuleSource.h)
2773 ENDIF ()
2774
2775
2776 MAKE_HASH_TOOLS(${WEBCORE_DIR}/platform/ColorData)
2777 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ColorData.cpp)
2778
2779
2780 # Generate XMLViewerCSS.h
2781 ADD_CUSTOM_COMMAND(
2782     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h
2783     MAIN_DEPENDENCY xml/XMLViewer.css
2784     COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl XMLViewer_css ${WEBCORE_DIR}/xml/XMLViewer.css ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h
2785     VERBATIM)
2786 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h)
2787
2788
2789 # Generate XMLViewerJS.h
2790 ADD_CUSTOM_COMMAND(
2791     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h
2792     MAIN_DEPENDENCY xml/XMLViewer.js
2793     COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl XMLViewer_js ${WEBCORE_DIR}/xml/XMLViewer.js ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h
2794     VERBATIM)
2795 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h)
2796
2797
2798 # Generate HTML entity table
2799 ADD_CUSTOM_COMMAND(
2800     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp
2801     MAIN_DEPENDENCY ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
2802     DEPENDS ${WEBCORE_DIR}/html/parser/create-html-entity-table
2803     COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/html/parser/create-html-entity-table -o ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
2804     VERBATIM)
2805 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp)
2806
2807 SET(FEATURE_DEFINES_CSS ${FEATURE_DEFINES_WITH_SPACE_SEPARATOR})
2808 IF (CMAKE_SYSTEM_NAME MATCHES "QNX")
2809     # filter out color input since we have our own solution
2810     STRING(REPLACE "ENABLE_INPUT_TYPE_COLOR" "" FEATURE_DEFINES_CSS "${FEATURE_DEFINES_CSS}")
2811 ENDIF()
2812
2813 # Generate CSS property names
2814 ADD_CUSTOM_COMMAND (
2815     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.in ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.gperf
2816     MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeprop.pl
2817     DEPENDS ${WebCore_CSS_PROPERTY_NAMES}
2818     WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
2819     COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_PROPERTY_NAMES} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.in
2820     COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/makeprop.pl --defines "${FEATURE_DEFINES_CSS}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
2821     VERBATIM)
2822 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp)
2823 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
2824 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp CSSPropertyNames.h)
2825
2826
2827 # Generate CSS value keywords
2828 ADD_CUSTOM_COMMAND (
2829     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.in ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.gperf
2830     MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makevalues.pl
2831     DEPENDS ${WebCore_CSS_VALUE_KEYWORDS}
2832     WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
2833     COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_VALUE_KEYWORDS} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.in
2834     COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/makevalues.pl --defines "${FEATURE_DEFINES_CSS}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
2835     VERBATIM)
2836 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.cpp)
2837 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
2838 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSPrimitiveValueMappings.h CSSValueKeywords.h)
2839 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp CSSValueKeywords.h)
2840
2841 # Generate user agent styles
2842 ADD_CUSTOM_COMMAND(
2843     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h
2844     MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
2845     DEPENDS ${WebCore_USER_AGENT_STYLE_SHEETS} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
2846     COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/make-css-file-arrays.pl --defines "${FEATURE_DEFINES_CSS}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${WebCore_USER_AGENT_STYLE_SHEETS}
2847     VERBATIM)
2848 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp)
2849 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp UserAgentStyleSheetsData.cpp UserAgentStyleSheets.h)
2850
2851
2852 GENERATE_GRAMMAR(cssyy ${WEBCORE_DIR}/css/CSSGrammar.y ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp)
2853 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp)
2854
2855
2856 GENERATE_GRAMMAR(xpathyy ${WEBCORE_DIR}/xml/XPathGrammar.y ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.h ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp)
2857 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp)
2858
2859
2860
2861 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/html/HTMLTreeBuilder.cpp MathMLNames.cpp)
2862
2863
2864 GENERATE_DOM_NAMES(HTML ${WEBCORE_DIR}/html/HTMLAttributeNames.in ${WEBCORE_DIR}/html/HTMLTagNames.in "")
2865 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSHTMLElementWrapperFactory.cpp)
2866
2867
2868 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventNames.in EventFactory.cpp)
2869 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/EventFactory.cpp)
2870
2871
2872 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventTargetFactory.in EventTargetInterfaces.h)
2873 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/dom/EventNames.cpp EventTargetInterfaces.h)
2874
2875
2876 GENERATE_EXCEPTION_CODE_DESCRIPTION(${WEBCORE_DIR}/dom/DOMExceptions.in ExceptionCodeDescription.cpp)
2877 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ExceptionCodeDescription.cpp)
2878
2879
2880 GENERATE_FONT_NAMES(${WEBCORE_DIR}/css/WebKitFontFamilyNames.in)
2881 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitFontFamilyNames.cpp)
2882
2883
2884 GENERATE_DOM_NAMES(MathML ${WEBCORE_DIR}/mathml/mathattrs.in ${WEBCORE_DIR}/mathml/mathtags.in "")
2885 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLNames.cpp)
2886 IF (ENABLE_MATHML)
2887     LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLElementFactory.cpp)
2888 ENDIF ()
2889
2890 # SVG extra defines need to map to a numerical value for correct preprocessing of svgtags.in.
2891 SET(SVG_EXTRA_DEFINES "")
2892 IF (ENABLE_FILTERS)
2893     LIST(APPEND SVG_EXTRA_DEFINES "ENABLE_FILTERS=1")
2894 ENDIF ()
2895 IF (ENABLE_SVG_FONTS)
2896     LIST(APPEND SVG_EXTRA_DEFINES "ENABLE_SVG_FONTS=1")
2897 ENDIF ()
2898
2899 GENERATE_DOM_NAMES(SVG ${WEBCORE_DIR}/svg/svgattrs.in ${WEBCORE_DIR}/svg/svgtags.in "${SVG_EXTRA_DEFINES}")
2900 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGNames.cpp)
2901 IF (ENABLE_SVG)
2902     LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSSVGElementWrapperFactory.cpp)
2903 ENDIF ()
2904
2905
2906 GENERATE_DOM_NAMES(XLink ${WEBCORE_DIR}/svg/xlinkattrs.in)
2907 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XLinkNames.cpp)
2908
2909
2910 GENERATE_DOM_NAMES(XMLNS ${WEBCORE_DIR}/xml/xmlnsattrs.in)
2911 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNSNames.cpp)
2912
2913
2914 GENERATE_DOM_NAMES(XML ${WEBCORE_DIR}/xml/xmlattrs.in)
2915 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNames.cpp)
2916
2917 ADD_CUSTOM_COMMAND(
2918     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitVersion.h
2919     MAIN_DEPENDENCY ${WEBKIT_DIR}/scripts/generate-webkitversion.pl
2920     DEPENDS ${WEBKIT_DIR}/mac/Configurations/Version.xcconfig
2921     COMMAND ${PERL_EXECUTABLE} ${WEBKIT_DIR}/scripts/generate-webkitversion.pl --config ${WEBKIT_DIR}/mac/Configurations/Version.xcconfig --outputDir ${DERIVED_SOURCES_WEBCORE_DIR}
2922     VERBATIM)
2923 LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitVersion.h)
2924
2925 WEBKIT_WRAP_SOURCELIST(${WebCore_IDL_FILES} ${WebCore_SOURCES})
2926 WEBKIT_WRAP_SOURCELIST(${WebCoreTestSupport_IDL_FILES} ${WebCoreTestSupport_SOURCES})
2927
2928 ADD_DEFINITIONS(-DBUILDING_WebCore)
2929 INCLUDE_DIRECTORIES(${WebCore_INCLUDE_DIRECTORIES} ${WebCoreTestSupport_INCLUDE_DIRECTORIES})
2930
2931 ADD_LIBRARY(${WebCore_LIBRARY_NAME} ${WebCore_LIBRARY_TYPE} ${WebCore_SOURCES})
2932 SET_TARGET_PROPERTIES(${WebCore_LIBRARY_NAME} PROPERTIES FOLDER "WebCore")
2933 SET_TARGET_PROPERTIES(${WebCore_LIBRARY_NAME} PROPERTIES LINK_INTERFACE_LIBRARIES "")
2934
2935 ADD_LIBRARY(${WebCoreTestSupport_LIBRARY_NAME} ${WebCoreTestSupport_LIBRARY_TYPE} ${WebCoreTestSupport_SOURCES})
2936 SET_TARGET_PROPERTIES(${WebCoreTestSupport_LIBRARY_NAME} PROPERTIES FOLDER "WebCore")
2937
2938 ADD_DEPENDENCIES(${WebCore_LIBRARY_NAME} ${JavaScriptCore_LIBRARY_NAME})
2939 ADD_DEPENDENCIES(${WebCoreTestSupport_LIBRARY_NAME} ${WebCore_LIBRARY_NAME})
2940
2941 TARGET_LINK_LIBRARIES(${WebCore_LIBRARY_NAME} ${WebCore_LIBRARIES})
2942
2943 IF (SHARED_CORE)
2944     SET_TARGET_PROPERTIES(${WebCore_LIBRARY_NAME} PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
2945     INSTALL(TARGETS ${WebCore_LIBRARY_NAME} DESTINATION "${LIB_INSTALL_DIR}")
2946 ENDIF ()