1 # WebCore - qmake build info
2 CONFIG += building-libs
3 CONFIG += depend_includepath
6 DEFINES += WTF_USE_MEEGOTOUCH=1
10 TARGET.EPOCALLOWDLLDATA=1
11 TARGET.CAPABILITY = All -Tcb
12 isEmpty(QT_LIBINFIX) {
13 TARGET.UID3 = 0x200267C2
15 TARGET.UID3 = 0xE00267C2
17 webkitlibs.sources = QtWebKit$${QT_LIBINFIX}.dll
18 CONFIG(QTDIR_build): webkitlibs.sources = $$QMAKE_LIBDIR_QT/$$webkitlibs.sources
19 webkitlibs.path = /sys/bin
21 "; Localised Vendor name" \
24 "; Unique Vendor name" \
27 webkitlibs.pkg_prerules = vendorinfo
29 webkitbackup.sources = ../WebKit/qt/symbian/backup_registration.xml
30 webkitbackup.path = /private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,)
32 contains(QT_CONFIG, declarative) {
33 declarativeImport.sources = $$QT_BUILD_TREE/imports/QtWebKit/qmlwebkitplugin$${QT_LIBINFIX}.dll
34 declarativeImport.sources += ../WebKit/qt/declarative/qmldir
35 declarativeImport.path = c:$$QT_IMPORTS_BASE_DIR/QtWebKit
36 DEPLOYMENT += declarativeImport
39 DEPLOYMENT += webkitlibs webkitbackup
41 # Need to guarantee that these come before system includes of /epoc32/include
42 MMP_RULES += "USERINCLUDE bridge"
43 MMP_RULES += "USERINCLUDE platform/animation"
44 MMP_RULES += "USERINCLUDE platform/text"
45 MMP_RULES += "USERINCLUDE rendering"
46 symbian-abld|symbian-sbsv2 {
47 # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
48 # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
49 QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
50 MMP_RULES += ALWAYS_BUILD_AS_ARM
52 QMAKE_CFLAGS -= --thumb
53 QMAKE_CXXFLAGS -= --thumb
55 CONFIG(release, debug|release): QMAKE_CXXFLAGS.ARMCC += -OTime -O3
58 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ..
59 include($$PWD/../WebKit.pri)
64 contains(QT_CONFIG, embedded):CONFIG += embedded
66 CONFIG(standalone_package) {
67 isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$PWD/generated
68 isEmpty(JSC_GENERATED_SOURCES_DIR):JSC_GENERATED_SOURCES_DIR = $$PWD/../JavaScriptCore/generated
70 PRECOMPILED_HEADER = $$PWD/../WebKit/qt/WebKit_pch.h
72 isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = generated
73 isEmpty(JSC_GENERATED_SOURCES_DIR):JSC_GENERATED_SOURCES_DIR = ../JavaScriptCore/generated
75 !CONFIG(release, debug|release) {
76 OBJECTS_DIR = obj/debug
78 OBJECTS_DIR = obj/release
84 include($$QT_SOURCE_TREE/src/qbase.pri)
86 DESTDIR = $$OUTPUT_DIR/lib
87 !static: DEFINES += QT_MAKEDLL
88 symbian: TARGET =$$TARGET$${QT_LIBINFIX}
90 moduleFile=$$PWD/../WebKit/qt/qt_webkit_version.pri
92 VERSION = $${QT_WEBKIT_MAJOR_VERSION}.$${QT_WEBKIT_MINOR_VERSION}.$${QT_WEBKIT_PATCH_VERSION}
95 QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtNetwork
98 unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
99 unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections
100 linux*-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
102 CONFIG(release):!CONFIG(standalone_package) {
103 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
104 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
107 DEFINES += BUILD_WEBKIT
109 # Remove whole program optimizations due to miscompilations
110 win32-msvc2005|win32-msvc2008:{
111 QMAKE_CFLAGS_RELEASE -= -GL
112 QMAKE_CXXFLAGS_RELEASE -= -GL
115 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
117 TMPPATH = $$quote($$(INCLUDE))
118 QMAKE_INCDIR_POST += $$split(TMPPATH,";")
119 TMPPATH = $$quote($$(LIB))
120 QMAKE_LIBDIR_POST += $$split(TMPPATH,";")
124 !CONFIG(QTDIR_build) {
125 # Test if symbian OS comes with sqlite
126 exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso):CONFIG *= system-sqlite
127 } else:!symbian-abld:!symbian-sbsv2 {
128 # When bundled with Qt, all Symbian build systems extract their own sqlite files if
129 # necessary, but on non-mmp based ones we need to specify this ourselves.
130 include($$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pri)
137 $$PWD/../WebCore/WebCore.qrc
140 RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
143 maemo5|symbian|embedded {
144 DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
148 DEFINES += WTF_USE_QT_MOBILE_THEME=1
151 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
152 DEFINES += ENABLE_NO_LISTBOX_RENDERING=1
155 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
156 addJavaScriptCoreLib(../JavaScriptCore)
158 # Extract sources to build from the generator definitions
159 defineTest(addExtraCompiler) {
160 isEqual($${1}.wkAddOutputToSources, false): return(true)
162 outputRule = $$eval($${1}.output)
163 input = $$eval($${1}.input)
164 input = $$eval($$input)
167 base = $$basename(file)
169 newfile=$$replace(outputRule,\\$\\{QMAKE_FILE_BASE\\},$$base)
172 SOURCES += $$eval($${1}.wkExtraSources)
181 $$PWD/accessibility \
183 $$PWD/bindings/generic \
197 $$PWD/loader/appcache \
198 $$PWD/loader/archive \
201 $$PWD/notifications \
203 $$PWD/page/animation \
205 $$PWD/platform/animation \
206 $$PWD/platform/graphics \
207 $$PWD/platform/graphics/filters \
208 $$PWD/platform/graphics/transforms \
209 $$PWD/platform/image-decoders \
210 $$PWD/platform/mock \
211 $$PWD/platform/network \
213 $$PWD/platform/text \
214 $$PWD/platform/text/transcoder \
217 $$PWD/rendering/style \
220 $$PWD/svg/animation \
222 $$PWD/svg/graphics/filters \
227 $$WC_GENERATED_SOURCES_DIR \
233 $$PWD/platform/graphics/qt \
234 $$PWD/platform/network/qt \
236 $$PWD/../WebKit/qt/Api \
237 $$PWD/../WebKit/qt/WebCoreSupport \
243 DASHBOARDSUPPORTCSSPROPERTIES = $$PWD/css/DashboardSupportCSSPropertyNames.in
246 contains(DEFINES, ENABLE_SVG=1) {
247 EXTRACSSPROPERTIES += $$PWD/css/SVGCSSPropertyNames.in
248 EXTRACSSVALUES += $$PWD/css/SVGCSSValueKeywords.in
251 contains(DEFINES, ENABLE_WCSS=1) {
252 EXTRACSSPROPERTIES += $$PWD/css/WCSSPropertyNames.in
253 EXTRACSSVALUES += $$PWD/css/WCSSValueKeywords.in
257 accessibility/AccessibilityImageMapLink.cpp \
258 accessibility/AccessibilityMediaControls.cpp \
259 accessibility/AccessibilityMenuList.cpp \
260 accessibility/AccessibilityMenuListOption.cpp \
261 accessibility/AccessibilityMenuListPopup.cpp \
262 accessibility/AccessibilityObject.cpp \
263 accessibility/AccessibilityList.cpp \
264 accessibility/AccessibilityListBox.cpp \
265 accessibility/AccessibilityListBoxOption.cpp \
266 accessibility/AccessibilityProgressIndicator.cpp \
267 accessibility/AccessibilityRenderObject.cpp \
268 accessibility/AccessibilityScrollbar.cpp \
269 accessibility/AccessibilitySlider.cpp \
270 accessibility/AccessibilityARIAGrid.cpp \
271 accessibility/AccessibilityARIAGridCell.cpp \
272 accessibility/AccessibilityARIAGridRow.cpp \
273 accessibility/AccessibilityTable.cpp \
274 accessibility/AccessibilityTableCell.cpp \
275 accessibility/AccessibilityTableColumn.cpp \
276 accessibility/AccessibilityTableHeaderContainer.cpp \
277 accessibility/AccessibilityTableRow.cpp \
278 accessibility/AXObjectCache.cpp \
279 bindings/generic/ActiveDOMCallback.cpp \
280 bindings/generic/RuntimeEnabledFeatures.cpp \
281 bindings/js/GCController.cpp \
282 bindings/js/DOMObjectHashTableMap.cpp \
283 bindings/js/DOMWrapperWorld.cpp \
284 bindings/js/JSCallbackData.cpp \
285 bindings/js/JSAttrCustom.cpp \
286 bindings/js/JSCDATASectionCustom.cpp \
287 bindings/js/JSCanvasRenderingContextCustom.cpp \
288 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
289 bindings/js/JSClipboardCustom.cpp \
290 bindings/js/JSConsoleCustom.cpp \
291 bindings/js/JSCSSRuleCustom.cpp \
292 bindings/js/JSCSSRuleListCustom.cpp \
293 bindings/js/JSCSSStyleDeclarationCustom.cpp \
294 bindings/js/JSCSSValueCustom.cpp \
295 bindings/js/JSCoordinatesCustom.cpp \
296 bindings/js/JSCustomPositionCallback.cpp \
297 bindings/js/JSCustomPositionErrorCallback.cpp \
298 bindings/js/JSCustomVoidCallback.cpp \
299 bindings/js/JSCustomXPathNSResolver.cpp \
300 bindings/js/JSDataGridColumnListCustom.cpp \
301 bindings/js/JSDataGridDataSource.cpp \
302 bindings/js/JSDebugWrapperSet.cpp \
303 bindings/js/JSDesktopNotificationsCustom.cpp \
304 bindings/js/JSDeviceMotionEventCustom.cpp \
305 bindings/js/JSDeviceOrientationEventCustom.cpp \
306 bindings/js/JSDocumentCustom.cpp \
307 bindings/js/JSDOMFormDataCustom.cpp \
308 bindings/js/JSDOMGlobalObject.cpp \
309 bindings/js/JSDOMStringMapCustom.cpp \
310 bindings/js/JSDOMWindowBase.cpp \
311 bindings/js/JSDOMWindowCustom.cpp \
312 bindings/js/JSDOMWindowShell.cpp \
313 bindings/js/JSDOMWrapper.cpp \
314 bindings/js/JSElementCustom.cpp \
315 bindings/js/JSEventCustom.cpp \
316 bindings/js/JSEventSourceCustom.cpp \
317 bindings/js/JSEventTarget.cpp \
318 bindings/js/JSExceptionBase.cpp \
319 bindings/js/JSGeolocationCustom.cpp \
320 bindings/js/JSHistoryCustom.cpp \
321 bindings/js/JSHTMLAppletElementCustom.cpp \
322 bindings/js/JSHTMLCanvasElementCustom.cpp \
323 bindings/js/JSHTMLAllCollectionCustom.cpp \
324 bindings/js/JSHTMLCollectionCustom.cpp \
325 bindings/js/JSHTMLDataGridElementCustom.cpp \
326 bindings/js/JSHTMLDocumentCustom.cpp \
327 bindings/js/JSHTMLElementCustom.cpp \
328 bindings/js/JSHTMLEmbedElementCustom.cpp \
329 bindings/js/JSHTMLFormElementCustom.cpp \
330 bindings/js/JSHTMLFrameElementCustom.cpp \
331 bindings/js/JSHTMLFrameSetElementCustom.cpp \
332 bindings/js/JSHTMLInputElementCustom.cpp \
333 bindings/js/JSHTMLObjectElementCustom.cpp \
334 bindings/js/JSHTMLOptionsCollectionCustom.cpp \
335 bindings/js/JSHTMLSelectElementCustom.cpp \
336 bindings/js/JSImageConstructor.cpp \
337 bindings/js/JSImageDataCustom.cpp \
338 bindings/js/JSInjectedScriptHostCustom.cpp \
339 bindings/js/JSInspectorFrontendHostCustom.cpp \
340 bindings/js/JSLocationCustom.cpp \
341 bindings/js/JSNamedNodeMapCustom.cpp \
342 bindings/js/JSNavigatorCustom.cpp \
343 bindings/js/JSNodeCustom.cpp \
344 bindings/js/JSNodeFilterCondition.cpp \
345 bindings/js/JSNodeFilterCustom.cpp \
346 bindings/js/JSNodeIteratorCustom.cpp \
347 bindings/js/JSNodeListCustom.cpp \
348 bindings/js/JSOptionConstructor.cpp \
349 bindings/js/JSScriptProfileNodeCustom.cpp \
350 bindings/js/JSStyleSheetCustom.cpp \
351 bindings/js/JSStyleSheetListCustom.cpp \
352 bindings/js/JSTextCustom.cpp \
353 bindings/js/JSTreeWalkerCustom.cpp \
354 bindings/js/JSWebKitCSSMatrixCustom.cpp \
355 bindings/js/JSWebKitPointCustom.cpp \
356 bindings/js/JSXMLHttpRequestCustom.cpp \
357 bindings/js/JSXMLHttpRequestUploadCustom.cpp \
358 bindings/js/JSDOMPluginCustom.cpp \
359 bindings/js/JSDOMPluginArrayCustom.cpp \
360 bindings/js/JSMessageChannelCustom.cpp \
361 bindings/js/JSMessageEventCustom.cpp \
362 bindings/js/JSMessagePortCustom.cpp \
363 bindings/js/JSMessagePortCustom.h \
364 bindings/js/JSDOMMimeTypeArrayCustom.cpp \
365 bindings/js/JSDOMBinding.cpp \
366 bindings/js/JSEventListener.cpp \
367 bindings/js/JSLazyEventListener.cpp \
368 bindings/js/JSMainThreadExecState.cpp \
369 bindings/js/JSPluginElementFunctions.cpp \
370 bindings/js/JSPopStateEventCustom.cpp \
371 bindings/js/JSWorkerContextErrorHandler.cpp \
372 bindings/js/ScriptCachedFrameData.cpp \
373 bindings/js/ScriptCallFrame.cpp \
374 bindings/js/ScriptCallStack.cpp \
375 bindings/js/ScriptController.cpp \
376 bindings/js/ScriptDebugServer.cpp \
377 bindings/js/ScriptEventListener.cpp \
378 bindings/js/ScriptFunctionCall.cpp \
379 bindings/js/ScriptGCEvent.cpp \
380 bindings/js/ScriptObject.cpp \
381 bindings/js/ScriptProfile.cpp \
382 bindings/js/ScriptState.cpp \
383 bindings/js/ScriptValue.cpp \
384 bindings/js/ScheduledAction.cpp \
385 bindings/js/SerializedScriptValue.cpp \
386 bindings/ScriptControllerBase.cpp \
387 bridge/IdentifierRep.cpp \
388 bridge/NP_jsobject.cpp \
389 bridge/npruntime.cpp \
390 bridge/runtime_array.cpp \
391 bridge/runtime_method.cpp \
392 bridge/runtime_object.cpp \
393 bridge/runtime_root.cpp \
394 bridge/c/CRuntimeObject.cpp \
395 bridge/c/c_class.cpp \
396 bridge/c/c_instance.cpp \
397 bridge/c/c_runtime.cpp \
398 bridge/c/c_utility.cpp \
399 bridge/jsc/BridgeJSC.cpp \
400 css/CSSBorderImageValue.cpp \
401 css/CSSCanvasValue.cpp \
402 css/CSSCharsetRule.cpp \
403 css/CSSComputedStyleDeclaration.cpp \
404 css/CSSCursorImageValue.cpp \
405 css/CSSFontFace.cpp \
406 css/CSSFontFaceRule.cpp \
407 css/CSSFontFaceSrcValue.cpp \
408 css/CSSFontSelector.cpp \
409 css/CSSFontFaceSource.cpp \
410 css/CSSFunctionValue.cpp \
411 css/CSSGradientValue.cpp \
413 css/CSSImageValue.cpp \
414 css/CSSImageGeneratorValue.cpp \
415 css/CSSImportRule.cpp \
416 css/CSSInheritedValue.cpp \
417 css/CSSInitialValue.cpp \
418 css/CSSMediaRule.cpp \
419 css/CSSMutableStyleDeclaration.cpp \
421 css/CSSPageRule.cpp \
423 css/CSSParserValues.cpp \
424 css/CSSPrimitiveValue.cpp \
425 css/CSSProperty.cpp \
426 css/CSSPropertyLonghand.cpp \
427 css/CSSReflectValue.cpp \
429 css/CSSRuleList.cpp \
430 css/CSSSelector.cpp \
431 css/CSSSelectorList.cpp \
432 css/CSSSegmentedFontFace.cpp \
433 css/CSSStyleDeclaration.cpp \
434 css/CSSStyleRule.cpp \
435 css/CSSStyleSelector.cpp \
436 css/CSSStyleSheet.cpp \
437 css/CSSTimingFunctionValue.cpp \
438 css/CSSUnicodeRangeValue.cpp \
439 css/CSSValueList.cpp \
440 css/CSSVariableDependentValue.cpp \
441 css/CSSVariablesDeclaration.cpp \
442 css/CSSVariablesRule.cpp \
443 css/FontFamilyValue.cpp \
445 css/MediaFeatureNames.cpp \
448 css/MediaQueryEvaluator.cpp \
449 css/MediaQueryExp.cpp \
451 css/ShadowValue.cpp \
456 css/StyleSheetList.cpp \
457 css/WebKitCSSKeyframeRule.cpp \
458 css/WebKitCSSKeyframesRule.cpp \
459 css/WebKitCSSMatrix.cpp \
460 css/WebKitCSSTransformValue.cpp \
461 dom/ActiveDOMObject.cpp \
462 dom/AsyncScriptRunner.cpp \
465 dom/BeforeProcessEvent.cpp \
466 dom/BeforeTextInsertedEvent.cpp \
467 dom/BeforeUnloadEvent.cpp \
468 dom/CDATASection.cpp \
469 dom/CharacterData.cpp \
470 dom/CheckedRadioButtons.cpp \
471 dom/ChildNodeList.cpp \
472 dom/ClassNodeList.cpp \
474 dom/ClientRectList.cpp \
476 dom/ClipboardEvent.cpp \
478 dom/CompositionEvent.cpp \
479 dom/ContainerNode.cpp \
480 dom/CSSMappedAttributeDeclaration.cpp \
481 dom/CustomEvent.cpp \
482 dom/DecodedDataDocumentParser.cpp \
483 dom/DeviceMotionController.cpp \
484 dom/DeviceMotionData.cpp \
485 dom/DeviceMotionEvent.cpp \
486 dom/DeviceOrientation.cpp \
487 dom/DeviceOrientationController.cpp \
488 dom/DeviceOrientationEvent.cpp \
490 dom/DocumentFragment.cpp \
491 dom/DocumentParser.cpp \
492 dom/DocumentType.cpp \
493 dom/DOMImplementation.cpp \
494 dom/DOMStringList.cpp \
495 dom/DOMStringMap.cpp \
496 dom/DatasetDOMStringMap.cpp \
497 dom/DynamicNodeList.cpp \
498 dom/EditingText.cpp \
501 dom/EntityReference.cpp \
505 dom/EventTarget.cpp \
506 dom/ExceptionBase.cpp \
507 dom/ExceptionCode.cpp \
508 dom/InputElement.cpp \
509 dom/KeyboardEvent.cpp \
510 dom/MessageChannel.cpp \
511 dom/MessageEvent.cpp \
512 dom/MessagePort.cpp \
513 dom/MessagePortChannel.cpp \
515 dom/MouseRelatedEvent.cpp \
516 dom/MutationEvent.cpp \
517 dom/NamedNodeMap.cpp \
518 dom/NameNodeList.cpp \
520 dom/NodeFilterCondition.cpp \
522 dom/NodeIterator.cpp \
524 dom/OptionGroupElement.cpp \
525 dom/OptionElement.cpp \
526 dom/StaticHashSetNodeList.cpp \
527 dom/OverflowEvent.cpp \
528 dom/PageTransitionEvent.cpp \
529 dom/PendingScript.cpp \
530 dom/PopStateEvent.cpp \
532 dom/PositionIterator.cpp \
533 dom/ProcessingInstruction.cpp \
534 dom/ProgressEvent.cpp \
535 dom/QualifiedName.cpp \
537 dom/RawDataDocumentParser.h \
538 dom/RegisteredEventListener.cpp \
539 dom/ScriptableDocumentParser.cpp \
540 dom/ScriptElement.cpp \
541 dom/ScriptExecutionContext.cpp \
542 dom/SelectElement.cpp \
543 dom/SelectorNodeList.cpp \
544 dom/SpaceSplitString.cpp \
545 dom/StaticNodeList.cpp \
546 dom/StyledElement.cpp \
547 dom/StyleElement.cpp \
548 dom/TagNodeList.cpp \
557 dom/UIEventWithKeyState.cpp \
558 dom/UserGestureIndicator.cpp \
559 dom/UserTypingGestureIndicator.cpp \
560 dom/ViewportArguments.cpp \
561 dom/WebKitAnimationEvent.cpp \
562 dom/WebKitTransitionEvent.cpp \
564 dom/XMLDocumentParser.cpp \
565 dom/XMLDocumentParserQt.cpp \
566 dom/default/PlatformMessagePortChannel.cpp \
567 editing/AppendNodeCommand.cpp \
568 editing/ApplyStyleCommand.cpp \
569 editing/BreakBlockquoteCommand.cpp \
570 editing/CompositeEditCommand.cpp \
571 editing/CreateLinkCommand.cpp \
572 editing/DeleteButtonController.cpp \
573 editing/DeleteButton.cpp \
574 editing/DeleteFromTextNodeCommand.cpp \
575 editing/DeleteSelectionCommand.cpp \
576 editing/EditCommand.cpp \
578 editing/EditorCommand.cpp \
579 editing/FormatBlockCommand.cpp \
580 editing/htmlediting.cpp \
581 editing/HTMLInterchange.cpp \
582 editing/IndentOutdentCommand.cpp \
583 editing/InsertIntoTextNodeCommand.cpp \
584 editing/InsertLineBreakCommand.cpp \
585 editing/InsertListCommand.cpp \
586 editing/InsertNodeBeforeCommand.cpp \
587 editing/InsertParagraphSeparatorCommand.cpp \
588 editing/InsertTextCommand.cpp \
589 editing/JoinTextNodesCommand.cpp \
591 editing/MergeIdenticalElementsCommand.cpp \
592 editing/ModifySelectionListLevel.cpp \
593 editing/MoveSelectionCommand.cpp \
594 editing/RemoveCSSPropertyCommand.cpp \
595 editing/RemoveFormatCommand.cpp \
596 editing/RemoveNodeCommand.cpp \
597 editing/RemoveNodePreservingChildrenCommand.cpp \
598 editing/ReplaceNodeWithSpanCommand.cpp \
599 editing/ReplaceSelectionCommand.cpp \
600 editing/SelectionController.cpp \
601 editing/SetNodeAttributeCommand.cpp \
602 editing/SmartReplaceICU.cpp \
603 editing/SplitElementCommand.cpp \
604 editing/SplitTextNodeCommand.cpp \
605 editing/SplitTextNodeContainingElementCommand.cpp \
606 editing/TextIterator.cpp \
607 editing/TypingCommand.cpp \
608 editing/UnlinkCommand.cpp \
609 editing/VisiblePosition.cpp \
610 editing/VisibleSelection.cpp \
611 editing/visible_units.cpp \
612 editing/WrapContentsInDummySpanCommand.cpp \
613 history/BackForwardController.cpp \
614 history/BackForwardListImpl.cpp \
615 history/CachedFrame.cpp \
616 history/CachedPage.cpp \
617 history/HistoryItem.cpp \
618 history/qt/HistoryItemQt.cpp \
619 history/PageCache.cpp \
620 html/AsyncImageResizer.cpp \
622 html/BlobBuilder.cpp \
623 html/canvas/CanvasGradient.cpp \
624 html/canvas/CanvasPattern.cpp \
625 html/canvas/CanvasPixelArray.cpp \
626 html/canvas/CanvasRenderingContext.cpp \
627 html/canvas/CanvasRenderingContext2D.cpp \
628 html/canvas/CanvasStyle.cpp \
629 html/CollectionCache.cpp \
630 html/CSSPreloadScanner.cpp \
631 html/DataGridColumn.cpp \
632 html/DataGridColumnList.cpp \
633 html/DateComponents.cpp \
634 html/DOMDataGridDataSource.cpp \
635 html/DOMFormData.cpp \
638 html/FileReader.cpp \
639 html/FileStream.cpp \
640 html/FileStreamProxy.cpp \
641 html/FileThread.cpp \
642 html/FormDataList.cpp \
643 html/HTMLEntityParser.cpp \
644 html/HTMLTokenizer.cpp \
645 html/HTMLDocumentParser.cpp \
646 html/HTMLPreloadScanner.cpp \
647 html/HTMLScriptRunner.cpp \
648 html/HTMLTreeBuilder.cpp \
649 html/HTMLAllCollection.cpp \
650 html/HTMLAnchorElement.cpp \
651 html/HTMLAppletElement.cpp \
652 html/HTMLAreaElement.cpp \
653 html/HTMLBaseElement.cpp \
654 html/HTMLBaseFontElement.cpp \
655 html/HTMLBlockquoteElement.cpp \
656 html/HTMLBodyElement.cpp \
657 html/HTMLBRElement.cpp \
658 html/HTMLButtonElement.cpp \
659 html/HTMLCanvasElement.cpp \
660 html/HTMLCollection.cpp \
661 html/HTMLConstructionSite.cpp \
662 html/HTMLDataGridElement.cpp \
663 html/HTMLDataGridCellElement.cpp \
664 html/HTMLDataGridColElement.cpp \
665 html/HTMLDataGridRowElement.cpp \
666 html/HTMLDataListElement.cpp \
667 html/HTMLDirectoryElement.cpp \
668 html/HTMLDivElement.cpp \
669 html/HTMLDListElement.cpp \
670 html/HTMLDocument.cpp \
671 html/HTMLElement.cpp \
672 html/HTMLElementStack.cpp \
673 html/HTMLEmbedElement.cpp \
674 html/HTMLFieldSetElement.cpp \
675 html/HTMLFontElement.cpp \
676 html/HTMLFormattingElementList.cpp \
677 html/HTMLFormCollection.cpp \
678 html/HTMLFormElement.cpp \
679 html/HTMLFrameElementBase.cpp \
680 html/HTMLFrameElement.cpp \
681 html/HTMLFrameOwnerElement.cpp \
682 html/HTMLFrameSetElement.cpp \
683 html/HTMLFormControlElement.cpp \
684 html/HTMLHeadElement.cpp \
685 html/HTMLHeadingElement.cpp \
686 html/HTMLHRElement.cpp \
687 html/HTMLHtmlElement.cpp \
688 html/HTMLIFrameElement.cpp \
689 html/HTMLImageElement.cpp \
690 html/HTMLImageLoader.cpp \
691 html/HTMLInputElement.cpp \
692 html/HTMLIsIndexElement.cpp \
693 html/HTMLKeygenElement.cpp \
694 html/HTMLLabelElement.cpp \
695 html/HTMLLegendElement.cpp \
696 html/HTMLLIElement.cpp \
697 html/HTMLLinkElement.cpp \
698 html/HTMLMapElement.cpp \
699 html/HTMLMarqueeElement.cpp \
700 html/HTMLMenuElement.cpp \
701 html/HTMLMetaElement.cpp \
702 html/HTMLMeterElement.cpp \
703 html/HTMLModElement.cpp \
704 html/HTMLNameCollection.cpp \
705 html/HTMLObjectElement.cpp \
706 html/HTMLOListElement.cpp \
707 html/HTMLOptGroupElement.cpp \
708 html/HTMLOptionElement.cpp \
709 html/HTMLOptionsCollection.cpp \
710 html/HTMLParagraphElement.cpp \
711 html/HTMLParamElement.cpp \
712 html/LegacyHTMLTreeBuilder.cpp \
713 html/HTMLParserErrorCodes.cpp \
714 html/HTMLParserScheduler.cpp \
715 html/HTMLPlugInElement.cpp \
716 html/HTMLPlugInImageElement.cpp \
717 html/HTMLPreElement.cpp \
718 html/HTMLProgressElement.cpp \
719 html/HTMLQuoteElement.cpp \
720 html/HTMLScriptElement.cpp \
721 html/HTMLSelectElement.cpp \
722 html/HTMLStyleElement.cpp \
723 html/HTMLTableCaptionElement.cpp \
724 html/HTMLTableCellElement.cpp \
725 html/HTMLTableColElement.cpp \
726 html/HTMLTableElement.cpp \
727 html/HTMLTablePartElement.cpp \
728 html/HTMLTableRowElement.cpp \
729 html/HTMLTableRowsCollection.cpp \
730 html/HTMLTableSectionElement.cpp \
731 html/HTMLTextAreaElement.cpp \
732 html/HTMLTitleElement.cpp \
733 html/LegacyHTMLDocumentParser.cpp \
734 html/HTMLUListElement.cpp \
735 html/HTMLViewSourceDocument.cpp \
737 html/ImageResizerThread.cpp \
738 html/LabelsNodeList.cpp \
739 html/LegacyPreloadScanner.cpp \
741 html/ValidityState.cpp \
742 inspector/ConsoleMessage.cpp \
743 inspector/InjectedScript.cpp \
744 inspector/InjectedScriptHost.cpp \
745 inspector/InspectorApplicationCacheAgent.cpp \
746 inspector/InspectorBackend.cpp \
747 inspector/InspectorCSSStore.cpp \
748 inspector/InspectorController.cpp \
749 inspector/InspectorDatabaseResource.cpp \
750 inspector/InspectorDebuggerAgent.cpp \
751 inspector/InspectorDOMAgent.cpp \
752 inspector/InspectorDOMStorageResource.cpp \
753 inspector/InspectorFrontend.cpp \
754 inspector/InspectorFrontendClientLocal.cpp \
755 inspector/InspectorFrontendHost.cpp \
756 inspector/InspectorResource.cpp \
757 inspector/InspectorTimelineAgent.cpp \
758 inspector/InspectorValues.cpp \
759 inspector/ScriptBreakpoint.cpp \
760 inspector/TimelineRecordFactory.cpp \
761 loader/archive/ArchiveFactory.cpp \
762 loader/archive/ArchiveResource.cpp \
763 loader/archive/ArchiveResourceCollection.cpp \
765 loader/CachedCSSStyleSheet.cpp \
766 loader/CachedFont.cpp \
767 loader/CachedImage.cpp \
768 loader/CachedResourceClientWalker.cpp \
769 loader/CachedResourceHandle.cpp \
770 loader/CachedResource.cpp \
771 loader/CachedScript.cpp \
772 loader/CachedXSLStyleSheet.cpp \
773 loader/CrossOriginAccessControl.cpp \
774 loader/CrossOriginPreflightResultCache.cpp \
775 loader/DocLoader.cpp \
776 loader/DocumentLoader.cpp \
777 loader/DocumentThreadableLoader.cpp \
778 loader/DocumentWriter.cpp \
779 loader/FormState.cpp \
780 loader/FormSubmission.cpp \
781 loader/FrameLoader.cpp \
782 loader/FrameLoaderStateMachine.cpp \
783 loader/HistoryController.cpp \
784 loader/FTPDirectoryDocument.cpp \
785 loader/FTPDirectoryParser.cpp \
786 loader/icon/IconLoader.cpp \
787 loader/ImageDocument.cpp \
788 loader/ImageLoader.cpp \
790 loader/MainResourceLoader.cpp \
791 loader/MediaDocument.cpp \
792 loader/NavigationAction.cpp \
793 loader/NetscapePlugInStreamLoader.cpp \
794 loader/PlaceholderDocument.cpp \
795 loader/PluginDocument.cpp \
796 loader/PolicyCallback.cpp \
797 loader/PolicyChecker.cpp \
798 loader/ProgressTracker.cpp \
799 loader/RedirectScheduler.cpp \
801 loader/ResourceLoader.cpp \
802 loader/ResourceLoadNotifier.cpp \
803 loader/SinkDocument.cpp \
804 loader/SubframeLoader.cpp \
805 loader/SubresourceLoader.cpp \
806 loader/TextDocument.cpp \
807 loader/TextResourceDecoder.cpp \
808 loader/ThreadableLoader.cpp \
809 notifications/Notification.cpp \
810 notifications/NotificationCenter.cpp \
811 page/animation/AnimationBase.cpp \
812 page/animation/AnimationController.cpp \
813 page/animation/CompositeAnimation.cpp \
814 page/animation/ImplicitAnimation.cpp \
815 page/animation/KeyframeAnimation.cpp \
819 page/ContextMenuController.cpp \
820 page/DOMSelection.cpp \
823 page/Navigation.cpp \
825 page/NavigatorBase.cpp \
826 page/DragController.cpp \
827 page/EventHandler.cpp \
828 page/EventSource.cpp \
829 page/FocusController.cpp \
833 page/Geolocation.cpp \
834 page/GeolocationController.cpp \
835 page/GeolocationPositionCache.cpp \
838 page/MemoryInfo.cpp \
839 page/MouseEventWithHitTestResults.cpp \
840 page/OriginAccessEntry.cpp \
843 page/PageGroupLoadDeferrer.cpp \
844 page/Performance.cpp \
845 page/PluginHalter.cpp \
846 page/PrintContext.cpp \
847 page/SecurityOrigin.cpp \
850 page/SpatialNavigation.cpp \
851 page/SuspendableTimer.cpp \
853 page/UserContentURLPattern.cpp \
854 page/WindowFeatures.cpp \
855 page/XSSAuditor.cpp \
856 plugins/PluginData.cpp \
857 plugins/DOMPluginArray.cpp \
858 plugins/DOMPlugin.cpp \
859 plugins/PluginMainThreadScheduler.cpp \
860 plugins/DOMMimeType.cpp \
861 plugins/DOMMimeTypeArray.cpp \
862 platform/animation/Animation.cpp \
863 platform/animation/AnimationList.cpp \
865 platform/BlobItem.cpp \
866 platform/text/Base64.cpp \
867 platform/text/BidiContext.cpp \
868 platform/text/Hyphenation.cpp \
869 platform/ContentType.cpp \
870 platform/ContextMenu.cpp \
871 platform/CrossThreadCopier.cpp \
872 platform/DeprecatedPtrListImpl.cpp \
873 platform/DragData.cpp \
874 platform/DragImage.cpp \
875 platform/FileChooser.cpp \
876 platform/GeolocationService.cpp \
877 platform/image-decoders/qt/RGBA32BufferQt.cpp \
878 platform/graphics/FontDescription.cpp \
879 platform/graphics/FontFallbackList.cpp \
880 platform/graphics/FontFamily.cpp \
881 platform/graphics/BitmapImage.cpp \
882 platform/graphics/Color.cpp \
883 platform/graphics/FloatPoint3D.cpp \
884 platform/graphics/FloatPoint.cpp \
885 platform/graphics/FloatQuad.cpp \
886 platform/graphics/FloatRect.cpp \
887 platform/graphics/FloatSize.cpp \
888 platform/graphics/FontData.cpp \
889 platform/graphics/Font.cpp \
890 platform/graphics/FontCache.cpp \
891 platform/graphics/GeneratedImage.cpp \
892 platform/graphics/Gradient.cpp \
893 platform/graphics/GraphicsContext.cpp \
894 platform/graphics/GraphicsTypes.cpp \
895 platform/graphics/Image.cpp \
896 platform/graphics/ImageBuffer.cpp \
897 platform/graphics/ImageSource.cpp \
898 platform/graphics/IntRect.cpp \
899 platform/graphics/Path.cpp \
900 platform/graphics/PathTraversalState.cpp \
901 platform/graphics/Pattern.cpp \
902 platform/graphics/Pen.cpp \
903 platform/graphics/SegmentedFontData.cpp \
904 platform/graphics/SimpleFontData.cpp \
905 platform/graphics/TiledBackingStore.cpp \
906 platform/graphics/transforms/AffineTransform.cpp \
907 platform/graphics/transforms/TransformationMatrix.cpp \
908 platform/graphics/transforms/MatrixTransformOperation.cpp \
909 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
910 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
911 platform/graphics/transforms/RotateTransformOperation.cpp \
912 platform/graphics/transforms/ScaleTransformOperation.cpp \
913 platform/graphics/transforms/SkewTransformOperation.cpp \
914 platform/graphics/transforms/TransformOperations.cpp \
915 platform/graphics/transforms/TranslateTransformOperation.cpp \
916 platform/KillRingNone.cpp \
918 platform/Length.cpp \
919 platform/text/LineEnding.cpp \
920 platform/LinkHash.cpp \
921 platform/Logging.cpp \
922 platform/MIMETypeRegistry.cpp \
923 platform/mock/DeviceOrientationClientMock.cpp \
924 platform/mock/GeolocationServiceMock.cpp \
925 platform/mock/SpeechInputClientMock.cpp \
926 platform/network/AuthenticationChallengeBase.cpp \
927 platform/network/Credential.cpp \
928 platform/network/FormData.cpp \
929 platform/network/FormDataBuilder.cpp \
930 platform/network/HTTPHeaderMap.cpp \
931 platform/network/HTTPParsers.cpp \
932 platform/network/NetworkStateNotifier.cpp \
933 platform/network/ProtectionSpace.cpp \
934 platform/network/ResourceErrorBase.cpp \
935 platform/network/ResourceHandle.cpp \
936 platform/network/ResourceRequestBase.cpp \
937 platform/network/ResourceResponseBase.cpp \
938 platform/text/RegularExpression.cpp \
939 platform/SchemeRegistry.cpp \
940 platform/Scrollbar.cpp \
941 platform/ScrollbarThemeComposite.cpp \
942 platform/ScrollView.cpp \
943 platform/text/SegmentedString.cpp \
944 platform/SharedBuffer.cpp \
945 platform/text/String.cpp \
946 platform/text/StringBuilder.cpp \
947 platform/text/TextCodec.cpp \
948 platform/text/TextCodecLatin1.cpp \
949 platform/text/TextCodecUserDefined.cpp \
950 platform/text/TextCodecUTF16.cpp \
951 platform/text/TextEncoding.cpp \
952 platform/text/TextEncodingDetectorNone.cpp \
953 platform/text/TextEncodingRegistry.cpp \
954 platform/text/TextStream.cpp \
955 platform/ThreadGlobalData.cpp \
956 platform/ThreadTimers.cpp \
958 platform/text/UnicodeRange.cpp \
959 platform/text/transcoder/FontTranscoder.cpp \
961 platform/Widget.cpp \
962 plugins/PluginDatabase.cpp \
963 plugins/PluginDebug.cpp \
964 plugins/PluginPackage.cpp \
965 plugins/PluginStream.cpp \
966 plugins/PluginView.cpp \
967 rendering/AutoTableLayout.cpp \
968 rendering/break_lines.cpp \
969 rendering/BidiRun.cpp \
970 rendering/CounterNode.cpp \
971 rendering/EllipsisBox.cpp \
972 rendering/FixedTableLayout.cpp \
973 rendering/HitTestResult.cpp \
974 rendering/InlineBox.cpp \
975 rendering/InlineFlowBox.cpp \
976 rendering/InlineTextBox.cpp \
977 rendering/LayoutState.cpp \
978 rendering/RenderApplet.cpp \
979 rendering/RenderArena.cpp \
980 rendering/RenderBlock.cpp \
981 rendering/RenderBlockLineLayout.cpp \
982 rendering/RenderBox.cpp \
983 rendering/RenderBoxModelObject.cpp \
984 rendering/RenderBR.cpp \
985 rendering/RenderButton.cpp \
986 rendering/RenderCounter.cpp \
987 rendering/RenderDataGrid.cpp \
988 rendering/RenderEmbeddedObject.cpp \
989 rendering/RenderFieldset.cpp \
990 rendering/RenderFileUploadControl.cpp \
991 rendering/RenderFlexibleBox.cpp \
992 rendering/RenderFrame.cpp \
993 rendering/RenderFrameBase.cpp \
994 rendering/RenderFrameSet.cpp \
995 rendering/RenderHTMLCanvas.cpp \
996 rendering/RenderIFrame.cpp \
997 rendering/RenderImage.cpp \
998 rendering/RenderImageGeneratedContent.cpp \
999 rendering/RenderIndicator.cpp \
1000 rendering/RenderInline.cpp \
1001 rendering/RenderLayer.cpp \
1002 rendering/RenderLineBoxList.cpp \
1003 rendering/RenderListBox.cpp \
1004 rendering/RenderListItem.cpp \
1005 rendering/RenderListMarker.cpp \
1006 rendering/RenderMarquee.cpp \
1007 rendering/RenderMenuList.cpp \
1008 rendering/RenderMeter.cpp \
1009 rendering/RenderObject.cpp \
1010 rendering/RenderObjectChildList.cpp \
1011 rendering/RenderPart.cpp \
1012 rendering/RenderProgress.cpp \
1013 rendering/RenderReplaced.cpp \
1014 rendering/RenderReplica.cpp \
1015 rendering/RenderRuby.cpp \
1016 rendering/RenderRubyBase.cpp \
1017 rendering/RenderRubyRun.cpp \
1018 rendering/RenderRubyText.cpp \
1019 rendering/RenderScrollbar.cpp \
1020 rendering/RenderScrollbarPart.cpp \
1021 rendering/RenderScrollbarTheme.cpp \
1022 rendering/RenderSlider.cpp \
1023 rendering/RenderTable.cpp \
1024 rendering/RenderTableCell.cpp \
1025 rendering/RenderTableCol.cpp \
1026 rendering/RenderTableRow.cpp \
1027 rendering/RenderTableSection.cpp \
1028 rendering/RenderText.cpp \
1029 rendering/RenderTextControl.cpp \
1030 rendering/RenderTextControlMultiLine.cpp \
1031 rendering/RenderTextControlSingleLine.cpp \
1032 rendering/RenderTextFragment.cpp \
1033 rendering/RenderTheme.cpp \
1034 rendering/RenderTreeAsText.cpp \
1035 rendering/RenderView.cpp \
1036 rendering/RenderWidget.cpp \
1037 rendering/RenderWordBreak.cpp \
1038 rendering/RootInlineBox.cpp \
1039 rendering/SVGRenderTreeAsText.cpp \
1040 rendering/ScrollBehavior.cpp \
1041 rendering/ShadowElement.cpp \
1042 rendering/TextControlInnerElements.cpp \
1043 rendering/TransformState.cpp \
1044 rendering/style/BindingURI.cpp \
1045 rendering/style/ContentData.cpp \
1046 rendering/style/CounterDirectives.cpp \
1047 rendering/style/FillLayer.cpp \
1048 rendering/style/KeyframeList.cpp \
1049 rendering/style/NinePieceImage.cpp \
1050 rendering/style/RenderStyle.cpp \
1051 rendering/style/ShadowData.cpp \
1052 rendering/style/StyleBackgroundData.cpp \
1053 rendering/style/StyleBoxData.cpp \
1054 rendering/style/StyleCachedImage.cpp \
1055 rendering/style/StyleFlexibleBoxData.cpp \
1056 rendering/style/StyleGeneratedImage.cpp \
1057 rendering/style/StyleInheritedData.cpp \
1058 rendering/style/StyleMarqueeData.cpp \
1059 rendering/style/StyleMultiColData.cpp \
1060 rendering/style/StyleRareInheritedData.cpp \
1061 rendering/style/StyleRareNonInheritedData.cpp \
1062 rendering/style/StyleSurroundData.cpp \
1063 rendering/style/StyleTransformData.cpp \
1064 rendering/style/StyleVisualData.cpp \
1066 xml/XMLHttpRequest.cpp \
1067 xml/XMLHttpRequestProgressEventThrottle.cpp \
1068 xml/XMLHttpRequestUpload.cpp \
1069 xml/XMLSerializer.cpp
1072 accessibility/AccessibilityARIAGridCell.h \
1073 accessibility/AccessibilityARIAGrid.h \
1074 accessibility/AccessibilityARIAGridRow.h \
1075 accessibility/AccessibilityImageMapLink.h \
1076 accessibility/AccessibilityListBox.h \
1077 accessibility/AccessibilityListBoxOption.h \
1078 accessibility/AccessibilityList.h \
1079 accessibility/AccessibilityMediaControls.h \
1080 accessibility/AccessibilityObject.h \
1081 accessibility/AccessibilityProgressIndicator.h \
1082 accessibility/AccessibilityRenderObject.h \
1083 accessibility/AccessibilityScrollbar.h \
1084 accessibility/AccessibilitySlider.h \
1085 accessibility/AccessibilityTableCell.h \
1086 accessibility/AccessibilityTableColumn.h \
1087 accessibility/AccessibilityTable.h \
1088 accessibility/AccessibilityTableHeaderContainer.h \
1089 accessibility/AccessibilityTableRow.h \
1090 accessibility/AXObjectCache.h \
1091 bindings/ScriptControllerBase.h \
1092 bindings/generic/ActiveDOMCallback.h \
1093 bindings/js/CachedScriptSourceProvider.h \
1094 bindings/js/GCController.h \
1095 bindings/js/DOMObjectHashTableMap.h \
1096 bindings/js/DOMWrapperWorld.h \
1097 bindings/js/JSCallbackData.h \
1098 bindings/js/JSAudioConstructor.h \
1099 bindings/js/JSCSSStyleDeclarationCustom.h \
1100 bindings/js/JSCustomPositionCallback.h \
1101 bindings/js/JSCustomPositionErrorCallback.h \
1102 bindings/js/JSCustomVoidCallback.h \
1103 bindings/js/JSCustomXPathNSResolver.h \
1104 bindings/js/JSDataGridDataSource.h \
1105 bindings/js/JSDebugWrapperSet.h \
1106 bindings/js/JSDOMBinding.h \
1107 bindings/js/JSDOMGlobalObject.h \
1108 bindings/js/JSDOMStringMapCustom.h \
1109 bindings/js/JSDOMWindowBase.h \
1110 bindings/js/JSDOMWindowCustom.h \
1111 bindings/js/JSDOMWindowShell.h \
1112 bindings/js/JSDOMWrapper.h \
1113 bindings/js/JSEventListener.h \
1114 bindings/js/JSEventTarget.h \
1115 bindings/js/JSHistoryCustom.h \
1116 bindings/js/JSHTMLAppletElementCustom.h \
1117 bindings/js/JSHTMLEmbedElementCustom.h \
1118 bindings/js/JSHTMLInputElementCustom.h \
1119 bindings/js/JSHTMLObjectElementCustom.h \
1120 bindings/js/JSHTMLSelectElementCustom.h \
1121 bindings/js/JSImageConstructor.h \
1122 bindings/js/JSLazyEventListener.h \
1123 bindings/js/JSLocationCustom.h \
1124 bindings/js/JSNodeCustom.h \
1125 bindings/js/JSNodeFilterCondition.h \
1126 bindings/js/JSOptionConstructor.h \
1127 bindings/js/JSPluginElementFunctions.h \
1128 bindings/js/JSStorageCustom.h \
1129 bindings/js/JSWorkerContextBase.h \
1130 bindings/js/JSWorkerContextErrorHandler.h \
1131 bindings/js/JavaScriptCallFrame.h \
1132 bindings/js/ScheduledAction.h \
1133 bindings/js/ScriptCachedFrameData.h \
1134 bindings/js/ScriptCallFrame.h \
1135 bindings/js/ScriptCallStack.h \
1136 bindings/js/ScriptController.h \
1137 bindings/js/ScriptEventListener.h \
1138 bindings/js/ScriptFunctionCall.h \
1139 bindings/js/ScriptGCEvent.h \
1140 bindings/js/ScriptObject.h \
1141 bindings/js/ScriptProfile.h \
1142 bindings/js/ScriptProfileNode.h \
1143 bindings/js/ScriptProfiler.h \
1144 bindings/js/ScriptSourceCode.h \
1145 bindings/js/ScriptSourceProvider.h \
1146 bindings/js/ScriptState.h \
1147 bindings/js/ScriptValue.h \
1148 bindings/js/ScriptWrappable.h \
1149 bindings/js/SerializedScriptValue.h \
1150 bindings/js/StringSourceProvider.h \
1151 bindings/js/WebCoreJSClientData.h \
1152 bindings/js/WorkerScriptController.h \
1154 bridge/c/CRuntimeObject.h \
1155 bridge/c/c_class.h \
1156 bridge/c/c_instance.h \
1157 bridge/c/c_runtime.h \
1158 bridge/c/c_utility.h \
1159 bridge/jsc/BridgeJSC.h \
1160 bridge/IdentifierRep.h \
1161 bridge/NP_jsobject.h \
1162 bridge/npruntime.h \
1163 bridge/qt/qt_class.h \
1164 bridge/qt/qt_instance.h \
1165 bridge/qt/qt_runtime.h \
1166 bridge/qt/qt_pixmapruntime.h \
1167 bridge/runtime_array.h \
1168 bridge/runtime_method.h \
1169 bridge/runtime_object.h \
1170 bridge/runtime_root.h \
1171 css/CSSBorderImageValue.h \
1172 css/CSSCanvasValue.h \
1173 css/CSSCharsetRule.h \
1174 css/CSSComputedStyleDeclaration.h \
1175 css/CSSCursorImageValue.h \
1177 css/CSSFontFaceRule.h \
1178 css/CSSFontFaceSource.h \
1179 css/CSSFontFaceSrcValue.h \
1180 css/CSSFontSelector.h \
1181 css/CSSFunctionValue.h \
1182 css/CSSGradientValue.h \
1184 css/CSSImageGeneratorValue.h \
1185 css/CSSImageValue.h \
1186 css/CSSImportRule.h \
1187 css/CSSInheritedValue.h \
1188 css/CSSInitialValue.h \
1189 css/CSSMediaRule.h \
1190 css/CSSMutableStyleDeclaration.h \
1194 css/CSSParserValues.h \
1195 css/CSSPrimitiveValue.h \
1197 css/CSSPropertyLonghand.h \
1198 css/CSSReflectValue.h \
1201 css/CSSSegmentedFontFace.h \
1203 css/CSSSelectorList.h \
1204 css/CSSStyleDeclaration.h \
1205 css/CSSStyleRule.h \
1206 css/CSSStyleSelector.h \
1207 css/CSSStyleSheet.h \
1208 css/CSSTimingFunctionValue.h \
1209 css/CSSUnicodeRangeValue.h \
1210 css/CSSValueList.h \
1211 css/CSSVariableDependentValue.h \
1212 css/CSSVariablesDeclaration.h \
1213 css/CSSVariablesRule.h \
1214 css/FontFamilyValue.h \
1216 css/MediaFeatureNames.h \
1218 css/MediaQueryEvaluator.h \
1219 css/MediaQueryExp.h \
1227 css/StyleSheetList.h \
1228 css/WebKitCSSKeyframeRule.h \
1229 css/WebKitCSSKeyframesRule.h \
1230 css/WebKitCSSMatrix.h \
1231 css/WebKitCSSTransformValue.h \
1232 dom/ActiveDOMObject.h \
1235 dom/BeforeTextInsertedEvent.h \
1236 dom/BeforeUnloadEvent.h \
1237 dom/CDATASection.h \
1238 dom/CharacterData.h \
1239 dom/CheckedRadioButtons.h \
1240 dom/ChildNodeList.h \
1241 dom/ClassNodeList.h \
1243 dom/ClientRectList.h \
1244 dom/ClipboardEvent.h \
1247 dom/ContainerNode.h \
1248 dom/CSSMappedAttributeDeclaration.h \
1250 dom/default/PlatformMessagePortChannel.h \
1251 dom/DeviceMotionClient.h \
1252 dom/DeviceMotionData.h \
1253 dom/DeviceMotionController.h \
1254 dom/DeviceMotionEvent.h \
1255 dom/DeviceOrientation.h \
1256 dom/DeviceOrientationClient.h \
1257 dom/DeviceOrientationController.h \
1258 dom/DeviceOrientationEvent.h \
1259 dom/DocumentFragment.h \
1261 dom/DocumentType.h \
1262 dom/DOMImplementation.h \
1263 dom/DOMStringList.h \
1264 dom/DOMStringMap.h \
1265 dom/DatasetDOMStringMap.h \
1266 dom/DynamicNodeList.h \
1270 dom/EntityReference.h \
1274 dom/ExceptionBase.h \
1275 dom/ExceptionCode.h \
1276 dom/FragmentScriptingPermission.h \
1277 dom/InputElement.h \
1278 dom/KeyboardEvent.h \
1279 dom/MessageChannel.h \
1280 dom/MessageEvent.h \
1281 dom/MessagePortChannel.h \
1284 dom/MouseRelatedEvent.h \
1285 dom/MutationEvent.h \
1286 dom/NamedNodeMap.h \
1287 dom/NameNodeList.h \
1288 dom/NodeFilterCondition.h \
1291 dom/NodeIterator.h \
1293 dom/OptionElement.h \
1294 dom/OptionGroupElement.h \
1295 dom/StaticHashSetNodeList.h \
1296 dom/OverflowEvent.h \
1297 dom/PageTransitionEvent.h \
1299 dom/PositionIterator.h \
1300 dom/ProcessingInstruction.h \
1301 dom/ProgressEvent.h \
1302 dom/QualifiedName.h \
1304 dom/RegisteredEventListener.h \
1305 dom/ScriptElement.h \
1306 dom/ScriptExecutionContext.h \
1307 dom/SelectElement.h \
1308 dom/SelectorNodeList.h \
1309 dom/SpaceSplitString.h \
1310 dom/StaticNodeList.h \
1311 dom/StyledElement.h \
1312 dom/StyleElement.h \
1319 dom/TransformSource.h \
1321 dom/TreeDepthLimit.h \
1324 dom/UIEventWithKeyState.h \
1325 dom/UserGestureIndicator.h \
1326 dom/ViewportArguments.h \
1327 dom/WebKitAnimationEvent.h \
1328 dom/WebKitTransitionEvent.h \
1330 dom/XMLDocumentParser.h \
1331 editing/AppendNodeCommand.h \
1332 editing/ApplyStyleCommand.h \
1333 editing/BreakBlockquoteCommand.h \
1334 editing/CompositeEditCommand.h \
1335 editing/CreateLinkCommand.h \
1336 editing/DeleteButtonController.h \
1337 editing/DeleteButton.h \
1338 editing/DeleteFromTextNodeCommand.h \
1339 editing/DeleteSelectionCommand.h \
1340 editing/EditCommand.h \
1341 editing/EditingBehavior.h \
1343 editing/FormatBlockCommand.h \
1344 editing/htmlediting.h \
1345 editing/HTMLInterchange.h \
1346 editing/IndentOutdentCommand.h \
1347 editing/InsertIntoTextNodeCommand.h \
1348 editing/InsertLineBreakCommand.h \
1349 editing/InsertListCommand.h \
1350 editing/InsertNodeBeforeCommand.h \
1351 editing/InsertParagraphSeparatorCommand.h \
1352 editing/InsertTextCommand.h \
1353 editing/JoinTextNodesCommand.h \
1355 editing/MergeIdenticalElementsCommand.h \
1356 editing/ModifySelectionListLevel.h \
1357 editing/MoveSelectionCommand.h \
1358 editing/RemoveCSSPropertyCommand.h \
1359 editing/RemoveFormatCommand.h \
1360 editing/RemoveNodeCommand.h \
1361 editing/RemoveNodePreservingChildrenCommand.h \
1362 editing/ReplaceNodeWithSpanCommand.h \
1363 editing/ReplaceSelectionCommand.h \
1364 editing/SelectionController.h \
1365 editing/SetNodeAttributeCommand.h \
1366 editing/SmartReplace.h \
1367 editing/SplitElementCommand.h \
1368 editing/SplitTextNodeCommand.h \
1369 editing/SplitTextNodeContainingElementCommand.h \
1370 editing/TextIterator.h \
1371 editing/TypingCommand.h \
1372 editing/UnlinkCommand.h \
1373 editing/VisiblePosition.h \
1374 editing/VisibleSelection.h \
1375 editing/visible_units.h \
1376 editing/WrapContentsInDummySpanCommand.h \
1377 history/BackForwardController.h \
1378 history/BackForwardControllerClient.h \
1379 history/BackForwardListImpl.h \
1380 history/BackForwardList.h \
1381 history/CachedFrame.h \
1382 history/CachedPage.h \
1383 history/HistoryItem.h \
1384 history/PageCache.h \
1385 html/AsyncImageResizer.h \
1387 html/BlobBuilder.h \
1388 html/canvas/CanvasGradient.h \
1389 html/canvas/CanvasPattern.h \
1390 html/canvas/CanvasPixelArray.h \
1391 html/canvas/CanvasRenderingContext.h \
1392 html/canvas/CanvasRenderingContext2D.h \
1393 html/canvas/CanvasStyle.h \
1394 html/CollectionCache.h \
1395 html/DataGridColumn.h \
1396 html/DataGridColumnList.h \
1397 html/DateComponents.h \
1398 html/DOMDataGridDataSource.h \
1399 html/DOMFormData.h \
1405 html/FileStreamClient.h \
1406 html/FileStreamProxy.h \
1408 html/FileThreadTask.h \
1409 html/FormDataList.h \
1410 html/HTMLAllCollection.h \
1411 html/HTMLAnchorElement.h \
1412 html/HTMLAppletElement.h \
1413 html/HTMLAreaElement.h \
1414 html/HTMLAudioElement.h \
1415 html/HTMLBaseElement.h \
1416 html/HTMLBaseFontElement.h \
1417 html/HTMLBlockquoteElement.h \
1418 html/HTMLBodyElement.h \
1419 html/HTMLBRElement.h \
1420 html/HTMLButtonElement.h \
1421 html/HTMLCanvasElement.h \
1422 html/HTMLCollection.h \
1423 html/HTMLDataGridCellElement.h \
1424 html/HTMLDataGridColElement.h \
1425 html/HTMLDataGridElement.h \
1426 html/HTMLDataGridRowElement.h \
1427 html/HTMLDirectoryElement.h \
1428 html/HTMLDivElement.h \
1429 html/HTMLDListElement.h \
1430 html/HTMLDocument.h \
1431 html/HTMLElement.h \
1432 html/HTMLEmbedElement.h \
1433 html/HTMLFieldSetElement.h \
1434 html/HTMLFontElement.h \
1435 html/HTMLFormCollection.h \
1436 html/HTMLFormControlElement.h \
1437 html/HTMLFormElement.h \
1438 html/HTMLFrameElementBase.h \
1439 html/HTMLFrameElement.h \
1440 html/HTMLFrameOwnerElement.h \
1441 html/HTMLFrameSetElement.h \
1442 html/HTMLHeadElement.h \
1443 html/HTMLHeadingElement.h \
1444 html/HTMLHRElement.h \
1445 html/HTMLHtmlElement.h \
1446 html/HTMLIFrameElement.h \
1447 html/HTMLImageElement.h \
1448 html/HTMLImageLoader.h \
1449 html/HTMLInputElement.h \
1450 html/HTMLIsIndexElement.h \
1451 html/HTMLKeygenElement.h \
1452 html/HTMLLabelElement.h \
1453 html/HTMLLegendElement.h \
1454 html/HTMLLIElement.h \
1455 html/HTMLLinkElement.h \
1456 html/HTMLMapElement.h \
1457 html/HTMLMarqueeElement.h \
1458 html/HTMLMediaElement.h \
1459 html/HTMLMenuElement.h \
1460 html/HTMLMetaElement.h \
1461 html/HTMLMeterElement.h \
1462 html/HTMLModElement.h \
1463 html/HTMLNameCollection.h \
1464 html/HTMLNoScriptElement.h \
1465 html/HTMLObjectElement.h \
1466 html/HTMLOListElement.h \
1467 html/HTMLOptGroupElement.h \
1468 html/HTMLOptionElement.h \
1469 html/HTMLOptionsCollection.h \
1470 html/HTMLParagraphElement.h \
1471 html/HTMLParamElement.h \
1472 html/HTMLParserErrorCodes.h \
1473 html/LegacyHTMLTreeBuilder.h \
1474 html/HTMLPlugInElement.h \
1475 html/HTMLPlugInImageElement.h \
1476 html/HTMLPreElement.h \
1477 html/HTMLProgressElement.h \
1478 html/HTMLQuoteElement.h \
1479 html/HTMLScriptElement.h \
1480 html/HTMLSelectElement.h \
1481 html/HTMLSourceElement.h \
1482 html/HTMLStyleElement.h \
1483 html/HTMLTableCaptionElement.h \
1484 html/HTMLTableCellElement.h \
1485 html/HTMLTableColElement.h \
1486 html/HTMLTableElement.h \
1487 html/HTMLTablePartElement.h \
1488 html/HTMLTableRowElement.h \
1489 html/HTMLTableRowsCollection.h \
1490 html/HTMLTableSectionElement.h \
1491 html/HTMLTextAreaElement.h \
1492 html/HTMLTitleElement.h \
1493 html/LegacyHTMLDocumentParser.h \
1494 html/HTMLUListElement.h \
1495 html/HTMLVideoElement.h \
1496 html/HTMLViewSourceDocument.h \
1498 html/ImageResizerThread.h \
1499 html/LabelsNodeList.h \
1500 html/LegacyPreloadScanner.h \
1503 html/ValidityState.h \
1504 inspector/ConsoleMessage.h \
1505 inspector/InjectedScript.h \
1506 inspector/InjectedScriptHost.h \
1507 inspector/InspectorApplicationCacheAgent.h \
1508 inspector/InspectorBackend.h \
1509 inspector/InspectorController.h \
1510 inspector/InspectorDatabaseResource.h \
1511 inspector/InspectorDebuggerAgent.h \
1512 inspector/InspectorDOMStorageResource.h \
1513 inspector/InspectorFrontend.h \
1514 inspector/InspectorFrontendClient.h \
1515 inspector/InspectorFrontendClientLocal.h \
1516 inspector/InspectorFrontendHost.h \
1517 inspector/InspectorResource.h \
1518 inspector/InspectorTimelineAgent.h \
1519 inspector/ScriptGCEventListener.h \
1520 inspector/TimelineRecordFactory.h \
1521 loader/appcache/ApplicationCacheGroup.h \
1522 loader/appcache/ApplicationCacheHost.h \
1523 loader/appcache/ApplicationCache.h \
1524 loader/appcache/ApplicationCacheResource.h \
1525 loader/appcache/ApplicationCacheStorage.h \
1526 loader/appcache/DOMApplicationCache.h \
1527 loader/appcache/ManifestParser.h \
1528 loader/archive/ArchiveFactory.h \
1529 loader/archive/ArchiveResourceCollection.h \
1530 loader/archive/ArchiveResource.h \
1531 loader/CachedCSSStyleSheet.h \
1532 loader/CachedFont.h \
1533 loader/CachedImage.h \
1534 loader/CachedResourceClientWalker.h \
1535 loader/CachedResource.h \
1536 loader/CachedResourceHandle.h \
1537 loader/CachedScript.h \
1538 loader/CachedXSLStyleSheet.h \
1540 loader/CrossOriginAccessControl.h \
1541 loader/CrossOriginPreflightResultCache.h \
1542 loader/DocLoader.h \
1543 loader/DocumentLoader.h \
1544 loader/DocumentThreadableLoader.h \
1545 loader/FormState.h \
1546 loader/FrameLoader.h \
1547 loader/FrameLoaderStateMachine.h \
1548 loader/FTPDirectoryDocument.h \
1549 loader/FTPDirectoryParser.h \
1550 loader/icon/IconDatabase.h \
1551 loader/icon/IconLoader.h \
1552 loader/icon/IconRecord.h \
1553 loader/icon/PageURLRecord.h \
1554 loader/ImageDocument.h \
1555 loader/ImageLoader.h \
1557 loader/MainResourceLoader.h \
1558 loader/MediaDocument.h \
1559 loader/NavigationAction.h \
1560 loader/NetscapePlugInStreamLoader.h \
1561 loader/PlaceholderDocument.h \
1562 loader/PluginDocument.h \
1563 loader/ProgressTracker.h \
1565 loader/ResourceLoader.h \
1566 loader/SubresourceLoader.h \
1567 loader/TextDocument.h \
1568 loader/TextResourceDecoder.h \
1569 loader/ThreadableLoader.h \
1570 loader/WorkerThreadableLoader.h \
1571 mathml/MathMLElement.h \
1572 mathml/MathMLInlineContainerElement.h \
1573 mathml/MathMLMathElement.h \
1574 mathml/MathMLTextElement.h \
1575 mathml/RenderMathMLBlock.h \
1576 mathml/RenderMathMLFraction.h \
1577 mathml/RenderMathMLMath.h \
1578 mathml/RenderMathMLOperator.h \
1579 mathml/RenderMathMLRoot.h \
1580 mathml/RenderMathMLRow.h \
1581 mathml/RenderMathMLSquareRoot.h \
1582 mathml/RenderMathMLSubSup.h \
1583 mathml/RenderMathMLUnderOver.h \
1584 notifications/Notification.h \
1585 notifications/NotificationCenter.h \
1586 notifications/NotificationPresenter.h \
1587 notifications/NotificationContents.h \
1588 page/animation/AnimationBase.h \
1589 page/animation/AnimationController.h \
1590 page/animation/CompositeAnimation.h \
1591 page/animation/ImplicitAnimation.h \
1592 page/animation/KeyframeAnimation.h \
1596 page/ContextMenuController.h \
1597 page/ContextMenuProvider.h \
1598 page/Coordinates.h \
1599 page/DOMSelection.h \
1602 page/DragController.h \
1603 page/EventHandler.h \
1604 page/EventSource.h \
1605 page/FocusController.h \
1609 page/Geolocation.h \
1610 page/GeolocationPositionCache.h \
1611 page/Geoposition.h \
1612 page/HaltablePlugin.h \
1615 page/MouseEventWithHitTestResults.h \
1616 page/NavigatorBase.h \
1619 page/PageGroupLoadDeferrer.h \
1621 page/PluginHalter.h \
1622 page/PluginHalterClient.h \
1623 page/PrintContext.h \
1625 page/SecurityOrigin.h \
1627 page/SpatialNavigation.h \
1628 page/SpeechInput.h \
1629 page/SpeechInputClient.h \
1630 page/SpeechInputListener.h \
1631 page/WindowFeatures.h \
1632 page/WorkerNavigator.h \
1635 platform/animation/Animation.h \
1636 platform/animation/AnimationList.h \
1638 platform/BlobItem.h \
1639 platform/ContentType.h \
1640 platform/ContextMenu.h \
1641 platform/CrossThreadCopier.h \
1642 platform/DeprecatedPtrListImpl.h \
1643 platform/DragData.h \
1644 platform/DragImage.h \
1645 platform/FileChooser.h \
1646 platform/GeolocationService.h \
1647 platform/image-decoders/ImageDecoder.h \
1648 platform/mock/DeviceOrientationClientMock.h \
1649 platform/mock/GeolocationServiceMock.h \
1650 platform/mock/SpeechInputClientMock.h \
1651 platform/graphics/BitmapImage.h \
1652 platform/graphics/Color.h \
1653 platform/graphics/filters/FEBlend.h \
1654 platform/graphics/filters/FEColorMatrix.h \
1655 platform/graphics/filters/FEComponentTransfer.h \
1656 platform/graphics/filters/FEComposite.h \
1657 platform/graphics/filters/FEGaussianBlur.h \
1658 platform/graphics/filters/FilterEffect.h \
1659 platform/graphics/filters/SourceAlpha.h \
1660 platform/graphics/filters/SourceGraphic.h \
1661 platform/graphics/FloatPoint3D.h \
1662 platform/graphics/FloatPoint.h \
1663 platform/graphics/FloatQuad.h \
1664 platform/graphics/FloatRect.h \
1665 platform/graphics/FloatSize.h \
1666 platform/graphics/FontData.h \
1667 platform/graphics/FontDescription.h \
1668 platform/graphics/FontFamily.h \
1669 platform/graphics/Font.h \
1670 platform/graphics/GeneratedImage.h \
1671 platform/graphics/Gradient.h \
1672 platform/graphics/GraphicsContext.h \
1673 platform/graphics/GraphicsTypes.h \
1674 platform/graphics/Image.h \
1675 platform/graphics/ImageSource.h \
1676 platform/graphics/IntPoint.h \
1677 platform/graphics/IntPointHash.h \
1678 platform/graphics/IntRect.h \
1679 platform/graphics/MediaPlayer.h \
1680 platform/graphics/Path.h \
1681 platform/graphics/PathTraversalState.h \
1682 platform/graphics/Pattern.h \
1683 platform/graphics/Pen.h \
1684 platform/graphics/qt/FontCustomPlatformData.h \
1685 platform/graphics/qt/ImageDecoderQt.h \
1686 platform/graphics/qt/StillImageQt.h \
1687 platform/graphics/SegmentedFontData.h \
1688 platform/graphics/SimpleFontData.h \
1689 platform/graphics/Tile.h \
1690 platform/graphics/TiledBackingStore.h \
1691 platform/graphics/TiledBackingStoreClient.h \
1692 platform/graphics/transforms/Matrix3DTransformOperation.h \
1693 platform/graphics/transforms/MatrixTransformOperation.h \
1694 platform/graphics/transforms/PerspectiveTransformOperation.h \
1695 platform/graphics/transforms/RotateTransformOperation.h \
1696 platform/graphics/transforms/ScaleTransformOperation.h \
1697 platform/graphics/transforms/SkewTransformOperation.h \
1698 platform/graphics/transforms/TransformationMatrix.h \
1699 platform/graphics/transforms/TransformOperations.h \
1700 platform/graphics/transforms/TranslateTransformOperation.h \
1701 platform/KillRing.h \
1704 platform/text/LineEnding.h \
1705 platform/LinkHash.h \
1706 platform/Logging.h \
1707 platform/MIMETypeRegistry.h \
1708 platform/network/AuthenticationChallengeBase.h \
1709 platform/network/AuthenticationClient.h \
1710 platform/network/Credential.h \
1711 platform/network/FormDataBuilder.h \
1712 platform/network/FormData.h \
1713 platform/network/HTTPHeaderMap.h \
1714 platform/network/HTTPParsers.h \
1715 platform/network/NetworkStateNotifier.h \
1716 platform/network/ProtectionSpace.h \
1717 platform/network/qt/QNetworkReplyHandler.h \
1718 platform/network/ResourceErrorBase.h \
1719 platform/network/ResourceHandle.h \
1720 platform/network/ResourceLoadTiming.h \
1721 platform/network/ResourceRequestBase.h \
1722 platform/network/ResourceResponseBase.h \
1723 platform/PlatformTouchEvent.h \
1724 platform/PlatformTouchPoint.h \
1725 platform/PopupMenu.h \
1726 platform/qt/ClipboardQt.h \
1727 platform/qt/QWebPageClient.h \
1728 platform/qt/QtStyleOptionWebComboBox.h \
1729 platform/qt/RenderThemeQt.h \
1730 platform/qt/ScrollbarThemeQt.h \
1731 platform/Scrollbar.h \
1732 platform/ScrollbarThemeComposite.h \
1733 platform/ScrollView.h \
1734 platform/SearchPopupMenu.h \
1735 platform/SharedBuffer.h \
1736 platform/sql/SQLiteDatabase.h \
1737 platform/sql/SQLiteFileSystem.h \
1738 platform/sql/SQLiteStatement.h \
1739 platform/sql/SQLiteTransaction.h \
1740 platform/sql/SQLValue.h \
1741 platform/text/AtomicString.h \
1742 platform/text/Base64.h \
1743 platform/text/BidiContext.h \
1744 platform/text/Hyphenation.h \
1745 platform/text/qt/TextCodecQt.h \
1746 platform/text/RegularExpression.h \
1747 platform/text/SegmentedString.h \
1748 platform/text/StringBuilder.h \
1749 platform/text/StringImpl.h \
1750 platform/text/TextCodec.h \
1751 platform/text/TextCodecLatin1.h \
1752 platform/text/TextCodecUserDefined.h \
1753 platform/text/TextCodecUTF16.h \
1754 platform/text/TextEncoding.h \
1755 platform/text/TextEncodingRegistry.h \
1756 platform/text/TextStream.h \
1757 platform/text/UnicodeRange.h \
1758 platform/text/transcoder/FontTranscoder.h \
1759 platform/ThreadGlobalData.h \
1760 platform/ThreadTimers.h \
1763 plugins/DOMMimeTypeArray.h \
1764 plugins/DOMMimeType.h \
1765 plugins/DOMPluginArray.h \
1766 plugins/PluginDatabase.h \
1767 plugins/PluginData.h \
1768 plugins/PluginDebug.h \
1769 plugins/DOMPlugin.h \
1770 plugins/PluginMainThreadScheduler.h \
1771 plugins/PluginPackage.h \
1772 plugins/PluginStream.h \
1773 plugins/PluginView.h \
1774 plugins/win/PluginMessageThrottlerWin.h \
1775 rendering/AutoTableLayout.h \
1776 rendering/break_lines.h \
1777 rendering/CounterNode.h \
1778 rendering/EllipsisBox.h \
1779 rendering/FixedTableLayout.h \
1780 rendering/HitTestResult.h \
1781 rendering/InlineBox.h \
1782 rendering/InlineFlowBox.h \
1783 rendering/InlineTextBox.h \
1784 rendering/LayoutState.h \
1785 rendering/MediaControlElements.h \
1786 rendering/PaintInfo.h \
1787 rendering/PaintPhase.h \
1788 rendering/PointerEventsHitRules.h \
1789 rendering/RenderApplet.h \
1790 rendering/RenderArena.h \
1791 rendering/RenderBlock.h \
1792 rendering/RenderBox.h \
1793 rendering/RenderBoxModelObject.h \
1794 rendering/RenderBR.h \
1795 rendering/RenderButton.h \
1796 rendering/RenderCounter.h \
1797 rendering/RenderDataGrid.h \
1798 rendering/RenderEmbeddedObject.h \
1799 rendering/RenderFieldset.h \
1800 rendering/RenderFileUploadControl.h \
1801 rendering/RenderFlexibleBox.h \
1802 rendering/RenderForeignObject.h \
1803 rendering/RenderFrame.h \
1804 rendering/RenderFrameBase.h \
1805 rendering/RenderFrameSet.h \
1806 rendering/RenderHTMLCanvas.h \
1807 rendering/RenderIFrame.h \
1808 rendering/RenderImageGeneratedContent.h \
1809 rendering/RenderImage.h \
1810 rendering/RenderIndicator.h \
1811 rendering/RenderInline.h \
1812 rendering/RenderInputSpeech.h \
1813 rendering/RenderLayer.h \
1814 rendering/RenderLineBoxList.h \
1815 rendering/RenderListBox.h \
1816 rendering/RenderListItem.h \
1817 rendering/RenderListMarker.h \
1818 rendering/RenderMarquee.h \
1819 rendering/RenderMedia.h \
1820 rendering/RenderMenuList.h \
1821 rendering/RenderMeter.h \
1822 rendering/RenderObjectChildList.h \
1823 rendering/RenderObject.h \
1824 rendering/RenderPart.h \
1825 rendering/RenderPath.h \
1826 rendering/RenderProgress.h \
1827 rendering/RenderReplaced.h \
1828 rendering/RenderReplica.h \
1829 rendering/RenderRuby.h \
1830 rendering/RenderRubyBase.h \
1831 rendering/RenderRubyRun.h \
1832 rendering/RenderRubyText.h \
1833 rendering/RenderScrollbar.h \
1834 rendering/RenderScrollbarPart.h \
1835 rendering/RenderScrollbarTheme.h \
1836 rendering/RenderSlider.h \
1837 rendering/RenderSVGBlock.h \
1838 rendering/RenderSVGContainer.h \
1839 rendering/RenderSVGGradientStop.h \
1840 rendering/RenderSVGHiddenContainer.h \
1841 rendering/RenderSVGImage.h \
1842 rendering/RenderSVGInline.h \
1843 rendering/RenderSVGInlineText.h \
1844 rendering/RenderSVGModelObject.h \
1845 rendering/RenderSVGResource.h \
1846 rendering/RenderSVGResourceClipper.h \
1847 rendering/RenderSVGResourceContainer.h \
1848 rendering/RenderSVGResourceFilter.h \
1849 rendering/RenderSVGResourceGradient.h \
1850 rendering/RenderSVGResourceLinearGradient.h \
1851 rendering/RenderSVGResourceMarker.h \
1852 rendering/RenderSVGResourceMasker.h \
1853 rendering/RenderSVGResourcePattern.h \
1854 rendering/RenderSVGResourceRadialGradient.h \
1855 rendering/RenderSVGResourceSolidColor.h \
1856 rendering/RenderSVGRoot.h \
1857 rendering/RenderSVGShadowTreeRootContainer.h \
1858 rendering/RenderSVGText.h \
1859 rendering/RenderSVGTextPath.h \
1860 rendering/RenderSVGTransformableContainer.h \
1861 rendering/RenderSVGTSpan.h \
1862 rendering/RenderSVGViewportContainer.h \
1863 rendering/RenderTableCell.h \
1864 rendering/RenderTableCol.h \
1865 rendering/RenderTable.h \
1866 rendering/RenderTableRow.h \
1867 rendering/RenderTableSection.h \
1868 rendering/RenderTextControl.h \
1869 rendering/RenderTextControlMultiLine.h \
1870 rendering/RenderTextControlSingleLine.h \
1871 rendering/RenderTextFragment.h \
1872 rendering/RenderText.h \
1873 rendering/RenderTheme.h \
1874 rendering/RenderTreeAsText.h \
1875 rendering/RenderVideo.h \
1876 rendering/RenderView.h \
1877 rendering/RenderWidget.h \
1878 rendering/RenderWordBreak.h \
1879 rendering/RootInlineBox.h \
1880 rendering/ScrollBehavior.h \
1881 rendering/ShadowElement.h \
1882 rendering/style/BindingURI.h \
1883 rendering/style/ContentData.h \
1884 rendering/style/CounterDirectives.h \
1885 rendering/style/CursorData.h \
1886 rendering/style/CursorList.h \
1887 rendering/style/FillLayer.h \
1888 rendering/style/KeyframeList.h \
1889 rendering/style/NinePieceImage.h \
1890 rendering/style/RenderStyle.h \
1891 rendering/style/ShadowData.h \
1892 rendering/style/StyleBackgroundData.h \
1893 rendering/style/StyleBoxData.h \
1894 rendering/style/StyleCachedImage.h \
1895 rendering/style/StyleFlexibleBoxData.h \
1896 rendering/style/StyleGeneratedImage.h \
1897 rendering/style/StyleInheritedData.h \
1898 rendering/style/StyleMarqueeData.h \
1899 rendering/style/StyleMultiColData.h \
1900 rendering/style/StyleRareInheritedData.h \
1901 rendering/style/StyleRareNonInheritedData.h \
1902 rendering/style/StyleReflection.h \
1903 rendering/style/StyleSurroundData.h \
1904 rendering/style/StyleTransformData.h \
1905 rendering/style/StyleVisualData.h \
1906 rendering/style/SVGRenderStyleDefs.h \
1907 rendering/style/SVGRenderStyle.h \
1908 rendering/SVGCharacterData.h \
1909 rendering/SVGCharacterLayoutInfo.h \
1910 rendering/SVGInlineFlowBox.h \
1911 rendering/SVGInlineTextBox.h \
1912 rendering/SVGMarkerData.h \
1913 rendering/SVGMarkerLayoutInfo.h \
1914 rendering/SVGRenderSupport.h \
1915 rendering/SVGRenderTreeAsText.h \
1916 rendering/SVGResources.h \
1917 rendering/SVGResourcesCache.h \
1918 rendering/SVGResourcesCycleSolver.h \
1919 rendering/SVGRootInlineBox.h \
1920 rendering/SVGShadowTreeElements.h \
1921 rendering/SVGTextChunkLayoutInfo.h \
1922 rendering/SVGTextLayoutUtilities.h \
1923 rendering/SVGTextQuery.h \
1924 rendering/TextControlInnerElements.h \
1925 rendering/TransformState.h \
1926 svg/animation/SMILTimeContainer.h \
1927 svg/animation/SMILTime.h \
1928 svg/animation/SVGSMILElement.h \
1929 svg/ColorDistance.h \
1930 svg/graphics/filters/SVGFEConvolveMatrix.h \
1931 svg/graphics/filters/SVGFEDiffuseLighting.h \
1932 svg/graphics/filters/SVGFEDisplacementMap.h \
1933 svg/graphics/filters/SVGFEFlood.h \
1934 svg/graphics/filters/SVGFEImage.h \
1935 svg/graphics/filters/SVGFELighting.h \
1936 svg/graphics/filters/SVGFEMerge.h \
1937 svg/graphics/filters/SVGFEMorphology.h \
1938 svg/graphics/filters/SVGFEOffset.h \
1939 svg/graphics/filters/SVGFESpecularLighting.h \
1940 svg/graphics/filters/SVGFETile.h \
1941 svg/graphics/filters/SVGFETurbulence.h \
1942 svg/graphics/filters/SVGFilterBuilder.h \
1943 svg/graphics/filters/SVGFilter.h \
1944 svg/graphics/filters/SVGLightSource.h \
1945 svg/graphics/SVGImage.h \
1947 svg/SVGAltGlyphElement.h \
1949 svg/SVGAnimateColorElement.h \
1950 svg/SVGAnimatedPathData.h \
1951 svg/SVGAnimatedPoints.h \
1952 svg/SVGAnimatedProperty.h \
1953 svg/SVGAnimatedPropertySynchronizer.h \
1954 svg/SVGAnimatedPropertyTraits.h \
1955 svg/SVGAnimatedTemplate.h \
1956 svg/SVGAnimateElement.h \
1957 svg/SVGAnimateMotionElement.h \
1958 svg/SVGAnimateTransformElement.h \
1959 svg/SVGAnimationElement.h \
1960 svg/SVGCircleElement.h \
1961 svg/SVGClipPathElement.h \
1963 svg/SVGComponentTransferFunctionElement.h \
1964 svg/SVGCursorElement.h \
1965 svg/SVGDefsElement.h \
1966 svg/SVGDescElement.h \
1967 svg/SVGDocumentExtensions.h \
1970 svg/SVGElementInstance.h \
1971 svg/SVGElementInstanceList.h \
1972 svg/SVGElementRareData.h \
1973 svg/SVGEllipseElement.h \
1974 svg/SVGExternalResourcesRequired.h \
1975 svg/SVGFEBlendElement.h \
1976 svg/SVGFEColorMatrixElement.h \
1977 svg/SVGFEComponentTransferElement.h \
1978 svg/SVGFECompositeElement.h \
1979 svg/SVGFEConvolveMatrixElement.h \
1980 svg/SVGFEDiffuseLightingElement.h \
1981 svg/SVGFEDisplacementMapElement.h \
1982 svg/SVGFEDistantLightElement.h \
1983 svg/SVGFEFloodElement.h \
1984 svg/SVGFEFuncAElement.h \
1985 svg/SVGFEFuncBElement.h \
1986 svg/SVGFEFuncGElement.h \
1987 svg/SVGFEFuncRElement.h \
1988 svg/SVGFEGaussianBlurElement.h \
1989 svg/SVGFEImageElement.h \
1990 svg/SVGFELightElement.h \
1991 svg/SVGFEMergeElement.h \
1992 svg/SVGFEMergeNodeElement.h \
1993 svg/SVGFEMorphologyElement.h \
1994 svg/SVGFEOffsetElement.h \
1995 svg/SVGFEPointLightElement.h \
1996 svg/SVGFESpecularLightingElement.h \
1997 svg/SVGFESpotLightElement.h \
1998 svg/SVGFETileElement.h \
1999 svg/SVGFETurbulenceElement.h \
2000 svg/SVGFilterElement.h \
2001 svg/SVGFilterPrimitiveStandardAttributes.h \
2002 svg/SVGFitToViewBox.h \
2004 svg/SVGFontElement.h \
2005 svg/SVGFontFaceElement.h \
2006 svg/SVGFontFaceFormatElement.h \
2007 svg/SVGFontFaceNameElement.h \
2008 svg/SVGFontFaceSrcElement.h \
2009 svg/SVGFontFaceUriElement.h \
2010 svg/SVGForeignObjectElement.h \
2012 svg/SVGGlyphElement.h \
2013 svg/SVGGradientElement.h \
2014 svg/SVGHKernElement.h \
2015 svg/SVGImageElement.h \
2016 svg/SVGImageLoader.h \
2017 svg/SVGLangSpace.h \
2019 svg/SVGLengthList.h \
2020 svg/SVGLinearGradientElement.h \
2021 svg/SVGLineElement.h \
2022 svg/SVGLocatable.h \
2023 svg/SVGMarkerElement.h \
2024 svg/SVGMaskElement.h \
2025 svg/SVGMetadataElement.h \
2026 svg/SVGMissingGlyphElement.h \
2027 svg/SVGMPathElement.h \
2028 svg/SVGNumberList.h \
2030 svg/SVGParserUtilities.h \
2031 svg/SVGPathBuilder.h \
2032 svg/SVGPathConsumer.h \
2033 svg/SVGPathElement.h \
2034 svg/SVGPathParser.h \
2035 svg/SVGPathSegArc.h \
2036 svg/SVGPathSegClosePath.h \
2037 svg/SVGPathSegCurvetoCubic.h \
2038 svg/SVGPathSegCurvetoCubicSmooth.h \
2039 svg/SVGPathSegCurvetoQuadratic.h \
2040 svg/SVGPathSegCurvetoQuadraticSmooth.h \
2041 svg/SVGPathSegLineto.h \
2042 svg/SVGPathSegLinetoHorizontal.h \
2043 svg/SVGPathSegLinetoVertical.h \
2044 svg/SVGPathSegList.h \
2045 svg/SVGPathSegListBuilder.h \
2046 svg/SVGPathSegMoveto.h \
2047 svg/SVGPatternElement.h \
2048 svg/SVGPointList.h \
2049 svg/SVGPolyElement.h \
2050 svg/SVGPolygonElement.h \
2051 svg/SVGPolylineElement.h \
2052 svg/SVGPreserveAspectRatio.h \
2053 svg/SVGRadialGradientElement.h \
2054 svg/SVGRectElement.h \
2055 svg/SVGScriptElement.h \
2056 svg/SVGSetElement.h \
2057 svg/SVGStopElement.h \
2058 svg/SVGStringList.h \
2060 svg/SVGStyledElement.h \
2061 svg/SVGStyledLocatableElement.h \
2062 svg/SVGStyledTransformableElement.h \
2063 svg/SVGStyleElement.h \
2064 svg/SVGSVGElement.h \
2065 svg/SVGSwitchElement.h \
2066 svg/SVGSymbolElement.h \
2068 svg/SVGTextContentElement.h \
2069 svg/SVGTextElement.h \
2070 svg/SVGTextPathElement.h \
2071 svg/SVGTextPositioningElement.h \
2072 svg/SVGTitleElement.h \
2073 svg/SVGTransformable.h \
2074 svg/SVGTransformDistance.h \
2075 svg/SVGTransform.h \
2076 svg/SVGTransformList.h \
2077 svg/SVGTRefElement.h \
2078 svg/SVGTSpanElement.h \
2079 svg/SVGURIReference.h \
2080 svg/SVGUseElement.h \
2081 svg/SVGViewElement.h \
2083 svg/SVGVKernElement.h \
2084 svg/SVGZoomAndPan.h \
2085 svg/SVGZoomEvent.h \
2086 wml/WMLAccessElement.h \
2088 wml/WMLAnchorElement.h \
2089 wml/WMLBRElement.h \
2090 wml/WMLCardElement.h \
2092 wml/WMLDoElement.h \
2094 wml/WMLErrorHandling.h \
2095 wml/WMLEventHandlingElement.h \
2096 wml/WMLFieldSetElement.h \
2097 wml/WMLFormControlElement.h \
2098 wml/WMLGoElement.h \
2099 wml/WMLImageElement.h \
2100 wml/WMLImageLoader.h \
2101 wml/WMLInputElement.h \
2102 wml/WMLInsertedLegendElement.h \
2103 wml/WMLIntrinsicEvent.h \
2104 wml/WMLIntrinsicEventHandler.h \
2105 wml/WMLMetaElement.h \
2106 wml/WMLNoopElement.h \
2107 wml/WMLOnEventElement.h \
2108 wml/WMLOptGroupElement.h \
2109 wml/WMLOptionElement.h \
2110 wml/WMLPageState.h \
2112 wml/WMLPostfieldElement.h \
2113 wml/WMLPrevElement.h \
2114 wml/WMLRefreshElement.h \
2115 wml/WMLSelectElement.h \
2116 wml/WMLSetvarElement.h \
2117 wml/WMLTableElement.h \
2118 wml/WMLTaskElement.h \
2119 wml/WMLTemplateElement.h \
2120 wml/WMLTimerElement.h \
2121 wml/WMLVariables.h \
2122 workers/AbstractWorker.h \
2123 workers/DedicatedWorkerContext.h \
2124 workers/DedicatedWorkerThread.h \
2125 workers/SharedWorker.h \
2126 workers/WorkerContext.h \
2128 workers/WorkerLocation.h \
2129 workers/WorkerMessagingProxy.h \
2130 workers/WorkerRunLoop.h \
2131 workers/WorkerScriptLoader.h \
2132 workers/WorkerThread.h \
2134 xml/NativeXPathNSResolver.h \
2135 xml/XMLHttpRequest.h \
2136 xml/XMLHttpRequestUpload.h \
2137 xml/XMLSerializer.h \
2138 xml/XPathEvaluator.h \
2139 xml/XPathExpression.h \
2140 xml/XPathExpressionNode.h \
2141 xml/XPathFunctions.h \
2142 xml/XPathNamespace.h \
2143 xml/XPathNodeSet.h \
2144 xml/XPathNSResolver.h \
2147 xml/XPathPredicate.h \
2152 xml/XPathVariableReference.h \
2153 xml/XSLImportRule.h \
2154 xml/XSLStyleSheet.h \
2155 xml/XSLTExtensions.h \
2156 xml/XSLTProcessor.h \
2157 xml/XSLTUnicodeSort.h \
2158 $$PWD/../WebKit/qt/Api/qwebplugindatabase_p.h \
2159 $$PWD/../WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h \
2160 $$PWD/../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h \
2161 $$PWD/../WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h \
2162 $$PWD/../WebKit/qt/WebCoreSupport/PageClientQt.h \
2163 $$PWD/../WebKit/qt/WebCoreSupport/QtPlatformPlugin.h \
2164 $$PWD/../WebKit/qt/WebCoreSupport/PopupMenuQt.h \
2165 $$PWD/../WebKit/qt/WebCoreSupport/SearchPopupMenuQt.h \
2166 $$PWD/platform/network/qt/DnsPrefetchHelper.h
2169 accessibility/qt/AccessibilityObjectQt.cpp \
2170 bindings/js/ScriptControllerQt.cpp \
2171 bridge/qt/qt_class.cpp \
2172 bridge/qt/qt_instance.cpp \
2173 bridge/qt/qt_pixmapruntime.cpp \
2174 bridge/qt/qt_runtime.cpp \
2175 page/qt/DragControllerQt.cpp \
2176 page/qt/EventHandlerQt.cpp \
2177 page/qt/FrameQt.cpp \
2178 platform/graphics/qt/TransformationMatrixQt.cpp \
2179 platform/graphics/qt/ColorQt.cpp \
2180 platform/graphics/qt/FontQt.cpp \
2181 platform/graphics/qt/FontPlatformDataQt.cpp \
2182 platform/graphics/qt/FloatPointQt.cpp \
2183 platform/graphics/qt/FloatRectQt.cpp \
2184 platform/graphics/qt/GradientQt.cpp \
2185 platform/graphics/qt/GraphicsContextQt.cpp \
2186 platform/graphics/qt/IconQt.cpp \
2187 platform/graphics/qt/ImageBufferQt.cpp \
2188 platform/graphics/qt/ImageDecoderQt.cpp \
2189 platform/graphics/qt/ImageQt.cpp \
2190 platform/graphics/qt/IntPointQt.cpp \
2191 platform/graphics/qt/IntRectQt.cpp \
2192 platform/graphics/qt/IntSizeQt.cpp \
2193 platform/graphics/qt/PathQt.cpp \
2194 platform/graphics/qt/PatternQt.cpp \
2195 platform/graphics/qt/StillImageQt.cpp \
2196 platform/network/qt/ResourceHandleQt.cpp \
2197 platform/network/qt/ResourceRequestQt.cpp \
2198 platform/network/qt/DnsPrefetchHelper.cpp \
2199 platform/network/qt/QNetworkReplyHandler.cpp \
2200 editing/qt/EditorQt.cpp \
2201 editing/qt/SmartReplaceQt.cpp \
2202 platform/Cursor.cpp \
2203 platform/qt/ClipboardQt.cpp \
2204 platform/qt/ContextMenuItemQt.cpp \
2205 platform/qt/ContextMenuQt.cpp \
2206 platform/qt/CookieJarQt.cpp \
2207 platform/qt/CursorQt.cpp \
2208 platform/qt/DragDataQt.cpp \
2209 platform/qt/DragImageQt.cpp \
2210 platform/qt/EventLoopQt.cpp \
2211 platform/qt/FileChooserQt.cpp \
2212 platform/qt/FileSystemQt.cpp \
2213 platform/qt/SharedBufferQt.cpp \
2214 platform/graphics/qt/FontCacheQt.cpp \
2215 platform/graphics/qt/FontCustomPlatformDataQt.cpp \
2216 platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
2217 platform/graphics/qt/SimpleFontDataQt.cpp \
2218 platform/graphics/qt/TileQt.cpp \
2219 platform/qt/KURLQt.cpp \
2220 platform/qt/Localizations.cpp \
2221 platform/qt/MIMETypeRegistryQt.cpp \
2222 platform/qt/PasteboardQt.cpp \
2223 platform/qt/PlatformKeyboardEventQt.cpp \
2224 platform/qt/PlatformMouseEventQt.cpp \
2225 platform/qt/PlatformScreenQt.cpp \
2226 platform/qt/PlatformTouchEventQt.cpp \
2227 platform/qt/PlatformTouchPointQt.cpp \
2228 platform/qt/RenderThemeQt.cpp \
2229 platform/qt/ScrollbarQt.cpp \
2230 platform/qt/ScrollbarThemeQt.cpp \
2231 platform/qt/ScrollViewQt.cpp \
2232 platform/qt/SharedTimerQt.cpp \
2233 platform/qt/SoundQt.cpp \
2234 platform/qt/LoggingQt.cpp \
2235 platform/qt/TemporaryLinkStubsQt.cpp \
2236 platform/text/qt/TextBoundariesQt.cpp \
2237 platform/text/qt/TextBreakIteratorQt.cpp \
2238 platform/text/qt/TextCodecQt.cpp \
2239 platform/qt/WheelEventQt.cpp \
2240 platform/qt/WidgetQt.cpp \
2241 plugins/qt/PluginDataQt.cpp \
2242 ../WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp \
2243 ../WebKit/qt/WebCoreSupport/ChromeClientQt.cpp \
2244 ../WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp \
2245 ../WebKit/qt/WebCoreSupport/DragClientQt.cpp \
2246 ../WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp \
2247 ../WebKit/qt/WebCoreSupport/EditorClientQt.cpp \
2248 ../WebKit/qt/WebCoreSupport/EditCommandQt.cpp \
2249 ../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp \
2250 ../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp \
2251 ../WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp \
2252 ../WebKit/qt/WebCoreSupport/PageClientQt.cpp \
2253 ../WebKit/qt/WebCoreSupport/PopupMenuQt.cpp \
2254 ../WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp \
2255 ../WebKit/qt/WebCoreSupport/SearchPopupMenuQt.cpp \
2256 ../WebKit/qt/Api/qwebframe.cpp \
2257 ../WebKit/qt/Api/qgraphicswebview.cpp \
2258 ../WebKit/qt/Api/qwebpage.cpp \
2259 ../WebKit/qt/Api/qwebview.cpp \
2260 ../WebKit/qt/Api/qwebelement.cpp \
2261 ../WebKit/qt/Api/qwebhistory.cpp \
2262 ../WebKit/qt/Api/qwebsettings.cpp \
2263 ../WebKit/qt/Api/qwebhistoryinterface.cpp \
2264 ../WebKit/qt/Api/qwebplugindatabase.cpp \
2265 ../WebKit/qt/Api/qwebpluginfactory.cpp \
2266 ../WebKit/qt/Api/qwebsecurityorigin.cpp \
2267 ../WebKit/qt/Api/qwebscriptworld.cpp \
2268 ../WebKit/qt/Api/qwebdatabase.cpp \
2269 ../WebKit/qt/Api/qwebinspector.cpp \
2270 ../WebKit/qt/Api/qwebkitversion.cpp
2273 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
2274 HEADERS += platform/qt/Maemo5Webstyle.h
2275 SOURCES += platform/qt/Maemo5Webstyle.cpp
2279 HEADERS += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.h
2280 SOURCES += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.cpp
2284 win32-*|wince*: SOURCES += platform/win/SystemTimeWin.cpp \
2285 platform/graphics/win/TransformationMatrixWin.cpp
2289 platform/text/cf/StringCF.cpp \
2290 platform/text/cf/StringImplCF.cpp
2291 LIBS_PRIVATE += -framework Carbon -framework AppKit
2304 contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
2306 SOURCES += plugins/npapi.cpp
2310 plugins/symbian/PluginPackageSymbian.cpp \
2311 plugins/symbian/PluginDatabaseSymbian.cpp \
2312 plugins/symbian/PluginViewSymbian.cpp \
2313 plugins/symbian/PluginContainerSymbian.cpp
2316 plugins/symbian/PluginContainerSymbian.h \
2317 plugins/symbian/npinterface.h
2327 plugins/mac/PluginPackageMac.cpp \
2328 plugins/mac/PluginViewMac.mm
2329 OBJECTIVE_SOURCES += \
2330 platform/text/mac/StringImplMac.mm \
2331 platform/mac/WebCoreNSStringExtras.mm
2332 INCLUDEPATH += platform/mac
2333 # Note: XP_MACOSX is defined in npapi.h
2340 plugins/qt/PluginContainerQt.cpp \
2341 plugins/qt/PluginPackageQt.cpp \
2342 plugins/qt/PluginViewQt.cpp
2344 plugins/qt/PluginContainerQt.h
2350 INCLUDEPATH += $$PWD/plugins/win \
2353 SOURCES += plugins/win/PluginDatabaseWin.cpp \
2354 plugins/win/PluginPackageWin.cpp \
2355 plugins/win/PluginMessageThrottlerWin.cpp \
2356 plugins/win/PluginViewWin.cpp \
2357 platform/win/BitmapInfo.cpp \
2358 platform/win/WebCoreInstanceHandle.cpp
2372 plugins/PluginPackageNone.cpp \
2373 plugins/PluginViewNone.cpp
2376 contains(DEFINES, ENABLE_SQLITE=1) {
2377 !system-sqlite:exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
2378 # Build sqlite3 into WebCore from source
2379 # somewhat copied from $$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite/sqlite.pro
2380 INCLUDEPATH += $${SQLITE3SRCDIR}
2381 SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
2382 DEFINES += SQLITE_CORE SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE
2383 CONFIG(release, debug|release): DEFINES *= NDEBUG
2384 contains(DEFINES, ENABLE_SINGLE_THREADED=1): DEFINES += SQLITE_THREADSAFE=0
2386 # Use sqlite3 from the underlying OS
2387 CONFIG(QTDIR_build) {
2388 QMAKE_CXXFLAGS *= $$QT_CFLAGS_SQLITE
2389 LIBS *= $$QT_LFLAGS_SQLITE
2391 INCLUDEPATH += $${SQLITE3SRCDIR}
2397 platform/sql/SQLiteAuthorizer.cpp \
2398 platform/sql/SQLiteDatabase.cpp \
2399 platform/sql/SQLiteFileSystem.cpp \
2400 platform/sql/SQLiteStatement.cpp \
2401 platform/sql/SQLiteTransaction.cpp \
2402 platform/sql/SQLValue.cpp \
2403 storage/AbstractDatabase.cpp \
2404 storage/Database.cpp \
2405 storage/DatabaseAuthorizer.cpp \
2406 storage/DatabaseSync.cpp
2410 contains(DEFINES, ENABLE_DATABASE=1) {
2412 storage/ChangeVersionWrapper.cpp \
2413 storage/DatabaseTask.cpp \
2414 storage/DatabaseThread.cpp \
2415 storage/DatabaseTracker.cpp \
2416 storage/OriginQuotaManager.cpp \
2417 storage/OriginUsageRecord.cpp \
2418 storage/SQLResultSet.cpp \
2419 storage/SQLResultSetRowList.cpp \
2420 storage/SQLStatement.cpp \
2421 storage/SQLStatementSync.cpp \
2422 storage/SQLTransaction.cpp \
2423 storage/SQLTransactionClient.cpp \
2424 storage/SQLTransactionCoordinator.cpp \
2425 storage/SQLTransactionSync.cpp \
2426 bindings/js/JSCustomSQLStatementErrorCallback.cpp \
2427 bindings/js/JSDatabaseCustom.cpp \
2428 bindings/js/JSDatabaseSyncCustom.cpp \
2429 bindings/js/JSSQLResultSetRowListCustom.cpp \
2430 bindings/js/JSSQLTransactionCustom.cpp \
2431 bindings/js/JSSQLTransactionSyncCustom.cpp
2434 contains(DEFINES, ENABLE_INDEXED_DATABASE=1) {
2436 bindings/js/IDBBindingUtilities.h \
2438 storage/IDBCallbacks.h \
2439 storage/IDBCursor.h \
2440 storage/IDBCursorBackendImpl.h \
2441 storage/IDBCursorBackendInterface.h \
2442 storage/IDBDatabase.h \
2443 storage/IDBDatabaseBackendImpl.h \
2444 storage/IDBDatabaseBackendInterface.h \
2445 storage/IDBDatabaseError.h \
2446 storage/IDBDatabaseException.h \
2447 storage/IDBErrorEvent.h \
2448 storage/IDBEvent.h \
2449 storage/IDBFactory.h \
2450 storage/IDBFactoryBackendInterface.h \
2451 storage/IDBFactoryBackendImpl.h \
2452 storage/IDBIndex.h \
2453 storage/IDBIndexBackendInterface.h \
2454 storage/IDBIndexBackendImpl.h \
2456 storage/IDBKeyRange.h \
2457 storage/IDBObjectStore.h \
2458 storage/IDBObjectStoreBackendImpl.h \
2459 storage/IDBObjectStoreBackendInterface.h \
2460 storage/IDBRequest.h \
2461 storage/IDBSuccessEvent.h \
2462 storage/IDBTransaction.h \
2463 storage/IDBTransactionBackendInterface.h
2466 bindings/js/IDBBindingUtilities.cpp \
2467 bindings/js/JSIDBAnyCustom.cpp \
2468 bindings/js/JSIDBKeyCustom.cpp \
2469 storage/IDBAny.cpp \
2470 storage/IDBCursor.cpp \
2471 storage/IDBCursorBackendImpl.cpp \
2472 storage/IDBDatabase.cpp \
2473 storage/IDBDatabaseBackendImpl.cpp \
2474 storage/IDBErrorEvent.cpp \
2475 storage/IDBEvent.cpp \
2476 storage/IDBFactory.cpp \
2477 storage/IDBFactoryBackendInterface.cpp \
2478 storage/IDBFactoryBackendImpl.cpp \
2479 storage/IDBIndex.cpp \
2480 storage/IDBIndexBackendImpl.cpp \
2481 storage/IDBKey.cpp \
2482 storage/IDBKeyRange.cpp \
2483 storage/IDBObjectStore.cpp \
2484 storage/IDBObjectStoreBackendImpl.cpp \
2485 storage/IDBRequest.cpp \
2486 storage/IDBSuccessEvent.cpp \
2487 storage/IDBTransaction.cpp
2490 contains(DEFINES, ENABLE_DOM_STORAGE=1) {
2492 storage/AbstractDatabase.h \
2493 storage/ChangeVersionWrapper.h \
2494 storage/DatabaseAuthorizer.h \
2495 storage/Database.h \
2496 storage/DatabaseCallback.h \
2497 storage/DatabaseSync.h \
2498 storage/DatabaseTask.h \
2499 storage/DatabaseThread.h \
2500 storage/DatabaseTracker.h \
2501 storage/LocalStorageTask.h \
2502 storage/LocalStorageThread.h \
2503 storage/OriginQuotaManager.h \
2504 storage/OriginUsageRecord.h \
2505 storage/SQLResultSet.h \
2506 storage/SQLResultSetRowList.h \
2507 storage/SQLStatement.h \
2508 storage/SQLStatementSync.h \
2509 storage/SQLTransaction.h \
2510 storage/SQLTransactionClient.h \
2511 storage/SQLTransactionCoordinator.h \
2512 storage/SQLTransactionSync.h \
2513 storage/SQLTransactionSyncCallback.h \
2514 storage/StorageArea.h \
2515 storage/StorageAreaImpl.h \
2516 storage/StorageAreaSync.h \
2517 storage/StorageEvent.h \
2518 storage/StorageEventDispatcher.h \
2520 storage/StorageMap.h \
2521 storage/StorageNamespace.h \
2522 storage/StorageNamespaceImpl.h \
2523 storage/StorageSyncManager.h
2526 bindings/js/JSStorageCustom.cpp \
2527 storage/LocalStorageTask.cpp \
2528 storage/LocalStorageThread.cpp \
2529 storage/Storage.cpp \
2530 storage/StorageAreaImpl.cpp \
2531 storage/StorageAreaSync.cpp \
2532 storage/StorageEvent.cpp \
2533 storage/StorageEventDispatcher.cpp \
2534 storage/StorageMap.cpp \
2535 storage/StorageNamespace.cpp \
2536 storage/StorageNamespaceImpl.cpp \
2537 storage/StorageSyncManager.cpp
2540 contains(DEFINES, ENABLE_ICONDATABASE=1) {
2542 loader/icon/IconDatabase.cpp \
2543 loader/icon/IconRecord.cpp \
2544 loader/icon/PageURLRecord.cpp
2547 loader/icon/IconDatabaseNone.cpp
2550 contains(DEFINES, ENABLE_WORKERS=1) {
2552 bindings/js/JSDedicatedWorkerContextCustom.cpp \
2553 bindings/js/JSWorkerContextBase.cpp \
2554 bindings/js/JSWorkerContextCustom.cpp \
2555 bindings/js/JSWorkerCustom.cpp \
2556 bindings/js/WorkerScriptController.cpp \
2557 loader/WorkerThreadableLoader.cpp \
2558 page/WorkerNavigator.cpp \
2559 workers/AbstractWorker.cpp \
2560 workers/DedicatedWorkerContext.cpp \
2561 workers/DedicatedWorkerThread.cpp \
2562 workers/Worker.cpp \
2563 workers/WorkerContext.cpp \
2564 workers/WorkerLocation.cpp \
2565 workers/WorkerMessagingProxy.cpp \
2566 workers/WorkerRunLoop.cpp \
2567 workers/WorkerThread.cpp \
2568 workers/WorkerScriptLoader.cpp
2571 contains(DEFINES, ENABLE_SHARED_WORKERS=1) {
2573 bindings/js/JSSharedWorkerCustom.cpp \
2574 workers/DefaultSharedWorkerRepository.cpp \
2575 workers/SharedWorker.cpp \
2576 workers/SharedWorkerContext.cpp \
2577 workers/SharedWorkerThread.cpp
2580 contains(DEFINES, ENABLE_INPUT_SPEECH=1) {
2582 page/SpeechInput.cpp \
2583 rendering/RenderInputSpeech.cpp
2586 contains(DEFINES, ENABLE_VIDEO=1) {
2588 html/HTMLAudioElement.cpp \
2589 html/HTMLMediaElement.cpp \
2590 html/HTMLSourceElement.cpp \
2591 html/HTMLVideoElement.cpp \
2592 html/TimeRanges.cpp \
2593 platform/graphics/MediaPlayer.cpp \
2594 rendering/MediaControlElements.cpp \
2595 rendering/RenderVideo.cpp \
2596 rendering/RenderMedia.cpp \
2597 bindings/js/JSAudioConstructor.cpp
2599 !lessThan(QT_MINOR_VERSION, 6):contains(MOBILITY_CONFIG, multimedia) {
2600 HEADERS += platform/graphics/qt/MediaPlayerPrivateQt.h
2601 SOURCES += platform/graphics/qt/MediaPlayerPrivateQt.cpp
2604 MOBILITY += multimedia
2605 DEFINES += WTF_USE_QT_MULTIMEDIA
2606 } else:contains(QT_CONFIG, phonon) {
2608 platform/graphics/qt/MediaPlayerPrivatePhonon.h
2611 platform/graphics/qt/MediaPlayerPrivatePhonon.cpp
2613 # Add phonon manually to prevent it from coming first in
2614 # the include paths, as Phonon's path.h conflicts with
2615 # WebCore's Path.h on case-insensitive filesystems.
2616 qtAddLibrary(phonon)
2617 INCLUDEPATH -= $$QMAKE_INCDIR_QT/phonon
2618 INCLUDEPATH += $$QMAKE_INCDIR_QT/phonon
2620 INCLUDEPATH -= $$QMAKE_LIBDIR_QT/phonon.framework/Headers
2621 INCLUDEPATH += $$QMAKE_LIBDIR_QT/phonon.framework/Headers
2626 contains(DEFINES, ENABLE_XPATH=1) {
2628 xml/NativeXPathNSResolver.cpp \
2629 xml/XPathEvaluator.cpp \
2630 xml/XPathExpression.cpp \
2631 xml/XPathExpressionNode.cpp \
2632 xml/XPathFunctions.cpp \
2633 xml/XPathNamespace.cpp \
2634 xml/XPathNodeSet.cpp \
2635 xml/XPathNSResolver.cpp \
2636 xml/XPathParser.cpp \
2638 xml/XPathPredicate.cpp \
2639 xml/XPathResult.cpp \
2642 xml/XPathValue.cpp \
2643 xml/XPathVariableReference.cpp
2646 unix:!mac:CONFIG += link_pkgconfig
2648 contains(DEFINES, ENABLE_XSLT=1) {
2649 tobe|!tobe: QT += xmlpatterns
2652 bindings/js/JSXSLTProcessorCustom.cpp \
2653 dom/TransformSourceQt.cpp \
2654 xml/XSLStyleSheetQt.cpp \
2655 xml/XSLTProcessor.cpp \
2656 xml/XSLTProcessorQt.cpp
2659 contains(DEFINES, ENABLE_FILTERS=1) {
2661 platform/graphics/filters/FEBlend.cpp \
2662 platform/graphics/filters/FEColorMatrix.cpp \
2663 platform/graphics/filters/FEComponentTransfer.cpp \
2664 platform/graphics/filters/FEComposite.cpp \
2665 platform/graphics/filters/FEGaussianBlur.cpp \
2666 platform/graphics/filters/FilterEffect.cpp \
2667 platform/graphics/filters/SourceAlpha.cpp \
2668 platform/graphics/filters/SourceGraphic.cpp
2671 contains(DEFINES, ENABLE_MATHML=1) {
2673 mathml/MathMLElement.cpp \
2674 mathml/MathMLInlineContainerElement.cpp \
2675 mathml/MathMLMathElement.cpp \
2676 mathml/MathMLTextElement.cpp \
2677 mathml/RenderMathMLBlock.cpp \
2678 mathml/RenderMathMLFraction.cpp \
2679 mathml/RenderMathMLMath.cpp \
2680 mathml/RenderMathMLOperator.cpp \
2681 mathml/RenderMathMLRoot.cpp \
2682 mathml/RenderMathMLRow.cpp \
2683 mathml/RenderMathMLSquareRoot.cpp \
2684 mathml/RenderMathMLSubSup.cpp \
2685 mathml/RenderMathMLUnderOver.cpp
2688 contains(DEFINES, ENABLE_WML=1) {
2690 wml/WMLAElement.cpp \
2691 wml/WMLAccessElement.cpp \
2692 wml/WMLAnchorElement.cpp \
2693 wml/WMLBRElement.cpp \
2694 wml/WMLCardElement.cpp \
2695 wml/WMLDoElement.cpp \
2696 wml/WMLDocument.cpp \
2697 wml/WMLElement.cpp \
2698 wml/WMLErrorHandling.cpp \
2699 wml/WMLEventHandlingElement.cpp \
2700 wml/WMLFormControlElement.cpp \
2701 wml/WMLFieldSetElement.cpp \
2702 wml/WMLGoElement.cpp \
2703 wml/WMLImageElement.cpp \
2704 wml/WMLImageLoader.cpp \
2705 wml/WMLInputElement.cpp \
2706 wml/WMLInsertedLegendElement.cpp \
2707 wml/WMLIntrinsicEvent.cpp \
2708 wml/WMLIntrinsicEventHandler.cpp \
2709 wml/WMLMetaElement.cpp \
2710 wml/WMLNoopElement.cpp \
2711 wml/WMLOnEventElement.cpp \
2712 wml/WMLPElement.cpp \
2713 wml/WMLOptGroupElement.cpp \
2714 wml/WMLOptionElement.cpp \
2715 wml/WMLPageState.cpp \
2716 wml/WMLPostfieldElement.cpp \
2717 wml/WMLPrevElement.cpp \
2718 wml/WMLRefreshElement.cpp \
2719 wml/WMLSelectElement.cpp \
2720 wml/WMLSetvarElement.cpp \
2721 wml/WMLTableElement.cpp \
2722 wml/WMLTaskElement.cpp \
2723 wml/WMLTemplateElement.cpp \
2724 wml/WMLTimerElement.cpp \
2725 wml/WMLVariables.cpp
2728 contains(DEFINES, ENABLE_XHTMLMP=1) {
2730 html/HTMLNoScriptElement.cpp
2733 contains(DEFINES, ENABLE_QT_BEARER=1) {
2735 platform/network/qt/NetworkStateNotifierPrivate.h
2738 platform/network/qt/NetworkStateNotifierQt.cpp
2740 # Bearer management is part of Qt 4.7, so don't accidentially
2741 # pull in Qt Mobility when building against >= 4.7
2742 !greaterThan(QT_MINOR_VERSION, 6) {
2748 contains(DEFINES, ENABLE_GEOLOCATION=1) {
2750 platform/qt/GeolocationServiceQt.h
2752 platform/qt/GeolocationServiceQt.cpp
2755 MOBILITY += location
2758 contains(DEFINES, ENABLE_SVG=1) {
2760 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
2761 bindings/js/JSSVGElementInstanceCustom.cpp \
2762 bindings/js/JSSVGLengthCustom.cpp \
2763 bindings/js/JSSVGMatrixCustom.cpp \
2764 bindings/js/JSSVGPathSegCustom.cpp \
2765 bindings/js/JSSVGPathSegListCustom.cpp \
2766 css/SVGCSSComputedStyleDeclaration.cpp \
2767 css/SVGCSSParser.cpp \
2768 css/SVGCSSStyleSelector.cpp \
2769 rendering/style/SVGRenderStyle.cpp \
2770 rendering/style/SVGRenderStyleDefs.cpp \
2771 svg/SVGZoomEvent.cpp \
2772 rendering/PointerEventsHitRules.cpp \
2773 svg/SVGDocumentExtensions.cpp \
2774 svg/SVGImageLoader.cpp \
2775 svg/ColorDistance.cpp \
2776 svg/SVGAElement.cpp \
2777 svg/SVGAltGlyphElement.cpp \
2779 svg/SVGAnimateColorElement.cpp \
2780 svg/SVGAnimatedPathData.cpp \
2781 svg/SVGAnimatedPoints.cpp \
2782 svg/SVGAnimateElement.cpp \
2783 svg/SVGAnimateMotionElement.cpp \
2784 svg/SVGAnimateTransformElement.cpp \
2785 svg/SVGAnimationElement.cpp \
2786 svg/SVGCircleElement.cpp \
2787 svg/SVGClipPathElement.cpp \
2789 svg/SVGComponentTransferFunctionElement.cpp \
2790 svg/SVGCursorElement.cpp \
2791 svg/SVGDefsElement.cpp \
2792 svg/SVGDescElement.cpp \
2793 svg/SVGDocument.cpp \
2794 svg/SVGElement.cpp \
2795 svg/SVGElementInstance.cpp \
2796 svg/SVGElementInstanceList.cpp \
2797 svg/SVGEllipseElement.cpp \
2798 svg/SVGExternalResourcesRequired.cpp \
2799 svg/SVGFEBlendElement.cpp \
2800 svg/SVGFEColorMatrixElement.cpp \
2801 svg/SVGFEComponentTransferElement.cpp \
2802 svg/SVGFECompositeElement.cpp \
2803 svg/SVGFEConvolveMatrixElement.cpp \
2804 svg/SVGFEDiffuseLightingElement.cpp \
2805 svg/SVGFEDisplacementMapElement.cpp \
2806 svg/SVGFEDistantLightElement.cpp \
2807 svg/SVGFEFloodElement.cpp \
2808 svg/SVGFEFuncAElement.cpp \
2809 svg/SVGFEFuncBElement.cpp \
2810 svg/SVGFEFuncGElement.cpp \
2811 svg/SVGFEFuncRElement.cpp \
2812 svg/SVGFEGaussianBlurElement.cpp \
2813 svg/SVGFEImageElement.cpp \
2814 svg/SVGFELightElement.cpp \
2815 svg/SVGFEMergeElement.cpp \
2816 svg/SVGFEMergeNodeElement.cpp \
2817 svg/SVGFEMorphologyElement.cpp \
2818 svg/SVGFEOffsetElement.cpp \
2819 svg/SVGFEPointLightElement.cpp \
2820 svg/SVGFESpecularLightingElement.cpp \
2821 svg/SVGFESpotLightElement.cpp \
2822 svg/SVGFETileElement.cpp \
2823 svg/SVGFETurbulenceElement.cpp \
2824 svg/SVGFilterElement.cpp \
2825 svg/SVGFilterPrimitiveStandardAttributes.cpp \
2826 svg/SVGFitToViewBox.cpp \
2828 svg/SVGFontData.cpp \
2829 svg/SVGFontElement.cpp \
2830 svg/SVGFontFaceElement.cpp \
2831 svg/SVGFontFaceFormatElement.cpp \
2832 svg/SVGFontFaceNameElement.cpp \
2833 svg/SVGFontFaceSrcElement.cpp \
2834 svg/SVGFontFaceUriElement.cpp \
2835 svg/SVGForeignObjectElement.cpp \
2836 svg/SVGGElement.cpp \
2837 svg/SVGGlyphElement.cpp \
2838 svg/SVGGradientElement.cpp \
2839 svg/SVGHKernElement.cpp \
2840 svg/SVGImageElement.cpp \
2841 svg/SVGLangSpace.cpp \
2843 svg/SVGLengthList.cpp \
2844 svg/SVGLinearGradientElement.cpp \
2845 svg/SVGLineElement.cpp \
2846 svg/SVGLocatable.cpp \
2847 svg/SVGMarkerElement.cpp \
2848 svg/SVGMaskElement.cpp \
2849 svg/SVGMetadataElement.cpp \
2850 svg/SVGMissingGlyphElement.cpp \
2851 svg/SVGMPathElement.cpp \
2852 svg/SVGNumberList.cpp \
2854 svg/SVGParserUtilities.cpp \
2855 svg/SVGPathBuilder.cpp \
2856 svg/SVGPathElement.cpp \
2857 svg/SVGPathParser.cpp \
2858 svg/SVGPathParserFactory.cpp \
2859 svg/SVGPathSeg.cpp \
2860 svg/SVGPathSegArc.cpp \
2861 svg/SVGPathSegClosePath.cpp \
2862 svg/SVGPathSegCurvetoCubic.cpp \
2863 svg/SVGPathSegCurvetoCubicSmooth.cpp \
2864 svg/SVGPathSegCurvetoQuadratic.cpp \
2865 svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
2866 svg/SVGPathSegLineto.cpp \
2867 svg/SVGPathSegLinetoHorizontal.cpp \
2868 svg/SVGPathSegLinetoVertical.cpp \
2869 svg/SVGPathSegList.cpp \
2870 svg/SVGPathSegListBuilder.cpp \
2871 svg/SVGPathSegMoveto.cpp \
2872 svg/SVGPathStringSource.cpp \
2873 svg/SVGPatternElement.cpp \
2874 svg/SVGPointList.cpp \
2875 svg/SVGPolyElement.cpp \
2876 svg/SVGPolygonElement.cpp \
2877 svg/SVGPolylineElement.cpp \
2878 svg/SVGPreserveAspectRatio.cpp \
2879 svg/SVGRadialGradientElement.cpp \
2880 svg/SVGRectElement.cpp \
2881 svg/SVGScriptElement.cpp \
2882 svg/SVGSetElement.cpp \
2883 svg/SVGStopElement.cpp \
2884 svg/SVGStringList.cpp \
2885 svg/SVGStylable.cpp \
2886 svg/SVGStyledElement.cpp \
2887 svg/SVGStyledLocatableElement.cpp \
2888 svg/SVGStyledTransformableElement.cpp \
2889 svg/SVGStyleElement.cpp \
2890 svg/SVGSVGElement.cpp \
2891 svg/SVGSwitchElement.cpp \
2892 svg/SVGSymbolElement.cpp \
2894 svg/SVGTextContentElement.cpp \
2895 svg/SVGTextElement.cpp \
2896 svg/SVGTextPathElement.cpp \
2897 svg/SVGTextPositioningElement.cpp \
2898 svg/SVGTitleElement.cpp \
2899 svg/SVGTransformable.cpp \
2900 svg/SVGTransform.cpp \
2901 svg/SVGTransformDistance.cpp \
2902 svg/SVGTransformList.cpp \
2903 svg/SVGTRefElement.cpp \
2904 svg/SVGTSpanElement.cpp \
2905 svg/SVGURIReference.cpp \
2906 svg/SVGUseElement.cpp \
2907 svg/SVGViewElement.cpp \
2908 svg/SVGViewSpec.cpp \
2909 svg/SVGVKernElement.cpp \
2910 svg/SVGZoomAndPan.cpp \
2911 svg/animation/SMILTime.cpp \
2912 svg/animation/SMILTimeContainer.cpp \
2913 svg/animation/SVGSMILElement.cpp \
2914 svg/graphics/filters/SVGFEConvolveMatrix.cpp \
2915 svg/graphics/filters/SVGFEDiffuseLighting.cpp \
2916 svg/graphics/filters/SVGFEDisplacementMap.cpp \
2917 svg/graphics/filters/SVGFEFlood.cpp \
2918 svg/graphics/filters/SVGFEImage.cpp \
2919 svg/graphics/filters/SVGFELighting.cpp \
2920 svg/graphics/filters/SVGFEMerge.cpp \
2921 svg/graphics/filters/SVGFEMorphology.cpp \
2922 svg/graphics/filters/SVGFEOffset.cpp \
2923 svg/graphics/filters/SVGFESpecularLighting.cpp \
2924 svg/graphics/filters/SVGFETile.cpp \
2925 svg/graphics/filters/SVGFETurbulence.cpp \
2926 svg/graphics/filters/SVGFilter.cpp \
2927 svg/graphics/filters/SVGFilterBuilder.cpp \
2928 svg/graphics/filters/SVGLightSource.cpp \
2929 svg/graphics/SVGImage.cpp \
2930 rendering/RenderForeignObject.cpp \
2931 rendering/RenderPath.cpp \
2932 rendering/RenderSVGBlock.cpp \
2933 rendering/RenderSVGContainer.cpp \
2934 rendering/RenderSVGGradientStop.cpp \
2935 rendering/RenderSVGHiddenContainer.cpp \
2936 rendering/RenderSVGImage.cpp \
2937 rendering/RenderSVGInline.cpp \
2938 rendering/RenderSVGInlineText.cpp \
2939 rendering/RenderSVGModelObject.cpp \
2940 rendering/RenderSVGResource.cpp \
2941 rendering/RenderSVGResourceClipper.cpp \
2942 rendering/RenderSVGResourceContainer.cpp \
2943 rendering/RenderSVGResourceFilter.cpp \
2944 rendering/RenderSVGResourceGradient.cpp \
2945 rendering/RenderSVGResourceLinearGradient.cpp \
2946 rendering/RenderSVGResourceMarker.cpp \
2947 rendering/RenderSVGResourceMasker.cpp \
2948 rendering/RenderSVGResourcePattern.cpp \
2949 rendering/RenderSVGResourceRadialGradient.cpp \
2950 rendering/RenderSVGResourceSolidColor.cpp \
2951 rendering/RenderSVGRoot.cpp \
2952 rendering/RenderSVGShadowTreeRootContainer.cpp \
2953 rendering/RenderSVGText.cpp \
2954 rendering/RenderSVGTextPath.cpp \
2955 rendering/RenderSVGTransformableContainer.cpp \
2956 rendering/RenderSVGTSpan.cpp \
2957 rendering/RenderSVGViewportContainer.cpp \
2958 rendering/SVGCharacterData.cpp \
2959 rendering/SVGCharacterLayoutInfo.cpp \
2960 rendering/SVGInlineFlowBox.cpp \
2961 rendering/SVGInlineTextBox.cpp \
2962 rendering/SVGMarkerLayoutInfo.cpp \
2963 rendering/SVGRenderSupport.cpp \
2964 rendering/SVGResources.cpp \
2965 rendering/SVGResourcesCache.cpp \
2966 rendering/SVGResourcesCycleSolver.cpp \
2967 rendering/SVGRootInlineBox.cpp \
2968 rendering/SVGShadowTreeElements.cpp \
2969 rendering/SVGTextChunkLayoutInfo.cpp \
2970 rendering/SVGTextLayoutUtilities.cpp \
2971 rendering/SVGTextQuery.cpp
2974 contains(DEFINES, ENABLE_JAVASCRIPT_DEBUGGER=1) {
2976 bindings/js/JSJavaScriptCallFrameCustom.cpp \
2977 bindings/js/ScriptProfiler.cpp \
2978 bindings/js/JavaScriptCallFrame.cpp \
2981 contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
2983 loader/appcache/ApplicationCache.cpp \
2984 loader/appcache/ApplicationCacheGroup.cpp \
2985 loader/appcache/ApplicationCacheHost.cpp \
2986 loader/appcache/ApplicationCacheStorage.cpp \
2987 loader/appcache/ApplicationCacheResource.cpp \
2988 loader/appcache/DOMApplicationCache.cpp \
2989 loader/appcache/ManifestParser.cpp \
2990 bindings/js/JSDOMApplicationCacheCustom.cpp
2993 contains(DEFINES, ENABLE_WEB_SOCKETS=1) {
2995 websockets/ThreadableWebSocketChannel.h \
2996 websockets/ThreadableWebSocketChannelClientWrapper.h \
2997 websockets/WebSocket.h \
2998 websockets/WebSocketChannel.h \
2999 websockets/WebSocketChannelClient.h \
3000 websockets/WebSocketHandshake.h \
3001 websockets/WebSocketHandshakeRequest.h \
3002 websockets/WebSocketHandshakeResponse.h \
3003 platform/network/qt/SocketStreamHandlePrivate.h
3006 websockets/WebSocket.cpp \
3007 websockets/WebSocketChannel.cpp \
3008 websockets/WebSocketHandshake.cpp \
3009 websockets/WebSocketHandshakeRequest.cpp \
3010 websockets/WebSocketHandshakeResponse.cpp \
3011 websockets/ThreadableWebSocketChannel.cpp \
3012 platform/network/SocketStreamErrorBase.cpp \
3013 platform/network/SocketStreamHandleBase.cpp \
3014 platform/network/qt/SocketStreamHandleQt.cpp \
3015 bindings/js/JSWebSocketCustom.cpp
3017 contains(DEFINES, ENABLE_WORKERS=1) {
3019 websockets/WorkerThreadableWebSocketChannel.h
3022 websockets/WorkerThreadableWebSocketChannel.cpp
3026 contains(DEFINES, ENABLE_3D_CANVAS=1) {
3027 tobe|!tobe: QT += opengl
3029 bindings/js/JSArrayBufferViewHelper.h \
3030 html/canvas/CanvasContextAttributes.h \
3031 html/canvas/WebGLObject.h \
3032 html/canvas/WebGLActiveInfo.h \
3033 html/canvas/ArrayBuffer.h \
3034 html/canvas/ArrayBufferView.h \
3035 html/canvas/WebGLBuffer.h \
3036 html/canvas/Int8Array.h \
3037 html/canvas/WebGLContextAttributes.h \
3038 html/canvas/Float32Array.h \
3039 html/canvas/WebGLFramebuffer.h \
3040 html/canvas/WebGLGetInfo.h \
3041 html/canvas/Int32Array.h \
3042 html/canvas/WebGLProgram.h \
3043 html/canvas/WebGLRenderbuffer.h \
3044 html/canvas/WebGLRenderingContext.h \
3045 html/canvas/WebGLShader.h \
3046 html/canvas/Int16Array.h \
3047 html/canvas/WebGLTexture.h \
3048 html/canvas/WebGLUniformLocation.h \
3049 html/canvas/Uint8Array.h \
3050 html/canvas/Uint32Array.h \
3051 html/canvas/Uint16Array.h \
3052 platform/graphics/GraphicsContext3D.h
3055 bindings/js/JSArrayBufferCustom.cpp \
3056 bindings/js/JSArrayBufferViewCustom.cpp \
3057 bindings/js/JSInt8ArrayCustom.cpp \
3058 bindings/js/JSFloat32ArrayCustom.cpp \
3059 bindings/js/JSInt32ArrayCustom.cpp \
3060 bindings/js/JSWebGLRenderingContextCustom.cpp \
3061 bindings/js/JSInt16ArrayCustom.cpp \
3062 bindings/js/JSUint8ArrayCustom.cpp \
3063 bindings/js/JSUint32ArrayCustom.cpp \
3064 bindings/js/JSUint16ArrayCustom.cpp \
3065 html/canvas/CanvasContextAttributes.cpp \
3066 html/canvas/WebGLObject.cpp \
3067 html/canvas/ArrayBuffer.cpp \
3068 html/canvas/ArrayBufferView.cpp \
3069 html/canvas/WebGLBuffer.cpp \
3070 html/canvas/Int8Array.cpp \
3071 html/canvas/WebGLContextAttributes.cpp \
3072 html/canvas/Float32Array.cpp \
3073 html/canvas/WebGLFramebuffer.cpp \
3074 html/canvas/WebGLGetInfo.cpp \
3075 html/canvas/Int32Array.cpp \
3076 html/canvas/WebGLProgram.cpp \
3077 html/canvas/WebGLRenderbuffer.cpp \
3078 html/canvas/WebGLRenderingContext.cpp \
3079 html/canvas/WebGLShader.cpp \
3080 html/canvas/Int16Array.cpp \
3081 html/canvas/WebGLTexture.cpp \
3082 html/canvas/WebGLUniformLocation.cpp \
3083 html/canvas/Uint8Array.cpp \
3084 html/canvas/Uint32Array.cpp \
3085 html/canvas/Uint16Array.cpp \
3086 platform/graphics/GraphicsContext3D.cpp \
3087 platform/graphics/qt/GraphicsContext3DQt.cpp \
3091 contains(DEFINES, ENABLE_SYMBIAN_DIALOG_PROVIDERS) {
3092 # this feature requires the S60 platform private BrowserDialogsProvider.h header file
3093 # and is therefore not enabled by default but only meant for platform builds.
3095 LIBS += -lbrowserdialogsprovider
3099 include($$PWD/../WebKit/qt/Api/headers.pri)
3101 HEADERS += $$WEBKIT_API_HEADERS
3103 !CONFIG(QTDIR_build) {
3104 exists($$OUTPUT_DIR/include/QtWebKit/classheaders.pri): include($$OUTPUT_DIR/include/QtWebKit/classheaders.pri)
3105 WEBKIT_INSTALL_HEADERS = $$WEBKIT_API_HEADERS $$WEBKIT_CLASS_HEADERS
3108 headers.files = $$WEBKIT_INSTALL_HEADERS
3110 !isEmpty(INSTALL_HEADERS): headers.path = $$INSTALL_HEADERS/QtWebKit
3111 else: headers.path = $$[QT_INSTALL_HEADERS]/QtWebKit
3113 !isEmpty(INSTALL_LIBS): target.path = $$INSTALL_LIBS
3114 else: target.path = $$[QT_INSTALL_LIBS]
3116 modfile.files = $$moduleFile
3117 modfile.path = $$[QMAKE_MKSPECS]/modules
3119 INSTALLS += target headers modfile
3121 # INSTALLS is not implemented in qmake's s60 generators, copy headers manually
3122 inst_headers.commands = $$QMAKE_COPY ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT}
3123 inst_headers.input = WEBKIT_INSTALL_HEADERS
3124 inst_headers.CONFIG = no_clean
3126 !isEmpty(INSTALL_HEADERS): inst_headers.output = $$INSTALL_HEADERS/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
3127 else: inst_headers.output = $$[QT_INSTALL_HEADERS]/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
3129 QMAKE_EXTRA_COMPILERS += inst_headers
3131 inst_modfile.commands = $$inst_headers.commands
3132 inst_modfile.input = moduleFile
3133 inst_modfile.output = $$[QMAKE_MKSPECS]/modules
3134 inst_modfile.CONFIG = no_clean
3136 QMAKE_EXTRA_COMPILERS += inst_modfile
3138 install.depends += compiler_inst_headers_make_all compiler_inst_modfile_make_all
3139 QMAKE_EXTRA_TARGETS += install
3143 DLLDESTDIR = $$OUTPUT_DIR/bin
3144 build_pass: TARGET = $$qtLibraryTarget($$TARGET)
3146 dlltarget.commands = $(COPY_FILE) $(DESTDIR_TARGET) $$[QT_INSTALL_BINS]
3147 dlltarget.CONFIG = no_path
3148 INSTALLS += dlltarget
3152 CONFIG += create_pc create_prl
3153 QMAKE_PKGCONFIG_LIBDIR = $$target.path
3154 QMAKE_PKGCONFIG_INCDIR = $$headers.path
3155 QMAKE_PKGCONFIG_DESTDIR = pkgconfig
3156 lib_replace.match = $$re_escape($$DESTDIR)
3157 lib_replace.replace = $$[QT_INSTALL_LIBS]
3158 QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace
3162 !static:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework) {
3164 message("Building QtWebKit as a framework, as that's how Qt was built. You can")
3165 message("override this by passing CONFIG+=webkit_no_framework to build-webkit.")
3169 debug_and_release:TARGET = $$qtLibraryTarget($$TARGET)
3172 CONFIG += lib_bundle qt_no_framework_direct_includes qt_framework
3173 FRAMEWORK_HEADERS.version = Versions
3174 FRAMEWORK_HEADERS.files = $${headers.files}
3175 FRAMEWORK_HEADERS.path = Headers
3176 QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
3179 QMAKE_LFLAGS_SONAME = "$${QMAKE_LFLAGS_SONAME}$${DESTDIR}$${QMAKE_DIR_SEP}"
3180 LIBS += -framework Carbon -framework AppKit
3184 CONFIG(QTDIR_build) {
3185 # Remove the following 2 lines if you want debug information in WebCore
3186 CONFIG -= separate_debug_info
3187 CONFIG += no_debug_info
3190 win32:!win32-g++*:contains(QMAKE_HOST.arch, x86_64):{
3191 asm_compiler.commands = ml64 /c
3192 asm_compiler.commands += /Fo ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
3193 asm_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
3194 asm_compiler.input = ASM_SOURCES
3195 asm_compiler.variable_out = OBJECTS
3196 asm_compiler.name = compiling[asm] ${QMAKE_FILE_IN}
3197 silent:asm_compiler.commands = @echo compiling[asm] ${QMAKE_FILE_IN} && $$asm_compiler.commands
3198 QMAKE_EXTRA_COMPILERS += asm_compiler
3201 plugins/win/PaintHooks.asm
3202 if(win32-msvc2005|win32-msvc2008):equals(TEMPLATE_PREFIX, "vc") {
3204 plugins/win/PaintHooks.asm
3207 contains(DEFINES, WTF_USE_ACCELERATED_COMPOSITING) {
3209 rendering/RenderLayerBacking.h \
3210 rendering/RenderLayerCompositor.h \
3211 platform/graphics/GraphicsLayer.h \
3212 platform/graphics/GraphicsLayerClient.h \
3213 platform/graphics/qt/GraphicsLayerQt.h
3215 platform/graphics/GraphicsLayer.cpp \
3216 platform/graphics/qt/GraphicsLayerQt.cpp \
3217 rendering/RenderLayerBacking.cpp \
3218 rendering/RenderLayerCompositor.cpp
3223 CONFIG += precompile_header
3224 PRECOMPILED_HEADER = $$PWD/../WebKit2/WebKit2Prefix.h
3227 $$PWD/../WebKit2/Platform \
3228 $$PWD/../WebKit2/Platform/CoreIPC \
3229 $$PWD/../WebKit2/Shared \
3230 $$PWD/../WebKit2/Shared/CoreIPCSupport \
3231 $$PWD/../WebKit2/Shared/qt \
3232 $$PWD/../WebKit2/UIProcess \
3233 $$PWD/../WebKit2/UIProcess/API/C \
3234 $$PWD/../WebKit2/UIProcess/API/cpp \
3235 $$PWD/../WebKit2/UIProcess/API/cpp/qt \
3236 $$PWD/../WebKit2/UIProcess/API/qt \
3237 $$PWD/../WebKit2/UIProcess/Launcher \
3238 $$PWD/../WebKit2/UIProcess/Plugins \
3239 $$PWD/../WebKit2/UIProcess/qt \
3240 $$PWD/../WebKit2/WebProcess \
3241 $$PWD/../WebKit2/WebProcess/InjectedBundle \
3242 $$PWD/../WebKit2/WebProcess/InjectedBundle/API/c \
3243 $$PWD/../WebKit2/WebProcess/WebCoreSupport \
3244 $$PWD/../WebKit2/WebProcess/WebPage \
3246 $$OUTPUT_DIR/include \
3249 ../WebKit2/Platform/CoreIPC/ArgumentDecoder.h \
3250 ../WebKit2/Platform/CoreIPC/ArgumentEncoder.h \
3251 ../WebKit2/Platform/CoreIPC/Arguments.h \
3252 ../WebKit2/Platform/CoreIPC/Attachment.h \
3253 ../WebKit2/Platform/CoreIPC/Connection.h \
3254 ../WebKit2/Platform/CoreIPC/CoreIPCMessageKinds.h \
3255 ../WebKit2/Platform/CoreIPC/MessageID.h \
3256 ../WebKit2/Platform/PlatformProcessIdentifier.h \
3257 ../WebKit2/Platform/RunLoop.h \
3258 ../WebKit2/Platform/WorkItem.h \
3259 ../WebKit2/Platform/WorkQueue.h \
3260 ../WebKit2/Shared/CoreIPCSupport/DrawingAreaMessageKinds.h \
3261 ../WebKit2/Shared/CoreIPCSupport/DrawingAreaProxyMessageKinds.h \
3262 ../WebKit2/Shared/CoreIPCSupport/WebPageMessageKinds.h \
3263 ../WebKit2/Shared/CoreIPCSupport/WebPageProxyMessageKinds.h \
3264 ../WebKit2/Shared/CoreIPCSupport/WebProcessMessageKinds.h \
3265 ../WebKit2/Shared/NotImplemented.h \
3266 ../WebKit2/Shared/qt/WebEventFactoryQt.h \
3267 ../WebKit2/Shared/WebEventConversion.h \
3268 ../WebKit2/Shared/WebEvent.h \
3269 ../WebKit2/Shared/WebNavigationDataStore.h \
3270 ../WebKit2/Shared/WebPreferencesStore.h \
3271 ../WebKit2/UIProcess/API/cpp/WKRetainPtr.h \
3272 ../WebKit2/UIProcess/API/cpp/qt/WKStringQt.h \
3273 ../WebKit2/UIProcess/API/cpp/qt/WKURLQt.h \
3274 ../WebKit2/UIProcess/API/C/WebKit2.h \
3275 ../WebKit2/UIProcess/API/C/WKAPICast.h \
3276 ../WebKit2/UIProcess/API/C/WKBase.h \
3277 ../WebKit2/UIProcess/API/C/WKContext.h \
3278 ../WebKit2/UIProcess/API/C/WKContextPrivate.h \
3279 ../WebKit2/UIProcess/API/C/WKFrame.h \
3280 ../WebKit2/UIProcess/API/C/WKFramePolicyListener.h \
3281 ../WebKit2/UIProcess/API/C/WKNavigationData.h \
3282 ../WebKit2/UIProcess/API/C/WKPage.h \
3283 ../WebKit2/UIProcess/API/C/WKPageNamespace.h \
3284 ../WebKit2/UIProcess/API/C/WKPagePrivate.h \
3285 ../WebKit2/UIProcess/API/C/WKPreferences.h \
3286 ../WebKit2/UIProcess/API/C/WKString.h \
3287 ../WebKit2/UIProcess/API/C/WKURL.h \
3288 ../WebKit2/UIProcess/API/qt/qgraphicswkview.h \
3289 ../WebKit2/UIProcess/API/qt/qwkpage.h \
3290 ../WebKit2/UIProcess/API/qt/qwkpage_p.h \
3291 ../WebKit2/UIProcess/ChunkedUpdateDrawingAreaProxy.h \
3292 ../WebKit2/UIProcess/DrawingAreaProxy.h \
3293 ../WebKit2/UIProcess/GenericCallback.h \
3294 ../WebKit2/UIProcess/Launcher/ProcessLauncher.h \
3295 ../WebKit2/UIProcess/Plugins/PluginInfoStore.h \
3296 ../WebKit2/UIProcess/PageClient.h \
3297 ../WebKit2/UIProcess/ProcessModel.h \
3298 ../WebKit2/UIProcess/API/qt/ClientImpl.h \
3299 ../WebKit2/UIProcess/ResponsivenessTimer.h \
3300 ../WebKit2/UIProcess/WebContext.h \
3301 ../WebKit2/UIProcess/WebContextInjectedBundleClient.h \
3302 ../WebKit2/UIProcess/WebFramePolicyListenerProxy.h \
3303 ../WebKit2/UIProcess/WebFrameProxy.h \
3304 ../WebKit2/UIProcess/WebHistoryClient.h \
3305 ../WebKit2/UIProcess/WebLoaderClient.h \
3306 ../WebKit2/UIProcess/WebNavigationData.h \
3307 ../WebKit2/UIProcess/WebPageNamespace.h \
3308 ../WebKit2/UIProcess/WebPageProxy.h \
3309 ../WebKit2/UIProcess/WebPolicyClient.h \
3310 ../WebKit2/UIProcess/WebPreferences.h \
3311 ../WebKit2/UIProcess/WebProcessManager.h \
3312 ../WebKit2/UIProcess/WebProcessProxy.h \
3313 ../WebKit2/UIProcess/WebUIClient.h \
3314 ../WebKit2/WebProcess/InjectedBundle/API/c/WKBundleBase.h \
3315 ../WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h \
3316 ../WebKit2/WebProcess/InjectedBundle/InjectedBundle.h \
3317 ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h \
3318 ../WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h \
3319 ../WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h \
3320 ../WebKit2/WebProcess/WebCoreSupport/WebDragClient.h \
3321 ../WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h \
3322 ../WebKit2/WebProcess/WebCoreSupport/WebErrors.h \
3323 ../WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.h \
3324 ../WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h \
3325 ../WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.h \
3326 ../WebKit2/WebProcess/WebCoreSupport/WebSearchPopupMenu.h \
3327 ../WebKit2/WebProcess/WebPage/ChunkedUpdateDrawingArea.h \
3328 ../WebKit2/WebProcess/WebPage/DrawingArea.h \
3329 ../WebKit2/WebProcess/WebPage/WebFrame.h \
3330 ../WebKit2/WebProcess/WebPage/WebPage.h \
3331 ../WebKit2/WebProcess/WebProcess.h \
3334 ../WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp \
3335 ../WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp \
3336 ../WebKit2/Platform/CoreIPC/Attachment.cpp \
3337 ../WebKit2/Platform/CoreIPC/Connection.cpp \
3338 ../WebKit2/Platform/CoreIPC/qt/ConnectionQt.cpp \
3339 ../WebKit2/Platform/RunLoop.cpp \
3340 ../WebKit2/Platform/WorkQueue.cpp \
3341 ../WebKit2/Platform/qt/RunLoopQt.cpp \
3342 ../WebKit2/Platform/qt/WorkQueueQt.cpp \
3343 ../WebKit2/Shared/ImmutableArray.cpp \
3344 ../WebKit2/Shared/WebEventConversion.cpp \
3345 ../WebKit2/Shared/WebPreferencesStore.cpp \
3346 ../WebKit2/Shared/qt/UpdateChunk.cpp \
3347 ../WebKit2/Shared/qt/WebEventFactoryQt.cpp \
3348 ../WebKit2/UIProcess/API/C/WKContext.cpp \
3349 ../WebKit2/UIProcess/API/C/WKFrame.cpp \
3350 ../WebKit2/UIProcess/API/C/WKFramePolicyListener.cpp \
3351 ../WebKit2/UIProcess/API/C/WKNavigationData.cpp \
3352 ../WebKit2/UIProcess/API/C/WKPage.cpp \
3353 ../WebKit2/UIProcess/API/C/WKPageNamespace.cpp \
3354 ../WebKit2/UIProcess/API/C/WKPreferences.cpp \
3355 ../WebKit2/UIProcess/API/C/WKString.cpp \
3356 ../WebKit2/UIProcess/API/C/WKURL.cpp \
3357 ../WebKit2/UIProcess/API/qt/qgraphicswkview.cpp \
3358 ../WebKit2/UIProcess/API/qt/qwkpage.cpp \
3359 ../WebKit2/UIProcess/API/cpp/qt/WKStringQt.cpp \
3360 ../WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp \
3361 ../WebKit2/UIProcess/ChunkedUpdateDrawingAreaProxy.cpp \
3362 ../WebKit2/UIProcess/DrawingAreaProxy.cpp \
3363 ../WebKit2/UIProcess/Plugins/PluginInfoStore.cpp \
3364 ../WebKit2/UIProcess/Plugins/qt/PluginInfoStoreQt.cpp \
3365 ../WebKit2/UIProcess/Launcher/ProcessLauncher.cpp \
3366 ../WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp \
3367 ../WebKit2/UIProcess/ResponsivenessTimer.cpp \
3368 ../WebKit2/UIProcess/WebBackForwardList.cpp \
3369 ../WebKit2/UIProcess/WebBackForwardListItem.cpp \
3370 ../WebKit2/UIProcess/WebContext.cpp \
3371 ../WebKit2/UIProcess/WebContextInjectedBundleClient.cpp \
3372 ../WebKit2/UIProcess/WebFramePolicyListenerProxy.cpp \
3373 ../WebKit2/UIProcess/WebFrameProxy.cpp \
3374 ../WebKit2/UIProcess/WebHistoryClient.cpp \
3375 ../WebKit2/UIProcess/WebLoaderClient.cpp \
3376 ../WebKit2/UIProcess/WebNavigationData.cpp \
3377 ../WebKit2/UIProcess/WebPageNamespace.cpp \
3378 ../WebKit2/UIProcess/WebPageProxy.cpp \
3379 ../WebKit2/UIProcess/WebPolicyClient.cpp \
3380 ../WebKit2/UIProcess/WebPreferences.cpp \
3381 ../WebKit2/UIProcess/WebProcessManager.cpp \
3382 ../WebKit2/UIProcess/WebProcessProxy.cpp \
3383 ../WebKit2/UIProcess/WebUIClient.cpp \
3384 ../WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp \
3385 ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.cpp \
3386 ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp \
3387 ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp \
3388 ../WebKit2/WebProcess/InjectedBundle/qt/InjectedBundleQt.cpp \
3389 ../WebKit2/UIProcess/API/qt/ClientImpl.cpp \
3390 ../WebKit2/UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp \
3391 ../WebKit2/UIProcess/qt/WebContextQt.cpp \
3392 ../WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp \
3393 ../WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp \
3394 ../WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp \
3395 ../WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp \
3396 ../WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp \
3397 ../WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp \
3398 ../WebKit2/WebProcess/WebCoreSupport/WebBackForwardControllerClient.cpp \
3399 ../WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.cpp \
3400 ../WebKit2/WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp \
3401 ../WebKit2/WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp \
3402 ../WebKit2/WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp \
3403 ../WebKit2/WebProcess/WebPage/DrawingArea.cpp \
3404 ../WebKit2/WebProcess/WebPage/WebFrame.cpp \
3405 ../WebKit2/WebProcess/WebPage/WebPage.cpp \
3406 ../WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp \
3407 ../WebKit2/WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp \
3408 ../WebKit2/WebProcess/WebPage/qt/WebPageQt.cpp \
3409 ../WebKit2/WebProcess/WebProcess.cpp \
3410 ../WebKit2/WebProcess/qt/WebProcessMainQt.cpp
3413 $$OUTPUT_DIR/WebCore/generated \
3421 contains(CONFIG, def_files) {
3422 DEF_FILE=../WebKit/qt/symbian
3423 # defFilePath is for Qt4.6 compatibility
3424 defFilePath=../WebKit/qt/symbian
3426 MMP_RULES += EXPORTUNFROZEN
3431 # Disable C++0x mode in WebCore for those who enabled it in their Qt's mkspec
3432 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x