1 # -------------------------------------------------------------------
2 # Target file for the WebCore library
4 # See 'Tools/qmake/README' for an overview of the build system
5 # -------------------------------------------------------------------
13 WEBKIT += javascriptcore
17 # Do it in the WebCore static lib to support force_static_libs_as_shared
18 # since the QtWebKitWidgets lib wouldn't load QtWebKit in that case.
19 # This should match the opposite statement in api.pri for the QtWebKit lib.
21 RESOURCES += $$PWD/WebCore.qrc
22 include_webinspector {
24 $$PWD/inspector/front-end/WebKit.qrc \
25 $${WEBCORE_GENERATED_SOURCES_DIR}/InspectorBackendCommands.qrc
30 Modules/geolocation/Coordinates.cpp \
31 Modules/geolocation/Geolocation.cpp \
32 Modules/geolocation/GeolocationController.cpp \
33 Modules/geolocation/NavigatorGeolocation.cpp \
34 Modules/webdatabase/DOMWindowWebDatabase.cpp \
35 Modules/webdatabase/Database.cpp \
36 Modules/webdatabase/DatabaseAuthorizer.cpp \
37 Modules/webdatabase/DatabaseBackendBase.cpp \
38 Modules/webdatabase/DatabaseContext.cpp \
39 Modules/webdatabase/DatabaseServer.cpp \
40 Modules/webdatabase/DatabaseSync.cpp \
41 Modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp \
42 accessibility/AccessibilityImageMapLink.cpp \
43 accessibility/AccessibilityMediaControls.cpp \
44 accessibility/AccessibilityMenuList.cpp \
45 accessibility/AccessibilityMenuListOption.cpp \
46 accessibility/AccessibilityMenuListPopup.cpp \
47 accessibility/AccessibilityMockObject.cpp \
48 accessibility/AccessibilityObject.cpp \
49 accessibility/AccessibilityList.cpp \
50 accessibility/AccessibilityListBox.cpp \
51 accessibility/AccessibilityListBoxOption.cpp \
52 accessibility/AccessibilityNodeObject.cpp \
53 accessibility/AccessibilityProgressIndicator.cpp \
54 accessibility/AccessibilityRenderObject.cpp \
55 accessibility/AccessibilityScrollbar.cpp \
56 accessibility/AccessibilityScrollView.cpp \
57 accessibility/AccessibilitySearchFieldButtons.cpp \
58 accessibility/AccessibilitySlider.cpp \
59 accessibility/AccessibilitySpinButton.cpp \
60 accessibility/AccessibilityARIAGrid.cpp \
61 accessibility/AccessibilityARIAGridCell.cpp \
62 accessibility/AccessibilityARIAGridRow.cpp \
63 accessibility/AccessibilityTable.cpp \
64 accessibility/AccessibilityTableCell.cpp \
65 accessibility/AccessibilityTableColumn.cpp \
66 accessibility/AccessibilityTableHeaderContainer.cpp \
67 accessibility/AccessibilityTableRow.cpp \
68 accessibility/AXObjectCache.cpp \
69 bindings/generic/ActiveDOMCallback.cpp \
70 bindings/generic/BindingSecurity.cpp \
71 bindings/generic/RuntimeEnabledFeatures.cpp
74 bindings/ScriptControllerBase.cpp \
75 bindings/js/ArrayValue.cpp \
76 bindings/js/BindingState.cpp \
77 bindings/js/CallbackFunction.cpp \
78 bindings/js/DOMObjectHashTableMap.cpp \
79 bindings/js/DOMWrapperWorld.cpp \
80 bindings/js/Dictionary.cpp \
81 bindings/js/GCController.cpp \
82 bindings/js/JSAudioBufferCustom.cpp \
83 bindings/js/JSAttrCustom.cpp \
84 bindings/js/JSBlobCustom.cpp \
85 bindings/js/JSCDATASectionCustom.cpp \
86 bindings/js/JSCSSFontFaceRuleCustom.cpp \
87 bindings/js/JSCSSImportRuleCustom.cpp \
88 bindings/js/JSCSSMediaRuleCustom.cpp \
89 bindings/js/JSCSSPageRuleCustom.cpp \
90 bindings/js/JSCSSRuleCustom.cpp \
91 bindings/js/JSCSSRuleListCustom.cpp \
92 bindings/js/JSCSSStyleDeclarationCustom.cpp \
93 bindings/js/JSCSSStyleRuleCustom.cpp \
94 bindings/js/JSCSSValueCustom.cpp \
95 bindings/js/JSCallbackData.cpp \
96 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
97 bindings/js/JSCanvasRenderingContextCustom.cpp \
98 bindings/js/JSClipboardCustom.cpp \
99 bindings/js/JSCryptoCustom.cpp \
100 bindings/js/JSCustomXPathNSResolver.cpp \
101 bindings/js/JSDictionary.cpp \
102 bindings/js/JSDOMBinding.cpp \
103 bindings/js/JSDOMFormDataCustom.cpp \
104 bindings/js/JSDOMGlobalObject.cpp \
105 bindings/js/JSDOMGlobalObjectTask.cpp \
106 bindings/js/JSDOMImplementationCustom.cpp \
107 bindings/js/JSDOMMimeTypeArrayCustom.cpp \
108 bindings/js/JSDOMPluginArrayCustom.cpp \
109 bindings/js/JSDOMPluginCustom.cpp \
110 bindings/js/JSDOMStringListCustom.cpp \
111 bindings/js/JSDOMStringMapCustom.cpp \
112 bindings/js/JSDOMTokenListCustom.cpp \
113 bindings/js/JSDOMWindowBase.cpp \
114 bindings/js/JSDOMWindowCustom.cpp \
115 bindings/js/JSDOMWindowShell.cpp \
116 bindings/js/JSDOMWrapper.cpp \
117 bindings/js/JSDeviceMotionEventCustom.cpp \
118 bindings/js/JSDeviceOrientationEventCustom.cpp \
119 bindings/js/JSDocumentCustom.cpp \
120 bindings/js/JSElementCustom.cpp \
121 bindings/js/JSErrorHandler.cpp \
122 bindings/js/JSEventCustom.cpp \
123 bindings/js/JSEventListener.cpp \
124 bindings/js/JSEventTargetCustom.cpp \
125 bindings/js/JSExceptionBase.cpp \
126 bindings/js/JSFileReaderCustom.cpp \
127 bindings/js/JSGeolocationCustom.cpp \
128 bindings/js/JSHTMLAllCollectionCustom.cpp \
129 bindings/js/JSHTMLAppletElementCustom.cpp \
130 bindings/js/JSHTMLCanvasElementCustom.cpp \
131 bindings/js/JSHTMLCollectionCustom.cpp \
132 bindings/js/JSHTMLDocumentCustom.cpp \
133 bindings/js/JSHTMLElementCustom.cpp \
134 bindings/js/JSHTMLEmbedElementCustom.cpp \
135 bindings/js/JSHTMLFormControlsCollectionCustom.cpp \
136 bindings/js/JSHTMLFormElementCustom.cpp \
137 bindings/js/JSHTMLFrameElementCustom.cpp \
138 bindings/js/JSHTMLFrameSetElementCustom.cpp \
139 bindings/js/JSHTMLInputElementCustom.cpp \
140 bindings/js/JSHTMLLinkElementCustom.cpp \
141 bindings/js/JSHTMLMediaElementCustom.cpp \
142 bindings/js/JSHTMLObjectElementCustom.cpp \
143 bindings/js/JSHTMLOptionsCollectionCustom.cpp \
144 bindings/js/JSHTMLSelectElementCustom.cpp \
145 bindings/js/JSHTMLStyleElementCustom.cpp \
146 bindings/js/JSHTMLTemplateElementCustom.cpp \
147 bindings/js/JSHistoryCustom.cpp \
148 bindings/js/JSImageConstructor.cpp \
149 bindings/js/JSImageDataCustom.cpp \
150 bindings/js/JSInjectedScriptHostCustom.cpp \
151 bindings/js/JSInjectedScriptManager.cpp \
152 bindings/js/JSInspectorFrontendHostCustom.cpp \
153 bindings/js/JSLazyEventListener.cpp \
154 bindings/js/JSLocationCustom.cpp \
155 bindings/js/JSMainThreadExecState.cpp \
156 bindings/js/JSMediaListCustom.cpp \
157 bindings/js/JSMessageChannelCustom.cpp \
158 bindings/js/JSMessageEventCustom.cpp \
159 bindings/js/JSMessagePortCustom.cpp \
160 bindings/js/JSMessagePortCustom.h \
161 bindings/js/JSMutationCallback.cpp \
162 bindings/js/JSMutationObserverCustom.cpp \
163 bindings/js/JSNamedNodeMapCustom.cpp \
164 bindings/js/JSNodeCustom.cpp \
165 bindings/js/JSNodeFilterCondition.cpp \
166 bindings/js/JSNodeFilterCustom.cpp \
167 bindings/js/JSNodeIteratorCustom.cpp \
168 bindings/js/JSNodeListCustom.cpp \
169 bindings/js/JSPluginElementFunctions.cpp \
170 bindings/js/JSPopStateEventCustom.cpp \
171 bindings/js/JSProcessingInstructionCustom.cpp \
172 bindings/js/JSRequestAnimationFrameCallbackCustom.cpp \
173 bindings/js/JSRTCStatsResponseCustom.cpp \
174 bindings/js/JSStorageCustom.cpp \
175 bindings/js/JSStyleSheetCustom.cpp \
176 bindings/js/JSStyleSheetListCustom.cpp \
177 bindings/js/JSTextCustom.cpp \
178 bindings/js/JSTouchCustom.cpp \
179 bindings/js/JSTouchListCustom.cpp \
180 bindings/js/JSTreeWalkerCustom.cpp \
181 bindings/js/JSWebKitCSSKeyframeRuleCustom.cpp \
182 bindings/js/JSWebKitCSSKeyframesRuleCustom.cpp \
183 bindings/js/JSWebKitPointCustom.cpp \
184 bindings/js/JSXMLHttpRequestCustom.cpp \
185 bindings/js/JSXMLHttpRequestUploadCustom.cpp \
186 bindings/js/JSXPathResultCustom.cpp \
187 bindings/js/PageScriptDebugServer.cpp \
188 bindings/js/ScheduledAction.cpp \
189 bindings/js/ScriptCachedFrameData.cpp \
190 bindings/js/ScriptCallStackFactory.cpp \
191 bindings/js/ScriptController.cpp \
192 bindings/js/ScriptControllerQt.cpp \
193 bindings/js/ScriptDebugServer.cpp \
194 bindings/js/ScriptEventListener.cpp \
195 bindings/js/ScriptFunctionCall.cpp \
196 bindings/js/ScriptGCEvent.cpp \
197 bindings/js/ScriptObject.cpp \
198 bindings/js/ScriptProfile.cpp \
199 bindings/js/ScriptState.cpp \
200 bindings/js/ScriptValue.cpp \
201 bindings/js/SerializedScriptValue.cpp \
202 bindings/js/WebCoreTypedArrayController.cpp \
203 bridge/IdentifierRep.cpp \
204 bridge/NP_jsobject.cpp \
205 bridge/c/CRuntimeObject.cpp \
206 bridge/c/c_class.cpp \
207 bridge/c/c_instance.cpp \
208 bridge/c/c_runtime.cpp \
209 bridge/c/c_utility.cpp \
210 bridge/jsc/BridgeJSC.cpp \
211 bridge/npruntime.cpp \
212 bridge/qt/qt_class.cpp \
213 bridge/qt/qt_instance.cpp \
214 bridge/qt/qt_pixmapruntime.cpp \
215 bridge/qt/qt_runtime.cpp \
216 bridge/runtime_array.cpp \
217 bridge/runtime_method.cpp \
218 bridge/runtime_object.cpp \
219 bridge/runtime_root.cpp \
220 testing/js/WebCoreTestSupport.cpp
224 Modules/filesystem/DOMFilePath.cpp \
225 Modules/filesystem/DOMFileSystem.cpp \
226 Modules/filesystem/DOMFileSystemBase.cpp \
227 Modules/filesystem/DOMFileSystemSync.cpp \
228 Modules/filesystem/DOMWindowFileSystem.cpp \
229 Modules/filesystem/DirectoryEntry.cpp \
230 Modules/filesystem/DirectoryEntrySync.cpp \
231 Modules/filesystem/DirectoryReader.cpp \
232 Modules/filesystem/DirectoryReaderSync.cpp \
233 Modules/filesystem/Entry.cpp \
234 Modules/filesystem/EntryArray.cpp \
235 Modules/filesystem/EntryArraySync.cpp \
236 Modules/filesystem/EntryBase.cpp \
237 Modules/filesystem/EntrySync.cpp \
238 Modules/filesystem/FileEntry.cpp \
239 Modules/filesystem/FileEntrySync.cpp \
240 Modules/filesystem/FileWriter.cpp \
241 Modules/filesystem/FileWriterBase.cpp \
242 Modules/filesystem/FileWriterSync.cpp \
243 Modules/filesystem/LocalFileSystem.cpp \
244 Modules/filesystem/WorkerGlobalScopeFileSystem.cpp \
245 Modules/navigatorcontentutils/NavigatorContentUtils.cpp \
246 Modules/notifications/DOMWindowNotifications.cpp \
247 Modules/notifications/Notification.cpp \
248 Modules/notifications/NotificationCenter.cpp \
249 Modules/notifications/NotificationController.cpp \
250 Modules/notifications/WorkerGlobalScopeNotifications.cpp \
251 Modules/proximity/DeviceProximityController.cpp \
252 Modules/proximity/DeviceProximityEvent.cpp \
253 css/BasicShapeFunctions.cpp \
254 css/CSSAspectRatioValue.cpp \
255 css/CSSBasicShapes.cpp \
256 css/CSSBorderImageSliceValue.cpp \
257 css/CSSBorderImage.cpp \
258 css/CSSCalculationValue.cpp \
259 css/CSSCanvasValue.cpp \
260 css/CSSCharsetRule.cpp \
261 css/CSSComputedStyleDeclaration.cpp \
262 css/CSSCrossfadeValue.cpp \
263 css/CSSCursorImageValue.cpp \
264 css/CSSFilterImageValue.cpp \
265 css/CSSFontFace.cpp \
266 css/CSSDefaultStyleSheets.cpp \
267 css/CSSFontFaceLoadEvent.cpp \
268 css/CSSFontFaceRule.cpp \
269 css/CSSFontFaceSrcValue.cpp \
270 css/CSSFontSelector.cpp \
271 css/CSSFontFaceSource.cpp \
272 css/CSSFunctionValue.cpp \
273 css/CSSGradientValue.cpp \
274 css/CSSGroupingRule.cpp \
275 css/CSSHostRule.cpp \
276 css/CSSImageValue.cpp \
277 css/CSSImageGeneratorValue.cpp \
278 css/CSSImageSetValue.cpp \
279 css/CSSImportRule.cpp \
280 css/CSSInheritedValue.cpp \
281 css/CSSInitialValue.cpp \
282 css/CSSLineBoxContainValue.cpp \
283 css/CSSMediaRule.cpp \
285 css/CSSPageRule.cpp \
287 css/CSSParserValues.cpp \
288 css/CSSPrimitiveValue.cpp \
289 css/CSSProperty.cpp \
290 css/CSSPropertySourceData.cpp \
291 css/CSSReflectValue.cpp \
293 css/CSSRuleList.cpp \
294 css/CSSSelector.cpp \
295 css/CSSSelectorList.cpp \
296 css/CSSSegmentedFontFace.cpp \
297 css/CSSStyleRule.cpp \
298 css/CSSStyleSheet.cpp \
299 css/CSSSupportsRule.cpp \
300 css/CSSTimingFunctionValue.cpp \
301 css/CSSToStyleMap.cpp \
302 css/CSSUnicodeRangeValue.cpp \
304 css/CSSValueList.cpp \
305 css/CSSValuePool.cpp \
306 css/DOMWindowCSS.cpp \
307 css/DeprecatedStyleBuilder.cpp \
308 css/DocumentRuleSets.cpp \
309 css/ElementRuleCollector.cpp \
310 css/FontFeatureValue.cpp \
313 css/InspectorCSSOMWrappers.cpp \
314 css/LengthFunctions.cpp \
315 css/MediaFeatureNames.cpp \
318 css/MediaQueryEvaluator.cpp \
319 css/MediaQueryExp.cpp \
320 css/MediaQueryList.cpp \
321 css/MediaQueryMatcher.cpp \
322 css/PageRuleCollector.cpp \
323 css/PropertySetCSSStyleDeclaration.cpp \
325 css/RuleFeature.cpp \
327 css/SelectorChecker.cpp \
328 css/SelectorCheckerFastPath.cpp \
329 css/SelectorFilter.cpp \
330 css/ShadowValue.cpp \
331 css/StyleInvalidationAnalysis.cpp \
333 css/StylePropertySet.cpp \
334 css/StylePropertyShorthand.cpp \
335 css/StyleResolver.cpp \
337 css/StyleRuleImport.cpp \
338 css/StyleScopeResolver.cpp \
340 css/StyleSheetContents.cpp \
341 css/StyleSheetList.cpp \
342 css/TransformFunctions.cpp \
343 css/ViewportStyleResolver.cpp \
344 css/WebKitCSSArrayFunctionValue.cpp \
345 css/WebKitCSSFilterRule.cpp \
346 css/WebKitCSSFilterValue.cpp \
347 css/WebKitCSSKeyframeRule.cpp \
348 css/WebKitCSSKeyframesRule.cpp \
349 css/WebKitCSSMatrix.cpp \
350 css/WebKitCSSMatFunctionValue.cpp \
351 css/WebKitCSSMixFunctionValue.cpp \
352 css/WebKitCSSRegionRule.cpp \
353 css/WebKitCSSSVGDocumentValue.cpp \
354 css/WebKitCSSShaderValue.cpp \
355 css/WebKitCSSTransformValue.cpp \
356 css/WebKitCSSViewportRule.cpp \
357 dom/ActiveDOMObject.cpp \
359 dom/BeforeTextInsertedEvent.cpp \
360 dom/BeforeUnloadEvent.cpp \
361 dom/CDATASection.cpp \
362 dom/CharacterData.cpp \
363 dom/CheckedRadioButtons.cpp \
364 dom/ChildListMutationScope.cpp \
365 dom/ChildNodeList.cpp \
366 dom/ClassNodeList.cpp \
368 dom/ClientRectList.cpp \
370 dom/ClipboardEvent.cpp \
372 dom/CompositionEvent.cpp \
373 dom/ContainerNode.cpp \
374 dom/ContainerNodeAlgorithms.cpp \
375 dom/ContextDestructionObserver.cpp \
376 dom/CustomEvent.cpp \
377 dom/DecodedDataDocumentParser.cpp \
378 dom/DeviceMotionController.cpp \
379 dom/DeviceMotionData.cpp \
380 dom/DeviceMotionEvent.cpp \
381 dom/DeviceOrientationController.cpp \
382 dom/DeviceOrientationData.cpp \
383 dom/DeviceOrientationEvent.cpp \
385 dom/DocumentEventQueue.cpp \
386 dom/DocumentFragment.cpp \
387 dom/DocumentMarkerController.cpp \
388 dom/DocumentMarker.cpp \
389 dom/DocumentOrderedMap.cpp \
390 dom/DocumentParser.cpp \
391 dom/DocumentSharedObjectPool.cpp \
392 dom/DocumentStyleSheetCollection.cpp \
393 dom/DocumentType.cpp \
394 dom/DOMCoreException.cpp \
396 dom/DOMImplementation.cpp \
397 dom/DOMNamedFlowCollection.cpp \
398 dom/DOMStringList.cpp \
399 dom/DOMStringMap.cpp \
400 dom/DatasetDOMStringMap.cpp \
402 dom/ElementData.cpp \
403 dom/ElementRareData.cpp \
404 dom/EntityReference.cpp \
407 dom/EventContext.cpp \
408 dom/EventDispatchMediator.cpp \
409 dom/EventDispatcher.cpp \
410 dom/EventException.cpp \
411 dom/EventListenerMap.cpp \
413 dom/EventPathWalker.cpp \
414 dom/EventRetargeter.cpp \
415 dom/EventTarget.cpp \
416 dom/ExceptionBase.cpp \
417 dom/ExceptionCodePlaceholder.cpp \
419 dom/GenericEventQueue.cpp \
420 dom/GestureEvent.cpp \
422 dom/IdTargetObserver.cpp \
423 dom/IdTargetObserverRegistry.cpp \
424 dom/InlineStyleSheetOwner.cpp \
425 dom/LiveNodeList.cpp \
426 dom/KeyboardEvent.cpp \
427 dom/MessageChannel.cpp \
428 dom/MessageEvent.cpp \
429 dom/MessagePort.cpp \
430 dom/MessagePortChannel.cpp \
432 dom/MouseRelatedEvent.cpp \
433 dom/MutationEvent.cpp \
434 dom/MutationObserver.cpp \
435 dom/MutationObserverInterestGroup.cpp \
436 dom/MutationObserverRegistration.cpp \
437 dom/MutationRecord.cpp \
438 dom/WebKitNamedFlow.cpp \
439 dom/NamedFlowCollection.cpp \
440 dom/NamedNodeMap.cpp \
441 dom/NameNodeList.cpp \
443 dom/NodeFilterCondition.cpp \
445 dom/NodeIterator.cpp \
446 dom/NodeRareData.cpp \
447 dom/NodeRenderingTraversal.cpp \
448 dom/NodeTraversal.cpp \
450 dom/OverflowEvent.cpp \
451 dom/PageTransitionEvent.cpp \
452 dom/PendingScript.cpp \
453 dom/PopStateEvent.cpp \
455 dom/PositionIterator.cpp \
456 dom/ProcessingInstruction.cpp \
457 dom/ProgressEvent.cpp \
458 dom/PseudoElement.cpp \
459 dom/QualifiedName.cpp \
461 dom/RangeException.cpp \
462 dom/RawDataDocumentParser.h \
463 dom/RegisteredEventListener.cpp \
464 dom/ScopedEventQueue.cpp \
465 dom/ScriptedAnimationController.cpp \
466 dom/ScriptableDocumentParser.cpp \
467 dom/ScriptElement.cpp \
468 dom/ScriptExecutionContext.cpp \
469 dom/ScriptRunner.cpp \
470 dom/SecurityContext.cpp \
471 dom/SelectorQuery.cpp \
473 dom/SpaceSplitString.cpp \
474 dom/StaticNodeList.cpp \
475 dom/StyledElement.cpp \
476 dom/TagNodeList.cpp \
479 dom/TextNodeTraversal.cpp \
483 dom/TransitionEvent.cpp \
486 dom/TreeScopeAdopter.cpp \
489 dom/UIEventWithKeyState.cpp \
490 dom/UserActionElementSet.cpp \
491 dom/UserGestureIndicator.cpp \
492 dom/UserTypingGestureIndicator.cpp \
493 dom/ViewportArguments.cpp \
494 dom/VisitedLinkState.cpp \
495 dom/WebKitAnimationEvent.cpp \
496 dom/WebKitTransitionEvent.cpp \
498 dom/WindowEventContext.cpp \
499 dom/default/PlatformMessagePortChannel.cpp \
500 editing/AlternativeTextController.cpp \
501 editing/AppendNodeCommand.cpp \
502 editing/ApplyBlockElementCommand.cpp \
503 editing/ApplyStyleCommand.cpp \
504 editing/BreakBlockquoteCommand.cpp \
505 editing/CompositeEditCommand.cpp \
506 editing/CreateLinkCommand.cpp \
507 editing/DeleteButtonController.cpp \
508 editing/DeleteButton.cpp \
509 editing/DeleteFromTextNodeCommand.cpp \
510 editing/DeleteSelectionCommand.cpp \
511 editing/DictationAlternative.cpp \
512 editing/DictationCommand.cpp \
513 editing/EditCommand.cpp \
514 editing/EditingStyle.cpp \
516 editing/EditorCommand.cpp \
517 editing/FormatBlockCommand.cpp \
518 editing/FrameSelection.cpp \
519 editing/htmlediting.cpp \
520 editing/HTMLInterchange.cpp \
521 editing/IndentOutdentCommand.cpp \
522 editing/InsertIntoTextNodeCommand.cpp \
523 editing/InsertLineBreakCommand.cpp \
524 editing/InsertListCommand.cpp \
525 editing/InsertNodeBeforeCommand.cpp \
526 editing/InsertParagraphSeparatorCommand.cpp \
527 editing/InsertTextCommand.cpp \
529 editing/MarkupAccumulator.cpp \
530 editing/MergeIdenticalElementsCommand.cpp \
531 editing/ModifySelectionListLevel.cpp \
532 editing/MoveSelectionCommand.cpp \
533 editing/RemoveCSSPropertyCommand.cpp \
534 editing/RemoveFormatCommand.cpp \
535 editing/RemoveNodeCommand.cpp \
536 editing/RemoveNodePreservingChildrenCommand.cpp \
537 editing/RenderedPosition.cpp \
538 editing/ReplaceNodeWithSpanCommand.cpp \
539 editing/ReplaceSelectionCommand.cpp \
540 editing/SetNodeAttributeCommand.cpp \
541 editing/SetSelectionCommand.cpp \
542 editing/SimplifyMarkupCommand.cpp \
543 editing/SpellChecker.cpp \
544 editing/SpellingCorrectionCommand.cpp \
545 editing/SplitElementCommand.cpp \
546 editing/SplitTextNodeCommand.cpp \
547 editing/SplitTextNodeContainingElementCommand.cpp \
548 editing/TextCheckingHelper.cpp \
549 editing/TextInsertionBaseCommand.cpp \
550 editing/TextIterator.cpp \
551 editing/TypingCommand.cpp \
552 editing/UnlinkCommand.cpp \
553 editing/VisiblePosition.cpp \
554 editing/VisibleSelection.cpp \
555 editing/VisibleUnits.cpp \
556 editing/WrapContentsInDummySpanCommand.cpp \
557 fileapi/AsyncFileStream.cpp \
558 fileapi/AsyncFileStream.cpp \
560 fileapi/BlobURL.cpp \
562 fileapi/FileException.cpp \
563 fileapi/FileList.cpp \
564 fileapi/FileReader.cpp \
565 fileapi/FileReaderLoader.cpp \
566 fileapi/FileReaderSync.cpp \
567 fileapi/FileThread.cpp \
568 fileapi/ThreadableBlobRegistry.cpp \
569 fileapi/WebKitBlobBuilder.cpp \
570 history/BackForwardController.cpp \
571 history/BackForwardList.cpp \
572 history/CachedFrame.cpp \
573 history/CachedPage.cpp \
574 history/HistoryItem.cpp \
575 history/qt/HistoryItemQt.cpp \
576 history/PageCache.cpp \
577 html/BaseButtonInputType.cpp \
578 html/BaseCheckableInputType.cpp \
579 html/BaseChooserOnlyDateAndTimeInputType.cpp \
580 html/BaseClickableWithKeyInputType.cpp \
581 html/BaseDateAndTimeInputType.cpp \
582 html/BaseTextInputType.cpp \
583 html/ButtonInputType.cpp \
584 html/CheckboxInputType.cpp \
586 html/ColorInputType.cpp \
587 html/DOMFormData.cpp \
588 html/DOMSettableTokenList.cpp \
589 html/DOMTokenList.cpp \
591 html/DateInputType.cpp \
592 html/DateTimeInputType.cpp \
593 html/DateTimeLocalInputType.cpp \
594 html/EmailInputType.cpp \
595 html/FTPDirectoryDocument.cpp \
596 html/FileInputType.cpp \
597 html/FormAssociatedElement.cpp \
598 html/FormController.cpp \
599 html/FormDataList.cpp \
600 html/HTMLAllCollection.cpp \
601 html/HTMLAnchorElement.cpp \
602 html/HTMLAppletElement.cpp \
603 html/HTMLAreaElement.cpp \
604 html/HTMLBRElement.cpp \
605 html/HTMLBaseElement.cpp \
606 html/HTMLBaseFontElement.cpp \
607 html/HTMLBodyElement.cpp \
608 html/HTMLButtonElement.cpp \
609 html/HTMLCanvasElement.cpp \
610 html/HTMLCollection.cpp \
611 html/HTMLDListElement.cpp \
612 html/HTMLDataListElement.cpp \
613 html/HTMLDirectoryElement.cpp \
614 html/HTMLDetailsElement.cpp \
615 html/HTMLDivElement.cpp \
616 html/HTMLDocument.cpp \
617 html/HTMLElement.cpp \
618 html/HTMLEmbedElement.cpp \
619 html/HTMLFieldSetElement.cpp \
620 html/HTMLFontElement.cpp \
621 html/HTMLFormControlsCollection.cpp \
622 html/HTMLFormControlElement.cpp \
623 html/HTMLFormControlElementWithState.cpp \
624 html/HTMLFormElement.cpp \
625 html/HTMLFrameElement.cpp \
626 html/HTMLFrameElementBase.cpp \
627 html/HTMLFrameOwnerElement.cpp \
628 html/HTMLFrameSetElement.cpp \
629 html/HTMLHRElement.cpp \
630 html/HTMLHeadElement.cpp \
631 html/HTMLHeadingElement.cpp \
632 html/HTMLHtmlElement.cpp \
633 html/HTMLIFrameElement.cpp \
634 html/HTMLImageElement.cpp \
635 html/HTMLImageLoader.cpp \
636 html/HTMLInputElement.cpp \
637 html/HTMLKeygenElement.cpp \
638 html/HTMLLIElement.cpp \
639 html/HTMLLabelElement.cpp \
640 html/HTMLLegendElement.cpp \
641 html/HTMLLinkElement.cpp \
642 html/HTMLMapElement.cpp \
643 html/HTMLMarqueeElement.cpp \
644 html/HTMLMenuElement.cpp \
645 html/HTMLMetaElement.cpp \
646 html/HTMLMeterElement.cpp \
647 html/HTMLModElement.cpp \
648 html/HTMLNameCollection.cpp \
649 html/HTMLOListElement.cpp \
650 html/HTMLObjectElement.cpp \
651 html/HTMLOptGroupElement.cpp \
652 html/HTMLOptionElement.cpp \
653 html/HTMLOptionsCollection.cpp \
654 html/HTMLOutputElement.cpp \
655 html/HTMLParagraphElement.cpp \
656 html/HTMLParamElement.cpp \
657 html/HTMLParserErrorCodes.cpp \
658 html/HTMLPlugInElement.cpp \
659 html/HTMLPlugInImageElement.cpp \
660 html/HTMLPreElement.cpp \
661 html/HTMLProgressElement.cpp \
662 html/HTMLQuoteElement.cpp \
663 html/HTMLScriptElement.cpp \
664 html/HTMLSelectElement.cpp \
665 html/HTMLSpanElement.cpp \
666 html/HTMLStyleElement.cpp \
667 html/HTMLSummaryElement.cpp \
668 html/HTMLTableCaptionElement.cpp \
669 html/HTMLTableCellElement.cpp \
670 html/HTMLTableColElement.cpp \
671 html/HTMLTableElement.cpp \
672 html/HTMLTablePartElement.cpp \
673 html/HTMLTableRowElement.cpp \
674 html/HTMLTableRowsCollection.cpp \
675 html/HTMLTableSectionElement.cpp \
676 html/HTMLTemplateElement.cpp \
677 html/HTMLTextAreaElement.cpp \
678 html/HTMLTextFormControlElement.cpp \
679 html/HTMLTitleElement.cpp \
680 html/HTMLUListElement.cpp \
681 html/HTMLViewSourceDocument.cpp \
682 html/HiddenInputType.cpp \
684 html/ImageDocument.cpp \
685 html/ImageInputType.cpp \
687 html/InputTypeNames.cpp \
688 html/LabelableElement.cpp \
689 html/LabelsNodeList.cpp \
690 html/LinkRelAttribute.cpp \
691 html/MediaDocument.cpp \
692 html/MonthInputType.cpp \
693 html/NumberInputType.cpp \
694 html/PasswordInputType.cpp \
695 html/PluginDocument.cpp \
696 html/PublicURLManager.cpp \
697 html/RadioInputType.cpp \
698 html/RadioNodeList.cpp \
699 html/RangeInputType.cpp \
700 html/ResetInputType.cpp \
701 html/SearchInputType.cpp \
703 html/SubmitInputType.cpp \
704 html/TelephoneInputType.cpp \
705 html/TextDocument.cpp \
706 html/TextFieldInputType.cpp \
707 html/TextInputType.cpp \
708 html/TimeInputType.cpp \
710 html/URLInputType.cpp \
711 html/ValidationMessage.cpp \
712 html/ValidityState.cpp \
713 html/WeekInputType.cpp \
714 html/canvas/CanvasGradient.cpp \
715 html/canvas/CanvasPathMethods.cpp \
716 html/canvas/CanvasPattern.cpp \
717 html/canvas/CanvasProxy.cpp \
718 html/canvas/CanvasRenderingContext.cpp \
719 html/canvas/CanvasRenderingContext2D.cpp \
720 html/canvas/CanvasStyle.cpp \
721 html/forms/FileIconLoader.cpp \
722 html/parser/BackgroundHTMLInputStream.cpp \
723 html/parser/BackgroundHTMLParser.cpp \
724 html/parser/CSSPreloadScanner.cpp \
725 html/parser/CompactHTMLToken.cpp \
726 html/parser/HTMLConstructionSite.cpp \
727 html/parser/HTMLDocumentParser.cpp \
728 html/parser/HTMLElementStack.cpp \
729 html/parser/HTMLEntityParser.cpp \
730 html/parser/HTMLEntitySearch.cpp \
731 html/parser/HTMLFormattingElementList.cpp \
732 html/parser/HTMLIdentifier.cpp \
733 html/parser/HTMLMetaCharsetParser.cpp \
734 html/parser/HTMLParserIdioms.cpp \
735 html/parser/HTMLParserOptions.cpp \
736 html/parser/HTMLParserScheduler.cpp \
737 html/parser/HTMLParserThread.cpp \
738 html/parser/HTMLPreloadScanner.cpp \
739 html/parser/HTMLResourcePreloader.cpp \
740 html/parser/HTMLScriptRunner.cpp \
741 html/parser/HTMLSourceTracker.cpp \
742 html/parser/HTMLTokenizer.cpp \
743 html/parser/HTMLTreeBuilder.cpp \
744 html/parser/HTMLTreeBuilderSimulator.cpp \
745 html/parser/HTMLViewSourceParser.cpp \
746 html/parser/TextDocumentParser.cpp \
747 html/parser/TextViewSourceParser.cpp \
748 html/parser/XSSAuditor.cpp \
749 html/parser/XSSAuditorDelegate.cpp \
750 html/shadow/ContentDistributor.cpp \
751 html/shadow/DetailsMarkerControl.cpp \
752 html/shadow/HTMLContentElement.cpp \
753 html/shadow/InsertionPoint.cpp \
754 html/shadow/MediaControls.cpp \
755 html/shadow/MediaControlsApple.cpp \
756 html/shadow/MeterShadowElement.cpp \
757 html/shadow/ProgressShadowElement.cpp \
758 html/shadow/SliderThumbElement.cpp \
759 html/shadow/SpinButtonElement.cpp \
760 html/shadow/TextControlInnerElements.cpp \
761 inspector/ConsoleMessage.cpp \
762 inspector/ContentSearchUtils.cpp \
763 inspector/DOMEditor.cpp \
764 inspector/DOMPatchSupport.cpp \
765 inspector/IdentifiersFactory.cpp \
766 inspector/InjectedScript.cpp \
767 inspector/InjectedScriptBase.cpp \
768 inspector/InjectedScriptCanvasModule.cpp \
769 inspector/InjectedScriptHost.cpp \
770 inspector/InjectedScriptManager.cpp \
771 inspector/InjectedScriptModule.cpp \
772 inspector/InspectorAgent.cpp \
773 inspector/InspectorApplicationCacheAgent.cpp \
774 inspector/InspectorBaseAgent.cpp \
775 inspector/InspectorCSSAgent.cpp \
776 inspector/InspectorCanvasAgent.cpp \
777 inspector/InspectorClient.cpp \
778 inspector/InspectorConsoleAgent.cpp \
779 inspector/InspectorController.cpp \
780 inspector/InspectorCounters.cpp \
781 inspector/InspectorDatabaseAgent.cpp \
782 inspector/InspectorDatabaseResource.cpp \
783 inspector/InspectorDebuggerAgent.cpp \
784 inspector/InspectorDOMAgent.cpp \
785 inspector/InspectorDOMDebuggerAgent.cpp \
786 inspector/InspectorDOMStorageAgent.cpp \
787 inspector/InspectorFrontendClientLocal.cpp \
788 inspector/InspectorFrontendHost.cpp \
789 inspector/InspectorHeapProfilerAgent.cpp \
790 inspector/InspectorHistory.cpp \
791 inspector/InspectorInputAgent.cpp \
792 inspector/InspectorInstrumentation.cpp \
793 inspector/InspectorLayerTreeAgent.cpp \
794 inspector/InspectorMemoryAgent.cpp \
795 inspector/InspectorOverlay.cpp \
796 inspector/InspectorPageAgent.cpp \
797 inspector/InspectorProfilerAgent.cpp \
798 inspector/InspectorResourceAgent.cpp \
799 inspector/InspectorRuntimeAgent.cpp \
800 inspector/InspectorState.cpp \
801 inspector/InspectorStyleSheet.cpp \
802 inspector/InspectorStyleTextEditor.cpp \
803 inspector/InspectorTimelineAgent.cpp \
804 inspector/InspectorValues.cpp \
805 inspector/InspectorWorkerAgent.cpp \
806 inspector/InstrumentingAgents.cpp \
807 inspector/NetworkResourcesData.cpp \
808 inspector/PageConsoleAgent.cpp \
809 inspector/PageDebuggerAgent.cpp \
810 inspector/PageRuntimeAgent.cpp \
811 inspector/ScriptArguments.cpp \
812 inspector/ScriptCallFrame.cpp \
813 inspector/ScriptCallStack.cpp \
814 inspector/TimelineRecordFactory.cpp \
815 inspector/WorkerConsoleAgent.cpp \
816 inspector/WorkerDebuggerAgent.cpp \
817 inspector/WorkerInspectorController.cpp \
818 inspector/WorkerRuntimeAgent.cpp \
819 loader/appcache/ApplicationCache.cpp \
820 loader/appcache/ApplicationCacheGroup.cpp \
821 loader/appcache/ApplicationCacheHost.cpp \
822 loader/appcache/ApplicationCacheStorage.cpp \
823 loader/appcache/ApplicationCacheResource.cpp \
824 loader/appcache/DOMApplicationCache.cpp \
825 loader/appcache/ManifestParser.cpp \
826 loader/archive/ArchiveResource.cpp \
827 loader/archive/ArchiveResourceCollection.cpp \
828 loader/cache/MemoryCache.cpp \
829 loader/cache/CachedCSSStyleSheet.cpp \
830 loader/cache/CachedFont.cpp \
831 loader/cache/CachedImage.cpp \
832 loader/cache/CachedRawResource.cpp \
833 loader/cache/CachedResourceHandle.cpp \
834 loader/cache/CachedResource.cpp \
835 loader/cache/CachedScript.cpp \
836 loader/cache/CachedShader.cpp \
837 loader/cache/CachedSVGDocument.cpp \
838 loader/cache/CachedSVGDocumentReference.cpp \
839 loader/cache/CachedXSLStyleSheet.cpp \
840 loader/CookieJar.cpp \
841 loader/CrossOriginAccessControl.cpp \
842 loader/CrossOriginPreflightResultCache.cpp \
843 loader/cache/CachedResourceLoader.cpp \
844 loader/cache/CachedResourceRequest.cpp \
845 loader/cache/CachedResourceRequestInitiators.cpp \
846 loader/DocumentLoadTiming.cpp \
847 loader/DocumentLoader.cpp \
848 loader/DocumentThreadableLoader.cpp \
849 loader/DocumentWriter.cpp \
850 loader/EmptyClients.cpp \
851 loader/FormState.cpp \
852 loader/FormSubmission.cpp \
853 loader/FrameLoadRequest.cpp \
854 loader/FrameLoader.cpp \
855 loader/FrameLoaderStateMachine.cpp \
856 loader/HistoryController.cpp \
857 loader/FTPDirectoryParser.cpp \
858 loader/icon/IconController.cpp \
859 loader/icon/IconDatabaseBase.cpp \
860 loader/icon/IconLoader.cpp \
861 loader/ImageLoader.cpp \
862 loader/LinkLoader.cpp \
863 loader/LoaderStrategy.cpp \
864 loader/MixedContentChecker.cpp \
865 loader/NavigationAction.cpp \
866 loader/NetscapePlugInStreamLoader.cpp \
867 loader/PingLoader.cpp \
868 loader/PlaceholderDocument.cpp \
869 loader/PolicyCallback.cpp \
870 loader/PolicyChecker.cpp \
871 loader/ProgressTracker.cpp \
872 loader/NavigationScheduler.cpp \
873 loader/ResourceBuffer.cpp \
874 loader/ResourceLoader.cpp \
875 loader/ResourceLoadNotifier.cpp \
876 loader/ResourceLoadScheduler.cpp \
877 loader/SinkDocument.cpp \
878 loader/SubframeLoader.cpp \
879 loader/SubresourceLoader.cpp \
880 loader/TextResourceDecoder.cpp \
881 loader/ThreadableLoader.cpp \
882 page/animation/AnimationBase.cpp \
883 page/animation/AnimationController.cpp \
884 page/animation/CompositeAnimation.cpp \
885 page/animation/CSSPropertyAnimation.cpp \
886 page/animation/ImplicitAnimation.cpp \
887 page/animation/KeyframeAnimation.cpp \
888 page/AutoscrollController.cpp \
890 page/CaptionUserPreferences.cpp \
893 page/ContentSecurityPolicy.cpp \
894 page/ContextMenuController.cpp \
896 page/DeviceController.cpp \
897 page/DiagnosticLoggingKeys.cpp \
898 page/DOMSelection.cpp \
901 page/DOMWindowExtension.cpp \
902 page/DOMWindowProperty.cpp \
903 page/DragController.cpp \
904 page/EventHandler.cpp \
905 page/EventSource.cpp \
906 page/FeatureObserver.cpp \
907 page/FocusController.cpp \
909 page/FrameDestructionObserver.cpp \
912 page/GestureTapHighlighter.cpp \
913 page/GroupSettings.cpp \
916 page/MouseEventWithHitTestResults.cpp \
918 page/NavigatorBase.cpp \
919 page/OriginAccessEntry.cpp \
921 page/PageActivityAssertionToken.cpp \
922 page/PageConsole.cpp \
924 page/PageGroupLoadDeferrer.cpp \
925 page/PageThrottler.cpp \
926 page/PageVisibilityState.cpp \
927 page/Performance.cpp \
928 page/PerformanceEntry.cpp \
929 page/PerformanceEntryList.cpp \
930 page/PerformanceNavigation.cpp \
931 page/PerformanceResourceTiming.cpp \
932 page/PerformanceTiming.cpp \
933 page/PrintContext.cpp \
935 page/scrolling/ScrollingConstraints.cpp \
936 page/scrolling/ScrollingCoordinator.cpp \
937 page/SecurityOrigin.cpp \
938 page/SecurityPolicy.cpp \
940 page/SpatialNavigation.cpp \
941 page/TouchAdjustment.cpp \
942 page/SuspendableTimer.cpp \
943 page/UserContentURLPattern.cpp \
944 page/WindowFeatures.cpp \
945 page/WindowFocusAllowedIndicator.cpp \
946 plugins/PluginData.cpp \
947 plugins/DOMPluginArray.cpp \
948 plugins/DOMPlugin.cpp \
949 plugins/PluginMainThreadScheduler.cpp \
950 plugins/DOMMimeType.cpp \
951 plugins/DOMMimeTypeArray.cpp \
952 platform/animation/Animation.cpp \
953 platform/animation/AnimationList.cpp \
955 platform/text/BidiContext.cpp \
956 platform/text/DateTimeFormat.cpp \
957 platform/text/Hyphenation.cpp \
958 platform/text/LocaleNone.cpp \
959 platform/text/LocaleToScriptMappingDefault.cpp \
960 platform/text/PlatformLocale.cpp \
961 platform/text/QuotedPrintable.cpp \
962 platform/CalculationValue.cpp \
964 platform/ClockGeneric.cpp \
965 platform/ContentType.cpp \
966 platform/CrossThreadCopier.cpp \
967 platform/DatabaseStrategy.cpp \
968 platform/DateComponents.cpp \
969 platform/Decimal.cpp \
970 platform/DragData.cpp \
971 platform/DragImage.cpp \
972 platform/FileChooser.cpp \
973 platform/FileStream.cpp \
974 platform/FileSystem.cpp \
975 platform/HistogramSupport.cpp \
976 platform/graphics/FontDescription.cpp \
977 platform/graphics/FontGenericFamilies.cpp \
978 platform/graphics/FontGlyphs.cpp \
979 platform/graphics/FontFeatureSettings.cpp \
980 platform/graphics/BitmapImage.cpp \
981 platform/graphics/Color.cpp \
982 platform/graphics/CrossfadeGeneratedImage.cpp \
983 platform/graphics/FloatPoint3D.cpp \
984 platform/graphics/FloatPoint.cpp \
985 platform/graphics/FloatPolygon.cpp \
986 platform/graphics/FloatQuad.cpp \
987 platform/graphics/FloatRect.cpp \
988 platform/graphics/FloatSize.cpp \
989 platform/graphics/FontData.cpp \
990 platform/graphics/Font.cpp \
991 platform/graphics/FontCache.cpp \
992 platform/graphics/FontFastPath.cpp \
993 platform/graphics/LayoutBoxExtent.cpp \
994 platform/graphics/LayoutRect.cpp \
995 platform/graphics/GeneratedImage.cpp \
996 platform/graphics/GeneratorGeneratedImage.cpp \
997 platform/graphics/GlyphPageTreeNode.cpp \
998 platform/graphics/Gradient.cpp \
999 platform/graphics/GraphicsContext.cpp \
1000 platform/graphics/GraphicsLayer.cpp \
1001 platform/graphics/GraphicsLayerAnimation.cpp \
1002 platform/graphics/GraphicsLayerUpdater.cpp \
1003 platform/graphics/GraphicsLayerTransform.cpp \
1004 platform/graphics/GraphicsTypes.cpp \
1005 platform/graphics/Image.cpp \
1006 platform/graphics/ImageBuffer.cpp \
1007 platform/graphics/ImageOrientation.cpp \
1008 platform/graphics/ImageSource.cpp \
1009 platform/graphics/IntPoint.cpp \
1010 platform/graphics/IntRect.cpp \
1011 platform/graphics/IntSize.cpp \
1012 platform/graphics/Path.cpp \
1013 platform/graphics/PathTraversalState.cpp \
1014 platform/graphics/Pattern.cpp \
1015 platform/graphics/qt/FontQt.cpp \
1016 platform/graphics/Region.cpp \
1017 platform/graphics/RoundedRect.cpp \
1018 platform/graphics/SegmentedFontData.cpp \
1019 platform/graphics/ShadowBlur.cpp \
1020 platform/graphics/SVGGlyph.cpp \
1021 platform/graphics/SimpleFontData.cpp \
1022 platform/graphics/StringTruncator.cpp \
1023 platform/graphics/surfaces/GraphicsSurface.cpp \
1024 platform/graphics/surfaces/qt/GraphicsSurfaceQt.cpp \
1025 platform/graphics/SurrogatePairAwareTextIterator.cpp \
1026 platform/graphics/TextRun.cpp \
1027 platform/graphics/TiledBackingStore.cpp \
1028 platform/graphics/transforms/AffineTransform.cpp \
1029 platform/graphics/transforms/TransformationMatrix.cpp \
1030 platform/graphics/transforms/MatrixTransformOperation.cpp \
1031 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
1032 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
1033 platform/graphics/transforms/RotateTransformOperation.cpp \
1034 platform/graphics/transforms/ScaleTransformOperation.cpp \
1035 platform/graphics/transforms/SkewTransformOperation.cpp \
1036 platform/graphics/transforms/TransformOperations.cpp \
1037 platform/graphics/transforms/TransformState.cpp \
1038 platform/graphics/transforms/TranslateTransformOperation.cpp \
1039 platform/graphics/WidthIterator.cpp \
1040 platform/image-decoders/ImageDecoder.cpp \
1041 platform/image-decoders/bmp/BMPImageDecoder.cpp \
1042 platform/image-decoders/bmp/BMPImageReader.cpp \
1043 platform/image-decoders/gif/GIFImageDecoder.cpp \
1044 platform/image-decoders/gif/GIFImageReader.cpp\
1045 platform/KillRingNone.cpp \
1047 platform/Language.cpp \
1048 platform/Length.cpp \
1049 platform/LengthBox.cpp \
1050 platform/text/LineEnding.cpp \
1051 platform/leveldb/LevelDBDatabase.cpp \
1052 platform/leveldb/LevelDBTransaction.cpp \
1053 platform/leveldb/LevelDBWriteBatch.cpp \
1054 platform/LinkHash.cpp \
1055 platform/Logging.cpp \
1056 platform/MemoryPressureHandler.cpp \
1057 platform/MIMETypeRegistry.cpp \
1058 platform/mock/DeviceMotionClientMock.cpp \
1059 platform/mock/DeviceOrientationClientMock.cpp \
1060 platform/mock/GeolocationClientMock.cpp \
1061 platform/mock/PlatformSpeechSynthesizerMock.cpp \
1062 platform/mock/ScrollbarThemeMock.cpp \
1063 platform/network/AuthenticationChallengeBase.cpp \
1064 platform/network/BlobData.cpp \
1065 platform/network/BlobRegistry.cpp \
1066 platform/network/BlobRegistryImpl.cpp \
1067 platform/network/BlobResourceHandle.cpp \
1068 platform/network/Credential.cpp \
1069 platform/network/CredentialStorage.cpp \
1070 platform/network/FormData.cpp \
1071 platform/network/FormDataBuilder.cpp \
1072 platform/network/HTTPHeaderMap.cpp \
1073 platform/network/HTTPParsers.cpp \
1074 platform/network/MIMEHeader.cpp \
1075 platform/network/NetworkStateNotifier.cpp \
1076 platform/network/NetworkStorageSessionStub.cpp \
1077 platform/network/ParsedContentType.cpp \
1078 platform/network/ProtectionSpace.cpp \
1079 platform/network/ProxyServer.cpp \
1080 platform/network/ResourceErrorBase.cpp \
1081 platform/network/ResourceHandle.cpp \
1082 platform/network/ResourceHandleClient.cpp \
1083 platform/network/ResourceLoadTiming.cpp \
1084 platform/network/ResourceRequestBase.cpp \
1085 platform/network/ResourceResponseBase.cpp \
1086 platform/NotImplemented.cpp \
1087 platform/text/RegularExpression.cpp \
1088 platform/PlatformEvent.cpp \
1089 platform/RuntimeApplicationChecks.cpp \
1090 platform/RunLoop.cpp \
1091 platform/SchemeRegistry.cpp \
1092 platform/ScrollableArea.cpp \
1093 platform/ScrollAnimator.cpp \
1094 platform/Scrollbar.cpp \
1095 platform/ScrollbarTheme.cpp \
1096 platform/ScrollbarThemeComposite.cpp \
1097 platform/ScrollView.cpp \
1098 platform/SharedBuffer.cpp \
1099 platform/SharedBufferChunkReader.cpp \
1100 platform/sql/SQLiteAuthorizer.cpp \
1101 platform/sql/SQLiteDatabase.cpp \
1102 platform/sql/SQLiteFileSystem.cpp \
1103 platform/sql/SQLiteStatement.cpp \
1104 platform/sql/SQLiteTransaction.cpp \
1105 platform/sql/SQLValue.cpp \
1106 platform/text/SegmentedString.cpp \
1107 platform/text/TextBoundaries.cpp \
1108 platform/text/TextBreakIterator.cpp \
1109 platform/text/TextCodec.cpp \
1110 platform/text/TextCodecLatin1.cpp \
1111 platform/text/TextCodecUserDefined.cpp \
1112 platform/text/TextCodecUTF16.cpp \
1113 platform/text/TextCodecUTF8.cpp \
1114 platform/text/TextCodecICU.cpp \
1115 platform/text/TextEncoding.cpp \
1116 platform/text/TextEncodingDetectorICU.cpp \
1117 platform/text/TextEncodingRegistry.cpp \
1118 platform/text/TextStream.cpp \
1119 platform/ThreadGlobalData.cpp \
1120 platform/ThreadTimers.cpp \
1121 platform/Timer.cpp \
1122 platform/text/UnicodeRange.cpp \
1123 platform/text/transcoder/FontTranscoder.cpp \
1125 platform/Widget.cpp \
1126 platform/PlatformStrategies.cpp \
1127 plugins/IFrameShimSupport.cpp \
1128 plugins/PluginDatabase.cpp \
1129 plugins/PluginDebug.cpp \
1130 plugins/PluginPackage.cpp \
1131 plugins/PluginStream.cpp \
1132 plugins/PluginView.cpp \
1133 rendering/AutoTableLayout.cpp \
1134 rendering/break_lines.cpp \
1135 rendering/BidiRun.cpp \
1136 rendering/CounterNode.cpp \
1137 rendering/EllipsisBox.cpp \
1138 rendering/FilterEffectRenderer.cpp \
1139 rendering/FixedTableLayout.cpp \
1140 rendering/FloatingObjects.cpp \
1141 rendering/FlowThreadController.cpp \
1142 rendering/HitTestingTransformState.cpp \
1143 rendering/HitTestLocation.cpp \
1144 rendering/HitTestResult.cpp \
1145 rendering/ImageQualityController.cpp \
1146 rendering/InlineBox.cpp \
1147 rendering/InlineFlowBox.cpp \
1148 rendering/InlineTextBox.cpp \
1149 rendering/LayoutState.cpp \
1150 rendering/LayoutRepainter.cpp \
1151 rendering/LineWidth.cpp \
1152 rendering/RenderArena.cpp \
1153 rendering/RenderBlock.cpp \
1154 rendering/RenderBlockFlow.cpp \
1155 rendering/RenderBlockLineLayout.cpp \
1156 rendering/RenderBox.cpp \
1157 rendering/RenderBoxModelObject.cpp \
1158 rendering/RenderButton.cpp \
1159 rendering/RenderCombineText.cpp \
1160 rendering/RenderCounter.cpp \
1161 rendering/RenderDeprecatedFlexibleBox.cpp \
1162 rendering/RenderDetailsMarker.cpp \
1163 rendering/RenderElement.cpp \
1164 rendering/RenderEmbeddedObject.cpp \
1165 rendering/RenderFieldset.cpp \
1166 rendering/RenderFileUploadControl.cpp \
1167 rendering/RenderFlexibleBox.cpp \
1168 rendering/RenderFlowThread.cpp \
1169 rendering/RenderFrame.cpp \
1170 rendering/RenderFrameBase.cpp \
1171 rendering/RenderFrameSet.cpp \
1172 rendering/RenderGeometryMap.cpp \
1173 rendering/RenderGrid.cpp \
1174 rendering/RenderHTMLCanvas.cpp \
1175 rendering/RenderIFrame.cpp \
1176 rendering/RenderImage.cpp \
1177 rendering/RenderImageResource.cpp \
1178 rendering/RenderImageResourceStyleImage.cpp \
1179 rendering/RenderInline.cpp \
1180 rendering/RenderLayer.cpp \
1181 rendering/RenderLayerBacking.cpp \
1182 rendering/RenderLayerCompositor.cpp \
1183 rendering/RenderLayerFilterInfo.cpp \
1184 rendering/RenderLayerModelObject.cpp \
1185 rendering/RenderLineBoxList.cpp \
1186 rendering/RenderLineBreak.cpp \
1187 rendering/RenderListBox.cpp \
1188 rendering/RenderListItem.cpp \
1189 rendering/RenderListMarker.cpp \
1190 rendering/RenderMarquee.cpp \
1191 rendering/RenderMenuList.cpp \
1192 rendering/RenderMeter.cpp \
1193 rendering/RenderMultiColumnBlock.cpp \
1194 rendering/RenderMultiColumnFlowThread.cpp \
1195 rendering/RenderMultiColumnSet.cpp \
1196 rendering/RenderNamedFlowThread.cpp \
1197 rendering/RenderObject.cpp \
1198 rendering/RenderObjectChildList.cpp \
1199 rendering/RenderProgress.cpp \
1200 rendering/RenderQuote.cpp \
1201 rendering/RenderRegion.cpp \
1202 rendering/RenderRegionSet.cpp \
1203 rendering/RenderReplaced.cpp \
1204 rendering/RenderReplica.cpp \
1205 rendering/RenderRuby.cpp \
1206 rendering/RenderRubyBase.cpp \
1207 rendering/RenderRubyRun.cpp \
1208 rendering/RenderRubyText.cpp \
1209 rendering/RenderScrollbar.cpp \
1210 rendering/RenderScrollbarPart.cpp \
1211 rendering/RenderScrollbarTheme.cpp \
1212 rendering/RenderSearchField.cpp \
1213 rendering/RenderSlider.cpp \
1214 rendering/RenderSnapshottedPlugIn.cpp \
1215 rendering/RenderTable.cpp \
1216 rendering/RenderTableCaption.cpp \
1217 rendering/RenderTableCell.cpp \
1218 rendering/RenderTableCol.cpp \
1219 rendering/RenderTableRow.cpp \
1220 rendering/RenderTableSection.cpp \
1221 rendering/RenderText.cpp \
1222 rendering/RenderTextControl.cpp \
1223 rendering/RenderTextControlMultiLine.cpp \
1224 rendering/RenderTextControlSingleLine.cpp \
1225 rendering/RenderTextFragment.cpp \
1226 rendering/RenderTheme.cpp \
1227 rendering/RenderTreeAsText.cpp \
1228 rendering/RenderView.cpp \
1229 rendering/RenderWidget.cpp \
1230 rendering/RootInlineBox.cpp \
1231 rendering/ScrollBehavior.cpp \
1232 rendering/shapes/PolygonShape.cpp \
1233 rendering/shapes/RasterShape.cpp \
1234 rendering/shapes/RectangleShape.cpp \
1235 rendering/shapes/Shape.cpp \
1236 rendering/shapes/ShapeInfo.cpp \
1237 rendering/shapes/ShapeInsideInfo.cpp \
1238 rendering/shapes/ShapeOutsideInfo.cpp \
1239 rendering/style/BasicShapes.cpp \
1240 rendering/style/ContentData.cpp \
1241 rendering/style/CounterDirectives.cpp \
1242 rendering/style/FillLayer.cpp \
1243 rendering/style/KeyframeList.cpp \
1244 rendering/style/NinePieceImage.cpp \
1245 rendering/style/QuotesData.cpp \
1246 rendering/style/RenderStyle.cpp \
1247 rendering/style/ShadowData.cpp \
1248 rendering/style/StyleBackgroundData.cpp \
1249 rendering/style/StyleBoxData.cpp \
1250 rendering/style/StyleCachedImage.cpp \
1251 rendering/style/StyleCachedImageSet.cpp \
1252 rendering/style/StyleCachedShader.cpp \
1253 rendering/style/StyleCustomFilterProgram.cpp \
1254 rendering/style/StyleCustomFilterProgramCache.cpp \
1255 rendering/style/StyleDeprecatedFlexibleBoxData.cpp \
1256 rendering/style/StyleFilterData.cpp \
1257 rendering/style/StyleFlexibleBoxData.cpp \
1258 rendering/style/StyleGeneratedImage.cpp \
1259 rendering/style/StyleGridData.cpp \
1260 rendering/style/StyleGridItemData.cpp \
1261 rendering/style/StyleInheritedData.cpp \
1262 rendering/style/StyleMarqueeData.cpp \
1263 rendering/style/StyleMultiColData.cpp \
1264 rendering/style/StyleRareInheritedData.cpp \
1265 rendering/style/StyleRareNonInheritedData.cpp \
1266 rendering/style/StyleSurroundData.cpp \
1267 rendering/style/StyleTransformData.cpp \
1268 rendering/style/StyleVisualData.cpp \
1269 storage/StorageThread.cpp \
1270 storage/Storage.cpp \
1271 storage/StorageAreaImpl.cpp \
1272 storage/StorageAreaSync.cpp \
1273 storage/StorageEvent.cpp \
1274 storage/StorageEventDispatcher.cpp \
1275 storage/StorageMap.cpp \
1276 storage/StorageNamespace.cpp \
1277 storage/StorageNamespaceImpl.cpp \
1278 storage/StorageSyncManager.cpp \
1279 storage/StorageStrategy.cpp \
1280 storage/StorageTracker.cpp \
1281 style/StyleFontSizeFunctions.cpp \
1282 style/StyleResolveForDocument.cpp \
1283 style/StyleResolveTree.cpp \
1284 testing/Internals.cpp \
1285 testing/InternalSettings.cpp \
1287 xml/NativeXPathNSResolver.cpp \
1288 xml/XMLHttpRequest.cpp \
1289 xml/XMLHttpRequestException.cpp \
1290 xml/XMLHttpRequestProgressEventThrottle.cpp \
1291 xml/XMLHttpRequestUpload.cpp \
1293 xml/XMLSerializer.cpp \
1294 xml/XPathEvaluator.cpp \
1295 xml/XPathException.cpp \
1296 xml/XPathExpression.cpp \
1297 xml/XPathExpressionNode.cpp \
1298 xml/XPathFunctions.cpp \
1299 xml/XPathNodeSet.cpp \
1300 xml/XPathNSResolver.cpp \
1301 xml/XPathParser.cpp \
1303 xml/XPathPredicate.cpp \
1304 xml/XPathResult.cpp \
1307 xml/XPathValue.cpp \
1308 xml/XPathVariableReference.cpp \
1309 xml/parser/XMLDocumentParser.cpp \
1312 accessibility/AccessibilityARIAGridCell.h \
1313 accessibility/AccessibilityARIAGrid.h \
1314 accessibility/AccessibilityARIAGridRow.h \
1315 accessibility/AccessibilityImageMapLink.h \
1316 accessibility/AccessibilityListBox.h \
1317 accessibility/AccessibilityListBoxOption.h \
1318 accessibility/AccessibilityList.h \
1319 accessibility/AccessibilityMediaControls.h \
1320 accessibility/AccessibilityObject.h \
1321 accessibility/AccessibilityProgressIndicator.h \
1322 accessibility/AccessibilityRenderObject.h \
1323 accessibility/AccessibilityScrollbar.h \
1324 accessibility/AccessibilityScrollView.h \
1325 accessibility/AccessibilitySlider.h \
1326 accessibility/AccessibilitySpinButton.h \
1327 accessibility/AccessibilityTableCell.h \
1328 accessibility/AccessibilityTableColumn.h \
1329 accessibility/AccessibilityTable.h \
1330 accessibility/AccessibilityTableHeaderContainer.h \
1331 accessibility/AccessibilityTableRow.h \
1332 accessibility/AXObjectCache.h \
1333 bindings/ScriptControllerBase.h \
1334 bindings/generic/ActiveDOMCallback.h \
1335 bindings/generic/BindingSecurity.h \
1336 bindings/generic/RuntimeEnabledFeatures.h
1339 bindings/js/BindingState.h \
1340 bindings/js/CachedScriptSourceProvider.h \
1341 bindings/js/CallbackFunction.h \
1342 bindings/js/GCController.h \
1343 bindings/js/DOMObjectHashTableMap.h \
1344 bindings/js/DOMWrapperWorld.h \
1345 bindings/js/JSCSSStyleDeclarationCustom.h \
1346 bindings/js/JSCallbackData.h \
1347 bindings/js/JSCustomXPathNSResolver.h \
1348 bindings/js/JSDictionary.h \
1349 bindings/js/JSDOMBinding.h \
1350 bindings/js/JSDOMGlobalObject.h \
1351 bindings/js/JSDOMGlobalObjectTask.h \
1352 bindings/js/JSDOMWindowBase.h \
1353 bindings/js/JSDOMWindowCustom.h \
1354 bindings/js/JSDOMWindowShell.h \
1355 bindings/js/JSDOMWrapper.h \
1356 bindings/js/JSErrorHandler.h \
1357 bindings/js/JSEventListener.h \
1358 bindings/js/JSHTMLInputElementCustom.h \
1359 bindings/js/JSHTMLSelectElementCustom.h \
1360 bindings/js/JSImageConstructor.h \
1361 bindings/js/JSLazyEventListener.h \
1362 bindings/js/JSMutationCallback.h \
1363 bindings/js/JSNodeCustom.h \
1364 bindings/js/JSNodeFilterCondition.h \
1365 bindings/js/JSPluginElementFunctions.h \
1366 bindings/js/JSWorkerGlobalScopeBase.h \
1367 bindings/js/JavaScriptCallFrame.h \
1368 bindings/js/PageScriptDebugServer.h \
1369 bindings/js/ScheduledAction.h \
1370 bindings/js/ScriptCachedFrameData.h \
1371 bindings/js/ScriptController.h \
1372 bindings/js/ScriptDebugServer.h \
1373 bindings/js/ScriptEventListener.h \
1374 bindings/js/ScriptFunctionCall.h \
1375 bindings/js/ScriptGCEvent.h \
1376 bindings/js/ScriptHeapSnapshot.h \
1377 bindings/js/ScriptObject.h \
1378 bindings/js/ScriptProfile.h \
1379 bindings/js/ScriptProfileNode.h \
1380 bindings/js/ScriptProfiler.h \
1381 bindings/js/ScriptSourceCode.h \
1382 bindings/js/ScriptState.h \
1383 bindings/js/ScriptValue.h \
1384 bindings/js/ScriptWrappable.h \
1385 bindings/js/SerializedScriptValue.h \
1386 bindings/js/WebCoreJSClientData.h \
1387 bindings/js/WorkerScriptController.h \
1388 bindings/js/WorkerScriptDebugServer.h \
1390 bridge/c/CRuntimeObject.h \
1391 bridge/c/c_class.h \
1392 bridge/c/c_instance.h \
1393 bridge/c/c_runtime.h \
1394 bridge/c/c_utility.h \
1395 bridge/jsc/BridgeJSC.h \
1396 bridge/IdentifierRep.h \
1397 bridge/NP_jsobject.h \
1398 bridge/qt/qt_class.h \
1399 bridge/qt/qt_instance.h \
1400 bridge/qt/qt_runtime.h \
1401 bridge/qt/qt_pixmapruntime.h \
1402 bridge/runtime_array.h \
1403 bridge/runtime_method.h \
1404 bridge/runtime_object.h \
1405 bridge/runtime_root.h \
1409 Modules/geolocation/Coordinates.h \
1410 Modules/geolocation/Geolocation.h \
1411 Modules/geolocation/GeolocationController.h \
1412 Modules/geolocation/GeolocationError.h \
1413 Modules/geolocation/GeolocationPosition.h \
1414 Modules/geolocation/Geoposition.h \
1415 Modules/geolocation/PositionCallback.h \
1416 Modules/geolocation/PositionError.h \
1417 Modules/geolocation/PositionErrorCallback.h \
1418 Modules/geolocation/PositionOptions.h \
1420 Modules/notifications/DOMWindowNotifications.h \
1421 Modules/notifications/Notification.h \
1422 Modules/notifications/NotificationCenter.h \
1423 Modules/notifications/NotificationClient.h \
1424 Modules/notifications/NotificationController.h \
1425 Modules/notifications/WorkerGlobalScopeNotifications.h \
1427 Modules/proximity/DeviceProximityClient.h \
1428 Modules/proximity/DeviceProximityController.h \
1429 Modules/proximity/DeviceProximityEvent.h \
1431 Modules/webdatabase/AbstractDatabaseServer.h \
1432 Modules/webdatabase/AbstractSQLStatement.h \
1433 Modules/webdatabase/AbstractSQLStatementBackend.h \
1434 Modules/webdatabase/ChangeVersionData.h \
1435 Modules/webdatabase/ChangeVersionWrapper.h \
1436 Modules/webdatabase/DOMWindowWebDatabase.h \
1437 Modules/webdatabase/DatabaseAuthorizer.h \
1438 Modules/webdatabase/Database.h \
1439 Modules/webdatabase/DatabaseBackend.h \
1440 Modules/webdatabase/DatabaseBackendBase.h \
1441 Modules/webdatabase/DatabaseBackendContext.h \
1442 Modules/webdatabase/DatabaseBackendSync.h \
1443 Modules/webdatabase/DatabaseBase.h \
1444 Modules/webdatabase/DatabaseBasicTypes.h \
1445 Modules/webdatabase/DatabaseCallback.h \
1446 Modules/webdatabase/DatabaseError.h \
1447 Modules/webdatabase/DatabaseManager.h \
1448 Modules/webdatabase/DatabaseServer.h \
1449 Modules/webdatabase/DatabaseSync.h \
1450 Modules/webdatabase/DatabaseTask.h \
1451 Modules/webdatabase/DatabaseThread.h \
1452 Modules/webdatabase/DatabaseTracker.h \
1453 Modules/webdatabase/OriginLock.h \
1454 Modules/webdatabase/SQLCallbackWrapper.h \
1455 Modules/webdatabase/SQLResultSet.h \
1456 Modules/webdatabase/SQLResultSetRowList.h \
1457 Modules/webdatabase/SQLStatement.h \
1458 Modules/webdatabase/SQLStatementBackend.h \
1459 Modules/webdatabase/SQLStatementSync.h \
1460 Modules/webdatabase/SQLTransaction.h \
1461 Modules/webdatabase/SQLTransactionBackend.h \
1462 Modules/webdatabase/SQLTransactionBackendSync.h \
1463 Modules/webdatabase/SQLTransactionClient.h \
1464 Modules/webdatabase/SQLTransactionCoordinator.h \
1465 Modules/webdatabase/SQLTransactionState.h \
1466 Modules/webdatabase/SQLTransactionStateMachine.h \
1467 Modules/webdatabase/SQLTransactionSync.h \
1468 Modules/webdatabase/SQLTransactionSyncCallback.h \
1469 Modules/webdatabase/WorkerGlobalScopeWebDatabase.h \
1471 css/BasicShapeFunctions.h \
1472 css/CSSAspectRatioValue.h \
1473 css/CSSBasicShapes.h \
1474 css/CSSBorderImageSliceValue.h \
1475 css/CSSBorderImage.h \
1476 css/CSSCalculationValue.h \
1477 css/CSSCanvasValue.h \
1478 css/CSSCharsetRule.h \
1479 css/CSSComputedStyleDeclaration.h \
1480 css/CSSCrossfadeValue.h \
1481 css/CSSCursorImageValue.h \
1482 css/CSSFilterImageValue.h \
1484 css/CSSFontFaceLoadEvent.h \
1485 css/CSSFontFaceRule.h \
1486 css/CSSFontFaceSource.h \
1487 css/CSSFontFaceSrcValue.h \
1488 css/CSSFontSelector.h \
1489 css/CSSFunctionValue.h \
1490 css/CSSGradientValue.h \
1491 css/CSSGroupingRule.h \
1493 css/CSSImageGeneratorValue.h \
1494 css/CSSImageValue.h \
1495 css/CSSImportRule.h \
1496 css/CSSInheritedValue.h \
1497 css/CSSInitialValue.h \
1498 css/CSSMediaRule.h \
1502 css/CSSParserMode.h \
1503 css/CSSParserValues.h \
1504 css/CSSPrimitiveValue.h \
1506 css/CSSReflectValue.h \
1509 css/CSSSegmentedFontFace.h \
1511 css/CSSSelectorList.h \
1512 css/CSSStyleDeclaration.h \
1513 css/CSSStyleRule.h \
1514 css/CSSStyleSheet.h \
1515 css/CSSSupportsRule.h \
1516 css/CSSTimingFunctionValue.h \
1517 css/CSSToStyleMap.h \
1518 css/CSSUnicodeRangeValue.h \
1521 css/CSSValueList.h \
1522 css/CSSValuePool.h \
1523 css/CSSVariableValue.h \
1524 css/DeprecatedStyleBuilder.h \
1525 css/DOMWindowCSS.h \
1526 css/FontFeatureValue.h \
1529 css/LengthFunctions.h \
1530 css/MediaFeatureNames.h \
1533 css/MediaQueryEvaluator.h \
1534 css/MediaQueryExp.h \
1535 css/MediaQueryList.h \
1536 css/MediaQueryListListener.h \
1537 css/MediaQueryMatcher.h \
1539 css/SelectorChecker.h \
1542 css/StyleInvalidationAnalysis.h \
1543 css/StylePropertySet.h \
1544 css/StylePropertyShorthand.h \
1545 css/StyleResolver.h \
1547 css/StyleRuleImport.h \
1549 css/StyleSheetContents.h \
1550 css/StyleSheetList.h \
1551 css/TransformFunctions.h \
1552 css/ViewportStyleResolver.h \
1553 css/WebKitCSSArrayFunctionValue.h \
1554 css/WebKitCSSFilterRule.h \
1555 css/WebKitCSSFilterValue.h \
1556 css/WebKitCSSKeyframeRule.h \
1557 css/WebKitCSSKeyframesRule.h \
1558 css/WebKitCSSMatrix.h \
1559 css/WebKitCSSMatFunctionValue.h \
1560 css/WebKitCSSMixFunctionValue.h \
1561 css/WebKitCSSRegionRule.h \
1562 css/WebKitCSSSVGDocumentValue.h \
1563 css/WebKitCSSShaderValue.h \
1564 css/WebKitCSSTransformValue.h \
1565 css/WebKitCSSViewportRule.h \
1566 dom/ActiveDOMObject.h \
1569 dom/BeforeTextInsertedEvent.h \
1570 dom/BeforeUnloadEvent.h \
1571 dom/CDATASection.h \
1572 dom/CharacterData.h \
1573 dom/CheckedRadioButtons.h \
1574 dom/ChildNodeList.h \
1575 dom/ClassNodeList.h \
1577 dom/ClientRectList.h \
1578 dom/ClipboardEvent.h \
1581 dom/ContainerNode.h \
1582 dom/ContainerNodeAlgorithms.h \
1584 dom/default/PlatformMessagePortChannel.h \
1585 dom/DeviceMotionClient.h \
1586 dom/DeviceMotionController.h \
1587 dom/DeviceMotionData.h \
1588 dom/DeviceMotionEvent.h \
1589 dom/DeviceOrientationClient.h \
1590 dom/DeviceOrientationController.h \
1591 dom/DeviceOrientationData.h \
1592 dom/DeviceOrientationEvent.h \
1594 dom/DocumentFragment.h \
1595 dom/DocumentMarker.h \
1596 dom/DocumentMarkerController.h \
1597 dom/DocumentOrderedMap.h \
1598 dom/DocumentSharedObjectPool.h \
1599 dom/DocumentStyleSheetCollection.h \
1600 dom/DocumentType.h \
1602 dom/DOMImplementation.h \
1603 dom/DOMStringList.h \
1604 dom/DOMStringMap.h \
1605 dom/DOMTimeStamp.h \
1606 dom/DatasetDOMStringMap.h \
1608 dom/ElementAncestorIterator.h \
1609 dom/ElementChildIterator.h \
1611 dom/ElementDescendantIterator.h \
1612 dom/ElementIterator.h \
1613 dom/ElementIteratorAssertions.h \
1614 dom/ElementTraversal.h \
1616 dom/EntityReference.h \
1618 dom/EventDispatchMediator.h \
1619 dom/EventListenerMap.h \
1621 dom/EventPathWalker.h \
1625 dom/ExceptionBase.h \
1626 dom/ExceptionCode.h \
1628 dom/FragmentScriptingPermission.h \
1629 dom/GestureEvent.h \
1630 dom/IdTargetObserver.h \
1631 dom/IdTargetObserverRegistry.h \
1632 dom/InlineStyleSheetOwner.h \
1633 dom/LiveNodeList.h \
1634 dom/KeyboardEvent.h \
1635 dom/MessageChannel.h \
1636 dom/MessageEvent.h \
1637 dom/MessagePortChannel.h \
1640 dom/MouseRelatedEvent.h \
1641 dom/MutationCallback.h \
1642 dom/MutationEvent.h \
1643 dom/MutationObserver.h \
1644 dom/MutationObserverRegistration.h \
1645 dom/MutationRecord.h \
1646 dom/NamedFlowCollection.h \
1647 dom/NamedNodeMap.h \
1648 dom/NameNodeList.h \
1649 dom/NodeFilterCondition.h \
1652 dom/NodeIterator.h \
1653 dom/NodeRareData.h \
1654 dom/NodeRenderingTraversal.h \
1655 dom/NodeTraversal.h \
1657 dom/OverflowEvent.h \
1658 dom/PageTransitionEvent.h \
1660 dom/PositionIterator.h \
1661 dom/ProcessingInstruction.h \
1662 dom/ProgressEvent.h \
1663 dom/PseudoElement.h \
1664 dom/QualifiedName.h \
1666 dom/RegisteredEventListener.h \
1667 dom/RenderedDocumentMarker.h \
1668 dom/UserActionElementSet.h \
1669 dom/ScriptedAnimationController.h \
1670 dom/ScriptElement.h \
1671 dom/ScriptExecutionContext.h \
1672 dom/SelectorQuery.h \
1674 dom/SimulatedClickOptions.h \
1675 dom/SpaceSplitString.h \
1676 dom/StaticNodeList.h \
1677 dom/StyledElement.h \
1679 dom/TemplateContentDocumentFragment.h \
1681 dom/TextNodeTraversal.h \
1682 dom/TextEventInputType.h \
1687 dom/TransformSource.h \
1688 dom/TransitionEvent.h \
1690 dom/TreeDepthLimit.h \
1692 dom/TreeScopeAdopter.h \
1695 dom/UIEventWithKeyState.h \
1696 dom/UserGestureIndicator.h \
1697 dom/ViewportArguments.h \
1698 dom/WebKitAnimationEvent.h \
1699 dom/WebKitNamedFlow.h \
1700 dom/WebKitTransitionEvent.h \
1702 editing/AlternativeTextController.h \
1703 editing/AppendNodeCommand.h \
1704 editing/ApplyBlockElementCommand.h \
1705 editing/ApplyStyleCommand.h \
1706 editing/BreakBlockquoteCommand.h \
1707 editing/CompositeEditCommand.h \
1708 editing/CreateLinkCommand.h \
1709 editing/DeleteButtonController.h \
1710 editing/DeleteButton.h \
1711 editing/DeleteFromTextNodeCommand.h \
1712 editing/DeleteSelectionCommand.h \
1713 editing/DictationAlternative.h \
1714 editing/DictationCommand.h \
1715 editing/EditCommand.h \
1716 editing/EditingStyle.h \
1717 editing/EditingBehavior.h \
1718 editing/EditingBoundary.h \
1720 editing/FindOptions.h \
1721 editing/FormatBlockCommand.h \
1722 editing/FrameSelection.h \
1723 editing/htmlediting.h \
1724 editing/HTMLInterchange.h \
1725 editing/IndentOutdentCommand.h \
1726 editing/InsertIntoTextNodeCommand.h \
1727 editing/InsertLineBreakCommand.h \
1728 editing/InsertListCommand.h \
1729 editing/InsertNodeBeforeCommand.h \
1730 editing/InsertParagraphSeparatorCommand.h \
1731 editing/InsertTextCommand.h \
1733 editing/MergeIdenticalElementsCommand.h \
1734 editing/ModifySelectionListLevel.h \
1735 editing/MoveSelectionCommand.h \
1736 editing/RemoveCSSPropertyCommand.h \
1737 editing/RemoveFormatCommand.h \
1738 editing/RemoveNodeCommand.h \
1739 editing/RemoveNodePreservingChildrenCommand.h \
1740 editing/RenderedPosition.h \
1741 editing/ReplaceNodeWithSpanCommand.h \
1742 editing/ReplaceSelectionCommand.h \
1743 editing/SetNodeAttributeCommand.h \
1744 editing/SimplifyMarkupCommand.h \
1745 editing/SmartReplace.h \
1746 editing/SpellingCorrectionCommand.h \
1747 editing/SplitElementCommand.h \
1748 editing/SplitTextNodeCommand.h \
1749 editing/SplitTextNodeContainingElementCommand.h \
1750 editing/TextInsertionBaseCommand.h \
1751 editing/TextIterator.h \
1752 editing/TypingCommand.h \
1753 editing/UndoStep.h \
1754 editing/UnlinkCommand.h \
1755 editing/VisiblePosition.h \
1756 editing/VisibleSelection.h \
1757 editing/VisibleUnits.h \
1758 editing/WrapContentsInDummySpanCommand.h \
1762 fileapi/FileError.h \
1763 fileapi/FileException.h \
1764 fileapi/FileList.h \
1765 fileapi/FileReader.h \
1766 fileapi/FileReaderLoader.h \
1767 fileapi/FileReaderLoaderClient.h \
1768 fileapi/FileReaderSync.h \
1769 fileapi/FileThread.h \
1770 fileapi/FileThreadTask.h \
1771 fileapi/WebKitBlobBuilder.h \
1772 history/BackForwardClient.h \
1773 history/BackForwardController.h \
1774 history/BackForwardList.h \
1775 history/CachedFrame.h \
1776 history/CachedPage.h \
1777 history/HistoryItem.h \
1778 history/PageCache.h \
1779 html/canvas/CanvasGradient.h \
1780 html/canvas/CanvasPathMethods.h \
1781 html/canvas/CanvasPattern.h \
1782 html/canvas/CanvasProxy.h \
1783 html/canvas/CanvasRenderingContext.h \
1784 html/canvas/CanvasRenderingContext2D.h \
1785 html/canvas/CanvasStyle.h \
1786 html/canvas/DOMPath.h \
1788 html/DOMFormData.h \
1789 html/DOMSettableTokenList.h \
1790 html/DOMTokenList.h \
1792 html/FormAssociatedElement.h \
1793 html/FormController.h \
1794 html/FormDataList.h \
1795 html/FormNamedItem.h \
1796 html/FTPDirectoryDocument.h \
1797 html/HTMLAllCollection.h \
1798 html/HTMLAnchorElement.h \
1799 html/HTMLAppletElement.h \
1800 html/HTMLAreaElement.h \
1801 html/HTMLAudioElement.h \
1802 html/HTMLBaseElement.h \
1803 html/HTMLBaseFontElement.h \
1804 html/HTMLBodyElement.h \
1805 html/HTMLBDIElement.h \
1806 html/HTMLBRElement.h \
1807 html/HTMLButtonElement.h \
1808 html/HTMLCanvasElement.h \
1809 html/HTMLCollection.h \
1810 html/HTMLDirectoryElement.h \
1811 html/HTMLDetailsElement.h \
1812 html/HTMLDivElement.h \
1813 html/HTMLDListElement.h \
1814 html/HTMLDocument.h \
1815 html/HTMLElement.h \
1816 html/HTMLEmbedElement.h \
1817 html/HTMLFieldSetElement.h \
1818 html/HTMLFontElement.h \
1819 html/HTMLFormControlsCollection.h \
1820 html/HTMLFormControlElement.h \
1821 html/HTMLFormControlElementWithState.h \
1822 html/HTMLFormElement.h \
1823 html/HTMLFrameElementBase.h \
1824 html/HTMLFrameElement.h \
1825 html/HTMLFrameOwnerElement.h \
1826 html/HTMLFrameSetElement.h \
1827 html/HTMLHeadElement.h \
1828 html/HTMLHeadingElement.h \
1829 html/HTMLHRElement.h \
1830 html/HTMLHtmlElement.h \
1831 html/HTMLIFrameElement.h \
1832 html/HTMLImageElement.h \
1833 html/HTMLImageLoader.h \
1834 html/HTMLInputElement.h \
1835 html/HTMLKeygenElement.h \
1836 html/HTMLLabelElement.h \
1837 html/HTMLLegendElement.h \
1838 html/HTMLLIElement.h \
1839 html/HTMLLinkElement.h \
1840 html/HTMLMapElement.h \
1841 html/HTMLMarqueeElement.h \
1842 html/HTMLMediaElement.h \
1843 html/HTMLMenuElement.h \
1844 html/HTMLMetaElement.h \
1845 html/HTMLMeterElement.h \
1846 html/HTMLModElement.h \
1847 html/HTMLNameCollection.h \
1848 html/HTMLObjectElement.h \
1849 html/HTMLOListElement.h \
1850 html/HTMLOptGroupElement.h \
1851 html/HTMLOptionElement.h \
1852 html/HTMLOptionsCollection.h \
1853 html/HTMLOutputElement.h \
1854 html/HTMLParagraphElement.h \
1855 html/HTMLParamElement.h \
1856 html/HTMLParserErrorCodes.h \
1857 html/HTMLPlugInElement.h \
1858 html/HTMLPlugInImageElement.h \
1859 html/HTMLPreElement.h \
1860 html/HTMLProgressElement.h \
1861 html/HTMLQuoteElement.h \
1862 html/HTMLScriptElement.h \
1863 html/HTMLSelectElement.h \
1864 html/HTMLSourceElement.h \
1865 html/HTMLSpanElement.h \
1866 html/HTMLStyleElement.h \
1867 html/HTMLSummaryElement.h \
1868 html/HTMLTableCaptionElement.h \
1869 html/HTMLTableCellElement.h \
1870 html/HTMLTableColElement.h \
1871 html/HTMLTableElement.h \
1872 html/HTMLTablePartElement.h \
1873 html/HTMLTableRowElement.h \
1874 html/HTMLTableRowsCollection.h \
1875 html/HTMLTableSectionElement.h \
1876 html/HTMLTemplateElement.h \
1877 html/HTMLTextAreaElement.h \
1878 html/HTMLTextFormControlElement.h \
1879 html/HTMLTitleElement.h \
1880 html/HTMLUListElement.h \
1881 html/HTMLVideoElement.h \
1882 html/HTMLViewSourceDocument.h \
1884 html/ImageDocument.h \
1885 html/LabelableElement.h \
1886 html/LabelsNodeList.h \
1887 html/LinkRelAttribute.h \
1888 html/MediaController.h \
1889 html/MediaDocument.h \
1890 html/MediaFragmentURIParser.h \
1891 html/PluginDocument.h \
1892 html/PublicURLManager.h \
1893 html/RadioNodeList.h \
1895 html/TextDocument.h \
1898 html/ValidityState.h \
1899 html/parser/AtomicHTMLToken.h \
1900 html/parser/CSSPreloadScanner.h \
1901 html/parser/CompactHTMLToken.h \
1902 html/parser/HTMLConstructionSite.h \
1903 html/parser/HTMLDocumentParser.h \
1904 html/parser/HTMLElementStack.h \
1905 html/parser/HTMLEntityParser.h \
1906 html/parser/HTMLEntitySearch.h \
1907 html/parser/HTMLEntityTable.h \
1908 html/parser/HTMLFormattingElementList.h \
1909 html/parser/HTMLParserScheduler.h \
1910 html/parser/HTMLPreloadScanner.h \
1911 html/parser/HTMLResourcePreloader.h \
1912 html/parser/HTMLScriptRunner.h \
1913 html/parser/HTMLScriptRunnerHost.h \
1914 html/parser/HTMLToken.h \
1915 html/parser/HTMLTokenizer.h \
1916 html/parser/HTMLTreeBuilder.h \
1917 html/parser/HTMLViewSourceParser.h \
1918 html/parser/InputStreamPreprocessor.h \
1919 html/parser/XSSAuditor.h \
1920 html/parser/XSSAuditorDelegate.h \
1921 html/shadow/ContentDistributor.h \
1922 html/shadow/HTMLContentElement.h \
1923 html/shadow/MediaControlElementTypes.h \
1924 html/shadow/MediaControlElements.h \
1925 html/shadow/MediaControls.h \
1926 html/shadow/MediaControlsApple.h \
1927 html/shadow/DetailsMarkerControl.h \
1928 inspector/BindingVisitors.h \
1929 inspector/ConsoleAPITypes.h \
1930 inspector/ConsoleMessage.h \
1931 inspector/ContentSearchUtils.h \
1932 inspector/DOMEditor.h \
1933 inspector/DOMPatchSupport.h \
1934 inspector/IdentifiersFactory.h \
1935 inspector/InjectedScript.h \
1936 inspector/InjectedScriptBase.h \
1937 inspector/InjectedScriptCanvasModule.h \
1938 inspector/InjectedScriptHost.h \
1939 inspector/InjectedScriptManager.h \
1940 inspector/InjectedScriptModule.h \
1941 inspector/InspectorAgent.h \
1942 inspector/InspectorApplicationCacheAgent.h \
1943 inspector/InspectorBaseAgent.h \
1944 inspector/InspectorCanvasAgent.h \
1945 inspector/InspectorCanvasInstrumentation.h \
1946 inspector/InspectorConsoleAgent.h \
1947 inspector/InspectorConsoleInstrumentation.h \
1948 inspector/InspectorController.h \
1949 inspector/InspectorCounters.h \
1950 inspector/InspectorCSSAgent.h \
1951 inspector/InspectorDatabaseAgent.h \
1952 inspector/InspectorDatabaseInstrumentation.h \
1953 inspector/InspectorDatabaseResource.h \
1954 inspector/InspectorDebuggerAgent.h \
1955 inspector/InspectorDOMDebuggerAgent.h \
1956 inspector/InspectorDOMStorageAgent.h \
1957 inspector/InspectorFrontendChannel.h \
1958 inspector/InspectorFrontendClient.h \
1959 inspector/InspectorFrontendClientLocal.h \
1960 inspector/InspectorFrontendHost.h \
1961 inspector/InspectorHeapProfilerAgent.h \
1962 inspector/InspectorHistory.h \
1963 inspector/InspectorInstrumentation.h \
1964 inspector/InspectorLayerTreeAgent.h \
1965 inspector/InspectorMemoryAgent.h \
1966 inspector/InspectorOverlay.h \
1967 inspector/InspectorPageAgent.h \
1968 inspector/InspectorProfilerAgent.h \
1969 inspector/InspectorResourceAgent.h \
1970 inspector/InspectorRuntimeAgent.h \
1971 inspector/InspectorState.h \
1972 inspector/InspectorStyleSheet.h \
1973 inspector/InspectorStyleTextEditor.h \
1974 inspector/InspectorTimelineAgent.h \
1975 inspector/InspectorWorkerAgent.h \
1976 inspector/InstrumentingAgents.h \
1977 inspector/NetworkResourcesData.h \
1978 inspector/PageConsoleAgent.h \
1979 inspector/PageDebuggerAgent.h \
1980 inspector/PageRuntimeAgent.h \
1981 inspector/ScriptGCEventListener.h \
1982 inspector/TimelineRecordFactory.h \
1983 inspector/WorkerConsoleAgent.h \
1984 inspector/WorkerDebuggerAgent.h \
1985 inspector/WorkerRuntimeAgent.h \
1986 loader/appcache/ApplicationCacheGroup.h \
1987 loader/appcache/ApplicationCacheHost.h \
1988 loader/appcache/ApplicationCache.h \
1989 loader/appcache/ApplicationCacheResource.h \
1990 loader/appcache/ApplicationCacheStorage.h \
1991 loader/appcache/DOMApplicationCache.h \
1992 loader/appcache/ManifestParser.h \
1993 loader/archive/ArchiveResourceCollection.h \
1994 loader/archive/ArchiveResource.h \
1995 loader/cache/CachedCSSStyleSheet.h \
1996 loader/cache/CachedFont.h \
1997 loader/cache/CachedImage.h \
1998 loader/cache/CachedRawResource.h \
1999 loader/cache/CachedRawResourceClient.h \
2000 loader/cache/CachedResourceClientWalker.h \
2001 loader/cache/CachedResource.h \
2002 loader/cache/CachedResourceHandle.h \
2003 loader/cache/CachedScript.h \
2004 loader/cache/CachedShader.h \
2005 loader/cache/CachedSVGDocument.h \
2006 loader/cache/CachedXSLStyleSheet.h \
2007 loader/cache/MemoryCache.h \
2008 loader/CookieJar.h \
2009 loader/CrossOriginAccessControl.h \
2010 loader/CrossOriginPreflightResultCache.h \
2011 loader/cache/CachedResourceLoader.h \
2012 loader/cache/CachedResourceRequest.h \
2013 loader/cache/CachedResourceRequestInitiators.h \
2014 loader/DocumentLoader.h \
2015 loader/DocumentThreadableLoader.h \
2016 loader/FormState.h \
2017 loader/FrameLoader.h \
2018 loader/FrameLoaderStateMachine.h \
2019 loader/FTPDirectoryParser.h \
2020 loader/icon/IconController.h \
2021 loader/icon/IconDatabase.h \
2022 loader/icon/IconDatabaseBase.h \
2023 loader/icon/IconLoader.h \
2024 loader/icon/IconRecord.h \
2025 loader/icon/PageURLRecord.h \
2026 loader/ImageLoader.h \
2027 loader/LinkLoader.h \
2028 loader/LinkLoaderClient.h \
2029 loader/LoaderStrategy.h \
2030 loader/MixedContentChecker.h \
2031 loader/NavigationAction.h \
2032 loader/NetscapePlugInStreamLoader.h \
2033 loader/PlaceholderDocument.h \
2034 loader/ProgressTracker.h \
2035 loader/ResourceBuffer.h \
2036 loader/ResourceLoader.h \
2037 loader/ResourceLoaderTypes.h \
2038 loader/SubresourceLoader.h \
2039 loader/SubstituteData.h \
2040 loader/TextResourceDecoder.h \
2041 loader/ThreadableLoader.h \
2042 loader/WorkerThreadableLoader.h \
2043 mathml/MathMLElement.h \
2044 mathml/MathMLInlineContainerElement.h \
2045 mathml/MathMLMathElement.h \
2046 mathml/MathMLTextElement.h \
2047 page/animation/AnimationBase.h \
2048 page/animation/AnimationController.h \
2049 page/animation/CompositeAnimation.h \
2050 page/animation/ImplicitAnimation.h \
2051 page/animation/KeyframeAnimation.h \
2052 page/AdjustViewSizeOrNot.h \
2053 page/AutoscrollController.h \
2055 page/CaptionUserPreferences.h \
2058 page/ConsoleTypes.h \
2059 page/ContextMenuController.h \
2060 page/ContextMenuProvider.h \
2061 page/DeviceClient.h \
2062 page/DeviceController.h \
2063 page/DiagnosticLoggingKeys.h \
2064 page/DOMSelection.h \
2067 page/DOMWindowExtension.h \
2068 page/DragController.h \
2070 page/EventHandler.h \
2071 page/EventSource.h \
2072 page/EditorClient.h \
2073 page/FocusController.h \
2077 page/GestureTapHighlighter.h\
2078 page/GroupSettings.h \
2080 page/LayoutMilestones.h \
2082 page/MouseEventWithHitTestResults.h \
2083 page/NavigatorBase.h \
2086 page/PageGroupLoadDeferrer.h \
2088 page/PageActivityAssertionToken.h \
2089 page/PageConsole.h \
2090 page/PageThrottler.h \
2091 page/PageVisibilityState.h \
2092 page/PlugInClient.h \
2093 page/PopupOpeningObserver.h \
2094 page/PrintContext.h \
2096 page/SecurityOrigin.h \
2098 page/SpatialNavigation.h \
2099 page/SpeechInput.h \
2100 page/SpeechInputClient.h \
2101 page/SpeechInputEvent.h \
2102 page/SpeechInputListener.h \
2103 page/SpeechInputResult.h \
2104 page/SpeechInputResultList.h \
2105 page/TouchAdjustment.h \
2106 page/ValidationMessageClient.h \
2107 page/WindowFeatures.h \
2108 page/WindowFocusAllowedIndicator.h \
2109 page/WorkerNavigator.h \
2110 platform/animation/Animation.h \
2111 platform/animation/AnimationList.h \
2112 platform/animation/AnimationUtilities.h \
2114 platform/CalculationValue.h \
2116 platform/ClockGeneric.h \
2117 platform/ContentType.h \
2118 platform/ContextMenu.h \
2119 platform/ContextMenuItem.h \
2120 platform/CrossThreadCopier.h \
2121 platform/DateComponents.h \
2122 platform/Decimal.h \
2123 platform/DragData.h \
2124 platform/DragImage.h \
2125 platform/FileChooser.h \
2126 platform/FileStream.h \
2127 platform/FileStreamClient.h \
2128 platform/FileSystem.h \
2129 platform/HistogramSupport.h \
2130 platform/image-decoders/ImageDecoder.h \
2131 platform/mock/DeviceMotionClientMock.h \
2132 platform/mock/DeviceOrientationClientMock.h \
2133 platform/mock/GeolocationClientMock.cpp \
2134 platform/mock/PlatformSpeechSynthesizerMock.h \
2135 platform/mock/ScrollbarThemeMock.h \
2136 platform/graphics/BitmapImage.h \
2137 platform/graphics/Color.h \
2138 platform/graphics/cpu/arm/filters/NEONHelpers.h \
2139 platform/graphics/cpu/arm/filters/FEBlendNEON.h \
2140 platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h \
2141 platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h \
2142 platform/graphics/cpu/arm/filters/FELightingNEON.h \
2143 platform/graphics/CrossfadeGeneratedImage.h \
2144 platform/graphics/filters/texmap/TextureMapperPlatformCompiledProgram.h \
2145 platform/graphics/filters/CustomFilterArrayParameter.h \
2146 platform/graphics/filters/CustomFilterColorParameter.h \
2147 platform/graphics/filters/CustomFilterConstants.h \
2148 platform/graphics/filters/CustomFilterGlobalContext.h \
2149 platform/graphics/filters/CustomFilterMesh.h \
2150 platform/graphics/filters/CustomFilterMeshGenerator.h \
2151 platform/graphics/filters/CustomFilterNumberParameter.h \
2152 platform/graphics/filters/CustomFilterCompiledProgram.h \
2153 platform/graphics/filters/CustomFilterOperation.h \
2154 platform/graphics/filters/ValidatedCustomFilterOperation.h \
2155 platform/graphics/filters/CustomFilterParameter.h \
2156 platform/graphics/filters/CustomFilterParameterList.h \
2157 platform/graphics/filters/CustomFilterProgram.h \
2158 platform/graphics/filters/CustomFilterProgramInfo.h \
2159 platform/graphics/filters/CustomFilterRenderer.h \
2160 platform/graphics/filters/CustomFilterTransformParameter.h \
2161 platform/graphics/filters/CustomFilterValidatedProgram.h \
2162 platform/graphics/filters/FEBlend.h \
2163 platform/graphics/filters/FEColorMatrix.h \
2164 platform/graphics/filters/FEComponentTransfer.h \
2165 platform/graphics/filters/FEComposite.h \
2166 platform/graphics/filters/FEConvolveMatrix.h \
2167 platform/graphics/filters/FECustomFilter.h \
2168 platform/graphics/filters/FEDiffuseLighting.h \
2169 platform/graphics/filters/FEDisplacementMap.h \
2170 platform/graphics/filters/FEDropShadow.h \
2171 platform/graphics/filters/FEFlood.h \
2172 platform/graphics/filters/FEGaussianBlur.h \
2173 platform/graphics/filters/FELighting.h \
2174 platform/graphics/filters/FEMerge.h \
2175 platform/graphics/filters/FEMorphology.h \
2176 platform/graphics/filters/FEOffset.h \
2177 platform/graphics/filters/FESpecularLighting.h \
2178 platform/graphics/filters/FETile.h \
2179 platform/graphics/filters/FETurbulence.h \
2180 platform/graphics/filters/FilterEffect.h \
2181 platform/graphics/filters/FilterOperation.h \
2182 platform/graphics/filters/FilterOperations.h \
2183 platform/graphics/filters/LightSource.h \
2184 platform/graphics/filters/SourceAlpha.h \
2185 platform/graphics/filters/SourceGraphic.h \
2186 platform/graphics/FloatPoint3D.h \
2187 platform/graphics/FloatPoint.h \
2188 platform/graphics/FloatPolygon.h \
2189 platform/graphics/FloatQuad.h \
2190 platform/graphics/FloatRect.h \
2191 platform/graphics/FloatSize.h \
2192 platform/graphics/FontData.h \
2193 platform/graphics/FontDescription.h \
2194 platform/graphics/FontFeatureSettings.h \
2195 platform/graphics/FontMetrics.h \
2196 platform/graphics/Font.h \
2197 platform/graphics/GeneratorGeneratedImage.h \
2198 platform/graphics/GeneratedImage.h \
2199 platform/graphics/GlyphPageTreeNode.h \
2200 platform/graphics/Gradient.h \
2201 platform/graphics/GraphicsContext.h \
2202 platform/graphics/GraphicsLayer.h \
2203 platform/graphics/GraphicsLayerAnimation.h \
2204 platform/graphics/GraphicsLayerClient.h \
2205 platform/graphics/GraphicsLayerTransform.h \
2206 platform/graphics/GraphicsTypes.h \
2207 platform/graphics/GraphicsTypes3D.h \
2208 platform/graphics/Image.h \
2209 platform/graphics/ImageOrientation.h \
2210 platform/graphics/ImageSource.h \
2211 platform/graphics/IntPoint.h \
2212 platform/graphics/IntPointHash.h \
2213 platform/graphics/IntRect.h \
2214 platform/graphics/IntRectExtent.h \
2215 platform/graphics/Latin1TextIterator.h \
2216 platform/graphics/MediaPlayer.h \
2217 platform/graphics/NativeImagePtr.h \
2218 platform/graphics/opentype/OpenTypeVerticalData.h \
2219 platform/graphics/Path.h \
2220 platform/graphics/PathTraversalState.h \
2221 platform/graphics/Pattern.h \
2222 platform/graphics/PlatformLayer.h \
2223 platform/graphics/Region.h \
2224 platform/graphics/RoundedRect.h \
2225 platform/graphics/qt/FontCustomPlatformData.h \
2226 platform/graphics/qt/NativeImageQt.h \
2227 platform/graphics/qt/StillImageQt.h \
2228 platform/graphics/qt/TransparencyLayer.h \
2229 platform/graphics/SegmentedFontData.h \
2230 platform/graphics/ShadowBlur.h \
2231 platform/graphics/SimpleFontData.h \
2232 platform/graphics/surfaces/GraphicsSurface.h \
2233 platform/graphics/surfaces/GraphicsSurfaceToken.h \
2234 platform/graphics/SurrogatePairAwareTextIterator.h \
2235 platform/graphics/texmap/GraphicsLayerTextureMapper.h \
2236 platform/graphics/texmap/TextureMapper.h \
2237 platform/graphics/texmap/TextureMapperBackingStore.h \
2238 platform/graphics/texmap/TextureMapperFPSCounter.h \
2239 platform/graphics/texmap/TextureMapperImageBuffer.h \
2240 platform/graphics/texmap/TextureMapperLayer.h \
2241 platform/graphics/texmap/TextureMapperPlatformLayer.h \
2242 platform/graphics/texmap/TextureMapperSurfaceBackingStore.h \
2243 platform/graphics/texmap/TextureMapperTile.h \
2244 platform/graphics/texmap/TextureMapperTiledBackingStore.h \
2245 platform/graphics/Tile.h \
2246 platform/graphics/TiledBackingStore.h \
2247 platform/graphics/TiledBackingStoreClient.h \
2248 platform/graphics/transforms/Matrix3DTransformOperation.h \
2249 platform/graphics/transforms/MatrixTransformOperation.h \
2250 platform/graphics/transforms/PerspectiveTransformOperation.h \
2251 platform/graphics/transforms/RotateTransformOperation.h \
2252 platform/graphics/transforms/ScaleTransformOperation.h \
2253 platform/graphics/transforms/SkewTransformOperation.h \
2254 platform/graphics/transforms/TransformationMatrix.h \
2255 platform/graphics/transforms/TransformOperations.h \
2256 platform/graphics/transforms/TransformState.h \
2257 platform/graphics/transforms/TranslateTransformOperation.h \
2258 platform/graphics/WidthIterator.h \
2259 platform/graphics/WidthCache.h \
2260 platform/image-decoders/bmp/BMPImageDecoder.h \
2261 platform/image-decoders/bmp/BMPImageReader.h \
2262 platform/image-decoders/ico/ICOImageDecoder.h \
2263 platform/image-decoders/gif/GIFImageDecoder.h \
2264 platform/image-decoders/gif/GIFImageReader.h \
2265 platform/image-decoders/png/PNGImageDecoder.h \
2266 platform/KillRing.h \
2269 platform/LengthBox.h \
2270 platform/leveldb/LevelDBComparator.h \
2271 platform/leveldb/LevelDBDatabase.h \
2272 platform/leveldb/LevelDBIterator.h \
2273 platform/leveldb/LevelDBSlice.h \
2274 platform/leveldb/LevelDBTransaction.h \
2275 platform/leveldb/LevelDBWriteBatch.h \
2276 platform/text/BidiRunList.h \
2277 platform/text/LineEnding.h \
2278 platform/text/LocaleToScriptMapping.h \
2279 platform/text/TextCheckerClient.h \
2280 platform/text/TextChecking.h \
2281 platform/text/UnicodeBidi.h \
2282 platform/LinkHash.h \
2283 platform/Logging.h \
2284 platform/Language.h \
2285 platform/MemoryPressureHandler.h \
2286 platform/MainThreadTask.h \
2287 platform/MIMETypeRegistry.h \
2288 platform/network/AuthenticationChallengeBase.h \
2289 platform/network/AuthenticationClient.h \
2290 platform/network/BlobData.h \
2291 platform/network/BlobRegistry.h \
2292 platform/network/BlobRegistryImpl.h \
2293 platform/network/BlobResourceHandle.h \
2294 platform/network/BlobStorageData.h \
2295 platform/network/CookieStorage.h \
2296 platform/network/Credential.h \
2297 platform/network/CredentialStorage.h \
2298 platform/network/DNSResolveQueue.h \
2299 platform/network/FormDataBuilder.h \
2300 platform/network/FormData.h \
2301 platform/network/HTTPHeaderMap.h \
2302 platform/network/HTTPParsers.h \
2303 platform/network/HTTPStatusCodes.h \
2304 platform/network/MIMESniffing.h \
2305 platform/network/NetworkStorageSession.h \
2306 platform/network/NetworkingContext.h \
2307 platform/network/NetworkStateNotifier.h \
2308 platform/network/ParsedContentType.h \
2309 platform/network/PlatformCookieJar.h \
2310 platform/network/ProtectionSpace.h \
2311 platform/network/ProxyServer.h \
2312 platform/network/qt/QtMIMETypeSniffer.h \
2313 platform/network/qt/QNetworkReplyHandler.h \
2314 platform/network/ResourceErrorBase.h \
2315 platform/network/ResourceHandle.h \
2316 platform/network/ResourceHandleTypes.h \
2317 platform/network/ResourceLoadPriority.h \
2318 platform/network/ResourceLoadTiming.h \
2319 platform/network/ResourceRequestBase.h \
2320 platform/network/ResourceResponseBase.h \
2321 platform/network/qt/NetworkStateNotifierPrivate.h \
2322 platform/network/qt/CookieJarQt.h \
2323 platform/PlatformExportMacros.h \
2324 platform/PlatformTouchEvent.h \
2325 platform/PlatformTouchPoint.h \
2326 platform/PopupMenu.h \
2327 platform/ReferrerPolicy.h \
2328 platform/qt/QWebPageClient.h \
2329 platform/qt/QStyleFacade.h \
2330 platform/qt/RenderThemeQStyle.h \
2331 platform/qt/RenderThemeQt.h \
2332 platform/qt/RenderThemeQtMobile.h \
2333 platform/qt/ScrollbarThemeQStyle.h \
2334 platform/qt/UserAgentQt.h \
2335 platform/ScrollableArea.h \
2336 platform/ScrollAnimator.h \
2337 platform/Scrollbar.h \
2338 platform/ScrollbarThemeClient.h \
2339 platform/ScrollbarThemeComposite.h \
2340 platform/ScrollView.h \
2341 platform/SearchPopupMenu.h \
2342 platform/SharedBuffer.h \
2343 platform/SharedBufferChunkReader.h \
2344 platform/sql/SQLiteDatabase.h \
2345 platform/sql/SQLiteFileSystem.h \
2346 platform/sql/SQLiteStatement.h \
2347 platform/sql/SQLiteTransaction.h \
2348 platform/sql/SQLValue.h \
2349 platform/text/BidiContext.h \
2350 platform/text/DateTimeFormat.h \
2351 platform/text/DecodeEscapeSequences.h \
2352 platform/text/Hyphenation.h \
2353 platform/text/QuotedPrintable.h \
2354 platform/text/RegularExpression.h \
2355 platform/text/SegmentedString.h \
2356 platform/text/TextBoundaries.h \
2357 platform/text/TextCodec.h \
2358 platform/text/TextCodecASCIIFastPath.h \
2359 platform/text/TextCodecLatin1.h \
2360 platform/text/TextCodecUserDefined.h \
2361 platform/text/TextCodecUTF16.h \
2362 platform/text/TextCodecUTF8.h \
2363 platform/text/TextEncoding.h \
2364 platform/text/TextEncodingRegistry.h \
2365 platform/text/TextStream.h \
2366 platform/text/UnicodeRange.h \
2367 platform/text/transcoder/FontTranscoder.h \
2368 platform/ThreadGlobalData.h \
2369 platform/ThreadTimers.h \
2372 platform/PlatformStrategies.h \
2373 platform/LocalizedStrings.h \
2374 plugins/DOMMimeTypeArray.h \
2375 plugins/DOMMimeType.h \
2376 plugins/DOMPluginArray.h \
2377 plugins/PluginDatabase.h \
2378 plugins/PluginData.h \
2379 plugins/PluginDebug.h \
2380 plugins/DOMPlugin.h \
2381 plugins/IFrameShimSupport.h \
2382 plugins/PluginMainThreadScheduler.h \
2383 plugins/PluginPackage.h \
2384 plugins/PluginStream.h \
2385 plugins/PluginView.h \
2386 plugins/win/PluginMessageThrottlerWin.h \
2387 rendering/AutoTableLayout.h \
2388 rendering/break_lines.h \
2389 rendering/CounterNode.h \
2390 rendering/EllipsisBox.h \
2391 rendering/FilterEffectRenderer.h \
2392 rendering/FixedTableLayout.h \
2393 rendering/FloatingObjects.h \
2394 rendering/FlowThreadController.h \
2395 rendering/HitTestingTransformState.h \
2396 rendering/HitTestLocation.h \
2397 rendering/HitTestResult.h \
2398 rendering/ImageQualityController.h \
2399 rendering/InlineBox.h \
2400 rendering/InlineFlowBox.h \
2401 rendering/InlineTextBox.h \
2402 rendering/LayoutRepainter.h \
2403 rendering/LayoutState.h \
2404 rendering/LineInfo.h \
2405 rendering/LineWidth.h \
2406 rendering/LineLayoutState.h \
2407 rendering/LogicalSelectionOffsetCaches.h \
2408 rendering/mathml/RenderMathMLBlock.h \
2409 rendering/mathml/RenderMathMLFenced.h \
2410 rendering/mathml/RenderMathMLFraction.h \
2411 rendering/mathml/RenderMathMLMath.h \
2412 rendering/mathml/RenderMathMLOperator.h \
2413 rendering/mathml/RenderMathMLRoot.h \
2414 rendering/mathml/RenderMathMLRow.h \
2415 rendering/mathml/RenderMathMLSpace.h \
2416 rendering/mathml/RenderMathMLSquareRoot.h \
2417 rendering/mathml/RenderMathMLScripts.h \
2418 rendering/mathml/RenderMathMLUnderOver.h \
2419 rendering/Pagination.h \
2420 rendering/PaintInfo.h \
2421 rendering/PaintPhase.h \
2422 rendering/PointerEventsHitRules.h \
2423 rendering/RegionOversetState.h \
2424 rendering/RenderArena.h \
2425 rendering/RenderBlock.h \
2426 rendering/RenderBox.h \
2427 rendering/RenderBoxModelObject.h \
2428 rendering/RenderButton.h \
2429 rendering/RenderCombineText.h \
2430 rendering/RenderCounter.h \
2431 rendering/RenderDeprecatedFlexibleBox.h \
2432 rendering/RenderDetailsMarker.h \
2433 rendering/RenderElement.h \
2434 rendering/RenderEmbeddedObject.h \
2435 rendering/RenderFieldset.h \
2436 rendering/RenderFileUploadControl.h \
2437 rendering/RenderFlexibleBox.h \
2438 rendering/RenderFrame.h \
2439 rendering/RenderFrameBase.h \
2440 rendering/RenderFrameSet.h \
2441 rendering/RenderGeometryMap.h \
2442 rendering/RenderGrid.h \
2443 rendering/RenderHTMLCanvas.h \
2444 rendering/RenderIFrame.h \
2445 rendering/RenderImageResource.h \
2446 rendering/RenderImageResourceStyleImage.h \
2447 rendering/RenderImage.h \
2448 rendering/RenderInline.h \
2449 rendering/RenderInputSpeech.h \
2450 rendering/RenderLayer.h \
2451 rendering/RenderLayerBacking.h \
2452 rendering/RenderLayerCompositor.h \
2453 rendering/RenderLayerModelObject.h \
2454 rendering/RenderLineBoxList.h \
2455 rendering/RenderLineBreak.h \
2456 rendering/RenderListBox.h \
2457 rendering/RenderListItem.h \
2458 rendering/RenderListMarker.h \
2459 rendering/RenderMarquee.h \
2460 rendering/RenderMediaControlElements.h \
2461 rendering/RenderMediaControls.h \
2462 rendering/RenderMedia.h \
2463 rendering/RenderMenuList.h \
2464 rendering/RenderMeter.h \
2465 rendering/RenderMultiColumnBlock.h \
2466 rendering/RenderObjectChildList.h \
2467 rendering/RenderObject.h \
2468 rendering/RenderProgress.h \
2469 rendering/RenderQuote.h \
2470 rendering/RenderReplaced.h \
2471 rendering/RenderReplica.h \
2472 rendering/RenderRuby.h \
2473 rendering/RenderRubyBase.h \
2474 rendering/RenderRubyRun.h \
2475 rendering/RenderRubyText.h \
2476 rendering/RenderScrollbar.h \
2477 rendering/RenderScrollbarPart.h \
2478 rendering/RenderScrollbarTheme.h \
2479 rendering/RenderSearchField.h \
2480 rendering/RenderSlider.h \
2481 rendering/RenderSnapshottedPlugIn.h \
2482 rendering/RenderTableCaption.h \
2483 rendering/RenderTableCell.h \
2484 rendering/RenderTableCol.h \
2485 rendering/RenderTable.h \
2486 rendering/RenderTableRow.h \
2487 rendering/RenderTableSection.h \
2488 rendering/RenderTextControl.h \
2489 rendering/RenderTextControlMultiLine.h \
2490 rendering/RenderTextControlSingleLine.h \
2491 rendering/RenderTextFragment.h \
2492 rendering/RenderText.h \
2493 rendering/RenderTheme.h \
2494 rendering/RenderTreeAsText.h \
2495 rendering/RenderVideo.h \
2496 rendering/RenderView.h \
2497 rendering/RenderWidget.h \
2498 rendering/RootInlineBox.h \
2499 rendering/ScrollBehavior.h \
2500 rendering/shapes/PolygonShape.h \
2501 rendering/shapes/RasterShape.h \
2502 rendering/shapes/RectangleShape.h \
2503 rendering/shapes/Shape.h \
2504 rendering/shapes/ShapeInfo.h \
2505 rendering/shapes/ShapeInsideInfo.h \
2506 rendering/shapes/ShapeInterval.h \
2507 rendering/shapes/ShapeOutsideInfo.h \
2508 rendering/style/BasicShapes.h \
2509 rendering/style/ContentData.h \
2510 rendering/style/CounterDirectives.h \
2511 rendering/style/CursorData.h \
2512 rendering/style/CursorList.h \
2513 rendering/style/FillLayer.h \
2514 rendering/style/KeyframeList.h \
2515 rendering/style/NinePieceImage.h \
2516 rendering/style/QuotesData.h \
2517 rendering/style/RenderStyle.h \
2518 rendering/style/ShadowData.h \
2519 rendering/style/ShapeValue.h \
2520 rendering/style/StyleBackgroundData.h \
2521 rendering/style/StyleBoxData.h \
2522 rendering/style/StyleCachedImage.h \
2523 rendering/style/StyleCachedShader.h \
2524 rendering/style/StyleCustomFilterProgram.h \
2525 rendering/style/StyleCustomFilterProgramCache.h \
2526 rendering/style/StyleDeprecatedFlexibleBoxData.h \
2527 rendering/style/StyleFilterData.h \
2528 rendering/style/StyleFlexibleBoxData.h \
2529 rendering/style/StyleGeneratedImage.h \
2530 rendering/style/StyleInheritedData.h \
2531 rendering/style/StyleMarqueeData.h \
2532 rendering/style/StyleMultiColData.h \
2533 rendering/style/StylePendingShader.h \
2534 rendering/style/StyleRareInheritedData.h \
2535 rendering/style/StyleRareNonInheritedData.h \
2536 rendering/style/StyleReflection.h \
2537 rendering/style/StyleShader.h \
2538 rendering/style/StyleSurroundData.h \
2539 rendering/style/StyleTransformData.h \
2540 rendering/style/StyleVariableData.h \
2541 rendering/style/StyleVisualData.h \
2542 rendering/style/GridTrackSize.h \
2543 rendering/style/SVGRenderStyleDefs.h \
2544 rendering/style/SVGRenderStyle.h \
2545 rendering/svg/RenderSVGBlock.h \
2546 rendering/svg/RenderSVGContainer.h \
2547 rendering/svg/RenderSVGEllipse.h \
2548 rendering/svg/RenderSVGForeignObject.h \
2549 rendering/svg/RenderSVGGradientStop.h \
2550 rendering/svg/RenderSVGHiddenContainer.h \
2551 rendering/svg/RenderSVGImage.h \
2552 rendering/svg/RenderSVGInline.h \
2553 rendering/svg/RenderSVGInlineText.h \
2554 rendering/svg/RenderSVGModelObject.h \
2555 rendering/svg/RenderSVGPath.h \
2556 rendering/svg/RenderSVGRect.h \
2557 rendering/svg/RenderSVGResource.h \
2558 rendering/svg/RenderSVGResourceClipper.h \
2559 rendering/svg/RenderSVGResourceContainer.h \
2560 rendering/svg/RenderSVGResourceFilter.h \
2561 rendering/svg/RenderSVGResourceFilterPrimitive.h \
2562 rendering/svg/RenderSVGResourceGradient.h \
2563 rendering/svg/RenderSVGResourceLinearGradient.h \
2564 rendering/svg/RenderSVGResourceMarker.h \
2565 rendering/svg/RenderSVGResourceMasker.h \
2566 rendering/svg/RenderSVGResourcePattern.h \
2567 rendering/svg/RenderSVGResourceRadialGradient.h \
2568 rendering/svg/RenderSVGResourceSolidColor.h \
2569 rendering/svg/RenderSVGRoot.h \
2570 rendering/svg/RenderSVGShape.h \
2571 rendering/svg/RenderSVGTSpan.h \
2572 rendering/svg/RenderSVGText.h \
2573 rendering/svg/RenderSVGTextPath.h \
2574 rendering/svg/RenderSVGTransformableContainer.h \
2575 rendering/svg/RenderSVGViewportContainer.h \
2576 rendering/svg/SVGInlineFlowBox.h \
2577 rendering/svg/SVGInlineTextBox.h \
2578 rendering/svg/SVGMarkerData.h \
2579 rendering/svg/SVGPathData.h \
2580 rendering/svg/SVGRenderSupport.h \
2581 rendering/svg/SVGRenderTreeAsText.h \
2582 rendering/svg/SVGRenderingContext.h \
2583 rendering/svg/SVGResources.h \
2584 rendering/svg/SVGResourcesCache.h \
2585 rendering/svg/SVGResourcesCycleSolver.h \
2586 rendering/svg/SVGRootInlineBox.h \
2587 rendering/svg/SVGTextChunk.h \
2588 rendering/svg/SVGTextChunkBuilder.h \
2589 rendering/svg/SVGTextFragment.h \
2590 rendering/svg/SVGTextLayoutAttributes.h \
2591 rendering/svg/SVGTextLayoutAttributesBuilder.h \
2592 rendering/svg/SVGTextLayoutEngine.h \
2593 rendering/svg/SVGTextLayoutEngineBaseline.h \
2594 rendering/svg/SVGTextLayoutEngineSpacing.h \
2595 rendering/svg/SVGTextMetrics.h \
2596 rendering/svg/SVGTextMetricsBuilder.h \
2597 rendering/svg/SVGTextQuery.h \
2598 rendering/svg/SVGTextRunRenderingContext.h \
2600 storage/StorageArea.h \
2601 storage/StorageAreaImpl.h \
2602 storage/StorageAreaSync.h \
2603 storage/StorageEvent.h \
2604 storage/StorageEventDispatcher.h \
2605 storage/StorageMap.h \
2606 storage/StorageNamespace.h \
2607 storage/StorageNamespaceImpl.h \
2608 storage/StorageSyncManager.h \
2609 storage/StorageThread.h \
2610 storage/StorageTracker.h \
2611 storage/StorageTrackerClient.h \
2612 style/StyleFontSizeFunctions.h \
2613 style/StyleResolveForDocument.h \
2614 style/StyleResolveTree.h \
2615 svg/animation/SMILTimeContainer.h \
2616 svg/animation/SMILTime.h \
2617 svg/animation/SVGSMILElement.h \
2618 svg/ColorDistance.h \
2619 svg/graphics/filters/SVGFEImage.h \
2620 svg/graphics/filters/SVGFilterBuilder.h \
2621 svg/graphics/filters/SVGFilter.h \
2622 svg/graphics/SVGImage.h \
2623 svg/graphics/SVGImageCache.h \
2624 svg/graphics/SVGImageForContainer.h \
2625 svg/properties/SVGAnimatedProperty.h \
2626 svg/properties/SVGAttributeToPropertyMap.h \
2627 svg/properties/SVGAnimatedEnumerationPropertyTearOff.h \
2628 svg/properties/SVGAnimatedListPropertyTearOff.h \
2629 svg/properties/SVGAnimatedPathSegListPropertyTearOff.h \
2630 svg/properties/SVGAnimatedProperty.h \
2631 svg/properties/SVGAnimatedPropertyDescription.h \
2632 svg/properties/SVGAnimatedPropertyMacros.h \
2633 svg/properties/SVGAnimatedPropertyTearOff.h \
2634 svg/properties/SVGAnimatedStaticPropertyTearOff.h \
2635 svg/properties/SVGAnimatedTransformListPropertyTearOff.h \
2636 svg/properties/SVGListProperty.h \
2637 svg/properties/SVGListPropertyTearOff.h \
2638 svg/properties/SVGPathSegListPropertyTearOff.h \
2639 svg/properties/SVGProperty.h \
2640 svg/properties/SVGPropertyInfo.h \
2641 svg/properties/SVGPropertyTearOff.h \
2642 svg/properties/SVGPropertyTraits.h \
2643 svg/properties/SVGStaticListPropertyTearOff.h \
2644 svg/properties/SVGStaticPropertyTearOff.h \
2645 svg/properties/SVGStaticPropertyWithParentTearOff.h \
2646 svg/properties/SVGTransformListPropertyTearOff.h \
2648 svg/SVGAltGlyphDefElement.h \
2649 svg/SVGAltGlyphElement.h \
2650 svg/SVGAltGlyphItemElement.h \
2652 svg/SVGAnimateColorElement.h \
2653 svg/SVGAnimatedAngle.h \
2654 svg/SVGAnimatedBoolean.h \
2655 svg/SVGAnimatedColor.h \
2656 svg/SVGAnimatedEnumeration.h \
2657 svg/SVGAnimatedInteger.h \
2658 svg/SVGAnimatedIntegerOptionalInteger.h \
2659 svg/SVGAnimatedLength.h \
2660 svg/SVGAnimatedLengthList.h \
2661 svg/SVGAnimatedNumber.h \
2662 svg/SVGAnimatedNumberList.h \
2663 svg/SVGAnimatedNumberOptionalNumber.h \
2664 svg/SVGAnimatedPath.h \
2665 svg/SVGAnimatedPreserveAspectRatio.h \
2666 svg/SVGAnimatedPointList.h \
2667 svg/SVGAnimatedRect.h \
2668 svg/SVGAnimatedString.h \
2669 svg/SVGAnimatedTransformList.h \
2670 svg/SVGAnimatedType.h \
2671 svg/SVGAnimatedTypeAnimator.h \
2672 svg/SVGAnimateElement.h \
2673 svg/SVGAnimateMotionElement.h \
2674 svg/SVGAnimateTransformElement.h \
2675 svg/SVGAnimationElement.h \
2676 svg/SVGAnimatorFactory.h \
2677 svg/SVGCircleElement.h \
2678 svg/SVGClipPathElement.h \
2680 svg/SVGComponentTransferFunctionElement.h \
2681 svg/SVGCursorElement.h \
2682 svg/SVGDefsElement.h \
2683 svg/SVGDescElement.h \
2684 svg/SVGDocumentExtensions.h \
2687 svg/SVGElementInstance.h \
2688 svg/SVGElementInstanceList.h \
2689 svg/SVGElementRareData.h \
2690 svg/SVGEllipseElement.h \
2691 svg/SVGExternalResourcesRequired.h \
2692 svg/SVGFEBlendElement.h \
2693 svg/SVGFEColorMatrixElement.h \
2694 svg/SVGFEComponentTransferElement.h \
2695 svg/SVGFECompositeElement.h \
2696 svg/SVGFEConvolveMatrixElement.h \
2697 svg/SVGFEDiffuseLightingElement.h \
2698 svg/SVGFEDisplacementMapElement.h \
2699 svg/SVGFEDistantLightElement.h \
2700 svg/SVGFEDropShadowElement.h \
2701 svg/SVGFEFloodElement.h \
2702 svg/SVGFEFuncAElement.h \
2703 svg/SVGFEFuncBElement.h \
2704 svg/SVGFEFuncGElement.h \
2705 svg/SVGFEFuncRElement.h \
2706 svg/SVGFEGaussianBlurElement.h \
2707 svg/SVGFEImageElement.h \
2708 svg/SVGFELightElement.h \
2709 svg/SVGFEMergeElement.h \
2710 svg/SVGFEMergeNodeElement.h \
2711 svg/SVGFEMorphologyElement.h \
2712 svg/SVGFEOffsetElement.h \
2713 svg/SVGFEPointLightElement.h \
2714 svg/SVGFESpecularLightingElement.h \
2715 svg/SVGFESpotLightElement.h \
2716 svg/SVGFETileElement.h \
2717 svg/SVGFETurbulenceElement.h \
2718 svg/SVGFilterElement.h \
2719 svg/SVGFilterPrimitiveStandardAttributes.h \
2720 svg/SVGFitToViewBox.h \
2722 svg/SVGFontElement.h \
2723 svg/SVGFontFaceElement.h \
2724 svg/SVGFontFaceFormatElement.h \
2725 svg/SVGFontFaceNameElement.h \
2726 svg/SVGFontFaceSrcElement.h \
2727 svg/SVGFontFaceUriElement.h \
2728 svg/SVGForeignObjectElement.h \
2730 svg/SVGGlyphElement.h \
2731 svg/SVGGlyphRefElement.h \
2732 svg/SVGGradientElement.h \
2733 svg/SVGGraphicsElement.h \
2734 svg/SVGHKernElement.h \
2735 svg/SVGImageElement.h \
2736 svg/SVGImageLoader.h \
2737 svg/SVGLangSpace.h \
2739 svg/SVGLengthContext.h \
2740 svg/SVGLengthList.h \
2741 svg/SVGLinearGradientElement.h \
2742 svg/SVGLineElement.h \
2743 svg/SVGLocatable.h \
2744 svg/SVGMarkerElement.h \
2745 svg/SVGMaskElement.h \
2747 svg/SVGMetadataElement.h \
2748 svg/SVGMissingGlyphElement.h \
2749 svg/SVGMPathElement.h \
2750 svg/SVGNumberList.h \
2752 svg/SVGParserUtilities.h \
2753 svg/SVGParsingError.h \
2754 svg/SVGPathBuilder.h \
2755 svg/SVGPathConsumer.h \
2756 svg/SVGPathElement.h \
2757 svg/SVGPathParser.h \
2758 svg/SVGPathSegArc.h \
2759 svg/SVGPathSegArcAbs.h \
2760 svg/SVGPathSegArcRel.h \
2761 svg/SVGPathSegClosePath.h \
2762 svg/SVGPathSegCurvetoCubic.h \
2763 svg/SVGPathSegCurvetoCubicAbs.h \
2764 svg/SVGPathSegCurvetoCubicRel.h \
2765 svg/SVGPathSegCurvetoCubicSmooth.h \
2766 svg/SVGPathSegCurvetoCubicSmoothAbs.h \
2767 svg/SVGPathSegCurvetoCubicSmoothRel.h \
2768 svg/SVGPathSegCurvetoQuadratic.h \
2769 svg/SVGPathSegCurvetoQuadraticAbs.h \
2770 svg/SVGPathSegCurvetoQuadraticRel.h \
2771 svg/SVGPathSegCurvetoQuadraticSmoothAbs.h \
2772 svg/SVGPathSegCurvetoQuadraticSmoothRel.h \
2773 svg/SVGPathSegLinetoAbs.h \
2774 svg/SVGPathSegLinetoRel.h \
2775 svg/SVGPathSegLinetoHorizontal.h \
2776 svg/SVGPathSegLinetoHorizontalAbs.h \
2777 svg/SVGPathSegLinetoHorizontalRel.h \
2778 svg/SVGPathSegLinetoVertical.h \
2779 svg/SVGPathSegLinetoVerticalAbs.h \
2780 svg/SVGPathSegLinetoVerticalRel.h \
2781 svg/SVGPathSegList.h \
2782 svg/SVGPathSegListBuilder.h \
2783 svg/SVGPathSegMovetoAbs.h \
2784 svg/SVGPathSegMovetoRel.h \
2785 svg/SVGPatternElement.h \
2786 svg/SVGPointList.h \
2787 svg/SVGPolyElement.h \
2788 svg/SVGPolygonElement.h \
2789 svg/SVGPolylineElement.h \
2790 svg/SVGPreserveAspectRatio.h \
2791 svg/SVGRadialGradientElement.h \
2793 svg/SVGRectElement.h \
2794 svg/SVGScriptElement.h \
2795 svg/SVGSetElement.h \
2796 svg/SVGStopElement.h \
2797 svg/SVGStringList.h \
2798 svg/SVGStyleElement.h \
2799 svg/SVGSVGElement.h \
2800 svg/SVGSwitchElement.h \
2801 svg/SVGSymbolElement.h \
2803 svg/SVGTextContentElement.h \
2804 svg/SVGTextElement.h \
2805 svg/SVGTextPathElement.h \
2806 svg/SVGTextPositioningElement.h \
2807 svg/SVGTitleElement.h \
2808 svg/SVGTransformable.h \
2809 svg/SVGTransformDistance.h \
2810 svg/SVGTransform.h \
2811 svg/SVGTransformList.h \
2812 svg/SVGTRefElement.h \
2813 svg/SVGTSpanElement.h \
2814 svg/SVGURIReference.h \
2815 svg/SVGUnknownElement.h \
2816 svg/SVGUseElement.h \
2817 svg/SVGViewElement.h \
2819 svg/SVGVKernElement.h \
2820 svg/SVGZoomAndPan.h \
2821 svg/SVGZoomEvent.h \
2822 testing/Internals.h \
2823 testing/InternalSettings.h \
2824 testing/MallocStatistics.h \
2825 testing/MemoryInfo.h \
2826 testing/TypeConversions.h \
2827 workers/AbstractWorker.h \
2828 workers/DedicatedWorkerGlobalScope.h \
2829 workers/DedicatedWorkerThread.h \
2830 workers/SharedWorker.h \
2831 workers/WorkerGlobalScope.h \
2832 workers/WorkerEventQueue.h \
2834 workers/WorkerLocation.h \
2835 workers/WorkerMessagingProxy.h \
2836 workers/WorkerRunLoop.h \
2837 workers/WorkerScriptLoader.h \
2838 workers/WorkerThread.h \
2839 xml/parser/CharacterReferenceParserInlines.h \
2840 xml/parser/MarkupTokenizerInlines.h \
2841 xml/parser/XMLDocumentParser.h \
2843 xml/NativeXPathNSResolver.h \
2844 xml/XMLHttpRequest.h \
2845 xml/XMLHttpRequestUpload.h \
2847 xml/XMLSerializer.h \
2848 xml/XPathEvaluator.h \
2849 xml/XPathExpression.h \
2850 xml/XPathExpressionNode.h \
2851 xml/XPathFunctions.h \
2852 xml/XPathNodeSet.h \
2853 xml/XPathNSResolver.h \
2856 xml/XPathPredicate.h \
2861 xml/XPathVariableReference.h \
2862 xml/XSLImportRule.h \
2863 xml/XSLStyleSheet.h \
2864 xml/XSLTExtensions.h \
2865 xml/XSLTProcessor.h \
2866 xml/XSLTUnicodeSort.h
2869 accessibility/qt/AccessibilityObjectQt.cpp \
2870 page/qt/DragControllerQt.cpp \
2871 page/qt/EventHandlerQt.cpp \
2872 platform/graphics/qt/TransformationMatrixQt.cpp \
2873 platform/graphics/qt/ColorQt.cpp \
2874 platform/graphics/qt/FontPlatformDataQt.cpp \
2875 platform/graphics/qt/FloatPointQt.cpp \
2876 platform/graphics/qt/FloatRectQt.cpp \
2877 platform/graphics/qt/FloatSizeQt.cpp \
2878 platform/graphics/qt/GradientQt.cpp \
2879 platform/graphics/qt/GraphicsContextQt.cpp \
2880 platform/graphics/qt/IconQt.cpp \
2881 platform/graphics/qt/ImageBufferQt.cpp \
2882 platform/graphics/qt/ImageDecoderQt.cpp \
2883 platform/graphics/qt/ImageQt.cpp \
2884 platform/graphics/qt/IntPointQt.cpp \
2885 platform/graphics/qt/IntRectQt.cpp \
2886 platform/graphics/qt/IntSizeQt.cpp \
2887 platform/graphics/qt/PathQt.cpp \
2888 platform/graphics/qt/PatternQt.cpp \
2889 platform/graphics/qt/StillImageQt.cpp \
2890 platform/graphics/texmap/GraphicsLayerTextureMapper.cpp \
2891 platform/graphics/texmap/TextureMapper.cpp \
2892 platform/graphics/texmap/TextureMapperBackingStore.cpp \
2893 platform/graphics/texmap/TextureMapperFPSCounter.cpp \
2894 platform/graphics/texmap/TextureMapperImageBuffer.cpp \
2895 platform/graphics/texmap/TextureMapperLayer.cpp \
2896 platform/graphics/texmap/TextureMapperSurfaceBackingStore.cpp \
2897 platform/graphics/texmap/TextureMapperTile.cpp \
2898 platform/graphics/texmap/TextureMapperTiledBackingStore.cpp \
2899 platform/network/DNSResolveQueue.cpp \
2900 platform/network/MIMESniffing.cpp \
2901 platform/network/qt/CookieJarQt.cpp \
2902 platform/network/qt/CredentialStorageQt.cpp \
2903 platform/network/qt/ResourceHandleQt.cpp \
2904 platform/network/qt/ResourceRequestQt.cpp \
2905 platform/network/qt/DNSQt.cpp \
2906 platform/network/qt/NetworkStateNotifierQt.cpp \
2907 platform/network/qt/ProxyServerQt.cpp \
2908 platform/network/qt/QtMIMETypeSniffer.cpp \
2909 platform/network/qt/QNetworkReplyHandler.cpp \
2910 platform/Cursor.cpp \
2911 platform/ContextMenu.cpp \
2912 platform/ContextMenuItem.cpp \
2913 platform/ContextMenuItemNone.cpp \
2914 platform/ContextMenuNone.cpp \
2915 platform/qt/CursorQt.cpp \
2916 platform/qt/DragDataQt.cpp \
2917 platform/qt/DragImageQt.cpp \
2918 platform/qt/EventLoopQt.cpp \
2919 platform/qt/FileSystemQt.cpp \
2920 platform/qt/RunLoopQt.cpp \
2921 platform/qt/SharedBufferQt.cpp \
2922 platform/qt/ThirdPartyCookiesQt.cpp \
2923 platform/qt/UserAgentQt.cpp \
2924 platform/graphics/qt/FontCacheQt.cpp \
2925 platform/graphics/qt/FontCustomPlatformDataQt.cpp \
2926 platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
2927 platform/graphics/qt/SimpleFontDataQt.cpp \
2928 platform/graphics/qt/TileQt.cpp \
2929 platform/qt/KURLQt.cpp \
2930 platform/qt/MIMETypeRegistryQt.cpp \
2931 platform/qt/PasteboardQt.cpp \
2932 platform/qt/PlatformKeyboardEventQt.cpp \
2933 platform/qt/PlatformScreenQt.cpp \
2934 platform/qt/RenderThemeQStyle.cpp \
2935 platform/qt/RenderThemeQt.cpp \
2936 platform/qt/RenderThemeQtMobile.cpp \
2937 platform/qt/ScrollbarThemeQStyle.cpp \
2938 platform/qt/ScrollbarThemeQt.cpp \
2939 platform/qt/ScrollViewQt.cpp \
2940 platform/qt/SharedTimerQt.cpp \
2941 platform/qt/SoundQt.cpp \
2942 platform/qt/LoggingQt.cpp \
2943 platform/qt/LanguageQt.cpp \
2944 platform/qt/LocalizedStringsQt.cpp \
2945 platform/qt/TemporaryLinkStubsQt.cpp \
2946 platform/text/qt/TextBoundariesQt.cpp \
2947 platform/text/qt/TextBreakIteratorInternalICUQt.cpp \
2948 platform/qt/WidgetQt.cpp
2951 HEADERS += xml/parser/XMLDocumentParserScope.h
2953 xml/parser/XMLDocumentParserLibxml2.cpp \
2954 xml/parser/XMLDocumentParserScope.cpp
2957 enable?(SMOOTH_SCROLLING) {
2958 HEADERS += platform/ScrollAnimatorNone.h
2959 SOURCES += platform/ScrollAnimatorNone.cpp
2963 HEADERS += platform/win/SystemInfo.h
2965 platform/win/SystemInfo.cpp \
2966 platform/graphics/win/TransformationMatrixWin.cpp
2971 platform/cf/SharedBufferCF.cpp \
2972 platform/text/cf/AtomicStringCF.cpp \
2973 platform/text/cf/StringCF.cpp \
2974 platform/text/cf/StringImplCF.cpp
2977 contains(QT_CONFIG,icu)|mac: SOURCES += platform/text/TextBreakIteratorICU.cpp
2979 # For Mac we use the same SmartReplace implementation as the Apple port.
2980 SOURCES += editing/SmartReplaceCF.cpp
2981 INCLUDEPATH += $$PWD/icu
2983 SOURCES += editing/SmartReplaceICU.cpp
2986 enable?(NETSCAPE_PLUGIN_API) {
2988 SOURCES += plugins/npapi.cpp
2993 plugins/mac/PluginPackageMac.cpp
2994 OBJECTIVE_SOURCES += \
2995 platform/text/mac/StringImplMac.mm \
2996 platform/mac/WebCoreNSStringExtras.mm \
2997 plugins/mac/PluginViewMac.mm
3000 plugins/qt/PluginPackageQt.cpp \
3001 plugins/qt/PluginViewQt.cpp
3006 INCLUDEPATH += $$PWD/plugins/win \
3007 $$PWD/platform/win \
3008 $$PWD/platform/graphics/win
3010 SOURCES += plugins/win/PluginDatabaseWin.cpp \
3011 plugins/win/PluginPackageWin.cpp \
3012 plugins/win/PluginMessageThrottlerWin.cpp \
3013 plugins/win/PluginViewWin.cpp \
3014 platform/win/BitmapInfo.cpp \
3015 platform/win/WebCoreInstanceHandle.cpp
3020 plugins/PluginPackageNone.cpp \
3021 plugins/PluginViewNone.cpp
3024 use?(PLUGIN_BACKEND_XLIB) {
3025 SOURCES += plugins/qt/QtX11ImageConversion.cpp
3026 HEADERS += plugins/qt/QtX11ImageConversion.h
3029 enable?(SQL_DATABASE) {
3031 Modules/webdatabase/ChangeVersionWrapper.cpp \
3032 Modules/webdatabase/DatabaseBackend.cpp \
3033 Modules/webdatabase/DatabaseBackendContext.cpp \
3034 Modules/webdatabase/DatabaseBackendSync.cpp \
3035 Modules/webdatabase/DatabaseBase.cpp \
3036 Modules/webdatabase/DatabaseManager.cpp \
3037 Modules/webdatabase/DatabaseTask.cpp \
3038 Modules/webdatabase/DatabaseThread.cpp \
3039 Modules/webdatabase/DatabaseTracker.cpp \
3040 Modules/webdatabase/OriginLock.cpp \
3041 Modules/webdatabase/SQLException.cpp \
3042 Modules/webdatabase/SQLResultSet.cpp \
3043 Modules/webdatabase/SQLResultSetRowList.cpp \
3044 Modules/webdatabase/SQLStatement.cpp \
3045 Modules/webdatabase/SQLStatementBackend.cpp \
3046 Modules/webdatabase/SQLStatementSync.cpp \
3047 Modules/webdatabase/SQLTransaction.cpp \
3048 Modules/webdatabase/SQLTransactionBackend.cpp \
3049 Modules/webdatabase/SQLTransactionBackendSync.cpp \
3050 Modules/webdatabase/SQLTransactionClient.cpp \
3051 Modules/webdatabase/SQLTransactionCoordinator.cpp \
3052 Modules/webdatabase/SQLTransactionStateMachine.cpp \
3053 Modules/webdatabase/SQLTransactionSync.cpp \
3056 bindings/js/JSCustomSQLStatementErrorCallback.cpp \
3057 bindings/js/JSSQLResultSetRowListCustom.cpp \
3058 bindings/js/JSSQLTransactionCustom.cpp \
3059 bindings/js/JSSQLTransactionSyncCustom.cpp
3062 enable?(INDEXED_DATABASE) {
3064 bindings/js/IDBBindingUtilities.h \
3067 Modules/indexeddb/IDBAny.h \
3068 Modules/indexeddb/IDBCallbacks.h \
3069 Modules/indexeddb/IDBCursor.h \
3070 Modules/indexeddb/IDBCursorBackendImpl.h \
3071 Modules/indexeddb/IDBCursorBackendInterface.h \
3072 Modules/indexeddb/IDBDatabase.h \
3073 Modules/indexeddb/IDBDatabaseBackendImpl.h \
3074 Modules/indexeddb/IDBDatabaseBackendInterface.h \
3075 Modules/indexeddb/IDBDatabaseError.h \
3076 Modules/indexeddb/IDBDatabaseException.h \
3077 Modules/indexeddb/IDBEventDispatcher.h \
3078 Modules/indexeddb/IDBFactory.h \
3079 Modules/indexeddb/IDBFactoryBackendImpl.h \
3080 Modules/indexeddb/IDBFactoryBackendInterface.h \
3081 Modules/indexeddb/IDBHistograms.h \
3082 Modules/indexeddb/IDBIndex.h \
3083 Modules/indexeddb/IDBKey.h \
3084 Modules/indexeddb/IDBKeyRange.h \
3085 Modules/indexeddb/IDBObjectStore.h \
3086 Modules/indexeddb/IDBObjectStoreBackendImpl.h \
3087 Modules/indexeddb/IDBRequest.h \
3088 Modules/indexeddb/IDBTransaction.h \
3089 Modules/indexeddb/IndexedDB.h
3092 bindings/js/IDBBindingUtilities.cpp \
3093 bindings/js/JSIDBAnyCustom.cpp
3096 Modules/indexeddb/DOMWindowIndexedDatabase.cpp \
3097 Modules/indexeddb/IDBAny.cpp \
3098 Modules/indexeddb/IDBCursor.cpp \
3099 Modules/indexeddb/IDBCursorBackendImpl.cpp \
3100 Modules/indexeddb/IDBDatabase.cpp \
3101 Modules/indexeddb/IDBDatabaseBackendImpl.cpp \
3102 Modules/indexeddb/IDBDatabaseException.cpp \
3103 Modules/indexeddb/IDBEventDispatcher.cpp \
3104 Modules/indexeddb/IDBFactory.cpp \
3105 Modules/indexeddb/IDBFactoryBackendInterface.cpp \
3106 Modules/indexeddb/IDBFactoryBackendImpl.cpp \
3107 Modules/indexeddb/IDBIndex.cpp \
3108 Modules/indexeddb/IDBKey.cpp \
3109 Modules/indexeddb/IDBKeyRange.cpp \
3110 Modules/indexeddb/IDBObjectStore.cpp \
3111 Modules/indexeddb/IDBObjectStoreBackendImpl.cpp \
3112 Modules/indexeddb/IDBRequest.cpp \
3113 Modules/indexeddb/IDBTransaction.cpp \
3114 Modules/indexeddb/PageGroupIndexedDatabase.cpp \
3115 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
3118 enable?(DATA_TRANSFER_ITEMS) {
3120 dom/DataTransferItem.h \
3121 dom/DataTransferItemList.h \
3122 dom/StringCallback.h \
3123 platform/qt/DataTransferItemQt.h \
3124 platform/qt/DataTransferItemListQt.h
3126 dom/DataTransferItem.cpp \
3127 dom/StringCallback.cpp \
3128 platform/qt/DataTransferItemQt.cpp \
3129 platform/qt/DataTransferItemListQt.cpp
3132 enable?(FILE_SYSTEM) {
3134 Modules/filesystem/AsyncFileWriter.h \
3135 Modules/filesystem/DOMFilePath.h \
3136 Modules/filesystem/DOMFileSystem.h \
3137 Modules/filesystem/DOMFileSystemBase.h \
3138 Modules/filesystem/DOMFileSystemSync.h \
3139 Modules/filesystem/DirectoryEntry.h \
3140 Modules/filesystem/DirectoryEntrySync.h \
3141 Modules/filesystem/DirectoryReader.h \
3142 Modules/filesystem/DirectoryReaderBase.h \
3143 Modules/filesystem/DirectoryReaderSync.h \
3144 Modules/filesystem/EntriesCallback.h \
3145 Modules/filesystem/Entry.h \
3146 Modules/filesystem/EntryArray.h \
3147 Modules/filesystem/EntryArraySync.h \
3148 Modules/filesystem/EntryBase.h \
3149 Modules/filesystem/EntryCallback.h \
3150 Modules/filesystem/EntrySync.h \
3151 Modules/filesystem/ErrorCallback.h \
3152 Modules/filesystem/FileCallback.h \
3153 Modules/filesystem/FileEntry.h \
3154 Modules/filesystem/FileEntrySync.h \
3155 Modules/filesystem/FileSystemCallback.h \
3156 Modules/filesystem/FileSystemCallbacks.h \
3157 Modules/filesystem/FileSystemFlags.h \
3158 Modules/filesystem/FileWriter.h \
3159 Modules/filesystem/FileWriterBase.h \
3160 Modules/filesystem/FileWriterBaseCallback.h \
3161 Modules/filesystem/FileWriterCallback.h \
3162 Modules/filesystem/FileWriterClient.h \
3163 Modules/filesystem/FileWriterSync.h \
3164 Modules/filesystem/LocalFileSystem.h \
3165 Modules/filesystem/Metadata.h \
3166 Modules/filesystem/MetadataCallback.h \
3167 platform/AsyncFileSystem.h \
3168 platform/AsyncFileSystemCallbacks.h \
3169 platform/FileMetadata.h
3172 bindings/js/JSEntryCustom.cpp \
3173 bindings/js/JSEntrySyncCustom.cpp \
3174 platform/AsyncFileSystem.cpp
3177 enable?(MEDIA_SOURCE) {
3179 Modules/mediasource/MediaSource.h \
3180 Modules/mediasource/MediaSourceRegistry.h \
3181 Modules/mediasource/SourceBuffer.h \
3182 Modules/mediasource/SourceBufferList.h
3184 Modules/mediasource/MediaSource.cpp \
3185 Modules/mediasource/MediaSourceRegistry.cpp \
3186 Modules/mediasource/SourceBuffer.cpp \
3187 Modules/mediasource/SourceBufferList.cpp
3190 enable?(ICONDATABASE) {
3192 loader/icon/IconDatabase.cpp \
3193 loader/icon/IconRecord.cpp \
3194 loader/icon/PageURLRecord.cpp
3199 bindings/js/JSDedicatedWorkerGlobalScopeCustom.cpp \
3200 bindings/js/JSWorkerGlobalScopeBase.cpp \
3201 bindings/js/JSWorkerGlobalScopeCustom.cpp \
3202 bindings/js/JSWorkerCustom.cpp \
3203 bindings/js/WorkerScriptController.cpp \
3204 bindings/js/WorkerScriptDebugServer.cpp
3207 loader/WorkerThreadableLoader.cpp \
3208 page/WorkerNavigator.cpp \
3209 workers/AbstractWorker.cpp \
3210 workers/DedicatedWorkerGlobalScope.cpp \
3211 workers/DedicatedWorkerThread.cpp \
3212 workers/Worker.cpp \
3213 workers/WorkerGlobalScope.cpp \
3214 workers/WorkerEventQueue.cpp \
3215 workers/WorkerLocation.cpp \
3216 workers/WorkerMessagingProxy.cpp \
3217 workers/WorkerRunLoop.cpp \
3218 workers/WorkerThread.cpp \
3219 workers/WorkerScriptLoader.cpp
3222 enable?(SHARED_WORKERS) {
3224 bindings/js/JSSharedWorkerCustom.cpp
3227 workers/DefaultSharedWorkerRepository.cpp \
3228 workers/SharedWorker.cpp \
3229 workers/SharedWorkerGlobalScope.cpp \
3230 workers/SharedWorkerRepository.cpp \
3231 workers/SharedWorkerThread.cpp
3234 enable?(INPUT_SPEECH) {
3236 page/SpeechInput.cpp \
3237 page/SpeechInputEvent.cpp \
3238 page/SpeechInputResult.cpp \
3239 page/SpeechInputResultList.cpp \
3240 rendering/RenderInputSpeech.cpp
3243 enable?(SCRIPTED_SPEECH) {
3249 Modules/quota/DOMWindowQuota.idl \
3250 Modules/quota/NavigatorStorageQuota.idl \
3251 Modules/quota/StorageErrorCallback.h \
3252 Modules/quota/StorageInfo.h \
3253 Modules/quota/StorageQuota.h \
3254 Modules/quota/StorageQuotaCallback.h \
3255 Modules/quota/StorageUsageCallback.h
3258 Modules/quota/DOMWindowQuota.cpp \
3259 Modules/quota/NavigatorStorageQuota.cpp \
3260 Modules/quota/StorageErrorCallback.cpp \
3261 Modules/quota/StorageInfo.cpp \
3262 Modules/quota/StorageQuota.cpp
3265 Modules/quota/NavigatorStorageQuota.idl \
3266 Modules/quota/WorkerNavigatorStorageQuota.h
3268 Modules/quota/WorkerNavigatorStorageQuota.h
3274 Modules/gamepad/Gamepad.h\
3275 Modules/gamepad/GamepadList.h \
3276 Modules/gamepad/NavigatorGamepad.h \
3277 platform/linux/GamepadDeviceLinux.h \
3281 Modules/gamepad/Gamepad.cpp \
3282 Modules/gamepad/GamepadList.cpp \
3283 Modules/gamepad/NavigatorGamepad.cpp \
3284 platform/linux/GamepadDeviceLinux.cpp \
3285 platform/qt/GamepadsQt.cpp
3290 platform/graphics/gstreamer/GRefPtrGStreamer.h \
3291 platform/graphics/gstreamer/GStreamerUtilities.h \
3292 platform/graphics/gstreamer/GStreamerVersioning.h
3295 platform/graphics/gstreamer/GRefPtrGStreamer.cpp \
3296 platform/graphics/gstreamer/GStreamerUtilities.cpp \
3297 platform/graphics/gstreamer/GStreamerVersioning.cpp
3302 html/HTMLAudioElement.cpp \
3303 html/HTMLMediaElement.cpp \
3304 html/HTMLSourceElement.cpp \
3305 html/HTMLVideoElement.cpp \
3306 html/MediaController.cpp \
3307 html/MediaFragmentURIParser.cpp \
3308 html/shadow/MediaControlElementTypes.cpp \
3309 html/shadow/MediaControlElements.cpp \
3310 html/TimeRanges.cpp \
3311 platform/graphics/MediaPlayer.cpp \
3312 rendering/RenderVideo.cpp \
3313 rendering/RenderMedia.cpp \
3314 rendering/RenderMediaControls.cpp \
3315 rendering/RenderMediaControlElements.cpp
3319 platform/graphics/gstreamer/GStreamerGWorld.h \
3320 platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h \
3321 platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
3322 platform/graphics/gstreamer/VideoSinkGStreamer.h \
3323 platform/graphics/gstreamer/WebKitWebSourceGStreamer.h \
3324 platform/graphics/gstreamer/ImageGStreamer.h
3326 platform/graphics/gstreamer/GStreamerGWorld.cpp \
3327 platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp \
3328 platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \
3329 platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
3330 platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
3331 platform/graphics/gstreamer/ImageGStreamerQt.cpp
3332 enable?(VIDEO_TRACK) {
3334 platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.h \
3335 platform/graphics/gstreamer/TextCombinerGStreamer.h \
3336 platform/graphics/gstreamer/TextSinkGStreamer.h
3338 platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.cpp \
3339 platform/graphics/gstreamer/TextCombinerGStreamer.cpp \
3340 platform/graphics/gstreamer/TextSinkGStreamer.cpp
3342 use?(NATIVE_FULLSCREEN_VIDEO) {
3344 platform/graphics/gstreamer/PlatformVideoWindow.h \
3345 platform/graphics/gstreamer/PlatformVideoWindowPrivate.h
3347 platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
3350 } else:use?(QT_MULTIMEDIA) {
3352 platform/graphics/qt/MediaPlayerPrivateQt.h
3355 platform/graphics/qt/MediaPlayerPrivateQt.cpp
3359 enable?(WEB_AUDIO) {
3361 Modules/webaudio/AsyncAudioDecoder.h \
3362 Modules/webaudio/AudioBasicInspectorNode.h \
3363 Modules/webaudio/AudioBasicProcessorNode.h \
3364 Modules/webaudio/AudioBufferCallback.h \
3365 Modules/webaudio/AudioBuffer.h \
3366 Modules/webaudio/AudioBufferSourceNode.h \
3367 Modules/webaudio/ChannelMergerNode.h \
3368 Modules/webaudio/ChannelSplitterNode.h \
3369 Modules/webaudio/AudioContext.h \
3370 Modules/webaudio/AudioDestinationNode.h \
3371 Modules/webaudio/GainNode.h \
3372 Modules/webaudio/AudioListener.h \
3373 Modules/webaudio/AudioNode.h \
3374 Modules/webaudio/AudioNodeInput.h \
3375 Modules/webaudio/AudioNodeOutput.h \
3376 Modules/webaudio/PannerNode.h \
3377 Modules/webaudio/AudioParam.h \
3378 Modules/webaudio/AudioParamTimeline.h \
3379 Modules/webaudio/AudioProcessingEvent.h \
3380 Modules/webaudio/AudioScheduledSourceNode.h \
3381 Modules/webaudio/AudioSummingJunction.h \
3382 Modules/webaudio/BiquadDSPKernel.h \
3383 Modules/webaudio/BiquadFilterNode.h \
3384 Modules/webaudio/BiquadProcessor.h \
3385 Modules/webaudio/ConvolverNode.h \
3386 Modules/webaudio/DefaultAudioDestinationNode.h \
3387 Modules/webaudio/DelayDSPKernel.h \
3388 Modules/webaudio/DelayNode.h \
3389 Modules/webaudio/DelayProcessor.h \
3390 Modules/webaudio/DynamicsCompressorNode.h \
3391 Modules/webaudio/ScriptProcessorNode.h \
3392 Modules/webaudio/MediaElementAudioSourceNode.h \
3393 Modules/webaudio/MediaStreamAudioSourceNode.h \
3394 Modules/webaudio/OfflineAudioCompletionEvent.h \
3395 Modules/webaudio/OfflineAudioContext.h \
3396 Modules/webaudio/OfflineAudioDestinationNode.h \
3397 Modules/webaudio/OscillatorNode.h \
3398 Modules/webaudio/RealtimeAnalyser.h \
3399 Modules/webaudio/AnalyserNode.h \
3400 Modules/webaudio/WaveShaperDSPKernel.h \
3401 Modules/webaudio/WaveShaperNode.h \
3402 Modules/webaudio/WaveShaperProcessor.h \
3403 Modules/webaudio/PeriodicWave.h \
3404 platform/audio/AudioArray.h \
3405 platform/audio/AudioBus.h \
3406 platform/audio/AudioChannel.h \
3407 platform/audio/AudioDestination.h \
3408 platform/audio/AudioDSPKernel.h \
3409 platform/audio/AudioDSPKernelProcessor.h \
3410 platform/audio/AudioFIFO.h \
3411 platform/audio/AudioFileReader.h \
3412 platform/audio/AudioIOCallback.h \
3413 platform/audio/AudioProcessor.h \
3414 platform/audio/AudioPullFIFO.h \
3415 platform/audio/AudioResampler.h \
3416 platform/audio/AudioResamplerKernel.h \
3417 platform/audio/AudioSourceProviderClient.h \
3418 platform/audio/AudioSourceProvider.h \
3419 platform/audio/AudioUtilities.h \
3420 platform/audio/Biquad.h \
3421 platform/audio/Cone.h \
3422 platform/audio/DenormalDisabler.h \
3423 platform/audio/DirectConvolver.h \
3424 platform/audio/Distance.h \
3425 platform/audio/DownSampler.h \
3426 platform/audio/DynamicsCompressor.h \
3427 platform/audio/DynamicsCompressorKernel.h \
3428 platform/audio/EqualPowerPanner.h \
3429 platform/audio/FFTConvolver.h \
3430 platform/audio/FFTFrame.h \
3431 platform/audio/HRTFDatabase.h \
3432 platform/audio/HRTFDatabaseLoader.h \
3433 platform/audio/HRTFElevation.h \
3434 platform/audio/HRTFKernel.h \
3435 platform/audio/HRTFPanner.h \
3436 platform/audio/MultiChannelResampler.h \
3437 platform/audio/Panner.h \
3438 platform/audio/ReverbAccumulationBuffer.h \
3439 platform/audio/ReverbConvolver.h \
3440 platform/audio/ReverbConvolverStage.h \
3441 platform/audio/Reverb.h \
3442 platform/audio/ReverbInputBuffer.h \
3443 platform/audio/SincResampler.h \
3444 platform/audio/UpSampler.h \
3445 platform/audio/VectorMath.h \
3446 platform/audio/ZeroPole.h
3449 bindings/js/JSAudioBufferSourceNodeCustom.cpp \
3450 bindings/js/JSAudioContextCustom.cpp \
3451 bindings/js/JSBiquadFilterNodeCustom.cpp \
3452 bindings/js/JSOscillatorNodeCustom.cpp \
3453 bindings/js/JSPannerNodeCustom.cpp \
3454 Modules/webaudio/AsyncAudioDecoder.cpp \
3455 Modules/webaudio/AudioBasicInspectorNode.cpp \
3456 Modules/webaudio/AudioBasicProcessorNode.cpp \
3457 Modules/webaudio/AudioBuffer.cpp \
3458 Modules/webaudio/AudioBufferSourceNode.cpp \
3459 Modules/webaudio/ChannelMergerNode.cpp \
3460 Modules/webaudio/ChannelSplitterNode.cpp \
3461 Modules/webaudio/AudioContext.cpp \
3462 Modules/webaudio/AudioDestinationNode.cpp \
3463 Modules/webaudio/GainNode.cpp \
3464 Modules/webaudio/AudioListener.cpp \
3465 Modules/webaudio/AudioNode.cpp \
3466 Modules/webaudio/AudioNodeInput.cpp \
3467 Modules/webaudio/AudioNodeOutput.cpp \
3468 Modules/webaudio/PannerNode.cpp \
3469 Modules/webaudio/AudioParam.cpp \
3470 Modules/webaudio/AudioParamTimeline.cpp \
3471 Modules/webaudio/AudioProcessingEvent.cpp \
3472 Modules/webaudio/AudioScheduledSourceNode.cpp \
3473 Modules/webaudio/AudioSummingJunction.cpp \
3474 Modules/webaudio/BiquadDSPKernel.cpp \
3475 Modules/webaudio/BiquadFilterNode.cpp \
3476 Modules/webaudio/BiquadProcessor.cpp \
3477 Modules/webaudio/ConvolverNode.cpp \
3478 Modules/webaudio/DefaultAudioDestinationNode.cpp \
3479 Modules/webaudio/DelayDSPKernel.cpp \
3480 Modules/webaudio/DelayNode.cpp \
3481 Modules/webaudio/DelayProcessor.cpp \
3482 Modules/webaudio/DynamicsCompressorNode.cpp \
3483 Modules/webaudio/ScriptProcessorNode.cpp \
3484 Modules/webaudio/MediaElementAudioSourceNode.cpp \
3485 Modules/webaudio/MediaStreamAudioSourceNode.cpp \
3486 Modules/webaudio/OfflineAudioCompletionEvent.cpp \
3487 Modules/webaudio/OfflineAudioContext.cpp \
3488 Modules/webaudio/OfflineAudioDestinationNode.cpp \
3489 Modules/webaudio/OscillatorNode.cpp \
3490 Modules/webaudio/RealtimeAnalyser.cpp \
3491 Modules/webaudio/AnalyserNode.cpp \
3492 Modules/webaudio/WaveShaperDSPKernel.cpp \
3493 Modules/webaudio/WaveShaperNode.cpp \
3494 Modules/webaudio/WaveShaperProcessor.cpp \
3495 Modules/webaudio/PeriodicWave.cpp \
3496 platform/audio/AudioBus.cpp \
3497 platform/audio/AudioChannel.cpp \
3498 platform/audio/AudioDSPKernelProcessor.cpp \
3499 platform/audio/AudioFIFO.cpp \
3500 platform/audio/AudioPullFIFO.cpp \
3501 platform/audio/AudioResampler.cpp \
3502 platform/audio/AudioResamplerKernel.cpp \
3503 platform/audio/AudioUtilities.cpp \
3504 platform/audio/Biquad.cpp \
3505 platform/audio/Cone.cpp \
3506 platform/audio/DirectConvolver.cpp \
3507 platform/audio/Distance.cpp \
3508 platform/audio/DownSampler.cpp \
3509 platform/audio/DynamicsCompressor.cpp \
3510 platform/audio/DynamicsCompressorKernel.cpp \
3511 platform/audio/EqualPowerPanner.cpp \
3512 platform/audio/FFTConvolver.cpp \
3513 platform/audio/FFTFrame.cpp \
3514 platform/audio/FFTFrameStub.cpp \
3515 platform/audio/HRTFDatabase.cpp \
3516 platform/audio/HRTFDatabaseLoader.cpp \
3517 platform/audio/HRTFElevation.cpp \
3518 platform/audio/HRTFKernel.cpp \
3519 platform/audio/HRTFPanner.cpp \
3520 platform/audio/MultiChannelResampler.cpp \
3521 platform/audio/Panner.cpp \
3522 platform/audio/qt/AudioBusQt.cpp \
3523 platform/audio/ReverbAccumulationBuffer.cpp \
3524 platform/audio/ReverbConvolver.cpp \
3525 platform/audio/ReverbConvolverStage.cpp \
3526 platform/audio/Reverb.cpp \
3527 platform/audio/ReverbInputBuffer.cpp \
3528 platform/audio/SincResampler.cpp \
3529 platform/audio/UpSampler.cpp \
3530 platform/audio/VectorMath.cpp \
3531 platform/audio/ZeroPole.cpp
3535 platform/audio/gstreamer/AudioDestinationGStreamer.h \
3536 platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.h
3538 platform/audio/gstreamer/AudioDestinationGStreamer.cpp \
3539 platform/audio/gstreamer/AudioFileReaderGStreamer.cpp \
3540 platform/audio/gstreamer/FFTFrameGStreamer.cpp \
3541 platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp
3545 enable?(FULLSCREEN_API) {
3547 rendering/RenderFullScreen.cpp
3549 rendering/RenderFullScreen.h
3554 bindings/js/JSXSLTProcessorCustom.cpp
3556 SOURCES += xml/XMLTreeViewer.cpp
3557 HEADERS += xml/XMLTreeViewer.h
3561 xml/XSLTProcessor.cpp \
3562 xml/XSLTProcessorLibxslt.cpp \
3563 dom/TransformSourceLibxslt.cpp \
3564 xml/XSLStyleSheetLibxslt.cpp \
3565 xml/XSLImportRule.cpp \
3566 xml/XSLTExtensions.cpp \
3567 xml/XSLImportRule.cpp \
3568 xml/XSLTUnicodeSort.cpp
3571 xml/XSLImportRule.h \
3572 xml/XSLTExtensions.h \
3573 xml/XSLImportRule.h \
3574 xml/XSLTUnicodeSort.h
3581 platform/graphics/cpu/arm/filters/FELightingNEON.cpp \
3582 platform/graphics/filters/texmap/CustomFilterValidatedProgramTextureMapper.cpp \
3583 platform/graphics/filters/CustomFilterGlobalContext.cpp \
3584 platform/graphics/filters/CustomFilterOperation.cpp \
3585 platform/graphics/filters/CustomFilterParameterList.cpp \
3586 platform/graphics/filters/ValidatedCustomFilterOperation.cpp \
3587 platform/graphics/filters/CustomFilterProgram.cpp \
3588 platform/graphics/filters/CustomFilterProgramInfo.cpp \
3589 platform/graphics/filters/CustomFilterCompiledProgram.cpp \
3590 platform/graphics/filters/CustomFilterMesh.cpp \
3591 platform/graphics/filters/CustomFilterMeshGenerator.cpp \
3592 platform/graphics/filters/CustomFilterRenderer.cpp \
3593 platform/graphics/filters/CustomFilterValidatedProgram.cpp \
3594 platform/graphics/filters/DistantLightSource.cpp \
3595 platform/graphics/filters/FEBlend.cpp \
3596 platform/graphics/filters/FEColorMatrix.cpp \
3597 platform/graphics/filters/FEComponentTransfer.cpp \
3598 platform/graphics/filters/FEComposite.cpp \
3599 platform/graphics/filters/FEConvolveMatrix.cpp \
3600 platform/graphics/filters/FECustomFilter.cpp \
3601 platform/graphics/filters/FEDiffuseLighting.cpp \
3602 platform/graphics/filters/FEDisplacementMap.cpp \
3603 platform/graphics/filters/FEDropShadow.cpp \
3604 platform/graphics/filters/FEFlood.cpp \
3605 platform/graphics/filters/FEGaussianBlur.cpp \
3606 platform/graphics/filters/FELighting.cpp \
3607 platform/graphics/filters/FEMerge.cpp \
3608 platform/graphics/filters/FEMorphology.cpp \
3609 platform/graphics/filters/FEOffset.cpp \
3610 platform/graphics/filters/FESpecularLighting.cpp \
3611 platform/graphics/filters/FETile.cpp \
3612 platform/graphics/filters/FETurbulence.cpp \
3613 platform/graphics/filters/FilterOperations.cpp \
3614 platform/graphics/filters/FilterOperation.cpp \
3615 platform/graphics/filters/FilterEffect.cpp \
3616 platform/graphics/filters/PointLightSource.cpp \
3617 platform/graphics/filters/SpotLightSource.cpp \
3618 platform/graphics/filters/SourceAlpha.cpp \
3619 platform/graphics/filters/SourceGraphic.cpp \
3624 mathml/MathMLElement.cpp \
3625 mathml/MathMLInlineContainerElement.cpp \
3626 mathml/MathMLMathElement.cpp \
3627 mathml/MathMLTextElement.cpp \
3628 rendering/mathml/RenderMathMLBlock.cpp \
3629 rendering/mathml/RenderMathMLFenced.cpp \
3630 rendering/mathml/RenderMathMLFraction.cpp \
3631 rendering/mathml/RenderMathMLMath.cpp \
3632 rendering/mathml/RenderMathMLOperator.cpp \
3633 rendering/mathml/RenderMathMLRoot.cpp \
3634 rendering/mathml/RenderMathMLRow.cpp \
3635 rendering/mathml/RenderMathMLSpace.cpp \
3636 rendering/mathml/RenderMathMLSquareRoot.cpp \
3637 rendering/mathml/RenderMathMLScripts.cpp \
3638 rendering/mathml/RenderMathMLUnderOver.cpp
3640 ALL_IN_ONE_SOURCES +=
3641 mathml/MathMLAllInOne.cpp
3644 enable?(TEXT_AUTOSIZING) {
3648 have?(qtsensors):enable?(DEVICE_ORIENTATION) {
3650 platform/qt/DeviceMotionClientQt.h \
3651 platform/qt/DeviceMotionProviderQt.h \
3652 platform/qt/DeviceOrientationClientQt.h \
3653 platform/qt/DeviceOrientationProviderQt.h
3655 platform/qt/DeviceMotionClientQt.cpp \
3656 platform/qt/DeviceMotionProviderQt.cpp \
3657 platform/qt/DeviceOrientationClientQt.cpp \
3658 platform/qt/DeviceOrientationProviderQt.cpp
3663 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
3664 bindings/js/JSSVGElementInstanceCustom.cpp \
3665 bindings/js/JSSVGLengthCustom.cpp \
3666 bindings/js/JSSVGPathSegCustom.cpp
3669 css/SVGCSSComputedStyleDeclaration.cpp \
3670 css/SVGCSSParser.cpp \
3671 css/SVGCSSStyleSelector.cpp \
3672 rendering/style/SVGRenderStyle.cpp \
3673 rendering/style/SVGRenderStyleDefs.cpp \
3674 rendering/PointerEventsHitRules.cpp \
3675 rendering/svg/RenderSVGEllipse.cpp \
3676 rendering/svg/RenderSVGPath.cpp \
3677 rendering/svg/RenderSVGRect.cpp \
3678 rendering/svg/RenderSVGShape.cpp \
3679 rendering/svg/RenderSVGBlock.cpp \
3680 rendering/svg/RenderSVGContainer.cpp \
3681 rendering/svg/RenderSVGForeignObject.cpp \
3682 rendering/svg/RenderSVGGradientStop.cpp \
3683 rendering/svg/RenderSVGHiddenContainer.cpp \
3684 rendering/svg/RenderSVGImage.cpp \
3685 rendering/svg/RenderSVGInline.cpp \
3686 rendering/svg/RenderSVGInlineText.cpp \
3687 rendering/svg/RenderSVGModelObject.cpp \
3688 rendering/svg/RenderSVGResource.cpp \
3689 rendering/svg/RenderSVGResourceClipper.cpp \
3690 rendering/svg/RenderSVGResourceContainer.cpp \
3691 rendering/svg/RenderSVGResourceFilter.cpp \
3692 rendering/svg/RenderSVGResourceFilterPrimitive.cpp \
3693 rendering/svg/RenderSVGResourceGradient.cpp \
3694 rendering/svg/RenderSVGResourceLinearGradient.cpp \
3695 rendering/svg/RenderSVGResourceMarker.cpp \
3696 rendering/svg/RenderSVGResourceMasker.cpp \
3697 rendering/svg/RenderSVGResourcePattern.cpp \
3698 rendering/svg/RenderSVGResourceRadialGradient.cpp \
3699 rendering/svg/RenderSVGResourceSolidColor.cpp \
3700 rendering/svg/RenderSVGRoot.cpp \
3701 rendering/svg/RenderSVGText.cpp \
3702 rendering/svg/RenderSVGTextPath.cpp \
3703 rendering/svg/RenderSVGTransformableContainer.cpp \
3704 rendering/svg/RenderSVGViewportContainer.cpp \
3705 rendering/svg/SVGInlineFlowBox.cpp \
3706 rendering/svg/SVGInlineTextBox.cpp \
3707 rendering/svg/SVGPathData.cpp \
3708 rendering/svg/SVGRenderSupport.cpp \
3709 rendering/svg/SVGRenderTreeAsText.cpp \
3710 rendering/svg/SVGRenderingContext.cpp \
3711 rendering/svg/SVGResources.cpp \
3712 rendering/svg/SVGResourcesCache.cpp \
3713 rendering/svg/SVGResourcesCycleSolver.cpp \
3714 rendering/svg/SVGRootInlineBox.cpp \
3715 rendering/svg/SVGTextChunk.cpp \
3716 rendering/svg/SVGTextChunkBuilder.cpp \
3717 rendering/svg/SVGTextLayoutAttributes.cpp \
3718 rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
3719 rendering/svg/SVGTextLayoutEngine.cpp \
3720 rendering/svg/SVGTextLayoutEngineBaseline.cpp \
3721 rendering/svg/SVGTextLayoutEngineSpacing.cpp \
3722 rendering/svg/SVGTextMetrics.cpp \
3723 rendering/svg/SVGTextMetricsBuilder.cpp \
3724 rendering/svg/SVGTextQuery.cpp \
3725 rendering/svg/SVGTextRunRenderingContext.cpp \
3726 svg/animation/SMILTime.cpp \
3727 svg/animation/SMILTimeContainer.cpp \
3728 svg/animation/SVGSMILElement.cpp \
3729 svg/graphics/filters/SVGFEImage.cpp \
3730 svg/graphics/filters/SVGFilter.cpp \
3731 svg/graphics/filters/SVGFilterBuilder.cpp \
3732 svg/graphics/SVGImage.cpp \
3733 svg/graphics/SVGImageCache.cpp \
3734 svg/graphics/SVGImageForContainer.cpp \
3735 svg/properties/SVGAnimatedProperty.cpp \
3736 svg/properties/SVGAttributeToPropertyMap.cpp \
3737 svg/properties/SVGPathSegListPropertyTearOff.cpp \
3738 svg/SVGDocumentExtensions.cpp \
3739 svg/ColorDistance.cpp \
3740 svg/SVGAElement.cpp \
3741 svg/SVGAltGlyphDefElement.cpp \
3742 svg/SVGAltGlyphElement.cpp \
3743 svg/SVGAltGlyphItemElement.cpp \
3745 svg/SVGAnimateColorElement.cpp \
3746 svg/SVGAnimatedAngle.cpp \
3747 svg/SVGAnimatedBoolean.cpp \
3748 svg/SVGAnimatedColor.cpp \
3749 svg/SVGAnimatedEnumeration.cpp \
3750 svg/SVGAnimatedInteger.cpp \
3751 svg/SVGAnimatedIntegerOptionalInteger.cpp \
3752 svg/SVGAnimatedLength.cpp \
3753 svg/SVGAnimatedLengthList.cpp \
3754 svg/SVGAnimatedNumber.cpp \
3755 svg/SVGAnimatedNumberList.cpp \
3756 svg/SVGAnimatedNumberOptionalNumber.cpp \
3757 svg/SVGAnimatedPath.cpp \
3758 svg/SVGAnimatedPointList.cpp \
3759 svg/SVGAnimatedPreserveAspectRatio.cpp \
3760 svg/SVGAnimatedRect.cpp \
3761 svg/SVGAnimatedString.cpp \
3762 svg/SVGAnimatedTransformList.cpp \
3763 svg/SVGAnimatedType.cpp \
3764 svg/SVGAnimatedTypeAnimator.cpp \
3765 svg/SVGAnimateElement.cpp \
3766 svg/SVGAnimateMotionElement.cpp \
3767 svg/SVGAnimateTransformElement.cpp \
3768 svg/SVGAnimationElement.cpp \
3769 svg/SVGCircleElement.cpp \
3770 svg/SVGClipPathElement.cpp \
3772 svg/SVGComponentTransferFunctionElement.cpp \
3773 svg/SVGCursorElement.cpp \
3774 svg/SVGDefsElement.cpp \
3775 svg/SVGDescElement.cpp \
3776 svg/SVGDocument.cpp \
3777 svg/SVGElement.cpp \
3778 svg/SVGElementInstance.cpp \
3779 svg/SVGElementInstanceList.cpp \
3780 svg/SVGEllipseElement.cpp \
3781 svg/SVGException.cpp \
3782 svg/SVGExternalResourcesRequired.cpp \
3783 svg/SVGFEBlendElement.cpp \
3784 svg/SVGFEColorMatrixElement.cpp \
3785 svg/SVGFEComponentTransferElement.cpp \
3786 svg/SVGFECompositeElement.cpp \
3787 svg/SVGFEConvolveMatrixElement.cpp \
3788 svg/SVGFEDiffuseLightingElement.cpp \
3789 svg/SVGFEDisplacementMapElement.cpp \
3790 svg/SVGFEDistantLightElement.cpp \
3791 svg/SVGFEDropShadowElement.cpp \
3792 svg/SVGFEFloodElement.cpp \
3793 svg/SVGFEFuncAElement.cpp \
3794 svg/SVGFEFuncBElement.cpp \
3795 svg/SVGFEFuncGElement.cpp \
3796 svg/SVGFEFuncRElement.cpp \
3797 svg/SVGFEGaussianBlurElement.cpp \
3798 svg/SVGFEImageElement.cpp \
3799 svg/SVGFELightElement.cpp \
3800 svg/SVGFEMergeElement.cpp \
3801 svg/SVGFEMergeNodeElement.cpp \
3802 svg/SVGFEMorphologyElement.cpp \
3803 svg/SVGFEOffsetElement.cpp \
3804 svg/SVGFEPointLightElement.cpp \
3805 svg/SVGFESpecularLightingElement.cpp \
3806 svg/SVGFESpotLightElement.cpp \
3807 svg/SVGFETileElement.cpp \
3808 svg/SVGFETurbulenceElement.cpp \
3809 svg/SVGFilterElement.cpp \
3810 svg/SVGFilterPrimitiveStandardAttributes.cpp \
3811 svg/SVGFitToViewBox.cpp \
3812 svg/SVGFontData.cpp \
3813 svg/SVGFontElement.cpp \
3814 svg/SVGFontFaceElement.cpp \
3815 svg/SVGFontFaceFormatElement.cpp \
3816 svg/SVGFontFaceNameElement.cpp \
3817 svg/SVGFontFaceSrcElement.cpp \
3818 svg/SVGFontFaceUriElement.cpp \
3819 svg/SVGForeignObjectElement.cpp \
3820 svg/SVGGElement.cpp \
3821 svg/SVGGlyphElement.cpp \
3822 svg/SVGGlyphRefElement.cpp \
3823 svg/SVGGradientElement.cpp \
3824 svg/SVGGraphicsElement.cpp \
3825 svg/SVGHKernElement.cpp \
3826 svg/SVGImageElement.cpp \
3827 svg/SVGImageLoader.cpp \
3828 svg/SVGLangSpace.cpp \
3830 svg/SVGLengthContext.cpp \
3831 svg/SVGLengthList.cpp \
3832 svg/SVGLinearGradientElement.cpp \
3833 svg/SVGLineElement.cpp \
3834 svg/SVGLocatable.cpp \
3835 svg/SVGMarkerElement.cpp \
3836 svg/SVGMaskElement.cpp \
3837 svg/SVGMetadataElement.cpp \
3838 svg/SVGMissingGlyphElement.cpp \
3839 svg/SVGMPathElement.cpp \
3840 svg/SVGNumberList.cpp \
3842 svg/SVGParserUtilities.cpp \
3843 svg/SVGPathBlender.cpp \
3844 svg/SVGPathBuilder.cpp \
3845 svg/SVGPathByteStreamBuilder.cpp \
3846 svg/SVGPathByteStreamSource.cpp \
3847 svg/SVGPathElement.cpp \
3848 svg/SVGPathParser.cpp \
3849 svg/SVGPathSegList.cpp \
3850 svg/SVGPathSegListBuilder.cpp \
3851 svg/SVGPathSegListSource.cpp \
3852 svg/SVGPathStringBuilder.cpp \
3853 svg/SVGPathStringSource.cpp \
3854 svg/SVGPathTraversalStateBuilder.cpp \
3855 svg/SVGPathUtilities.cpp \
3856 svg/SVGPatternElement.cpp \
3857 svg/SVGPointList.cpp \
3858 svg/SVGPolyElement.cpp \
3859 svg/SVGPolygonElement.cpp \
3860 svg/SVGPolylineElement.cpp \
3861 svg/SVGPreserveAspectRatio.cpp \
3862 svg/SVGRadialGradientElement.cpp \
3863 svg/SVGRectElement.cpp \
3864 svg/SVGSVGElement.cpp \
3865 svg/SVGScriptElement.cpp \
3866 svg/SVGSetElement.cpp \
3867 svg/SVGStopElement.cpp \
3868 svg/SVGStringList.cpp \
3869 svg/SVGStyleElement.cpp \
3870 svg/SVGSwitchElement.cpp \
3871 svg/SVGSymbolElement.cpp \
3872 svg/SVGTRefElement.cpp \
3873 svg/SVGTSpanElement.cpp \
3875 svg/SVGTextContentElement.cpp \
3876 svg/SVGTextElement.cpp \
3877 svg/SVGTextPathElement.cpp \
3878 svg/SVGTextPositioningElement.cpp \
3879 svg/SVGTitleElement.cpp \
3880 svg/SVGTransform.cpp \
3881 svg/SVGTransformDistance.cpp \
3882 svg/SVGTransformList.cpp \
3883 svg/SVGTransformable.cpp \
3884 svg/SVGURIReference.cpp \
3885 svg/SVGUseElement.cpp \
3886 svg/SVGVKernElement.cpp \
3887 svg/SVGViewElement.cpp \
3888 svg/SVGViewSpec.cpp \
3889 svg/SVGZoomAndPan.cpp \
3890 svg/SVGZoomEvent.cpp
3892 ALL_IN_ONE_SOURCES += \
3893 rendering/svg/RenderSVGAllInOne.cpp \
3897 enable?(JAVASCRIPT_DEBUGGER) {
3899 bindings/js/JSJavaScriptCallFrameCustom.cpp \
3900 bindings/js/ScriptProfiler.cpp \
3901 bindings/js/JavaScriptCallFrame.cpp
3905 enable?(VIDEO_TRACK) {
3907 bindings/js/JSTrackCustom.h \
3908 html/HTMLTrackElement.h \
3909 html/track/AudioTrack.h \
3910 html/track/AudioTrackList.h \
3911 html/track/InbandGenericTextTrack.h \
3912 html/track/InbandTextTrack.h \
3913 html/track/InbandWebVTTTextTrack.h \
3914 html/track/LoadableTextTrack.h \
3915 html/track/TextTrack.h \
3916 html/track/TextTrackCue.h \
3917 html/track/TextTrackCueGeneric.h \
3918 html/track/TextTrackCueList.h \
3919 html/track/TextTrackList.h \
3920 html/track/TrackBase.h \
3921 html/track/TrackEvent.h \
3922 html/track/TrackListBase.h \
3923 html/track/VideoTrack.h \
3924 html/track/VideoTrackList.h \
3925 html/track/WebVTTParser.h \
3926 html/track/WebVTTToken.h \
3927 html/track/WebVTTTokenizer.h \
3928 loader/TextTrackLoader.h \
3929 platform/graphics/AudioTrackPrivate.h \
3930 platform/graphics/InbandTextTrackPrivate.h \
3931 platform/graphics/InbandTextTrackPrivateClient.h
3932 platform/graphics/VideoTrackPrivate.h \
3935 bindings/js/JSAudioTrackCustom.cpp \
3936 bindings/js/JSAudioTrackListCustom.cpp \
3937 bindings/js/JSTextTrackCueCustom.cpp \
3938 bindings/js/JSTextTrackCustom.cpp \
3939 bindings/js/JSTrackCustom.cpp \
3940 bindings/js/JSTrackEventCustom.cpp \
3941 bindings/js/JSTextTrackListCustom.cpp \
3942 bindings/js/JSVideoTrackCustom.cpp \
3943 bindings/js/JSVideoTrackListCustom.cpp \
3944 html/HTMLTrackElement.cpp \
3945 html/track/AudioTrack.cpp \
3946 html/track/AudioTrackList.cpp \
3947 html/track/InbandGenericTextTrack.cpp \
3948 html/track/InbandTextTrack.cpp \
3949 html/track/InbandWebVTTTextTrack.cpp \
3950 html/track/LoadableTextTrack.cpp \
3951 html/track/TextTrack.cpp \
3952 html/track/TextTrackCue.cpp \
3953 html/track/TextTrackCueGeneric.cpp \
3954 html/track/TextTrackCueList.cpp \
3955 html/track/TextTrackList.cpp \
3956 html/track/TrackBase.cpp \
3957 html/track/TrackEvent.cpp \
3958 html/track/TrackListBase.cpp \
3959 html/track/VideoTrack.cpp \
3960 html/track/VideoTrackList.cpp \
3961 html/track/WebVTTElement.cpp \
3962 html/track/WebVTTParser.cpp \
3963 html/track/WebVTTTokenizer.cpp \
3964 loader/cache/CachedTextTrack.cpp \
3965 loader/TextTrackLoader.cpp \
3966 platform/graphics/TextTrackRepresentation.cpp \
3967 rendering/RenderTextTrackCue.cpp
3970 enable?(WEB_SOCKETS) {
3972 Modules/websockets/CloseEvent.h \
3973 Modules/websockets/ThreadableWebSocketChannel.h \
3974 Modules/websockets/ThreadableWebSocketChannelClientWrapper.h \
3975 Modules/websockets/WebSocket.h \
3976 Modules/websockets/WebSocketChannel.h \
3977 Modules/websockets/WebSocketChannelClient.h \
3978 Modules/websockets/WebSocketDeflateFramer.h \
3979 Modules/websockets/WebSocketDeflater.h \
3980 Modules/websockets/WebSocketExtensionDispatcher.h \
3981 Modules/websockets/WebSocketExtensionParser.h \
3982 Modules/websockets/WebSocketExtensionProcessor.h \
3983 Modules/websockets/WebSocketFrame.h \
3984 Modules/websockets/WebSocketHandshake.h \
3985 Modules/websockets/WorkerThreadableWebSocketChannel.h \
3986 platform/network/qt/SocketStreamHandlePrivate.h
3989 Modules/websockets/WebSocket.cpp \
3990 Modules/websockets/WebSocketChannel.cpp \
3991 Modules/websockets/WebSocketDeflateFramer.cpp \
3992 Modules/websockets/WebSocketDeflater.cpp \
3993 Modules/websockets/WebSocketExtensionDispatcher.cpp \
3994 Modules/websockets/WebSocketExtensionParser.cpp \
3995 Modules/websockets/WebSocketFrame.cpp \
3996 Modules/websockets/WebSocketHandshake.cpp \
3997 Modules/websockets/WorkerThreadableWebSocketChannel.cpp \
3998 Modules/websockets/ThreadableWebSocketChannel.cpp \
3999 Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp \
4000 platform/network/SocketStreamErrorBase.cpp \
4001 platform/network/SocketStreamHandleBase.cpp \
4002 platform/network/qt/SocketStreamHandleQt.cpp
4006 Modules/websockets/WorkerThreadableWebSocketChannel.h
4009 Modules/websockets/WorkerThreadableWebSocketChannel.cpp
4015 html/canvas/CanvasContextAttributes.h \
4016 html/canvas/WebGLObject.h \
4017 html/canvas/WebGLActiveInfo.h \
4018 html/canvas/WebGLBuffer.h \
4019 html/canvas/WebGLCompressedTextureATC.h \
4020 html/canvas/WebGLCompressedTexturePVRTC.h \
4021 html/canvas/WebGLCompressedTextureS3TC.h \
4022 html/canvas/WebGLContextAttributes.h \
4023 html/canvas/WebGLContextEvent.h \
4024 html/canvas/WebGLContextGroup.h \
4025 html/canvas/WebGLContextObject.h \
4026 html/canvas/WebGLDebugRendererInfo.h \
4027 html/canvas/WebGLDebugShaders.h \
4028 html/canvas/WebGLDepthTexture.h \
4029 html/canvas/WebGLExtension.h \
4030 html/canvas/WebGLFramebuffer.h \
4031 html/canvas/WebGLGetInfo.h \
4032 html/canvas/WebGLLoseContext.h \
4033 html/canvas/WebGLProgram.h \
4034 html/canvas/WebGLRenderbuffer.h \
4035 html/canvas/WebGLRenderingContext.h \
4036 html/canvas/WebGLShader.h \
4037 html/canvas/WebGLShaderPrecisionFormat.h \
4038 html/canvas/WebGLSharedObject.h \
4039 html/canvas/EXTDrawBuffers.h \
4040 html/canvas/EXTTextureFilterAnisotropic.h \
4041 html/canvas/OESStandardDerivatives.h \
4042 html/canvas/OESTextureFloat.h \
4043 html/canvas/OESTextureHalfFloat.h \
4044 html/canvas/OESVertexArrayObject.h \
4045 html/canvas/OESElementIndexUint.h \
4046 html/canvas/WebGLTexture.h \
4047 html/canvas/WebGLUniformLocation.h \
4048 html/canvas/WebGLVertexArrayObjectOES.h \
4051 bindings/js/JSWebGLRenderingContextCustom.cpp
4054 html/canvas/CanvasContextAttributes.cpp \
4055 html/canvas/WebGLObject.cpp \
4056 html/canvas/WebGLBuffer.cpp \
4057 html/canvas/WebGLCompressedTextureATC.cpp \
4058 html/canvas/WebGLCompressedTexturePVRTC.cpp \
4059 html/canvas/WebGLCompressedTextureS3TC.cpp \
4060 html/canvas/WebGLContextAttributes.cpp \
4061 html/canvas/WebGLContextEvent.cpp \
4062 html/canvas/WebGLContextGroup.cpp \
4063 html/canvas/WebGLContextObject.cpp \
4064 html/canvas/WebGLDebugRendererInfo.cpp \
4065 html/canvas/WebGLDebugShaders.cpp \
4066 html/canvas/WebGLDepthTexture.cpp \
4067 html/canvas/WebGLExtension.cpp \
4068 html/canvas/WebGLFramebuffer.cpp \
4069 html/canvas/WebGLGetInfo.cpp \
4070 html/canvas/WebGLLoseContext.cpp \
4071 html/canvas/WebGLProgram.cpp \
4072 html/canvas/WebGLRenderbuffer.cpp \
4073 html/canvas/WebGLRenderingContext.cpp \
4074 html/canvas/WebGLShader.cpp \
4075 html/canvas/WebGLShaderPrecisionFormat.cpp \
4076 html/canvas/WebGLSharedObject.cpp \
4077 html/canvas/EXTDrawBuffers.cpp \
4078 html/canvas/EXTTextureFilterAnisotropic.cpp \
4079 html/canvas/OESStandardDerivatives.cpp \
4080 html/canvas/OESTextureFloat.cpp \
4081 html/canvas/OESTextureHalfFloat.cpp \
4082 html/canvas/OESVertexArrayObject.cpp \
4083 html/canvas/OESElementIndexUint.cpp \
4084 html/canvas/WebGLTexture.cpp \
4085 html/canvas/WebGLUniformLocation.cpp \
4086 html/canvas/WebGLVertexArrayObjectOES.cpp
4089 enable?(CANVAS_PROXY) {
4091 html/canvas/CanvasProxy.h
4094 html/canvas/CanvasProxy.cpp
4099 page/scrolling/ScrollingConstraints.h \
4100 page/scrolling/ScrollingCoordinator.h \
4101 page/scrolling/ScrollingStateFixedNode.h \
4102 page/scrolling/ScrollingStateNode.h \
4103 page/scrolling/ScrollingStateScrollingNode.h \
4104 page/scrolling/ScrollingStateStickyNode.h \
4105 page/scrolling/ScrollingStateTree.h \
4106 page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h \
4107 platform/graphics/cpu/arm/GraphicsContext3DNEON.h \
4108 platform/graphics/ANGLEWebKitBridge.h \
4109 platform/graphics/Extensions3D.h \
4110 platform/graphics/GraphicsContext3D.h \
4111 platform/graphics/gpu/DrawingBuffer.h \
4112 platform/graphics/gpu/Texture.h \
4113 platform/graphics/gpu/TilingData.h \
4114 platform/graphics/opengl/Extensions3DOpenGL.h \
4115 platform/graphics/texmap/TextureMapperGL.h \
4116 platform/graphics/texmap/TextureMapperShaderProgram.h \
4117 platform/graphics/texmap/coordinated/AreaAllocator.h \
4118 platform/graphics/texmap/coordinated/CompositingCoordinator.h \
4119 platform/graphics/texmap/coordinated/CoordinatedBackingStore.h \
4120 platform/graphics/texmap/coordinated/CoordinatedCustomFilterOperation.h \
4121 platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h \
4122 platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h \
4123 platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.h \
4124 platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h \
4125 platform/graphics/texmap/coordinated/CoordinatedImageBacking.h \
4126 platform/graphics/texmap/coordinated/CoordinatedSurface.h \
4127 platform/graphics/texmap/coordinated/CoordinatedTile.h \
4128 platform/graphics/texmap/coordinated/SurfaceUpdateInfo.h \
4129 platform/graphics/texmap/coordinated/UpdateAtlas.h
4132 page/scrolling/ScrollingConstraints.cpp \
4133 page/scrolling/ScrollingCoordinator.cpp \
4134 page/scrolling/ScrollingStateFixedNode.cpp \
4135 page/scrolling/ScrollingStateNode.cpp \
4136 page/scrolling/ScrollingStateScrollingNode.cpp \
4137 page/scrolling/ScrollingStateStickyNode.cpp \
4138 page/scrolling/ScrollingStateTree.cpp \
4139 page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp \
4140 page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp \
4141 page/scrolling/coordinatedgraphics/ScrollingStateScrollingNodeCoordinatedGraphics.cpp \
4142 platform/graphics/ANGLEWebKitBridge.cpp \
4143 platform/graphics/GraphicsContext3D.cpp \
4144 platform/graphics/gpu/DrawingBuffer.cpp \
4145 platform/graphics/gpu/qt/DrawingBufferQt.cpp \
4146 platform/graphics/gpu/Texture.cpp \
4147 platform/graphics/gpu/TilingData.cpp \
4148 platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp \
4149 platform/graphics/opengl/Extensions3DOpenGLCommon.cpp \
4150 platform/graphics/qt/GraphicsContext3DQt.cpp \
4151 platform/graphics/texmap/TextureMapperGL.cpp \
4152 platform/graphics/texmap/TextureMapperShaderProgram.cpp \
4153 platform/graphics/texmap/coordinated/AreaAllocator.cpp \
4154 platform/graphics/texmap/coordinated/CompositingCoordinator.cpp \
4155 platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp \
4156 platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp \
4157 platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp \
4158 platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp \
4159 platform/graphics/texmap/coordinated/CoordinatedSurface.cpp \
4160 platform/graphics/texmap/coordinated/CoordinatedTile.cpp \
4161 platform/graphics/texmap/coordinated/UpdateAtlas.cpp
4163 INCLUDEPATH += $$PWD/platform/graphics/gpu
4165 contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
4166 !contains(QT_CONFIG, opengles2) {
4168 platform/graphics/opengl/GraphicsContext3DOpenGL.cpp \
4169 platform/graphics/opengl/Extensions3DOpenGL.cpp
4172 platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp \
4173 platform/graphics/opengl/Extensions3DOpenGLES.cpp
4176 HEADERS += platform/graphics/opengl/Extensions3DOpenGL.h
4179 platform/graphics/opengl/Extensions3DOpenGLCommon.cpp \
4180 platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp
4185 CONFIG += opengl-shims
4186 INCLUDEPATH += platform/graphics/gpu
4192 INCLUDEPATH += $$PWD/loader/archive/mhtml
4195 loader/archive/Archive.h \
4196 page/PageSerializer.h
4199 loader/archive/Archive.cpp \
4200 loader/archive/ArchiveFactory.cpp \
4201 loader/archive/mhtml/MHTMLArchive.cpp \
4202 loader/archive/mhtml/MHTMLParser.cpp \
4203 page/PageSerializer.cpp
4207 SOURCES += platform/image-decoders/ico/ICOImageDecoder.cpp \
4208 platform/image-decoders/png/PNGImageDecoder.cpp
4212 HEADERS += platform/image-decoders/jpeg/JPEGImageDecoder.h
4213 SOURCES += platform/image-decoders/jpeg/JPEGImageDecoder.cpp
4217 HEADERS += platform/image-decoders/webp/WEBPImageDecoder.h
4218 SOURCES += platform/image-decoders/webp/WEBPImageDecoder.cpp
4222 HEADERS += platform/graphics/WOFFFileFormat.h
4223 SOURCES += platform/graphics/WOFFFileFormat.cpp
4226 !have?(sqlite3):exists($${SQLITE3SRCDIR}/sqlite3.c) {
4227 # Build sqlite3 into WebCore from source
4228 # somewhat copied from $$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite/sqlite.pro
4229 SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
4232 win32:!win32-g++*:contains(QMAKE_HOST.arch, x86_64):{
4233 asm_compiler.commands = ml64 /c
4234 asm_compiler.commands += /Fo ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
4235 asm_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
4236 asm_compiler.input = ASM_SOURCES
4237 asm_compiler.variable_out = OBJECTS
4238 asm_compiler.name = compiling[asm] ${QMAKE_FILE_IN}
4239 silent:asm_compiler.commands = @echo compiling[asm] ${QMAKE_FILE_IN} && $$asm_compiler.commands
4240 QMAKE_EXTRA_COMPILERS += asm_compiler
4243 plugins/win/PaintHooks.asm
4244 if(win32-msvc2005|win32-msvc2008):equals(TEMPLATE_PREFIX, "vc") {
4246 plugins/win/PaintHooks.asm
4250 contains(CONFIG, opengl-shims) {
4251 HEADERS += platform/graphics/OpenGLShims.h
4252 SOURCES += platform/graphics/OpenGLShims.cpp
4253 DEFINES += QT_OPENGL_SHIMS=1
4258 platform/graphics/gpu/opencl/OpenCLHandle.h \
4259 platform/graphics/gpu/opencl/FilterContextOpenCL.h
4261 platform/graphics/gpu/opencl/FilterContextOpenCL.cpp \
4262 platform/graphics/gpu/opencl/OpenCLFEColorMatrix.cpp \
4263 platform/graphics/gpu/opencl/OpenCLFEFlood.cpp \
4264 platform/graphics/gpu/opencl/OpenCLFEImage.cpp \
4265 platform/graphics/gpu/opencl/OpenCLFEMerge.cpp \
4266 platform/graphics/gpu/opencl/OpenCLFESourceAlpha.cpp \
4267 platform/graphics/gpu/opencl/OpenCLFESourceGraphic.cpp \
4268 platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp
4271 use?(GRAPHICS_SURFACE) {
4273 SOURCES += platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp
4274 INCLUDEPATH += /System/Library/Frameworks/CoreFoundation.framework/Headers
4277 SOURCES += platform/graphics/surfaces/win/GraphicsSurfaceWin.cpp
4281 platform/graphics/surfaces/glx/X11Helper.h \
4282 platform/graphics/surfaces/glx/GLXConfigSelector.h
4284 platform/graphics/surfaces/glx/X11Helper.cpp \
4285 platform/graphics/surfaces/glx/GraphicsSurfaceGLX.cpp
4289 build?(qttestsupport) {
4290 HEADERS += platform/qt/QtTestSupport.h
4291 SOURCES += platform/qt/QtTestSupport.cpp
4294 ALL_IN_ONE_SOURCES += \
4295 accessibility/AccessibilityAllInOne.cpp \
4296 inspector/InspectorAllInOne.cpp \
4297 loader/appcache/ApplicationCacheAllInOne.cpp \
4298 platform/text/TextAllInOne.cpp \
4299 rendering/style/StyleAllInOne.cpp \
4300 html/HTMLElementsAllInOne.cpp \
4301 editing/EditingAllInOne.cpp \
4302 rendering/RenderingAllInOne.cpp
4304 enable?(XSLT):use?(LIBXML2) {
4305 ALL_IN_ONE_SOURCES += \
4309 # These do not compile at the moment:
4310 # css/MediaAllInOne.cpp
4311 # css/CSSAllInOne.cpp
4313 # Make sure the derived sources are built
4314 include(DerivedSources.pri)