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,";")
123 # Assume that symbian OS always comes with sqlite
124 symbian:!CONFIG(QTDIR_build): CONFIG += system-sqlite
129 $$PWD/../WebCore/WebCore.qrc
132 RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
135 maemo5|symbian|embedded {
136 DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
140 DEFINES += WTF_USE_QT_MOBILE_THEME=1
143 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
144 DEFINES += ENABLE_NO_LISTBOX_RENDERING=1
147 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
148 addJavaScriptCoreLib(../JavaScriptCore)
151 # HTML5 Media Support
152 # We require phonon. QtMultimedia support is disabled currently.
153 !contains(DEFINES, ENABLE_VIDEO=.) {
154 DEFINES -= ENABLE_VIDEO=1
155 DEFINES += ENABLE_VIDEO=0
157 contains(QT_CONFIG, phonon) {
158 DEFINES -= ENABLE_VIDEO=0
159 DEFINES += ENABLE_VIDEO=1
163 # Extract sources to build from the generator definitions
164 defineTest(addExtraCompiler) {
165 isEqual($${1}.wkAddOutputToSources, false): return(true)
167 outputRule = $$eval($${1}.output)
168 input = $$eval($${1}.input)
169 input = $$eval($$input)
172 base = $$basename(file)
174 newfile=$$replace(outputRule,\\$\\{QMAKE_FILE_BASE\\},$$base)
177 SOURCES += $$eval($${1}.wkExtraSources)
186 $$PWD/accessibility \
200 $$PWD/loader/appcache \
201 $$PWD/loader/archive \
204 $$PWD/notifications \
206 $$PWD/page/animation \
208 $$PWD/platform/animation \
209 $$PWD/platform/graphics \
210 $$PWD/platform/graphics/filters \
211 $$PWD/platform/graphics/transforms \
212 $$PWD/platform/image-decoders \
213 $$PWD/platform/mock \
214 $$PWD/platform/network \
216 $$PWD/platform/text \
217 $$PWD/platform/text/transcoder \
220 $$PWD/rendering/style \
223 $$PWD/svg/animation \
225 $$PWD/svg/graphics/filters \
230 $$WC_GENERATED_SOURCES_DIR \
236 $$PWD/platform/graphics/qt \
237 $$PWD/platform/network/qt \
239 $$PWD/../WebKit/qt/Api \
240 $$PWD/../WebKit/qt/WebCoreSupport \
246 DASHBOARDSUPPORTCSSPROPERTIES = $$PWD/css/DashboardSupportCSSPropertyNames.in
249 contains(DEFINES, ENABLE_SVG=1) {
250 EXTRACSSPROPERTIES += $$PWD/css/SVGCSSPropertyNames.in
251 EXTRACSSVALUES += $$PWD/css/SVGCSSValueKeywords.in
254 contains(DEFINES, ENABLE_WCSS=1) {
255 EXTRACSSPROPERTIES += $$PWD/css/WCSSPropertyNames.in
256 EXTRACSSVALUES += $$PWD/css/WCSSValueKeywords.in
260 accessibility/AccessibilityImageMapLink.cpp \
261 accessibility/AccessibilityMediaControls.cpp \
262 accessibility/AccessibilityMenuList.cpp \
263 accessibility/AccessibilityMenuListOption.cpp \
264 accessibility/AccessibilityMenuListPopup.cpp \
265 accessibility/AccessibilityObject.cpp \
266 accessibility/AccessibilityList.cpp \
267 accessibility/AccessibilityListBox.cpp \
268 accessibility/AccessibilityListBoxOption.cpp \
269 accessibility/AccessibilityProgressIndicator.cpp \
270 accessibility/AccessibilityRenderObject.cpp \
271 accessibility/AccessibilityScrollbar.cpp \
272 accessibility/AccessibilitySlider.cpp \
273 accessibility/AccessibilityARIAGrid.cpp \
274 accessibility/AccessibilityARIAGridCell.cpp \
275 accessibility/AccessibilityARIAGridRow.cpp \
276 accessibility/AccessibilityTable.cpp \
277 accessibility/AccessibilityTableCell.cpp \
278 accessibility/AccessibilityTableColumn.cpp \
279 accessibility/AccessibilityTableHeaderContainer.cpp \
280 accessibility/AccessibilityTableRow.cpp \
281 accessibility/AXObjectCache.cpp \
282 bindings/js/GCController.cpp \
283 bindings/js/DOMObjectHashTableMap.cpp \
284 bindings/js/DOMWrapperWorld.cpp \
285 bindings/js/JSCallbackData.cpp \
286 bindings/js/JSAttrCustom.cpp \
287 bindings/js/JSCDATASectionCustom.cpp \
288 bindings/js/JSCanvasRenderingContextCustom.cpp \
289 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
290 bindings/js/JSClipboardCustom.cpp \
291 bindings/js/JSConsoleCustom.cpp \
292 bindings/js/JSCSSRuleCustom.cpp \
293 bindings/js/JSCSSRuleListCustom.cpp \
294 bindings/js/JSCSSStyleDeclarationCustom.cpp \
295 bindings/js/JSCSSValueCustom.cpp \
296 bindings/js/JSCoordinatesCustom.cpp \
297 bindings/js/JSCustomPositionCallback.cpp \
298 bindings/js/JSCustomPositionErrorCallback.cpp \
299 bindings/js/JSCustomVoidCallback.cpp \
300 bindings/js/JSCustomXPathNSResolver.cpp \
301 bindings/js/JSDataGridColumnListCustom.cpp \
302 bindings/js/JSDataGridDataSource.cpp \
303 bindings/js/JSDebugWrapperSet.cpp \
304 bindings/js/JSDesktopNotificationsCustom.cpp \
305 bindings/js/JSDocumentCustom.cpp \
306 bindings/js/JSDOMFormDataCustom.cpp \
307 bindings/js/JSDOMGlobalObject.cpp \
308 bindings/js/JSDOMStringMapCustom.cpp \
309 bindings/js/JSDOMWindowBase.cpp \
310 bindings/js/JSDOMWindowCustom.cpp \
311 bindings/js/JSDOMWindowShell.cpp \
312 bindings/js/JSDOMWrapper.cpp \
313 bindings/js/JSElementCustom.cpp \
314 bindings/js/JSEventCustom.cpp \
315 bindings/js/JSEventSourceCustom.cpp \
316 bindings/js/JSEventTarget.cpp \
317 bindings/js/JSExceptionBase.cpp \
318 bindings/js/JSGeolocationCustom.cpp \
319 bindings/js/JSHistoryCustom.cpp \
320 bindings/js/JSHTMLAppletElementCustom.cpp \
321 bindings/js/JSHTMLCanvasElementCustom.cpp \
322 bindings/js/JSHTMLAllCollectionCustom.cpp \
323 bindings/js/JSHTMLCollectionCustom.cpp \
324 bindings/js/JSHTMLDataGridElementCustom.cpp \
325 bindings/js/JSHTMLDocumentCustom.cpp \
326 bindings/js/JSHTMLElementCustom.cpp \
327 bindings/js/JSHTMLEmbedElementCustom.cpp \
328 bindings/js/JSHTMLFormElementCustom.cpp \
329 bindings/js/JSHTMLFrameElementCustom.cpp \
330 bindings/js/JSHTMLFrameSetElementCustom.cpp \
331 bindings/js/JSHTMLInputElementCustom.cpp \
332 bindings/js/JSHTMLObjectElementCustom.cpp \
333 bindings/js/JSHTMLOptionsCollectionCustom.cpp \
334 bindings/js/JSHTMLSelectElementCustom.cpp \
335 bindings/js/JSImageConstructor.cpp \
336 bindings/js/JSImageDataCustom.cpp \
337 bindings/js/JSInjectedScriptHostCustom.cpp \
338 bindings/js/JSInspectorFrontendHostCustom.cpp \
339 bindings/js/JSLocationCustom.cpp \
340 bindings/js/JSNamedNodeMapCustom.cpp \
341 bindings/js/JSNavigatorCustom.cpp \
342 bindings/js/JSNodeCustom.cpp \
343 bindings/js/JSNodeFilterCondition.cpp \
344 bindings/js/JSNodeFilterCustom.cpp \
345 bindings/js/JSNodeIteratorCustom.cpp \
346 bindings/js/JSNodeListCustom.cpp \
347 bindings/js/JSOptionConstructor.cpp \
348 bindings/js/JSScriptProfileNodeCustom.cpp \
349 bindings/js/JSStyleSheetCustom.cpp \
350 bindings/js/JSStyleSheetListCustom.cpp \
351 bindings/js/JSTextCustom.cpp \
352 bindings/js/JSTreeWalkerCustom.cpp \
353 bindings/js/JSWebKitCSSMatrixCustom.cpp \
354 bindings/js/JSWebKitPointCustom.cpp \
355 bindings/js/JSXMLHttpRequestCustom.cpp \
356 bindings/js/JSXMLHttpRequestUploadCustom.cpp \
357 bindings/js/JSPluginCustom.cpp \
358 bindings/js/JSPluginArrayCustom.cpp \
359 bindings/js/JSMessageChannelCustom.cpp \
360 bindings/js/JSMessageEventCustom.cpp \
361 bindings/js/JSMessagePortCustom.cpp \
362 bindings/js/JSMessagePortCustom.h \
363 bindings/js/JSMimeTypeArrayCustom.cpp \
364 bindings/js/JSDOMBinding.cpp \
365 bindings/js/JSEventListener.cpp \
366 bindings/js/JSLazyEventListener.cpp \
367 bindings/js/JSMainThreadExecState.cpp \
368 bindings/js/JSPluginElementFunctions.cpp \
369 bindings/js/JSPopStateEventCustom.cpp \
370 bindings/js/JSWorkerContextErrorHandler.cpp \
371 bindings/js/ScriptArray.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/ScriptState.cpp \
382 bindings/js/ScriptValue.cpp \
383 bindings/js/ScheduledAction.cpp \
384 bindings/js/SerializedScriptValue.cpp \
385 bindings/ScriptControllerBase.cpp \
386 bridge/IdentifierRep.cpp \
387 bridge/NP_jsobject.cpp \
388 bridge/npruntime.cpp \
389 bridge/runtime_array.cpp \
390 bridge/runtime_method.cpp \
391 bridge/runtime_object.cpp \
392 bridge/runtime_root.cpp \
393 bridge/c/CRuntimeObject.cpp \
394 bridge/c/c_class.cpp \
395 bridge/c/c_instance.cpp \
396 bridge/c/c_runtime.cpp \
397 bridge/c/c_utility.cpp \
398 bridge/jsc/BridgeJSC.cpp \
399 css/CSSBorderImageValue.cpp \
400 css/CSSCanvasValue.cpp \
401 css/CSSCharsetRule.cpp \
402 css/CSSComputedStyleDeclaration.cpp \
403 css/CSSCursorImageValue.cpp \
404 css/CSSFontFace.cpp \
405 css/CSSFontFaceRule.cpp \
406 css/CSSFontFaceSrcValue.cpp \
407 css/CSSFontSelector.cpp \
408 css/CSSFontFaceSource.cpp \
409 css/CSSFunctionValue.cpp \
410 css/CSSGradientValue.cpp \
412 css/CSSImageValue.cpp \
413 css/CSSImageGeneratorValue.cpp \
414 css/CSSImportRule.cpp \
415 css/CSSInheritedValue.cpp \
416 css/CSSInitialValue.cpp \
417 css/CSSMediaRule.cpp \
418 css/CSSMutableStyleDeclaration.cpp \
420 css/CSSPageRule.cpp \
422 css/CSSParserValues.cpp \
423 css/CSSPrimitiveValue.cpp \
424 css/CSSProperty.cpp \
425 css/CSSPropertyLonghand.cpp \
426 css/CSSReflectValue.cpp \
428 css/CSSRuleList.cpp \
429 css/CSSSelector.cpp \
430 css/CSSSelectorList.cpp \
431 css/CSSSegmentedFontFace.cpp \
432 css/CSSStyleDeclaration.cpp \
433 css/CSSStyleRule.cpp \
434 css/CSSStyleSelector.cpp \
435 css/CSSStyleSheet.cpp \
436 css/CSSTimingFunctionValue.cpp \
437 css/CSSUnicodeRangeValue.cpp \
438 css/CSSValueList.cpp \
439 css/CSSVariableDependentValue.cpp \
440 css/CSSVariablesDeclaration.cpp \
441 css/CSSVariablesRule.cpp \
442 css/FontFamilyValue.cpp \
444 css/MediaFeatureNames.cpp \
447 css/MediaQueryEvaluator.cpp \
448 css/MediaQueryExp.cpp \
450 css/ShadowValue.cpp \
455 css/StyleSheetList.cpp \
456 css/WebKitCSSKeyframeRule.cpp \
457 css/WebKitCSSKeyframesRule.cpp \
458 css/WebKitCSSMatrix.cpp \
459 css/WebKitCSSTransformValue.cpp \
460 dom/ActiveDOMObject.cpp \
463 dom/BeforeProcessEvent.cpp \
464 dom/BeforeTextInsertedEvent.cpp \
465 dom/BeforeUnloadEvent.cpp \
466 dom/CDATASection.cpp \
467 dom/CanvasSurface.cpp \
468 dom/CharacterData.cpp \
469 dom/CheckedRadioButtons.cpp \
470 dom/ChildNodeList.cpp \
471 dom/ClassNodeList.cpp \
473 dom/ClientRectList.cpp \
475 dom/ClipboardEvent.cpp \
477 dom/CompositionEvent.cpp \
478 dom/ContainerNode.cpp \
479 dom/CSSMappedAttributeDeclaration.cpp \
480 dom/CustomEvent.cpp \
481 dom/DecodedDataDocumentParser.cpp \
482 dom/DeviceOrientation.cpp \
483 dom/DeviceOrientationEvent.cpp \
485 dom/DocumentFragment.cpp \
486 dom/DocumentParser.cpp \
487 dom/DocumentType.cpp \
488 dom/DOMImplementation.cpp \
489 dom/DOMStringList.cpp \
490 dom/DOMStringMap.cpp \
491 dom/DatasetDOMStringMap.cpp \
492 dom/DynamicNodeList.cpp \
493 dom/EditingText.cpp \
496 dom/EntityReference.cpp \
500 dom/EventTarget.cpp \
501 dom/ExceptionBase.cpp \
502 dom/ExceptionCode.cpp \
503 dom/InputElement.cpp \
504 dom/KeyboardEvent.cpp \
505 dom/MessageChannel.cpp \
506 dom/MessageEvent.cpp \
507 dom/MessagePort.cpp \
508 dom/MessagePortChannel.cpp \
510 dom/MouseRelatedEvent.cpp \
511 dom/MutationEvent.cpp \
512 dom/NamedNodeMap.cpp \
513 dom/NameNodeList.cpp \
515 dom/NodeFilterCondition.cpp \
517 dom/NodeIterator.cpp \
519 dom/OptionGroupElement.cpp \
520 dom/OptionElement.cpp \
521 dom/StaticHashSetNodeList.cpp \
522 dom/OverflowEvent.cpp \
523 dom/PageTransitionEvent.cpp \
524 dom/PopStateEvent.cpp \
526 dom/PositionIterator.cpp \
527 dom/ProcessingInstruction.cpp \
528 dom/ProgressEvent.cpp \
529 dom/QualifiedName.cpp \
531 dom/RawDataDocumentParser.h \
532 dom/RegisteredEventListener.cpp \
533 dom/ScriptableDocumentParser.cpp \
534 dom/ScriptElement.cpp \
535 dom/ScriptExecutionContext.cpp \
536 dom/SelectElement.cpp \
537 dom/SelectorNodeList.cpp \
538 dom/SpaceSplitString.cpp \
539 dom/StaticNodeList.cpp \
540 dom/StyledElement.cpp \
541 dom/StyleElement.cpp \
542 dom/TagNodeList.cpp \
551 dom/UIEventWithKeyState.cpp \
552 dom/UserGestureIndicator.cpp \
553 dom/ViewportArguments.cpp \
554 dom/WebKitAnimationEvent.cpp \
555 dom/WebKitTransitionEvent.cpp \
557 dom/XMLDocumentParser.cpp \
558 dom/XMLDocumentParserQt.cpp \
559 dom/default/PlatformMessagePortChannel.cpp \
560 editing/AppendNodeCommand.cpp \
561 editing/ApplyStyleCommand.cpp \
562 editing/BreakBlockquoteCommand.cpp \
563 editing/CompositeEditCommand.cpp \
564 editing/CreateLinkCommand.cpp \
565 editing/DeleteButtonController.cpp \
566 editing/DeleteButton.cpp \
567 editing/DeleteFromTextNodeCommand.cpp \
568 editing/DeleteSelectionCommand.cpp \
569 editing/EditCommand.cpp \
571 editing/EditorCommand.cpp \
572 editing/FormatBlockCommand.cpp \
573 editing/htmlediting.cpp \
574 editing/HTMLInterchange.cpp \
575 editing/IndentOutdentCommand.cpp \
576 editing/InsertIntoTextNodeCommand.cpp \
577 editing/InsertLineBreakCommand.cpp \
578 editing/InsertListCommand.cpp \
579 editing/InsertNodeBeforeCommand.cpp \
580 editing/InsertParagraphSeparatorCommand.cpp \
581 editing/InsertTextCommand.cpp \
582 editing/JoinTextNodesCommand.cpp \
584 editing/MergeIdenticalElementsCommand.cpp \
585 editing/ModifySelectionListLevel.cpp \
586 editing/MoveSelectionCommand.cpp \
587 editing/RemoveCSSPropertyCommand.cpp \
588 editing/RemoveFormatCommand.cpp \
589 editing/RemoveNodeCommand.cpp \
590 editing/RemoveNodePreservingChildrenCommand.cpp \
591 editing/ReplaceNodeWithSpanCommand.cpp \
592 editing/ReplaceSelectionCommand.cpp \
593 editing/SelectionController.cpp \
594 editing/SetNodeAttributeCommand.cpp \
595 editing/SmartReplaceICU.cpp \
596 editing/SplitElementCommand.cpp \
597 editing/SplitTextNodeCommand.cpp \
598 editing/SplitTextNodeContainingElementCommand.cpp \
599 editing/TextIterator.cpp \
600 editing/TypingCommand.cpp \
601 editing/UnlinkCommand.cpp \
602 editing/VisiblePosition.cpp \
603 editing/VisibleSelection.cpp \
604 editing/visible_units.cpp \
605 editing/WrapContentsInDummySpanCommand.cpp \
606 history/BackForwardList.cpp \
607 history/CachedFrame.cpp \
608 history/CachedPage.cpp \
609 history/HistoryItem.cpp \
610 history/qt/HistoryItemQt.cpp \
611 history/PageCache.cpp \
612 html/AsyncImageResizer.cpp \
614 html/BlobBuilder.cpp \
615 html/canvas/CanvasGradient.cpp \
616 html/canvas/CanvasPattern.cpp \
617 html/canvas/CanvasPixelArray.cpp \
618 html/canvas/CanvasRenderingContext.cpp \
619 html/canvas/CanvasRenderingContext2D.cpp \
620 html/canvas/CanvasStyle.cpp \
621 html/CollectionCache.cpp \
622 html/CSSPreloadScanner.cpp \
623 html/DataGridColumn.cpp \
624 html/DataGridColumnList.cpp \
625 html/DateComponents.cpp \
626 html/DOMDataGridDataSource.cpp \
627 html/DOMFormData.cpp \
630 html/FileReader.cpp \
631 html/FileStream.cpp \
632 html/FileStreamProxy.cpp \
633 html/FileThread.cpp \
634 html/FormDataList.cpp \
635 html/HTMLEntityParser.cpp \
636 html/HTMLTokenizer.cpp \
637 html/HTMLDocumentParser.cpp \
638 html/HTMLPreloadScanner.cpp \
639 html/HTMLScriptRunner.cpp \
640 html/HTMLTreeBuilder.cpp \
641 html/HTMLAllCollection.cpp \
642 html/HTMLAnchorElement.cpp \
643 html/HTMLAppletElement.cpp \
644 html/HTMLAreaElement.cpp \
645 html/HTMLBaseElement.cpp \
646 html/HTMLBaseFontElement.cpp \
647 html/HTMLBlockquoteElement.cpp \
648 html/HTMLBodyElement.cpp \
649 html/HTMLBRElement.cpp \
650 html/HTMLButtonElement.cpp \
651 html/HTMLCanvasElement.cpp \
652 html/HTMLCollection.cpp \
653 html/HTMLDataGridElement.cpp \
654 html/HTMLDataGridCellElement.cpp \
655 html/HTMLDataGridColElement.cpp \
656 html/HTMLDataGridRowElement.cpp \
657 html/HTMLDataListElement.cpp \
658 html/HTMLDirectoryElement.cpp \
659 html/HTMLDivElement.cpp \
660 html/HTMLDListElement.cpp \
661 html/HTMLDocument.cpp \
662 html/HTMLElement.cpp \
663 html/HTMLElementStack.cpp \
664 html/HTMLEmbedElement.cpp \
665 html/HTMLFieldSetElement.cpp \
666 html/HTMLFontElement.cpp \
667 html/HTMLFormattingElementList.cpp \
668 html/HTMLFormCollection.cpp \
669 html/HTMLFormElement.cpp \
670 html/HTMLFrameElementBase.cpp \
671 html/HTMLFrameElement.cpp \
672 html/HTMLFrameOwnerElement.cpp \
673 html/HTMLFrameSetElement.cpp \
674 html/HTMLFormControlElement.cpp \
675 html/HTMLHeadElement.cpp \
676 html/HTMLHeadingElement.cpp \
677 html/HTMLHRElement.cpp \
678 html/HTMLHtmlElement.cpp \
679 html/HTMLIFrameElement.cpp \
680 html/HTMLImageElement.cpp \
681 html/HTMLImageLoader.cpp \
682 html/HTMLInputElement.cpp \
683 html/HTMLIsIndexElement.cpp \
684 html/HTMLKeygenElement.cpp \
685 html/HTMLLabelElement.cpp \
686 html/HTMLLegendElement.cpp \
687 html/HTMLLIElement.cpp \
688 html/HTMLLinkElement.cpp \
689 html/HTMLMapElement.cpp \
690 html/HTMLMarqueeElement.cpp \
691 html/HTMLMenuElement.cpp \
692 html/HTMLMetaElement.cpp \
693 html/HTMLMeterElement.cpp \
694 html/HTMLModElement.cpp \
695 html/HTMLNameCollection.cpp \
696 html/HTMLObjectElement.cpp \
697 html/HTMLOListElement.cpp \
698 html/HTMLOptGroupElement.cpp \
699 html/HTMLOptionElement.cpp \
700 html/HTMLOptionsCollection.cpp \
701 html/HTMLParagraphElement.cpp \
702 html/HTMLParamElement.cpp \
703 html/LegacyHTMLTreeBuilder.cpp \
704 html/HTMLParserErrorCodes.cpp \
705 html/HTMLParserScheduler.cpp \
706 html/HTMLPlugInElement.cpp \
707 html/HTMLPlugInImageElement.cpp \
708 html/HTMLPreElement.cpp \
709 html/HTMLProgressElement.cpp \
710 html/HTMLQuoteElement.cpp \
711 html/HTMLScriptElement.cpp \
712 html/HTMLSelectElement.cpp \
713 html/HTMLStyleElement.cpp \
714 html/HTMLTableCaptionElement.cpp \
715 html/HTMLTableCellElement.cpp \
716 html/HTMLTableColElement.cpp \
717 html/HTMLTableElement.cpp \
718 html/HTMLTablePartElement.cpp \
719 html/HTMLTableRowElement.cpp \
720 html/HTMLTableRowsCollection.cpp \
721 html/HTMLTableSectionElement.cpp \
722 html/HTMLTextAreaElement.cpp \
723 html/HTMLTitleElement.cpp \
724 html/LegacyHTMLDocumentParser.cpp \
725 html/HTMLUListElement.cpp \
726 html/HTMLViewSourceDocument.cpp \
728 html/ImageResizerThread.cpp \
729 html/LabelsNodeList.cpp \
730 html/LegacyPreloadScanner.cpp \
732 html/ValidityState.cpp \
733 inspector/ConsoleMessage.cpp \
734 inspector/InjectedScript.cpp \
735 inspector/InjectedScriptHost.cpp \
736 inspector/InspectorBackend.cpp \
737 inspector/InspectorCSSStore.cpp \
738 inspector/InspectorController.cpp \
739 inspector/InspectorDatabaseResource.cpp \
740 inspector/InspectorDOMAgent.cpp \
741 inspector/InspectorDOMStorageResource.cpp \
742 inspector/InspectorFrontend.cpp \
743 inspector/InspectorFrontendClientLocal.cpp \
744 inspector/InspectorFrontendHost.cpp \
745 inspector/InspectorResource.cpp \
746 inspector/InspectorTimelineAgent.cpp \
747 inspector/InspectorValues.cpp \
748 inspector/ScriptBreakpoint.cpp \
749 inspector/TimelineRecordFactory.cpp \
750 loader/archive/ArchiveFactory.cpp \
751 loader/archive/ArchiveResource.cpp \
752 loader/archive/ArchiveResourceCollection.cpp \
754 loader/CachedCSSStyleSheet.cpp \
755 loader/CachedFont.cpp \
756 loader/CachedImage.cpp \
757 loader/CachedResourceClientWalker.cpp \
758 loader/CachedResourceHandle.cpp \
759 loader/CachedResource.cpp \
760 loader/CachedScript.cpp \
761 loader/CachedXSLStyleSheet.cpp \
762 loader/CrossOriginAccessControl.cpp \
763 loader/CrossOriginPreflightResultCache.cpp \
764 loader/DocLoader.cpp \
765 loader/DocumentLoader.cpp \
766 loader/DocumentThreadableLoader.cpp \
767 loader/DocumentWriter.cpp \
768 loader/FormState.cpp \
769 loader/FormSubmission.cpp \
770 loader/FrameLoader.cpp \
771 loader/FrameLoaderStateMachine.cpp \
772 loader/HistoryController.cpp \
773 loader/FTPDirectoryDocument.cpp \
774 loader/FTPDirectoryParser.cpp \
775 loader/icon/IconLoader.cpp \
776 loader/ImageDocument.cpp \
777 loader/ImageLoader.cpp \
779 loader/MainResourceLoader.cpp \
780 loader/MediaDocument.cpp \
781 loader/NavigationAction.cpp \
782 loader/NetscapePlugInStreamLoader.cpp \
783 loader/PlaceholderDocument.cpp \
784 loader/PluginDocument.cpp \
785 loader/PolicyCallback.cpp \
786 loader/PolicyChecker.cpp \
787 loader/ProgressTracker.cpp \
788 loader/RedirectScheduler.cpp \
790 loader/ResourceLoader.cpp \
791 loader/ResourceLoadNotifier.cpp \
792 loader/SinkDocument.cpp \
793 loader/SubframeLoader.cpp \
794 loader/SubresourceLoader.cpp \
795 loader/TextDocument.cpp \
796 loader/TextResourceDecoder.cpp \
797 loader/ThreadableLoader.cpp \
798 notifications/Notification.cpp \
799 notifications/NotificationCenter.cpp \
800 page/animation/AnimationBase.cpp \
801 page/animation/AnimationController.cpp \
802 page/animation/CompositeAnimation.cpp \
803 page/animation/ImplicitAnimation.cpp \
804 page/animation/KeyframeAnimation.cpp \
808 page/ContextMenuController.cpp \
809 page/DOMSelection.cpp \
812 page/Navigation.cpp \
814 page/NavigatorBase.cpp \
815 page/DragController.cpp \
816 page/EventHandler.cpp \
817 page/EventSource.cpp \
818 page/FocusController.cpp \
822 page/Geolocation.cpp \
823 page/GeolocationController.cpp \
824 page/GeolocationPositionCache.cpp \
827 page/MemoryInfo.cpp \
828 page/MouseEventWithHitTestResults.cpp \
829 page/OriginAccessEntry.cpp \
832 page/PageGroupLoadDeferrer.cpp \
833 page/Performance.cpp \
834 page/PluginHalter.cpp \
835 page/PrintContext.cpp \
836 page/SecurityOrigin.cpp \
839 page/SpatialNavigation.cpp \
840 page/SuspendableTimer.cpp \
842 page/UserContentURLPattern.cpp \
843 page/WindowFeatures.cpp \
844 page/XSSAuditor.cpp \
845 plugins/PluginData.cpp \
846 plugins/PluginArray.cpp \
848 plugins/PluginMainThreadScheduler.cpp \
849 plugins/MimeType.cpp \
850 plugins/MimeTypeArray.cpp \
851 platform/animation/Animation.cpp \
852 platform/animation/AnimationList.cpp \
854 platform/BlobItem.cpp \
855 platform/text/Base64.cpp \
856 platform/text/BidiContext.cpp \
857 platform/text/Hyphenation.cpp \
858 platform/ContentType.cpp \
859 platform/ContextMenu.cpp \
860 platform/CrossThreadCopier.cpp \
861 platform/DeprecatedPtrListImpl.cpp \
862 platform/DragData.cpp \
863 platform/DragImage.cpp \
864 platform/FileChooser.cpp \
865 platform/GeolocationService.cpp \
866 platform/image-decoders/qt/RGBA32BufferQt.cpp \
867 platform/graphics/FontDescription.cpp \
868 platform/graphics/FontFallbackList.cpp \
869 platform/graphics/FontFamily.cpp \
870 platform/graphics/BitmapImage.cpp \
871 platform/graphics/Color.cpp \
872 platform/graphics/FloatPoint3D.cpp \
873 platform/graphics/FloatPoint.cpp \
874 platform/graphics/FloatQuad.cpp \
875 platform/graphics/FloatRect.cpp \
876 platform/graphics/FloatSize.cpp \
877 platform/graphics/FontData.cpp \
878 platform/graphics/Font.cpp \
879 platform/graphics/FontCache.cpp \
880 platform/graphics/GeneratedImage.cpp \
881 platform/graphics/Gradient.cpp \
882 platform/graphics/GraphicsContext.cpp \
883 platform/graphics/GraphicsTypes.cpp \
884 platform/graphics/Image.cpp \
885 platform/graphics/ImageBuffer.cpp \
886 platform/graphics/ImageSource.cpp \
887 platform/graphics/IntRect.cpp \
888 platform/graphics/Path.cpp \
889 platform/graphics/PathTraversalState.cpp \
890 platform/graphics/Pattern.cpp \
891 platform/graphics/Pen.cpp \
892 platform/graphics/SegmentedFontData.cpp \
893 platform/graphics/SimpleFontData.cpp \
894 platform/graphics/TiledBackingStore.cpp \
895 platform/graphics/transforms/AffineTransform.cpp \
896 platform/graphics/transforms/TransformationMatrix.cpp \
897 platform/graphics/transforms/MatrixTransformOperation.cpp \
898 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
899 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
900 platform/graphics/transforms/RotateTransformOperation.cpp \
901 platform/graphics/transforms/ScaleTransformOperation.cpp \
902 platform/graphics/transforms/SkewTransformOperation.cpp \
903 platform/graphics/transforms/TransformOperations.cpp \
904 platform/graphics/transforms/TranslateTransformOperation.cpp \
905 platform/KillRingNone.cpp \
907 platform/Length.cpp \
908 platform/LinkHash.cpp \
909 platform/Logging.cpp \
910 platform/MIMETypeRegistry.cpp \
911 platform/mock/GeolocationServiceMock.cpp \
912 platform/network/AuthenticationChallengeBase.cpp \
913 platform/network/Credential.cpp \
914 platform/network/FormData.cpp \
915 platform/network/FormDataBuilder.cpp \
916 platform/network/HTTPHeaderMap.cpp \
917 platform/network/HTTPParsers.cpp \
918 platform/network/NetworkStateNotifier.cpp \
919 platform/network/ProtectionSpace.cpp \
920 platform/network/ResourceErrorBase.cpp \
921 platform/network/ResourceHandle.cpp \
922 platform/network/ResourceRequestBase.cpp \
923 platform/network/ResourceResponseBase.cpp \
924 platform/text/RegularExpression.cpp \
925 platform/Scrollbar.cpp \
926 platform/ScrollbarThemeComposite.cpp \
927 platform/ScrollView.cpp \
928 platform/text/SegmentedString.cpp \
929 platform/SharedBuffer.cpp \
930 platform/text/String.cpp \
931 platform/text/StringBuilder.cpp \
932 platform/text/TextCodec.cpp \
933 platform/text/TextCodecLatin1.cpp \
934 platform/text/TextCodecUserDefined.cpp \
935 platform/text/TextCodecUTF16.cpp \
936 platform/text/TextEncoding.cpp \
937 platform/text/TextEncodingDetectorNone.cpp \
938 platform/text/TextEncodingRegistry.cpp \
939 platform/text/TextStream.cpp \
940 platform/ThreadGlobalData.cpp \
941 platform/ThreadTimers.cpp \
943 platform/text/UnicodeRange.cpp \
944 platform/text/transcoder/FontTranscoder.cpp \
946 platform/Widget.cpp \
947 plugins/PluginDatabase.cpp \
948 plugins/PluginDebug.cpp \
949 plugins/PluginPackage.cpp \
950 plugins/PluginStream.cpp \
951 plugins/PluginView.cpp \
952 rendering/AutoTableLayout.cpp \
953 rendering/break_lines.cpp \
954 rendering/BidiRun.cpp \
955 rendering/CounterNode.cpp \
956 rendering/EllipsisBox.cpp \
957 rendering/FixedTableLayout.cpp \
958 rendering/HitTestResult.cpp \
959 rendering/InlineBox.cpp \
960 rendering/InlineFlowBox.cpp \
961 rendering/InlineTextBox.cpp \
962 rendering/LayoutState.cpp \
963 rendering/RenderApplet.cpp \
964 rendering/RenderArena.cpp \
965 rendering/RenderBlock.cpp \
966 rendering/RenderBlockLineLayout.cpp \
967 rendering/RenderBox.cpp \
968 rendering/RenderBoxModelObject.cpp \
969 rendering/RenderBR.cpp \
970 rendering/RenderButton.cpp \
971 rendering/RenderCounter.cpp \
972 rendering/RenderDataGrid.cpp \
973 rendering/RenderEmbeddedObject.cpp \
974 rendering/RenderFieldset.cpp \
975 rendering/RenderFileUploadControl.cpp \
976 rendering/RenderFlexibleBox.cpp \
977 rendering/RenderFrame.cpp \
978 rendering/RenderFrameBase.cpp \
979 rendering/RenderFrameSet.cpp \
980 rendering/RenderHTMLCanvas.cpp \
981 rendering/RenderIFrame.cpp \
982 rendering/RenderImage.cpp \
983 rendering/RenderImageGeneratedContent.cpp \
984 rendering/RenderIndicator.cpp \
985 rendering/RenderInline.cpp \
986 rendering/RenderLayer.cpp \
987 rendering/RenderLineBoxList.cpp \
988 rendering/RenderListBox.cpp \
989 rendering/RenderListItem.cpp \
990 rendering/RenderListMarker.cpp \
991 rendering/RenderMarquee.cpp \
992 rendering/RenderMenuList.cpp \
993 rendering/RenderMeter.cpp \
994 rendering/RenderObject.cpp \
995 rendering/RenderObjectChildList.cpp \
996 rendering/RenderPart.cpp \
997 rendering/RenderProgress.cpp \
998 rendering/RenderReplaced.cpp \
999 rendering/RenderReplica.cpp \
1000 rendering/RenderRuby.cpp \
1001 rendering/RenderRubyBase.cpp \
1002 rendering/RenderRubyRun.cpp \
1003 rendering/RenderRubyText.cpp \
1004 rendering/RenderScrollbar.cpp \
1005 rendering/RenderScrollbarPart.cpp \
1006 rendering/RenderScrollbarTheme.cpp \
1007 rendering/RenderSlider.cpp \
1008 rendering/RenderTable.cpp \
1009 rendering/RenderTableCell.cpp \
1010 rendering/RenderTableCol.cpp \
1011 rendering/RenderTableRow.cpp \
1012 rendering/RenderTableSection.cpp \
1013 rendering/RenderText.cpp \
1014 rendering/RenderTextControl.cpp \
1015 rendering/RenderTextControlMultiLine.cpp \
1016 rendering/RenderTextControlSingleLine.cpp \
1017 rendering/RenderTextFragment.cpp \
1018 rendering/RenderTheme.cpp \
1019 rendering/RenderTreeAsText.cpp \
1020 rendering/RenderView.cpp \
1021 rendering/RenderWidget.cpp \
1022 rendering/RenderWordBreak.cpp \
1023 rendering/RootInlineBox.cpp \
1024 rendering/SVGRenderTreeAsText.cpp \
1025 rendering/ScrollBehavior.cpp \
1026 rendering/ShadowElement.cpp \
1027 rendering/TextControlInnerElements.cpp \
1028 rendering/TransformState.cpp \
1029 rendering/style/BindingURI.cpp \
1030 rendering/style/ContentData.cpp \
1031 rendering/style/CounterDirectives.cpp \
1032 rendering/style/FillLayer.cpp \
1033 rendering/style/KeyframeList.cpp \
1034 rendering/style/NinePieceImage.cpp \
1035 rendering/style/RenderStyle.cpp \
1036 rendering/style/ShadowData.cpp \
1037 rendering/style/StyleBackgroundData.cpp \
1038 rendering/style/StyleBoxData.cpp \
1039 rendering/style/StyleCachedImage.cpp \
1040 rendering/style/StyleFlexibleBoxData.cpp \
1041 rendering/style/StyleGeneratedImage.cpp \
1042 rendering/style/StyleInheritedData.cpp \
1043 rendering/style/StyleMarqueeData.cpp \
1044 rendering/style/StyleMultiColData.cpp \
1045 rendering/style/StyleRareInheritedData.cpp \
1046 rendering/style/StyleRareNonInheritedData.cpp \
1047 rendering/style/StyleSurroundData.cpp \
1048 rendering/style/StyleTransformData.cpp \
1049 rendering/style/StyleVisualData.cpp \
1051 xml/XMLHttpRequest.cpp \
1052 xml/XMLHttpRequestProgressEventThrottle.cpp \
1053 xml/XMLHttpRequestUpload.cpp \
1054 xml/XMLSerializer.cpp
1057 accessibility/AccessibilityARIAGridCell.h \
1058 accessibility/AccessibilityARIAGrid.h \
1059 accessibility/AccessibilityARIAGridRow.h \
1060 accessibility/AccessibilityImageMapLink.h \
1061 accessibility/AccessibilityListBox.h \
1062 accessibility/AccessibilityListBoxOption.h \
1063 accessibility/AccessibilityList.h \
1064 accessibility/AccessibilityMediaControls.h \
1065 accessibility/AccessibilityObject.h \
1066 accessibility/AccessibilityProgressIndicator.h \
1067 accessibility/AccessibilityRenderObject.h \
1068 accessibility/AccessibilityScrollbar.h \
1069 accessibility/AccessibilitySlider.h \
1070 accessibility/AccessibilityTableCell.h \
1071 accessibility/AccessibilityTableColumn.h \
1072 accessibility/AccessibilityTable.h \
1073 accessibility/AccessibilityTableHeaderContainer.h \
1074 accessibility/AccessibilityTableRow.h \
1075 accessibility/AXObjectCache.h \
1076 bindings/js/CachedScriptSourceProvider.h \
1077 bindings/js/GCController.h \
1078 bindings/js/DOMObjectHashTableMap.h \
1079 bindings/js/DOMWrapperWorld.h \
1080 bindings/js/JSCallbackData.h \
1081 bindings/js/JSAudioConstructor.h \
1082 bindings/js/JSCSSStyleDeclarationCustom.h \
1083 bindings/js/JSCustomPositionCallback.h \
1084 bindings/js/JSCustomPositionErrorCallback.h \
1085 bindings/js/JSCustomVoidCallback.h \
1086 bindings/js/JSCustomXPathNSResolver.h \
1087 bindings/js/JSDataGridDataSource.h \
1088 bindings/js/JSDebugWrapperSet.h \
1089 bindings/js/JSDOMBinding.h \
1090 bindings/js/JSDOMGlobalObject.h \
1091 bindings/js/JSDOMStringMapCustom.h \
1092 bindings/js/JSDOMWindowBase.h \
1093 bindings/js/JSDOMWindowCustom.h \
1094 bindings/js/JSDOMWindowShell.h \
1095 bindings/js/JSDOMWrapper.h \
1096 bindings/js/JSEventListener.h \
1097 bindings/js/JSEventTarget.h \
1098 bindings/js/JSHistoryCustom.h \
1099 bindings/js/JSHTMLAppletElementCustom.h \
1100 bindings/js/JSHTMLEmbedElementCustom.h \
1101 bindings/js/JSHTMLInputElementCustom.h \
1102 bindings/js/JSHTMLObjectElementCustom.h \
1103 bindings/js/JSHTMLSelectElementCustom.h \
1104 bindings/js/JSImageConstructor.h \
1105 bindings/js/JSLazyEventListener.h \
1106 bindings/js/JSLocationCustom.h \
1107 bindings/js/JSNodeCustom.h \
1108 bindings/js/JSNodeFilterCondition.h \
1109 bindings/js/JSOptionConstructor.h \
1110 bindings/js/JSPluginElementFunctions.h \
1111 bindings/js/JSStorageCustom.h \
1112 bindings/js/JSWorkerContextBase.h \
1113 bindings/js/JSWorkerContextErrorHandler.h \
1114 bindings/js/JavaScriptCallFrame.h \
1115 bindings/js/ScheduledAction.h \
1116 bindings/js/ScriptArray.h \
1117 bindings/js/ScriptCachedFrameData.h \
1118 bindings/js/ScriptCallFrame.h \
1119 bindings/js/ScriptCallStack.h \
1120 bindings/js/ScriptController.h \
1121 bindings/js/ScriptEventListener.h \
1122 bindings/js/ScriptFunctionCall.h \
1123 bindings/js/ScriptGCEvent.h \
1124 bindings/js/ScriptObject.h \
1125 bindings/js/ScriptProfile.h \
1126 bindings/js/ScriptProfileNode.h \
1127 bindings/js/ScriptProfiler.h \
1128 bindings/js/ScriptSourceCode.h \
1129 bindings/js/ScriptSourceProvider.h \
1130 bindings/js/ScriptState.h \
1131 bindings/js/ScriptValue.h \
1132 bindings/js/ScriptWrappable.h \
1133 bindings/js/SerializedScriptValue.h \
1134 bindings/js/StringSourceProvider.h \
1135 bindings/js/WebCoreJSClientData.h \
1136 bindings/js/WorkerScriptController.h \
1138 bridge/c/CRuntimeObject.h \
1139 bridge/c/c_class.h \
1140 bridge/c/c_instance.h \
1141 bridge/c/c_runtime.h \
1142 bridge/c/c_utility.h \
1143 bridge/jsc/BridgeJSC.h \
1144 bridge/IdentifierRep.h \
1145 bridge/NP_jsobject.h \
1146 bridge/npruntime.h \
1147 bridge/qt/qt_class.h \
1148 bridge/qt/qt_instance.h \
1149 bridge/qt/qt_runtime.h \
1150 bridge/qt/qt_pixmapruntime.h \
1151 bridge/runtime_array.h \
1152 bridge/runtime_method.h \
1153 bridge/runtime_object.h \
1154 bridge/runtime_root.h \
1155 css/CSSBorderImageValue.h \
1156 css/CSSCanvasValue.h \
1157 css/CSSCharsetRule.h \
1158 css/CSSComputedStyleDeclaration.h \
1159 css/CSSCursorImageValue.h \
1161 css/CSSFontFaceRule.h \
1162 css/CSSFontFaceSource.h \
1163 css/CSSFontFaceSrcValue.h \
1164 css/CSSFontSelector.h \
1165 css/CSSFunctionValue.h \
1166 css/CSSGradientValue.h \
1168 css/CSSImageGeneratorValue.h \
1169 css/CSSImageValue.h \
1170 css/CSSImportRule.h \
1171 css/CSSInheritedValue.h \
1172 css/CSSInitialValue.h \
1173 css/CSSMediaRule.h \
1174 css/CSSMutableStyleDeclaration.h \
1178 css/CSSParserValues.h \
1179 css/CSSPrimitiveValue.h \
1181 css/CSSPropertyLonghand.h \
1182 css/CSSReflectValue.h \
1185 css/CSSSegmentedFontFace.h \
1187 css/CSSSelectorList.h \
1188 css/CSSStyleDeclaration.h \
1189 css/CSSStyleRule.h \
1190 css/CSSStyleSelector.h \
1191 css/CSSStyleSheet.h \
1192 css/CSSTimingFunctionValue.h \
1193 css/CSSUnicodeRangeValue.h \
1194 css/CSSValueList.h \
1195 css/CSSVariableDependentValue.h \
1196 css/CSSVariablesDeclaration.h \
1197 css/CSSVariablesRule.h \
1198 css/FontFamilyValue.h \
1200 css/MediaFeatureNames.h \
1202 css/MediaQueryEvaluator.h \
1203 css/MediaQueryExp.h \
1211 css/StyleSheetList.h \
1212 css/WebKitCSSKeyframeRule.h \
1213 css/WebKitCSSKeyframesRule.h \
1214 css/WebKitCSSMatrix.h \
1215 css/WebKitCSSTransformValue.h \
1216 dom/ActiveDOMObject.h \
1219 dom/BeforeTextInsertedEvent.h \
1220 dom/BeforeUnloadEvent.h \
1221 dom/CDATASection.h \
1222 dom/CharacterData.h \
1223 dom/CheckedRadioButtons.h \
1224 dom/ChildNodeList.h \
1225 dom/ClassNodeList.h \
1227 dom/ClientRectList.h \
1228 dom/ClipboardEvent.h \
1231 dom/ContainerNode.h \
1232 dom/CSSMappedAttributeDeclaration.h \
1234 dom/default/PlatformMessagePortChannel.h \
1235 dom/DeviceOrientation.h \
1236 dom/DeviceOrientationClient.h \
1237 dom/DeviceOrientationEvent.h \
1238 dom/DocumentFragment.h \
1240 dom/DocumentType.h \
1241 dom/DOMImplementation.h \
1242 dom/DOMStringList.h \
1243 dom/DOMStringMap.h \
1244 dom/DatasetDOMStringMap.h \
1245 dom/DynamicNodeList.h \
1249 dom/EntityReference.h \
1253 dom/ExceptionBase.h \
1254 dom/ExceptionCode.h \
1255 dom/FragmentScriptingPermission.h \
1256 dom/InputElement.h \
1257 dom/KeyboardEvent.h \
1258 dom/MessageChannel.h \
1259 dom/MessageEvent.h \
1260 dom/MessagePortChannel.h \
1263 dom/MouseRelatedEvent.h \
1264 dom/MutationEvent.h \
1265 dom/NamedNodeMap.h \
1266 dom/NameNodeList.h \
1267 dom/NodeFilterCondition.h \
1270 dom/NodeIterator.h \
1272 dom/OptionElement.h \
1273 dom/OptionGroupElement.h \
1274 dom/StaticHashSetNodeList.h \
1275 dom/OverflowEvent.h \
1276 dom/PageTransitionEvent.h \
1278 dom/PositionIterator.h \
1279 dom/ProcessingInstruction.h \
1280 dom/ProgressEvent.h \
1281 dom/QualifiedName.h \
1283 dom/RegisteredEventListener.h \
1284 dom/ScriptElement.h \
1285 dom/ScriptExecutionContext.h \
1286 dom/SelectElement.h \
1287 dom/SelectorNodeList.h \
1288 dom/SpaceSplitString.h \
1289 dom/StaticNodeList.h \
1290 dom/StyledElement.h \
1291 dom/StyleElement.h \
1298 dom/TransformSource.h \
1300 dom/TreeDepthLimit.h \
1303 dom/UIEventWithKeyState.h \
1304 dom/UserGestureIndicator.h \
1305 dom/ViewportArguments.h \
1306 dom/WebKitAnimationEvent.h \
1307 dom/WebKitTransitionEvent.h \
1309 dom/XMLDocumentParser.h \
1310 editing/AppendNodeCommand.h \
1311 editing/ApplyStyleCommand.h \
1312 editing/BreakBlockquoteCommand.h \
1313 editing/CompositeEditCommand.h \
1314 editing/CreateLinkCommand.h \
1315 editing/DeleteButtonController.h \
1316 editing/DeleteButton.h \
1317 editing/DeleteFromTextNodeCommand.h \
1318 editing/DeleteSelectionCommand.h \
1319 editing/EditCommand.h \
1320 editing/EditingBehavior.h \
1322 editing/FormatBlockCommand.h \
1323 editing/htmlediting.h \
1324 editing/HTMLInterchange.h \
1325 editing/IndentOutdentCommand.h \
1326 editing/InsertIntoTextNodeCommand.h \
1327 editing/InsertLineBreakCommand.h \
1328 editing/InsertListCommand.h \
1329 editing/InsertNodeBeforeCommand.h \
1330 editing/InsertParagraphSeparatorCommand.h \
1331 editing/InsertTextCommand.h \
1332 editing/JoinTextNodesCommand.h \
1334 editing/MergeIdenticalElementsCommand.h \
1335 editing/ModifySelectionListLevel.h \
1336 editing/MoveSelectionCommand.h \
1337 editing/RemoveCSSPropertyCommand.h \
1338 editing/RemoveFormatCommand.h \
1339 editing/RemoveNodeCommand.h \
1340 editing/RemoveNodePreservingChildrenCommand.h \
1341 editing/ReplaceNodeWithSpanCommand.h \
1342 editing/ReplaceSelectionCommand.h \
1343 editing/SelectionController.h \
1344 editing/SetNodeAttributeCommand.h \
1345 editing/SmartReplace.h \
1346 editing/SplitElementCommand.h \
1347 editing/SplitTextNodeCommand.h \
1348 editing/SplitTextNodeContainingElementCommand.h \
1349 editing/TextIterator.h \
1350 editing/TypingCommand.h \
1351 editing/UnlinkCommand.h \
1352 editing/VisiblePosition.h \
1353 editing/VisibleSelection.h \
1354 editing/visible_units.h \
1355 editing/WrapContentsInDummySpanCommand.h \
1356 history/BackForwardList.h \
1357 history/CachedFrame.h \
1358 history/CachedPage.h \
1359 history/HistoryItem.h \
1360 history/PageCache.h \
1361 html/AsyncImageResizer.h \
1363 html/BlobBuilder.h \
1364 html/canvas/CanvasGradient.h \
1365 html/canvas/CanvasPattern.h \
1366 html/canvas/CanvasPixelArray.h \
1367 html/canvas/CanvasRenderingContext.h \
1368 html/canvas/CanvasRenderingContext2D.h \
1369 html/canvas/CanvasStyle.h \
1370 html/CollectionCache.h \
1371 html/DataGridColumn.h \
1372 html/DataGridColumnList.h \
1373 html/DateComponents.h \
1374 html/DOMDataGridDataSource.h \
1375 html/DOMFormData.h \
1381 html/FileStreamClient.h \
1382 html/FileStreamProxy.h \
1384 html/FileThreadTask.h \
1385 html/FormDataList.h \
1386 html/HTMLAllCollection.h \
1387 html/HTMLAnchorElement.h \
1388 html/HTMLAppletElement.h \
1389 html/HTMLAreaElement.h \
1390 html/HTMLAudioElement.h \
1391 html/HTMLBaseElement.h \
1392 html/HTMLBaseFontElement.h \
1393 html/HTMLBlockquoteElement.h \
1394 html/HTMLBodyElement.h \
1395 html/HTMLBRElement.h \
1396 html/HTMLButtonElement.h \
1397 html/HTMLCanvasElement.h \
1398 html/HTMLCollection.h \
1399 html/HTMLDataGridCellElement.h \
1400 html/HTMLDataGridColElement.h \
1401 html/HTMLDataGridElement.h \
1402 html/HTMLDataGridRowElement.h \
1403 html/HTMLDirectoryElement.h \
1404 html/HTMLDivElement.h \
1405 html/HTMLDListElement.h \
1406 html/HTMLDocument.h \
1407 html/HTMLElement.h \
1408 html/HTMLEmbedElement.h \
1409 html/HTMLFieldSetElement.h \
1410 html/HTMLFontElement.h \
1411 html/HTMLFormCollection.h \
1412 html/HTMLFormControlElement.h \
1413 html/HTMLFormElement.h \
1414 html/HTMLFrameElementBase.h \
1415 html/HTMLFrameElement.h \
1416 html/HTMLFrameOwnerElement.h \
1417 html/HTMLFrameSetElement.h \
1418 html/HTMLHeadElement.h \
1419 html/HTMLHeadingElement.h \
1420 html/HTMLHRElement.h \
1421 html/HTMLHtmlElement.h \
1422 html/HTMLIFrameElement.h \
1423 html/HTMLImageElement.h \
1424 html/HTMLImageLoader.h \
1425 html/HTMLInputElement.h \
1426 html/HTMLIsIndexElement.h \
1427 html/HTMLKeygenElement.h \
1428 html/HTMLLabelElement.h \
1429 html/HTMLLegendElement.h \
1430 html/HTMLLIElement.h \
1431 html/HTMLLinkElement.h \
1432 html/HTMLMapElement.h \
1433 html/HTMLMarqueeElement.h \
1434 html/HTMLMediaElement.h \
1435 html/HTMLMenuElement.h \
1436 html/HTMLMetaElement.h \
1437 html/HTMLMeterElement.h \
1438 html/HTMLModElement.h \
1439 html/HTMLNameCollection.h \
1440 html/HTMLNoScriptElement.h \
1441 html/HTMLObjectElement.h \
1442 html/HTMLOListElement.h \
1443 html/HTMLOptGroupElement.h \
1444 html/HTMLOptionElement.h \
1445 html/HTMLOptionsCollection.h \
1446 html/HTMLParagraphElement.h \
1447 html/HTMLParamElement.h \
1448 html/HTMLParserErrorCodes.h \
1449 html/LegacyHTMLTreeBuilder.h \
1450 html/HTMLPlugInElement.h \
1451 html/HTMLPlugInImageElement.h \
1452 html/HTMLPreElement.h \
1453 html/HTMLProgressElement.h \
1454 html/HTMLQuoteElement.h \
1455 html/HTMLScriptElement.h \
1456 html/HTMLSelectElement.h \
1457 html/HTMLSourceElement.h \
1458 html/HTMLStyleElement.h \
1459 html/HTMLTableCaptionElement.h \
1460 html/HTMLTableCellElement.h \
1461 html/HTMLTableColElement.h \
1462 html/HTMLTableElement.h \
1463 html/HTMLTablePartElement.h \
1464 html/HTMLTableRowElement.h \
1465 html/HTMLTableRowsCollection.h \
1466 html/HTMLTableSectionElement.h \
1467 html/HTMLTextAreaElement.h \
1468 html/HTMLTitleElement.h \
1469 html/LegacyHTMLDocumentParser.h \
1470 html/HTMLUListElement.h \
1471 html/HTMLVideoElement.h \
1472 html/HTMLViewSourceDocument.h \
1474 html/ImageResizerThread.h \
1475 html/LabelsNodeList.h \
1476 html/LegacyPreloadScanner.h \
1479 html/ValidityState.h \
1480 inspector/ConsoleMessage.h \
1481 inspector/InjectedScript.h \
1482 inspector/InjectedScriptHost.h \
1483 inspector/InspectorBackend.h \
1484 inspector/InspectorController.h \
1485 inspector/InspectorDatabaseResource.h \
1486 inspector/InspectorDOMStorageResource.h \
1487 inspector/InspectorFrontend.h \
1488 inspector/InspectorFrontendClient.h \
1489 inspector/InspectorFrontendClientLocal.h \
1490 inspector/InspectorFrontendHost.h \
1491 inspector/InspectorResource.h \
1492 inspector/InspectorTimelineAgent.h \
1493 inspector/ScriptGCEventListener.h \
1494 inspector/TimelineRecordFactory.h \
1495 loader/appcache/ApplicationCacheGroup.h \
1496 loader/appcache/ApplicationCacheHost.h \
1497 loader/appcache/ApplicationCache.h \
1498 loader/appcache/ApplicationCacheResource.h \
1499 loader/appcache/ApplicationCacheStorage.h \
1500 loader/appcache/DOMApplicationCache.h \
1501 loader/appcache/ManifestParser.h \
1502 loader/archive/ArchiveFactory.h \
1503 loader/archive/ArchiveResourceCollection.h \
1504 loader/archive/ArchiveResource.h \
1505 loader/CachedCSSStyleSheet.h \
1506 loader/CachedFont.h \
1507 loader/CachedImage.h \
1508 loader/CachedResourceClientWalker.h \
1509 loader/CachedResource.h \
1510 loader/CachedResourceHandle.h \
1511 loader/CachedScript.h \
1512 loader/CachedXSLStyleSheet.h \
1514 loader/CrossOriginAccessControl.h \
1515 loader/CrossOriginPreflightResultCache.h \
1516 loader/DocLoader.h \
1517 loader/DocumentLoader.h \
1518 loader/DocumentThreadableLoader.h \
1519 loader/FormState.h \
1520 loader/FrameLoader.h \
1521 loader/FrameLoaderStateMachine.h \
1522 loader/FTPDirectoryDocument.h \
1523 loader/FTPDirectoryParser.h \
1524 loader/icon/IconDatabase.h \
1525 loader/icon/IconLoader.h \
1526 loader/icon/IconRecord.h \
1527 loader/icon/PageURLRecord.h \
1528 loader/ImageDocument.h \
1529 loader/ImageLoader.h \
1531 loader/MainResourceLoader.h \
1532 loader/MediaDocument.h \
1533 loader/NavigationAction.h \
1534 loader/NetscapePlugInStreamLoader.h \
1535 loader/PlaceholderDocument.h \
1536 loader/PluginDocument.h \
1537 loader/ProgressTracker.h \
1539 loader/ResourceLoader.h \
1540 loader/SubresourceLoader.h \
1541 loader/TextDocument.h \
1542 loader/TextResourceDecoder.h \
1543 loader/ThreadableLoader.h \
1544 loader/WorkerThreadableLoader.h \
1545 mathml/MathMLElement.h \
1546 mathml/MathMLInlineContainerElement.h \
1547 mathml/MathMLMathElement.h \
1548 mathml/MathMLTextElement.h \
1549 mathml/RenderMathMLBlock.h \
1550 mathml/RenderMathMLFraction.h \
1551 mathml/RenderMathMLMath.h \
1552 mathml/RenderMathMLOperator.h \
1553 mathml/RenderMathMLRoot.h \
1554 mathml/RenderMathMLRow.h \
1555 mathml/RenderMathMLSquareRoot.h \
1556 mathml/RenderMathMLSubSup.h \
1557 mathml/RenderMathMLUnderOver.h \
1558 notifications/Notification.h \
1559 notifications/NotificationCenter.h \
1560 notifications/NotificationPresenter.h \
1561 notifications/NotificationContents.h \
1562 page/animation/AnimationBase.h \
1563 page/animation/AnimationController.h \
1564 page/animation/CompositeAnimation.h \
1565 page/animation/ImplicitAnimation.h \
1566 page/animation/KeyframeAnimation.h \
1570 page/ContextMenuController.h \
1571 page/ContextMenuProvider.h \
1572 page/Coordinates.h \
1573 page/DOMSelection.h \
1576 page/DragController.h \
1577 page/EventHandler.h \
1578 page/EventSource.h \
1579 page/FocusController.h \
1583 page/Geolocation.h \
1584 page/GeolocationPositionCache.h \
1585 page/Geoposition.h \
1586 page/HaltablePlugin.h \
1589 page/MouseEventWithHitTestResults.h \
1590 page/NavigatorBase.h \
1593 page/PageGroupLoadDeferrer.h \
1595 page/PluginHalter.h \
1596 page/PluginHalterClient.h \
1597 page/PrintContext.h \
1599 page/SecurityOrigin.h \
1601 page/SpatialNavigation.h \
1602 page/WindowFeatures.h \
1603 page/WorkerNavigator.h \
1606 platform/animation/Animation.h \
1607 platform/animation/AnimationList.h \
1609 platform/BlobItem.h \
1610 platform/ContentType.h \
1611 platform/ContextMenu.h \
1612 platform/CrossThreadCopier.h \
1613 platform/DeprecatedPtrListImpl.h \
1614 platform/DragData.h \
1615 platform/DragImage.h \
1616 platform/FileChooser.h \
1617 platform/GeolocationService.h \
1618 platform/image-decoders/ImageDecoder.h \
1619 platform/mock/GeolocationServiceMock.h \
1620 platform/graphics/BitmapImage.h \
1621 platform/graphics/Color.h \
1622 platform/graphics/filters/FEBlend.h \
1623 platform/graphics/filters/FEColorMatrix.h \
1624 platform/graphics/filters/FEComponentTransfer.h \
1625 platform/graphics/filters/FEComposite.h \
1626 platform/graphics/filters/FEGaussianBlur.h \
1627 platform/graphics/filters/FilterEffect.h \
1628 platform/graphics/filters/SourceAlpha.h \
1629 platform/graphics/filters/SourceGraphic.h \
1630 platform/graphics/FloatPoint3D.h \
1631 platform/graphics/FloatPoint.h \
1632 platform/graphics/FloatQuad.h \
1633 platform/graphics/FloatRect.h \
1634 platform/graphics/FloatSize.h \
1635 platform/graphics/FontData.h \
1636 platform/graphics/FontDescription.h \
1637 platform/graphics/FontFamily.h \
1638 platform/graphics/Font.h \
1639 platform/graphics/GeneratedImage.h \
1640 platform/graphics/Gradient.h \
1641 platform/graphics/GraphicsContext.h \
1642 platform/graphics/GraphicsTypes.h \
1643 platform/graphics/Image.h \
1644 platform/graphics/ImageSource.h \
1645 platform/graphics/IntPoint.h \
1646 platform/graphics/IntPointHash.h \
1647 platform/graphics/IntRect.h \
1648 platform/graphics/MediaPlayer.h \
1649 platform/graphics/Path.h \
1650 platform/graphics/PathTraversalState.h \
1651 platform/graphics/Pattern.h \
1652 platform/graphics/Pen.h \
1653 platform/graphics/qt/FontCustomPlatformData.h \
1654 platform/graphics/qt/ImageDecoderQt.h \
1655 platform/graphics/qt/StillImageQt.h \
1656 platform/graphics/SegmentedFontData.h \
1657 platform/graphics/SimpleFontData.h \
1658 platform/graphics/Tile.h \
1659 platform/graphics/TiledBackingStore.h \
1660 platform/graphics/TiledBackingStoreClient.h \
1661 platform/graphics/transforms/Matrix3DTransformOperation.h \
1662 platform/graphics/transforms/MatrixTransformOperation.h \
1663 platform/graphics/transforms/PerspectiveTransformOperation.h \
1664 platform/graphics/transforms/RotateTransformOperation.h \
1665 platform/graphics/transforms/ScaleTransformOperation.h \
1666 platform/graphics/transforms/SkewTransformOperation.h \
1667 platform/graphics/transforms/TransformationMatrix.h \
1668 platform/graphics/transforms/TransformOperations.h \
1669 platform/graphics/transforms/TranslateTransformOperation.h \
1670 platform/KillRing.h \
1673 platform/LinkHash.h \
1674 platform/Logging.h \
1675 platform/MIMETypeRegistry.h \
1676 platform/network/AuthenticationChallengeBase.h \
1677 platform/network/AuthenticationClient.h \
1678 platform/network/Credential.h \
1679 platform/network/FormDataBuilder.h \
1680 platform/network/FormData.h \
1681 platform/network/HTTPHeaderMap.h \
1682 platform/network/HTTPParsers.h \
1683 platform/network/NetworkStateNotifier.h \
1684 platform/network/ProtectionSpace.h \
1685 platform/network/qt/QNetworkReplyHandler.h \
1686 platform/network/ResourceErrorBase.h \
1687 platform/network/ResourceHandle.h \
1688 platform/network/ResourceLoadTiming.h \
1689 platform/network/ResourceRequestBase.h \
1690 platform/network/ResourceResponseBase.h \
1691 platform/PlatformTouchEvent.h \
1692 platform/PlatformTouchPoint.h \
1693 platform/qt/ClipboardQt.h \
1694 platform/qt/QWebPageClient.h \
1695 platform/qt/QtAbstractWebPopup.h \
1696 platform/qt/QtStyleOptionWebComboBox.h \
1697 platform/qt/RenderThemeQt.h \
1698 platform/qt/ScrollbarThemeQt.h \
1699 platform/Scrollbar.h \
1700 platform/ScrollbarThemeComposite.h \
1701 platform/ScrollView.h \
1702 platform/SharedBuffer.h \
1703 platform/sql/SQLiteDatabase.h \
1704 platform/sql/SQLiteFileSystem.h \
1705 platform/sql/SQLiteStatement.h \
1706 platform/sql/SQLiteTransaction.h \
1707 platform/sql/SQLValue.h \
1708 platform/text/AtomicString.h \
1709 platform/text/Base64.h \
1710 platform/text/BidiContext.h \
1711 platform/text/Hyphenation.h \
1712 platform/text/qt/TextCodecQt.h \
1713 platform/text/RegularExpression.h \
1714 platform/text/SegmentedString.h \
1715 platform/text/StringBuilder.h \
1716 platform/text/StringImpl.h \
1717 platform/text/TextCodec.h \
1718 platform/text/TextCodecLatin1.h \
1719 platform/text/TextCodecUserDefined.h \
1720 platform/text/TextCodecUTF16.h \
1721 platform/text/TextEncoding.h \
1722 platform/text/TextEncodingRegistry.h \
1723 platform/text/TextStream.h \
1724 platform/text/UnicodeRange.h \
1725 platform/text/transcoder/FontTranscoder.h \
1726 platform/ThreadGlobalData.h \
1727 platform/ThreadTimers.h \
1730 plugins/MimeTypeArray.h \
1731 plugins/MimeType.h \
1732 plugins/PluginArray.h \
1733 plugins/PluginDatabase.h \
1734 plugins/PluginData.h \
1735 plugins/PluginDebug.h \
1737 plugins/PluginMainThreadScheduler.h \
1738 plugins/PluginPackage.h \
1739 plugins/PluginStream.h \
1740 plugins/PluginView.h \
1741 plugins/win/PluginMessageThrottlerWin.h \
1742 rendering/AutoTableLayout.h \
1743 rendering/break_lines.h \
1744 rendering/CounterNode.h \
1745 rendering/EllipsisBox.h \
1746 rendering/FixedTableLayout.h \
1747 rendering/HitTestResult.h \
1748 rendering/InlineBox.h \
1749 rendering/InlineFlowBox.h \
1750 rendering/InlineTextBox.h \
1751 rendering/LayoutState.h \
1752 rendering/MediaControlElements.h \
1753 rendering/PaintInfo.h \
1754 rendering/PaintPhase.h \
1755 rendering/PointerEventsHitRules.h \
1756 rendering/RenderApplet.h \
1757 rendering/RenderArena.h \
1758 rendering/RenderBlock.h \
1759 rendering/RenderBox.h \
1760 rendering/RenderBoxModelObject.h \
1761 rendering/RenderBR.h \
1762 rendering/RenderButton.h \
1763 rendering/RenderCounter.h \
1764 rendering/RenderDataGrid.h \
1765 rendering/RenderEmbeddedObject.h \
1766 rendering/RenderFieldset.h \
1767 rendering/RenderFileUploadControl.h \
1768 rendering/RenderFlexibleBox.h \
1769 rendering/RenderForeignObject.h \
1770 rendering/RenderFrame.h \
1771 rendering/RenderFrameBase.h \
1772 rendering/RenderFrameSet.h \
1773 rendering/RenderHTMLCanvas.h \
1774 rendering/RenderIFrame.h \
1775 rendering/RenderImageGeneratedContent.h \
1776 rendering/RenderImage.h \
1777 rendering/RenderIndicator.h \
1778 rendering/RenderInline.h \
1779 rendering/RenderInputSpeech.h \
1780 rendering/RenderLayer.h \
1781 rendering/RenderLineBoxList.h \
1782 rendering/RenderListBox.h \
1783 rendering/RenderListItem.h \
1784 rendering/RenderListMarker.h \
1785 rendering/RenderMarquee.h \
1786 rendering/RenderMedia.h \
1787 rendering/RenderMenuList.h \
1788 rendering/RenderMeter.h \
1789 rendering/RenderObjectChildList.h \
1790 rendering/RenderObject.h \
1791 rendering/RenderPart.h \
1792 rendering/RenderPath.h \
1793 rendering/RenderProgress.h \
1794 rendering/RenderReplaced.h \
1795 rendering/RenderReplica.h \
1796 rendering/RenderRuby.h \
1797 rendering/RenderRubyBase.h \
1798 rendering/RenderRubyRun.h \
1799 rendering/RenderRubyText.h \
1800 rendering/RenderScrollbar.h \
1801 rendering/RenderScrollbarPart.h \
1802 rendering/RenderScrollbarTheme.h \
1803 rendering/RenderSlider.h \
1804 rendering/RenderSVGBlock.h \
1805 rendering/RenderSVGContainer.h \
1806 rendering/RenderSVGGradientStop.h \
1807 rendering/RenderSVGHiddenContainer.h \
1808 rendering/RenderSVGImage.h \
1809 rendering/RenderSVGInline.h \
1810 rendering/RenderSVGInlineText.h \
1811 rendering/RenderSVGModelObject.h \
1812 rendering/RenderSVGResource.h \
1813 rendering/RenderSVGResourceClipper.h \
1814 rendering/RenderSVGResourceFilter.h \
1815 rendering/RenderSVGResourceGradient.h \
1816 rendering/RenderSVGResourceLinearGradient.h \
1817 rendering/RenderSVGResourceMarker.h \
1818 rendering/RenderSVGResourceMasker.h \
1819 rendering/RenderSVGResourcePattern.h \
1820 rendering/RenderSVGResourceRadialGradient.h \
1821 rendering/RenderSVGResourceSolidColor.h \
1822 rendering/RenderSVGRoot.h \
1823 rendering/RenderSVGShadowTreeRootContainer.h \
1824 rendering/RenderSVGText.h \
1825 rendering/RenderSVGTextPath.h \
1826 rendering/RenderSVGTransformableContainer.h \
1827 rendering/RenderSVGTSpan.h \
1828 rendering/RenderSVGViewportContainer.h \
1829 rendering/RenderTableCell.h \
1830 rendering/RenderTableCol.h \
1831 rendering/RenderTable.h \
1832 rendering/RenderTableRow.h \
1833 rendering/RenderTableSection.h \
1834 rendering/RenderTextControl.h \
1835 rendering/RenderTextControlMultiLine.h \
1836 rendering/RenderTextControlSingleLine.h \
1837 rendering/RenderTextFragment.h \
1838 rendering/RenderText.h \
1839 rendering/RenderTheme.h \
1840 rendering/RenderTreeAsText.h \
1841 rendering/RenderVideo.h \
1842 rendering/RenderView.h \
1843 rendering/RenderWidget.h \
1844 rendering/RenderWordBreak.h \
1845 rendering/RootInlineBox.h \
1846 rendering/ScrollBehavior.h \
1847 rendering/ShadowElement.h \
1848 rendering/style/BindingURI.h \
1849 rendering/style/ContentData.h \
1850 rendering/style/CounterDirectives.h \
1851 rendering/style/CursorData.h \
1852 rendering/style/CursorList.h \
1853 rendering/style/FillLayer.h \
1854 rendering/style/KeyframeList.h \
1855 rendering/style/NinePieceImage.h \
1856 rendering/style/RenderStyle.h \
1857 rendering/style/ShadowData.h \
1858 rendering/style/StyleBackgroundData.h \
1859 rendering/style/StyleBoxData.h \
1860 rendering/style/StyleCachedImage.h \
1861 rendering/style/StyleFlexibleBoxData.h \
1862 rendering/style/StyleGeneratedImage.h \
1863 rendering/style/StyleInheritedData.h \
1864 rendering/style/StyleMarqueeData.h \
1865 rendering/style/StyleMultiColData.h \
1866 rendering/style/StyleRareInheritedData.h \
1867 rendering/style/StyleRareNonInheritedData.h \
1868 rendering/style/StyleReflection.h \
1869 rendering/style/StyleSurroundData.h \
1870 rendering/style/StyleTransformData.h \
1871 rendering/style/StyleVisualData.h \
1872 rendering/style/SVGRenderStyleDefs.h \
1873 rendering/style/SVGRenderStyle.h \
1874 rendering/SVGCharacterData.h \
1875 rendering/SVGCharacterLayoutInfo.h \
1876 rendering/SVGInlineFlowBox.h \
1877 rendering/SVGInlineTextBox.h \
1878 rendering/SVGMarkerData.h \
1879 rendering/SVGMarkerLayoutInfo.h \
1880 rendering/SVGRenderSupport.h \
1881 rendering/SVGRenderTreeAsText.h \
1882 rendering/SVGRootInlineBox.h \
1883 rendering/SVGShadowTreeElements.h \
1884 rendering/SVGTextChunkLayoutInfo.h \
1885 rendering/SVGTextLayoutUtilities.h \
1886 rendering/SVGTextQuery.h \
1887 rendering/TextControlInnerElements.h \
1888 rendering/TransformState.h \
1889 svg/animation/SMILTimeContainer.h \
1890 svg/animation/SMILTime.h \
1891 svg/animation/SVGSMILElement.h \
1892 svg/ColorDistance.h \
1893 svg/graphics/filters/SVGFEConvolveMatrix.h \
1894 svg/graphics/filters/SVGFEDiffuseLighting.h \
1895 svg/graphics/filters/SVGFEDisplacementMap.h \
1896 svg/graphics/filters/SVGFEFlood.h \
1897 svg/graphics/filters/SVGFEImage.h \
1898 svg/graphics/filters/SVGFELighting.h \
1899 svg/graphics/filters/SVGFEMerge.h \
1900 svg/graphics/filters/SVGFEMorphology.h \
1901 svg/graphics/filters/SVGFEOffset.h \
1902 svg/graphics/filters/SVGFESpecularLighting.h \
1903 svg/graphics/filters/SVGFETile.h \
1904 svg/graphics/filters/SVGFETurbulence.h \
1905 svg/graphics/filters/SVGFilterBuilder.h \
1906 svg/graphics/filters/SVGFilter.h \
1907 svg/graphics/filters/SVGLightSource.h \
1908 svg/graphics/SVGImage.h \
1910 svg/SVGAltGlyphElement.h \
1912 svg/SVGAnimateColorElement.h \
1913 svg/SVGAnimatedPathData.h \
1914 svg/SVGAnimatedPoints.h \
1915 svg/SVGAnimatedProperty.h \
1916 svg/SVGAnimatedPropertySynchronizer.h \
1917 svg/SVGAnimatedPropertyTraits.h \
1918 svg/SVGAnimatedTemplate.h \
1919 svg/SVGAnimateElement.h \
1920 svg/SVGAnimateMotionElement.h \
1921 svg/SVGAnimateTransformElement.h \
1922 svg/SVGAnimationElement.h \
1923 svg/SVGCircleElement.h \
1924 svg/SVGClipPathElement.h \
1926 svg/SVGComponentTransferFunctionElement.h \
1927 svg/SVGCursorElement.h \
1928 svg/SVGDefsElement.h \
1929 svg/SVGDescElement.h \
1930 svg/SVGDocumentExtensions.h \
1933 svg/SVGElementInstance.h \
1934 svg/SVGElementInstanceList.h \
1935 svg/SVGElementRareData.h \
1936 svg/SVGEllipseElement.h \
1937 svg/SVGExternalResourcesRequired.h \
1938 svg/SVGFEBlendElement.h \
1939 svg/SVGFEColorMatrixElement.h \
1940 svg/SVGFEComponentTransferElement.h \
1941 svg/SVGFECompositeElement.h \
1942 svg/SVGFEConvolveMatrixElement.h \
1943 svg/SVGFEDiffuseLightingElement.h \
1944 svg/SVGFEDisplacementMapElement.h \
1945 svg/SVGFEDistantLightElement.h \
1946 svg/SVGFEFloodElement.h \
1947 svg/SVGFEFuncAElement.h \
1948 svg/SVGFEFuncBElement.h \
1949 svg/SVGFEFuncGElement.h \
1950 svg/SVGFEFuncRElement.h \
1951 svg/SVGFEGaussianBlurElement.h \
1952 svg/SVGFEImageElement.h \
1953 svg/SVGFELightElement.h \
1954 svg/SVGFEMergeElement.h \
1955 svg/SVGFEMergeNodeElement.h \
1956 svg/SVGFEMorphologyElement.h \
1957 svg/SVGFEOffsetElement.h \
1958 svg/SVGFEPointLightElement.h \
1959 svg/SVGFESpecularLightingElement.h \
1960 svg/SVGFESpotLightElement.h \
1961 svg/SVGFETileElement.h \
1962 svg/SVGFETurbulenceElement.h \
1963 svg/SVGFilterElement.h \
1964 svg/SVGFilterPrimitiveStandardAttributes.h \
1965 svg/SVGFitToViewBox.h \
1967 svg/SVGFontElement.h \
1968 svg/SVGFontFaceElement.h \
1969 svg/SVGFontFaceFormatElement.h \
1970 svg/SVGFontFaceNameElement.h \
1971 svg/SVGFontFaceSrcElement.h \
1972 svg/SVGFontFaceUriElement.h \
1973 svg/SVGForeignObjectElement.h \
1975 svg/SVGGlyphElement.h \
1976 svg/SVGGradientElement.h \
1977 svg/SVGHKernElement.h \
1978 svg/SVGImageElement.h \
1979 svg/SVGImageLoader.h \
1980 svg/SVGLangSpace.h \
1982 svg/SVGLengthList.h \
1983 svg/SVGLinearGradientElement.h \
1984 svg/SVGLineElement.h \
1985 svg/SVGLocatable.h \
1986 svg/SVGMarkerElement.h \
1987 svg/SVGMaskElement.h \
1988 svg/SVGMetadataElement.h \
1989 svg/SVGMissingGlyphElement.h \
1990 svg/SVGMPathElement.h \
1991 svg/SVGNumberList.h \
1993 svg/SVGParserUtilities.h \
1994 svg/SVGPathElement.h \
1995 svg/SVGPathSegArc.h \
1996 svg/SVGPathSegClosePath.h \
1997 svg/SVGPathSegCurvetoCubic.h \
1998 svg/SVGPathSegCurvetoCubicSmooth.h \
1999 svg/SVGPathSegCurvetoQuadratic.h \
2000 svg/SVGPathSegCurvetoQuadraticSmooth.h \
2001 svg/SVGPathSegLineto.h \
2002 svg/SVGPathSegLinetoHorizontal.h \
2003 svg/SVGPathSegLinetoVertical.h \
2004 svg/SVGPathSegList.h \
2005 svg/SVGPathSegMoveto.h \
2006 svg/SVGPatternElement.h \
2007 svg/SVGPointList.h \
2008 svg/SVGPolyElement.h \
2009 svg/SVGPolygonElement.h \
2010 svg/SVGPolylineElement.h \
2011 svg/SVGPreserveAspectRatio.h \
2012 svg/SVGRadialGradientElement.h \
2013 svg/SVGRectElement.h \
2014 svg/SVGScriptElement.h \
2015 svg/SVGSetElement.h \
2016 svg/SVGStopElement.h \
2017 svg/SVGStringList.h \
2019 svg/SVGStyledElement.h \
2020 svg/SVGStyledLocatableElement.h \
2021 svg/SVGStyledTransformableElement.h \
2022 svg/SVGStyleElement.h \
2023 svg/SVGSVGElement.h \
2024 svg/SVGSwitchElement.h \
2025 svg/SVGSymbolElement.h \
2027 svg/SVGTextContentElement.h \
2028 svg/SVGTextElement.h \
2029 svg/SVGTextPathElement.h \
2030 svg/SVGTextPositioningElement.h \
2031 svg/SVGTitleElement.h \
2032 svg/SVGTransformable.h \
2033 svg/SVGTransformDistance.h \
2034 svg/SVGTransform.h \
2035 svg/SVGTransformList.h \
2036 svg/SVGTRefElement.h \
2037 svg/SVGTSpanElement.h \
2038 svg/SVGURIReference.h \
2039 svg/SVGUseElement.h \
2040 svg/SVGViewElement.h \
2042 svg/SVGVKernElement.h \
2043 svg/SVGZoomAndPan.h \
2044 svg/SVGZoomEvent.h \
2045 wml/WMLAccessElement.h \
2047 wml/WMLAnchorElement.h \
2048 wml/WMLBRElement.h \
2049 wml/WMLCardElement.h \
2051 wml/WMLDoElement.h \
2053 wml/WMLErrorHandling.h \
2054 wml/WMLEventHandlingElement.h \
2055 wml/WMLFieldSetElement.h \
2056 wml/WMLFormControlElement.h \
2057 wml/WMLGoElement.h \
2058 wml/WMLImageElement.h \
2059 wml/WMLImageLoader.h \
2060 wml/WMLInputElement.h \
2061 wml/WMLInsertedLegendElement.h \
2062 wml/WMLIntrinsicEvent.h \
2063 wml/WMLIntrinsicEventHandler.h \
2064 wml/WMLMetaElement.h \
2065 wml/WMLNoopElement.h \
2066 wml/WMLOnEventElement.h \
2067 wml/WMLOptGroupElement.h \
2068 wml/WMLOptionElement.h \
2069 wml/WMLPageState.h \
2071 wml/WMLPostfieldElement.h \
2072 wml/WMLPrevElement.h \
2073 wml/WMLRefreshElement.h \
2074 wml/WMLSelectElement.h \
2075 wml/WMLSetvarElement.h \
2076 wml/WMLTableElement.h \
2077 wml/WMLTaskElement.h \
2078 wml/WMLTemplateElement.h \
2079 wml/WMLTimerElement.h \
2080 wml/WMLVariables.h \
2081 workers/AbstractWorker.h \
2082 workers/DedicatedWorkerContext.h \
2083 workers/DedicatedWorkerThread.h \
2084 workers/SharedWorker.h \
2085 workers/WorkerContext.h \
2087 workers/WorkerLocation.h \
2088 workers/WorkerMessagingProxy.h \
2089 workers/WorkerRunLoop.h \
2090 workers/WorkerScriptLoader.h \
2091 workers/WorkerThread.h \
2093 xml/NativeXPathNSResolver.h \
2094 xml/XMLHttpRequest.h \
2095 xml/XMLHttpRequestUpload.h \
2096 xml/XMLSerializer.h \
2097 xml/XPathEvaluator.h \
2098 xml/XPathExpression.h \
2099 xml/XPathExpressionNode.h \
2100 xml/XPathFunctions.h \
2101 xml/XPathNamespace.h \
2102 xml/XPathNodeSet.h \
2103 xml/XPathNSResolver.h \
2106 xml/XPathPredicate.h \
2111 xml/XPathVariableReference.h \
2112 xml/XSLImportRule.h \
2113 xml/XSLStyleSheet.h \
2114 xml/XSLTExtensions.h \
2115 xml/XSLTProcessor.h \
2116 xml/XSLTUnicodeSort.h \
2117 $$PWD/../WebKit/qt/Api/qwebplugindatabase_p.h \
2118 $$PWD/../WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h \
2119 $$PWD/../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h \
2120 $$PWD/../WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h \
2121 $$PWD/../WebKit/qt/WebCoreSupport/PageClientQt.h \
2122 $$PWD/../WebKit/qt/WebCoreSupport/QtPlatformPlugin.h \
2123 $$PWD/platform/network/qt/DnsPrefetchHelper.h
2126 accessibility/qt/AccessibilityObjectQt.cpp \
2127 bindings/js/ScriptControllerQt.cpp \
2128 bridge/qt/qt_class.cpp \
2129 bridge/qt/qt_instance.cpp \
2130 bridge/qt/qt_pixmapruntime.cpp \
2131 bridge/qt/qt_runtime.cpp \
2132 page/qt/DragControllerQt.cpp \
2133 page/qt/EventHandlerQt.cpp \
2134 page/qt/FrameQt.cpp \
2135 platform/graphics/qt/TransformationMatrixQt.cpp \
2136 platform/graphics/qt/ColorQt.cpp \
2137 platform/graphics/qt/FontQt.cpp \
2138 platform/graphics/qt/FontPlatformDataQt.cpp \
2139 platform/graphics/qt/FloatPointQt.cpp \
2140 platform/graphics/qt/FloatRectQt.cpp \
2141 platform/graphics/qt/GradientQt.cpp \
2142 platform/graphics/qt/GraphicsContextQt.cpp \
2143 platform/graphics/qt/IconQt.cpp \
2144 platform/graphics/qt/ImageBufferQt.cpp \
2145 platform/graphics/qt/ImageDecoderQt.cpp \
2146 platform/graphics/qt/ImageQt.cpp \
2147 platform/graphics/qt/IntPointQt.cpp \
2148 platform/graphics/qt/IntRectQt.cpp \
2149 platform/graphics/qt/IntSizeQt.cpp \
2150 platform/graphics/qt/PathQt.cpp \
2151 platform/graphics/qt/PatternQt.cpp \
2152 platform/graphics/qt/StillImageQt.cpp \
2153 platform/network/qt/ResourceHandleQt.cpp \
2154 platform/network/qt/ResourceRequestQt.cpp \
2155 platform/network/qt/DnsPrefetchHelper.cpp \
2156 platform/network/qt/QNetworkReplyHandler.cpp \
2157 editing/qt/EditorQt.cpp \
2158 editing/qt/SmartReplaceQt.cpp \
2159 platform/Cursor.cpp \
2160 platform/qt/ClipboardQt.cpp \
2161 platform/qt/ContextMenuItemQt.cpp \
2162 platform/qt/ContextMenuQt.cpp \
2163 platform/qt/CookieJarQt.cpp \
2164 platform/qt/CursorQt.cpp \
2165 platform/qt/DragDataQt.cpp \
2166 platform/qt/DragImageQt.cpp \
2167 platform/qt/EventLoopQt.cpp \
2168 platform/qt/FileChooserQt.cpp \
2169 platform/qt/FileSystemQt.cpp \
2170 platform/qt/SharedBufferQt.cpp \
2171 platform/graphics/qt/FontCacheQt.cpp \
2172 platform/graphics/qt/FontCustomPlatformDataQt.cpp \
2173 platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
2174 platform/graphics/qt/SimpleFontDataQt.cpp \
2175 platform/graphics/qt/TileQt.cpp \
2176 platform/qt/KURLQt.cpp \
2177 platform/qt/Localizations.cpp \
2178 platform/qt/MIMETypeRegistryQt.cpp \
2179 platform/qt/PasteboardQt.cpp \
2180 platform/qt/PlatformKeyboardEventQt.cpp \
2181 platform/qt/PlatformMouseEventQt.cpp \
2182 platform/qt/PlatformScreenQt.cpp \
2183 platform/qt/PlatformTouchEventQt.cpp \
2184 platform/qt/PlatformTouchPointQt.cpp \
2185 platform/qt/PopupMenuQt.cpp \
2186 platform/qt/QtAbstractWebPopup.cpp \
2187 platform/qt/RenderThemeQt.cpp \
2188 platform/qt/ScrollbarQt.cpp \
2189 platform/qt/ScrollbarThemeQt.cpp \
2190 platform/qt/ScrollViewQt.cpp \
2191 platform/qt/SearchPopupMenuQt.cpp \
2192 platform/qt/SharedTimerQt.cpp \
2193 platform/qt/SoundQt.cpp \
2194 platform/qt/LoggingQt.cpp \
2195 platform/qt/TemporaryLinkStubsQt.cpp \
2196 platform/text/qt/TextBoundariesQt.cpp \
2197 platform/text/qt/TextBreakIteratorQt.cpp \
2198 platform/text/qt/TextCodecQt.cpp \
2199 platform/qt/WheelEventQt.cpp \
2200 platform/qt/WidgetQt.cpp \
2201 plugins/qt/PluginDataQt.cpp \
2202 ../WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp \
2203 ../WebKit/qt/WebCoreSupport/ChromeClientQt.cpp \
2204 ../WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp \
2205 ../WebKit/qt/WebCoreSupport/DragClientQt.cpp \
2206 ../WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp \
2207 ../WebKit/qt/WebCoreSupport/EditorClientQt.cpp \
2208 ../WebKit/qt/WebCoreSupport/EditCommandQt.cpp \
2209 ../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp \
2210 ../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp \
2211 ../WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp \
2212 ../WebKit/qt/WebCoreSupport/PageClientQt.cpp \
2213 ../WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp \
2214 ../WebKit/qt/Api/qwebframe.cpp \
2215 ../WebKit/qt/Api/qgraphicswebview.cpp \
2216 ../WebKit/qt/Api/qwebpage.cpp \
2217 ../WebKit/qt/Api/qwebview.cpp \
2218 ../WebKit/qt/Api/qwebelement.cpp \
2219 ../WebKit/qt/Api/qwebhistory.cpp \
2220 ../WebKit/qt/Api/qwebsettings.cpp \
2221 ../WebKit/qt/Api/qwebhistoryinterface.cpp \
2222 ../WebKit/qt/Api/qwebplugindatabase.cpp \
2223 ../WebKit/qt/Api/qwebpluginfactory.cpp \
2224 ../WebKit/qt/Api/qwebsecurityorigin.cpp \
2225 ../WebKit/qt/Api/qwebscriptworld.cpp \
2226 ../WebKit/qt/Api/qwebdatabase.cpp \
2227 ../WebKit/qt/Api/qwebinspector.cpp \
2228 ../WebKit/qt/Api/qwebkitversion.cpp
2231 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
2232 HEADERS += platform/qt/Maemo5Webstyle.h
2233 SOURCES += platform/qt/Maemo5Webstyle.cpp
2237 HEADERS += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.h
2238 SOURCES += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.cpp
2242 win32-*|wince*: SOURCES += platform/win/SystemTimeWin.cpp \
2243 platform/graphics/win/TransformationMatrixWin.cpp
2247 platform/text/cf/StringCF.cpp \
2248 platform/text/cf/StringImplCF.cpp \
2249 platform/cf/SharedBufferCF.cpp
2250 LIBS_PRIVATE += -framework Carbon -framework AppKit
2263 contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
2265 SOURCES += plugins/npapi.cpp
2269 plugins/symbian/PluginPackageSymbian.cpp \
2270 plugins/symbian/PluginDatabaseSymbian.cpp \
2271 plugins/symbian/PluginViewSymbian.cpp \
2272 plugins/symbian/PluginContainerSymbian.cpp
2275 plugins/symbian/PluginContainerSymbian.h \
2276 plugins/symbian/npinterface.h
2286 plugins/mac/PluginPackageMac.cpp \
2287 plugins/mac/PluginViewMac.mm
2288 OBJECTIVE_SOURCES += \
2289 platform/text/mac/StringImplMac.mm \
2290 platform/mac/WebCoreNSStringExtras.mm
2291 INCLUDEPATH += platform/mac
2292 # Note: XP_MACOSX is defined in npapi.h
2299 plugins/qt/PluginContainerQt.cpp \
2300 plugins/qt/PluginPackageQt.cpp \
2301 plugins/qt/PluginViewQt.cpp
2303 plugins/qt/PluginContainerQt.h
2309 INCLUDEPATH += $$PWD/plugins/win \
2312 SOURCES += plugins/win/PluginDatabaseWin.cpp \
2313 plugins/win/PluginPackageWin.cpp \
2314 plugins/win/PluginMessageThrottlerWin.cpp \
2315 plugins/win/PluginViewWin.cpp \
2316 platform/win/BitmapInfo.cpp \
2317 platform/win/WebCoreInstanceHandle.cpp
2331 plugins/PluginPackageNone.cpp \
2332 plugins/PluginViewNone.cpp
2335 contains(DEFINES, ENABLE_SQLITE=1) {
2336 !system-sqlite:exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
2337 # Build sqlite3 into WebCore from source
2338 # somewhat copied from $$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite/sqlite.pro
2339 INCLUDEPATH += $${SQLITE3SRCDIR}
2340 SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
2341 DEFINES += SQLITE_CORE SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE
2342 CONFIG(release, debug|release): DEFINES *= NDEBUG
2343 contains(DEFINES, ENABLE_SINGLE_THREADED=1): DEFINES += SQLITE_THREADSAFE=0
2345 # Use sqlite3 from the underlying OS
2346 CONFIG(QTDIR_build) {
2347 QMAKE_CXXFLAGS *= $$QT_CFLAGS_SQLITE
2348 LIBS *= $$QT_LFLAGS_SQLITE
2350 INCLUDEPATH += $${SQLITE3SRCDIR}
2356 platform/sql/SQLiteAuthorizer.cpp \
2357 platform/sql/SQLiteDatabase.cpp \
2358 platform/sql/SQLiteFileSystem.cpp \
2359 platform/sql/SQLiteStatement.cpp \
2360 platform/sql/SQLiteTransaction.cpp \
2361 platform/sql/SQLValue.cpp \
2362 storage/AbstractDatabase.cpp \
2363 storage/Database.cpp \
2364 storage/DatabaseAuthorizer.cpp \
2365 storage/DatabaseSync.cpp
2369 contains(DEFINES, ENABLE_DATABASE=1) {
2371 storage/ChangeVersionWrapper.cpp \
2372 storage/DatabaseTask.cpp \
2373 storage/DatabaseThread.cpp \
2374 storage/DatabaseTracker.cpp \
2375 storage/OriginQuotaManager.cpp \
2376 storage/OriginUsageRecord.cpp \
2377 storage/SQLResultSet.cpp \
2378 storage/SQLResultSetRowList.cpp \
2379 storage/SQLStatement.cpp \
2380 storage/SQLTransaction.cpp \
2381 storage/SQLTransactionClient.cpp \
2382 storage/SQLTransactionCoordinator.cpp \
2383 storage/SQLTransactionSync.cpp \
2384 bindings/js/JSCustomSQLStatementErrorCallback.cpp \
2385 bindings/js/JSDatabaseCustom.cpp \
2386 bindings/js/JSDatabaseSyncCustom.cpp \
2387 bindings/js/JSSQLResultSetRowListCustom.cpp \
2388 bindings/js/JSSQLTransactionCustom.cpp \
2389 bindings/js/JSSQLTransactionSyncCustom.cpp
2392 contains(DEFINES, ENABLE_INDEXED_DATABASE=1) {
2395 storage/IDBCallbacks.h \
2396 storage/IDBDatabase.h \
2397 storage/IDBDatabaseImpl.h \
2398 storage/IDBDatabaseError.h \
2399 storage/IDBDatabaseException.h \
2400 storage/IDBDatabaseRequest.h \
2401 storage/IDBErrorEvent.h \
2402 storage/IDBEvent.h \
2403 storage/IDBIndex.h \
2404 storage/IDBIndexImpl.h \
2405 storage/IDBIndexRequest.h \
2406 storage/IDBKeyRange.h \
2407 storage/IDBObjectStore.h \
2408 storage/IDBObjectStoreImpl.h \
2409 storage/IDBObjectStoreRequest.h \
2410 storage/IDBRequest.h \
2411 storage/IDBSuccessEvent.h \
2412 storage/IndexedDatabase.h \
2413 storage/IndexedDatabaseImpl.h \
2414 storage/IndexedDatabaseRequest.h
2417 bindings/js/JSIDBAnyCustom.cpp \
2418 storage/IDBAny.cpp \
2419 storage/IDBDatabaseImpl.cpp \
2420 storage/IDBDatabaseRequest.cpp \
2421 storage/IDBErrorEvent.cpp \
2422 storage/IDBEvent.cpp \
2423 storage/IDBIndexImpl.cpp \
2424 storage/IDBIndexRequest.cpp \
2425 storage/IDBKeyRange.cpp \
2426 storage/IDBObjectStoreImpl.cpp \
2427 storage/IDBObjectStoreRequest.cpp \
2428 storage/IDBRequest.cpp \
2429 storage/IDBSuccessEvent.cpp \
2430 storage/IndexedDatabase.cpp \
2431 storage/IndexedDatabaseImpl.cpp \
2432 storage/IndexedDatabaseRequest.cpp
2435 contains(DEFINES, ENABLE_DOM_STORAGE=1) {
2437 storage/AbstractDatabase.h \
2438 storage/ChangeVersionWrapper.h \
2439 storage/DatabaseAuthorizer.h \
2440 storage/Database.h \
2441 storage/DatabaseCallback.h \
2442 storage/DatabaseSync.h \
2443 storage/DatabaseTask.h \
2444 storage/DatabaseThread.h \
2445 storage/DatabaseTracker.h \
2446 storage/LocalStorageTask.h \
2447 storage/LocalStorageThread.h \
2448 storage/OriginQuotaManager.h \
2449 storage/OriginUsageRecord.h \
2450 storage/SQLResultSet.h \
2451 storage/SQLResultSetRowList.h \
2452 storage/SQLStatement.h \
2453 storage/SQLTransaction.h \
2454 storage/SQLTransactionClient.h \
2455 storage/SQLTransactionCoordinator.h \
2456 storage/SQLTransactionSync.h \
2457 storage/SQLTransactionSyncCallback.h \
2458 storage/StorageArea.h \
2459 storage/StorageAreaImpl.h \
2460 storage/StorageAreaSync.h \
2461 storage/StorageEvent.h \
2462 storage/StorageEventDispatcher.h \
2464 storage/StorageMap.h \
2465 storage/StorageNamespace.h \
2466 storage/StorageNamespaceImpl.h \
2467 storage/StorageSyncManager.h
2470 bindings/js/JSStorageCustom.cpp \
2471 storage/LocalStorageTask.cpp \
2472 storage/LocalStorageThread.cpp \
2473 storage/Storage.cpp \
2474 storage/StorageAreaImpl.cpp \
2475 storage/StorageAreaSync.cpp \
2476 storage/StorageEvent.cpp \
2477 storage/StorageEventDispatcher.cpp \
2478 storage/StorageMap.cpp \
2479 storage/StorageNamespace.cpp \
2480 storage/StorageNamespaceImpl.cpp \
2481 storage/StorageSyncManager.cpp
2484 contains(DEFINES, ENABLE_ICONDATABASE=1) {
2486 loader/icon/IconDatabase.cpp \
2487 loader/icon/IconRecord.cpp \
2488 loader/icon/PageURLRecord.cpp
2491 loader/icon/IconDatabaseNone.cpp
2494 contains(DEFINES, ENABLE_WORKERS=1) {
2496 bindings/js/JSDedicatedWorkerContextCustom.cpp \
2497 bindings/js/JSWorkerContextBase.cpp \
2498 bindings/js/JSWorkerContextCustom.cpp \
2499 bindings/js/JSWorkerCustom.cpp \
2500 bindings/js/WorkerScriptController.cpp \
2501 loader/WorkerThreadableLoader.cpp \
2502 page/WorkerNavigator.cpp \
2503 workers/AbstractWorker.cpp \
2504 workers/DedicatedWorkerContext.cpp \
2505 workers/DedicatedWorkerThread.cpp \
2506 workers/Worker.cpp \
2507 workers/WorkerContext.cpp \
2508 workers/WorkerLocation.cpp \
2509 workers/WorkerMessagingProxy.cpp \
2510 workers/WorkerRunLoop.cpp \
2511 workers/WorkerThread.cpp \
2512 workers/WorkerScriptLoader.cpp
2515 contains(DEFINES, ENABLE_SHARED_WORKERS=1) {
2517 bindings/js/JSSharedWorkerCustom.cpp \
2518 workers/DefaultSharedWorkerRepository.cpp \
2519 workers/SharedWorker.cpp \
2520 workers/SharedWorkerContext.cpp \
2521 workers/SharedWorkerThread.cpp
2524 contains(DEFINES, ENABLE_INPUT_SPEECH=1) {
2526 rendering/RenderInputSpeech.cpp
2529 contains(DEFINES, ENABLE_VIDEO=1) {
2531 html/HTMLAudioElement.cpp \
2532 html/HTMLMediaElement.cpp \
2533 html/HTMLSourceElement.cpp \
2534 html/HTMLVideoElement.cpp \
2535 html/TimeRanges.cpp \
2536 platform/graphics/MediaPlayer.cpp \
2537 rendering/MediaControlElements.cpp \
2538 rendering/RenderVideo.cpp \
2539 rendering/RenderMedia.cpp \
2540 bindings/js/JSAudioConstructor.cpp
2542 # QtMultimedia disabled currently
2543 false:greaterThan(QT_MINOR_VERSION, 6) {
2544 HEADERS += platform/graphics/qt/MediaPlayerPrivateQt.h
2545 SOURCES += platform/graphics/qt/MediaPlayerPrivateQt.cpp
2547 tobe|!tobe: QT += mediaservices
2550 platform/graphics/qt/MediaPlayerPrivatePhonon.h
2553 platform/graphics/qt/MediaPlayerPrivatePhonon.cpp
2555 # Add phonon manually to prevent it from coming first in
2556 # the include paths, as Phonon's path.h conflicts with
2557 # WebCore's Path.h on case-insensitive filesystems.
2558 qtAddLibrary(phonon)
2559 INCLUDEPATH -= $$QMAKE_INCDIR_QT/phonon
2560 INCLUDEPATH += $$QMAKE_INCDIR_QT/phonon
2562 INCLUDEPATH -= $$QMAKE_LIBDIR_QT/phonon.framework/Headers
2563 INCLUDEPATH += $$QMAKE_LIBDIR_QT/phonon.framework/Headers
2569 contains(DEFINES, ENABLE_XPATH=1) {
2571 xml/NativeXPathNSResolver.cpp \
2572 xml/XPathEvaluator.cpp \
2573 xml/XPathExpression.cpp \
2574 xml/XPathExpressionNode.cpp \
2575 xml/XPathFunctions.cpp \
2576 xml/XPathNamespace.cpp \
2577 xml/XPathNodeSet.cpp \
2578 xml/XPathNSResolver.cpp \
2579 xml/XPathParser.cpp \
2581 xml/XPathPredicate.cpp \
2582 xml/XPathResult.cpp \
2585 xml/XPathValue.cpp \
2586 xml/XPathVariableReference.cpp
2589 unix:!mac:CONFIG += link_pkgconfig
2591 contains(DEFINES, ENABLE_XSLT=1) {
2592 tobe|!tobe: QT += xmlpatterns
2595 bindings/js/JSXSLTProcessorCustom.cpp \
2596 dom/TransformSourceQt.cpp \
2597 xml/XSLStyleSheetQt.cpp \
2598 xml/XSLTProcessor.cpp \
2599 xml/XSLTProcessorQt.cpp
2602 contains(DEFINES, ENABLE_FILTERS=1) {
2604 platform/graphics/filters/FEBlend.cpp \
2605 platform/graphics/filters/FEColorMatrix.cpp \
2606 platform/graphics/filters/FEComponentTransfer.cpp \
2607 platform/graphics/filters/FEComposite.cpp \
2608 platform/graphics/filters/FEGaussianBlur.cpp \
2609 platform/graphics/filters/FilterEffect.cpp \
2610 platform/graphics/filters/SourceAlpha.cpp \
2611 platform/graphics/filters/SourceGraphic.cpp
2614 contains(DEFINES, ENABLE_MATHML=1) {
2616 mathml/MathMLElement.cpp \
2617 mathml/MathMLInlineContainerElement.cpp \
2618 mathml/MathMLMathElement.cpp \
2619 mathml/MathMLTextElement.cpp \
2620 mathml/RenderMathMLBlock.cpp \
2621 mathml/RenderMathMLFraction.cpp \
2622 mathml/RenderMathMLMath.cpp \
2623 mathml/RenderMathMLOperator.cpp \
2624 mathml/RenderMathMLRoot.cpp \
2625 mathml/RenderMathMLRow.cpp \
2626 mathml/RenderMathMLSquareRoot.cpp \
2627 mathml/RenderMathMLSubSup.cpp \
2628 mathml/RenderMathMLUnderOver.cpp
2631 contains(DEFINES, ENABLE_WML=1) {
2633 wml/WMLAElement.cpp \
2634 wml/WMLAccessElement.cpp \
2635 wml/WMLAnchorElement.cpp \
2636 wml/WMLBRElement.cpp \
2637 wml/WMLCardElement.cpp \
2638 wml/WMLDoElement.cpp \
2639 wml/WMLDocument.cpp \
2640 wml/WMLElement.cpp \
2641 wml/WMLErrorHandling.cpp \
2642 wml/WMLEventHandlingElement.cpp \
2643 wml/WMLFormControlElement.cpp \
2644 wml/WMLFieldSetElement.cpp \
2645 wml/WMLGoElement.cpp \
2646 wml/WMLImageElement.cpp \
2647 wml/WMLImageLoader.cpp \
2648 wml/WMLInputElement.cpp \
2649 wml/WMLInsertedLegendElement.cpp \
2650 wml/WMLIntrinsicEvent.cpp \
2651 wml/WMLIntrinsicEventHandler.cpp \
2652 wml/WMLMetaElement.cpp \
2653 wml/WMLNoopElement.cpp \
2654 wml/WMLOnEventElement.cpp \
2655 wml/WMLPElement.cpp \
2656 wml/WMLOptGroupElement.cpp \
2657 wml/WMLOptionElement.cpp \
2658 wml/WMLPageState.cpp \
2659 wml/WMLPostfieldElement.cpp \
2660 wml/WMLPrevElement.cpp \
2661 wml/WMLRefreshElement.cpp \
2662 wml/WMLSelectElement.cpp \
2663 wml/WMLSetvarElement.cpp \
2664 wml/WMLTableElement.cpp \
2665 wml/WMLTaskElement.cpp \
2666 wml/WMLTemplateElement.cpp \
2667 wml/WMLTimerElement.cpp \
2668 wml/WMLVariables.cpp
2671 contains(DEFINES, ENABLE_XHTMLMP=1) {
2673 html/HTMLNoScriptElement.cpp
2676 contains(DEFINES, ENABLE_QT_BEARER=1) {
2678 platform/network/qt/NetworkStateNotifierPrivate.h
2681 platform/network/qt/NetworkStateNotifierQt.cpp
2683 # Bearer management is part of Qt 4.7, so don't accidentially
2684 # pull in Qt Mobility when building against >= 4.7
2685 !greaterThan(QT_MINOR_VERSION, 6) {
2691 contains(DEFINES, ENABLE_GEOLOCATION=1) {
2693 platform/qt/GeolocationServiceQt.h
2695 platform/qt/GeolocationServiceQt.cpp
2698 MOBILITY += location
2701 contains(DEFINES, ENABLE_SVG=1) {
2703 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
2704 bindings/js/JSSVGElementInstanceCustom.cpp \
2705 bindings/js/JSSVGLengthCustom.cpp \
2706 bindings/js/JSSVGMatrixCustom.cpp \
2707 bindings/js/JSSVGPathSegCustom.cpp \
2708 bindings/js/JSSVGPathSegListCustom.cpp \
2709 css/SVGCSSComputedStyleDeclaration.cpp \
2710 css/SVGCSSParser.cpp \
2711 css/SVGCSSStyleSelector.cpp \
2712 rendering/style/SVGRenderStyle.cpp \
2713 rendering/style/SVGRenderStyleDefs.cpp \
2714 svg/SVGZoomEvent.cpp \
2715 rendering/PointerEventsHitRules.cpp \
2716 svg/SVGDocumentExtensions.cpp \
2717 svg/SVGImageLoader.cpp \
2718 svg/ColorDistance.cpp \
2719 svg/SVGAElement.cpp \
2720 svg/SVGAltGlyphElement.cpp \
2722 svg/SVGAnimateColorElement.cpp \
2723 svg/SVGAnimatedPathData.cpp \
2724 svg/SVGAnimatedPoints.cpp \
2725 svg/SVGAnimateElement.cpp \
2726 svg/SVGAnimateMotionElement.cpp \
2727 svg/SVGAnimateTransformElement.cpp \
2728 svg/SVGAnimationElement.cpp \
2729 svg/SVGCircleElement.cpp \
2730 svg/SVGClipPathElement.cpp \
2732 svg/SVGComponentTransferFunctionElement.cpp \
2733 svg/SVGCursorElement.cpp \
2734 svg/SVGDefsElement.cpp \
2735 svg/SVGDescElement.cpp \
2736 svg/SVGDocument.cpp \
2737 svg/SVGElement.cpp \
2738 svg/SVGElementInstance.cpp \
2739 svg/SVGElementInstanceList.cpp \
2740 svg/SVGEllipseElement.cpp \
2741 svg/SVGExternalResourcesRequired.cpp \
2742 svg/SVGFEBlendElement.cpp \
2743 svg/SVGFEColorMatrixElement.cpp \
2744 svg/SVGFEComponentTransferElement.cpp \
2745 svg/SVGFECompositeElement.cpp \
2746 svg/SVGFEConvolveMatrixElement.cpp \
2747 svg/SVGFEDiffuseLightingElement.cpp \
2748 svg/SVGFEDisplacementMapElement.cpp \
2749 svg/SVGFEDistantLightElement.cpp \
2750 svg/SVGFEFloodElement.cpp \
2751 svg/SVGFEFuncAElement.cpp \
2752 svg/SVGFEFuncBElement.cpp \
2753 svg/SVGFEFuncGElement.cpp \
2754 svg/SVGFEFuncRElement.cpp \
2755 svg/SVGFEGaussianBlurElement.cpp \
2756 svg/SVGFEImageElement.cpp \
2757 svg/SVGFELightElement.cpp \
2758 svg/SVGFEMergeElement.cpp \
2759 svg/SVGFEMergeNodeElement.cpp \
2760 svg/SVGFEMorphologyElement.cpp \
2761 svg/SVGFEOffsetElement.cpp \
2762 svg/SVGFEPointLightElement.cpp \
2763 svg/SVGFESpecularLightingElement.cpp \
2764 svg/SVGFESpotLightElement.cpp \
2765 svg/SVGFETileElement.cpp \
2766 svg/SVGFETurbulenceElement.cpp \
2767 svg/SVGFilterElement.cpp \
2768 svg/SVGFilterPrimitiveStandardAttributes.cpp \
2769 svg/SVGFitToViewBox.cpp \
2771 svg/SVGFontData.cpp \
2772 svg/SVGFontElement.cpp \
2773 svg/SVGFontFaceElement.cpp \
2774 svg/SVGFontFaceFormatElement.cpp \
2775 svg/SVGFontFaceNameElement.cpp \
2776 svg/SVGFontFaceSrcElement.cpp \
2777 svg/SVGFontFaceUriElement.cpp \
2778 svg/SVGForeignObjectElement.cpp \
2779 svg/SVGGElement.cpp \
2780 svg/SVGGlyphElement.cpp \
2781 svg/SVGGradientElement.cpp \
2782 svg/SVGHKernElement.cpp \
2783 svg/SVGImageElement.cpp \
2784 svg/SVGLangSpace.cpp \
2786 svg/SVGLengthList.cpp \
2787 svg/SVGLinearGradientElement.cpp \
2788 svg/SVGLineElement.cpp \
2789 svg/SVGLocatable.cpp \
2790 svg/SVGMarkerElement.cpp \
2791 svg/SVGMaskElement.cpp \
2792 svg/SVGMetadataElement.cpp \
2793 svg/SVGMissingGlyphElement.cpp \
2794 svg/SVGMPathElement.cpp \
2795 svg/SVGNumberList.cpp \
2797 svg/SVGParserUtilities.cpp \
2798 svg/SVGPathElement.cpp \
2799 svg/SVGPathSegArc.cpp \
2800 svg/SVGPathSegClosePath.cpp \
2801 svg/SVGPathSegCurvetoCubic.cpp \
2802 svg/SVGPathSegCurvetoCubicSmooth.cpp \
2803 svg/SVGPathSegCurvetoQuadratic.cpp \
2804 svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
2805 svg/SVGPathSegLineto.cpp \
2806 svg/SVGPathSegLinetoHorizontal.cpp \
2807 svg/SVGPathSegLinetoVertical.cpp \
2808 svg/SVGPathSegList.cpp \
2809 svg/SVGPathSegMoveto.cpp \
2810 svg/SVGPatternElement.cpp \
2811 svg/SVGPointList.cpp \
2812 svg/SVGPolyElement.cpp \
2813 svg/SVGPolygonElement.cpp \
2814 svg/SVGPolylineElement.cpp \
2815 svg/SVGPreserveAspectRatio.cpp \
2816 svg/SVGRadialGradientElement.cpp \
2817 svg/SVGRectElement.cpp \
2818 svg/SVGScriptElement.cpp \
2819 svg/SVGSetElement.cpp \
2820 svg/SVGStopElement.cpp \
2821 svg/SVGStringList.cpp \
2822 svg/SVGStylable.cpp \
2823 svg/SVGStyledElement.cpp \
2824 svg/SVGStyledLocatableElement.cpp \
2825 svg/SVGStyledTransformableElement.cpp \
2826 svg/SVGStyleElement.cpp \
2827 svg/SVGSVGElement.cpp \
2828 svg/SVGSwitchElement.cpp \
2829 svg/SVGSymbolElement.cpp \
2831 svg/SVGTextContentElement.cpp \
2832 svg/SVGTextElement.cpp \
2833 svg/SVGTextPathElement.cpp \
2834 svg/SVGTextPositioningElement.cpp \
2835 svg/SVGTitleElement.cpp \
2836 svg/SVGTransformable.cpp \
2837 svg/SVGTransform.cpp \
2838 svg/SVGTransformDistance.cpp \
2839 svg/SVGTransformList.cpp \
2840 svg/SVGTRefElement.cpp \
2841 svg/SVGTSpanElement.cpp \
2842 svg/SVGURIReference.cpp \
2843 svg/SVGUseElement.cpp \
2844 svg/SVGViewElement.cpp \
2845 svg/SVGViewSpec.cpp \
2846 svg/SVGVKernElement.cpp \
2847 svg/SVGZoomAndPan.cpp \
2848 svg/animation/SMILTime.cpp \
2849 svg/animation/SMILTimeContainer.cpp \
2850 svg/animation/SVGSMILElement.cpp \
2851 svg/graphics/filters/SVGFEConvolveMatrix.cpp \
2852 svg/graphics/filters/SVGFEDiffuseLighting.cpp \
2853 svg/graphics/filters/SVGFEDisplacementMap.cpp \
2854 svg/graphics/filters/SVGFEFlood.cpp \
2855 svg/graphics/filters/SVGFEImage.cpp \
2856 svg/graphics/filters/SVGFELighting.cpp \
2857 svg/graphics/filters/SVGFEMerge.cpp \
2858 svg/graphics/filters/SVGFEMorphology.cpp \
2859 svg/graphics/filters/SVGFEOffset.cpp \
2860 svg/graphics/filters/SVGFESpecularLighting.cpp \
2861 svg/graphics/filters/SVGFETile.cpp \
2862 svg/graphics/filters/SVGFETurbulence.cpp \
2863 svg/graphics/filters/SVGFilter.cpp \
2864 svg/graphics/filters/SVGFilterBuilder.cpp \
2865 svg/graphics/filters/SVGLightSource.cpp \
2866 svg/graphics/SVGImage.cpp \
2867 rendering/RenderForeignObject.cpp \
2868 rendering/RenderPath.cpp \
2869 rendering/RenderSVGBlock.cpp \
2870 rendering/RenderSVGContainer.cpp \
2871 rendering/RenderSVGGradientStop.cpp \
2872 rendering/RenderSVGHiddenContainer.cpp \
2873 rendering/RenderSVGImage.cpp \
2874 rendering/RenderSVGInline.cpp \
2875 rendering/RenderSVGInlineText.cpp \
2876 rendering/RenderSVGModelObject.cpp \
2877 rendering/RenderSVGResource.cpp \
2878 rendering/RenderSVGResourceClipper.cpp \
2879 rendering/RenderSVGResourceFilter.cpp \
2880 rendering/RenderSVGResourceGradient.cpp \
2881 rendering/RenderSVGResourceLinearGradient.cpp \
2882 rendering/RenderSVGResourceMarker.cpp \
2883 rendering/RenderSVGResourceMasker.cpp \
2884 rendering/RenderSVGResourcePattern.cpp \
2885 rendering/RenderSVGResourceRadialGradient.cpp \
2886 rendering/RenderSVGResourceSolidColor.cpp \
2887 rendering/RenderSVGRoot.cpp \
2888 rendering/RenderSVGShadowTreeRootContainer.cpp \
2889 rendering/RenderSVGText.cpp \
2890 rendering/RenderSVGTextPath.cpp \
2891 rendering/RenderSVGTransformableContainer.cpp \
2892 rendering/RenderSVGTSpan.cpp \
2893 rendering/RenderSVGViewportContainer.cpp \
2894 rendering/SVGCharacterData.cpp \
2895 rendering/SVGCharacterLayoutInfo.cpp \
2896 rendering/SVGInlineFlowBox.cpp \
2897 rendering/SVGInlineTextBox.cpp \
2898 rendering/SVGMarkerLayoutInfo.cpp \
2899 rendering/SVGRenderSupport.cpp \
2900 rendering/SVGRootInlineBox.cpp \
2901 rendering/SVGShadowTreeElements.cpp \
2902 rendering/SVGTextChunkLayoutInfo.cpp \
2903 rendering/SVGTextLayoutUtilities.cpp \
2904 rendering/SVGTextQuery.cpp
2907 contains(DEFINES, ENABLE_JAVASCRIPT_DEBUGGER=1) {
2909 bindings/js/JSJavaScriptCallFrameCustom.cpp \
2910 bindings/js/ScriptProfiler.cpp \
2911 bindings/js/JavaScriptCallFrame.cpp \
2914 contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
2916 loader/appcache/ApplicationCache.cpp \
2917 loader/appcache/ApplicationCacheGroup.cpp \
2918 loader/appcache/ApplicationCacheHost.cpp \
2919 loader/appcache/ApplicationCacheStorage.cpp \
2920 loader/appcache/ApplicationCacheResource.cpp \
2921 loader/appcache/DOMApplicationCache.cpp \
2922 loader/appcache/ManifestParser.cpp \
2923 bindings/js/JSDOMApplicationCacheCustom.cpp
2926 contains(DEFINES, ENABLE_WEB_SOCKETS=1) {
2928 websockets/ThreadableWebSocketChannel.h \
2929 websockets/ThreadableWebSocketChannelClientWrapper.h \
2930 websockets/WebSocket.h \
2931 websockets/WebSocketChannel.h \
2932 websockets/WebSocketChannelClient.h \
2933 websockets/WebSocketHandshake.h \
2934 websockets/WebSocketHandshakeRequest.h \
2935 websockets/WebSocketHandshakeResponse.h \
2936 platform/network/qt/SocketStreamHandlePrivate.h
2939 websockets/WebSocket.cpp \
2940 websockets/WebSocketChannel.cpp \
2941 websockets/WebSocketHandshake.cpp \
2942 websockets/WebSocketHandshakeRequest.cpp \
2943 websockets/WebSocketHandshakeResponse.cpp \
2944 websockets/ThreadableWebSocketChannel.cpp \
2945 platform/network/SocketStreamErrorBase.cpp \
2946 platform/network/SocketStreamHandleBase.cpp \
2947 platform/network/qt/SocketStreamHandleQt.cpp \
2948 bindings/js/JSWebSocketCustom.cpp
2950 contains(DEFINES, ENABLE_WORKERS=1) {
2952 websockets/WorkerThreadableWebSocketChannel.h
2955 websockets/WorkerThreadableWebSocketChannel.cpp
2959 contains(DEFINES, ENABLE_3D_CANVAS=1) {
2960 tobe|!tobe: QT += opengl
2962 bindings/js/JSArrayBufferViewHelper.h \
2963 html/canvas/CanvasContextAttributes.h \
2964 html/canvas/CanvasObject.h \
2965 html/canvas/WebGLActiveInfo.h \
2966 html/canvas/ArrayBuffer.h \
2967 html/canvas/ArrayBufferView.h \
2968 html/canvas/WebGLBuffer.h \
2969 html/canvas/Int8Array.h \
2970 html/canvas/WebGLContextAttributes.h \
2971 html/canvas/Float32Array.h \
2972 html/canvas/WebGLFramebuffer.h \
2973 html/canvas/WebGLGetInfo.h \
2974 html/canvas/Int32Array.h \
2975 html/canvas/WebGLProgram.h \
2976 html/canvas/WebGLRenderbuffer.h \
2977 html/canvas/WebGLRenderingContext.h \
2978 html/canvas/WebGLShader.h \
2979 html/canvas/Int16Array.h \
2980 html/canvas/WebGLTexture.h \
2981 html/canvas/WebGLUniformLocation.h \
2982 html/canvas/Uint8Array.h \
2983 html/canvas/Uint32Array.h \
2984 html/canvas/Uint16Array.h \
2985 platform/graphics/GraphicsContext3D.h
2988 bindings/js/JSArrayBufferCustom.cpp \
2989 bindings/js/JSArrayBufferViewCustom.cpp \
2990 bindings/js/JSInt8ArrayCustom.cpp \
2991 bindings/js/JSFloat32ArrayCustom.cpp \
2992 bindings/js/JSInt32ArrayCustom.cpp \
2993 bindings/js/JSWebGLRenderingContextCustom.cpp \
2994 bindings/js/JSInt16ArrayCustom.cpp \
2995 bindings/js/JSUint8ArrayCustom.cpp \
2996 bindings/js/JSUint32ArrayCustom.cpp \
2997 bindings/js/JSUint16ArrayCustom.cpp \
2998 html/canvas/CanvasContextAttributes.cpp \
2999 html/canvas/CanvasObject.cpp \
3000 html/canvas/ArrayBuffer.cpp \
3001 html/canvas/ArrayBufferView.cpp \
3002 html/canvas/WebGLBuffer.cpp \
3003 html/canvas/Int8Array.cpp \
3004 html/canvas/WebGLContextAttributes.cpp \
3005 html/canvas/Float32Array.cpp \
3006 html/canvas/WebGLFramebuffer.cpp \
3007 html/canvas/WebGLGetInfo.cpp \
3008 html/canvas/Int32Array.cpp \
3009 html/canvas/WebGLProgram.cpp \
3010 html/canvas/WebGLRenderbuffer.cpp \
3011 html/canvas/WebGLRenderingContext.cpp \
3012 html/canvas/WebGLShader.cpp \
3013 html/canvas/Int16Array.cpp \
3014 html/canvas/WebGLTexture.cpp \
3015 html/canvas/WebGLUniformLocation.cpp \
3016 html/canvas/Uint8Array.cpp \
3017 html/canvas/Uint32Array.cpp \
3018 html/canvas/Uint16Array.cpp \
3019 platform/graphics/GraphicsContext3D.cpp \
3020 platform/graphics/qt/GraphicsContext3DQt.cpp \
3024 contains(DEFINES, ENABLE_SYMBIAN_DIALOG_PROVIDERS) {
3025 # this feature requires the S60 platform private BrowserDialogsProvider.h header file
3026 # and is therefore not enabled by default but only meant for platform builds.
3028 LIBS += -lbrowserdialogsprovider
3032 include($$PWD/../WebKit/qt/Api/headers.pri)
3034 HEADERS += $$WEBKIT_API_HEADERS
3036 !CONFIG(QTDIR_build) {
3037 exists($$OUTPUT_DIR/include/QtWebKit/classheaders.pri): include($$OUTPUT_DIR/include/QtWebKit/classheaders.pri)
3038 WEBKIT_INSTALL_HEADERS = $$WEBKIT_API_HEADERS $$WEBKIT_CLASS_HEADERS
3041 headers.files = $$WEBKIT_INSTALL_HEADERS
3043 !isEmpty(INSTALL_HEADERS): headers.path = $$INSTALL_HEADERS/QtWebKit
3044 else: headers.path = $$[QT_INSTALL_HEADERS]/QtWebKit
3046 !isEmpty(INSTALL_LIBS): target.path = $$INSTALL_LIBS
3047 else: target.path = $$[QT_INSTALL_LIBS]
3049 modfile.files = $$moduleFile
3050 modfile.path = $$[QMAKE_MKSPECS]/modules
3052 INSTALLS += target headers modfile
3054 # INSTALLS is not implemented in qmake's s60 generators, copy headers manually
3055 inst_headers.commands = $$QMAKE_COPY ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT}
3056 inst_headers.input = WEBKIT_INSTALL_HEADERS
3057 inst_headers.CONFIG = no_clean
3059 !isEmpty(INSTALL_HEADERS): inst_headers.output = $$INSTALL_HEADERS/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
3060 else: inst_headers.output = $$[QT_INSTALL_HEADERS]/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
3062 QMAKE_EXTRA_COMPILERS += inst_headers
3064 inst_modfile.commands = $$inst_headers.commands
3065 inst_modfile.input = moduleFile
3066 inst_modfile.output = $$[QMAKE_MKSPECS]/modules
3067 inst_modfile.CONFIG = no_clean
3069 QMAKE_EXTRA_COMPILERS += inst_modfile
3071 install.depends += compiler_inst_headers_make_all compiler_inst_modfile_make_all
3072 QMAKE_EXTRA_TARGETS += install
3076 DLLDESTDIR = $$OUTPUT_DIR/bin
3077 build_pass: TARGET = $$qtLibraryTarget($$TARGET)
3079 dlltarget.commands = $(COPY_FILE) $(DESTDIR_TARGET) $$[QT_INSTALL_BINS]
3080 dlltarget.CONFIG = no_path
3081 INSTALLS += dlltarget
3085 CONFIG += create_pc create_prl
3086 QMAKE_PKGCONFIG_LIBDIR = $$target.path
3087 QMAKE_PKGCONFIG_INCDIR = $$headers.path
3088 QMAKE_PKGCONFIG_DESTDIR = pkgconfig
3089 lib_replace.match = $$re_escape($$DESTDIR)
3090 lib_replace.replace = $$[QT_INSTALL_LIBS]
3091 QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace
3095 !static:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework) {
3097 message("Building QtWebKit as a framework, as that's how Qt was built. You can")
3098 message("override this by passing CONFIG+=webkit_no_framework to build-webkit.")
3102 debug_and_release:TARGET = $$qtLibraryTarget($$TARGET)
3105 CONFIG += lib_bundle qt_no_framework_direct_includes qt_framework
3106 FRAMEWORK_HEADERS.version = Versions
3107 FRAMEWORK_HEADERS.files = $${headers.files}
3108 FRAMEWORK_HEADERS.path = Headers
3109 QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
3112 QMAKE_LFLAGS_SONAME = "$${QMAKE_LFLAGS_SONAME}$${DESTDIR}$${QMAKE_DIR_SEP}"
3113 LIBS += -framework Carbon -framework AppKit
3117 CONFIG(QTDIR_build) {
3118 # Remove the following 2 lines if you want debug information in WebCore
3119 CONFIG -= separate_debug_info
3120 CONFIG += no_debug_info
3123 win32:!win32-g++*:contains(QMAKE_HOST.arch, x86_64):{
3124 asm_compiler.commands = ml64 /c
3125 asm_compiler.commands += /Fo ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
3126 asm_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
3127 asm_compiler.input = ASM_SOURCES
3128 asm_compiler.variable_out = OBJECTS
3129 asm_compiler.name = compiling[asm] ${QMAKE_FILE_IN}
3130 silent:asm_compiler.commands = @echo compiling[asm] ${QMAKE_FILE_IN} && $$asm_compiler.commands
3131 QMAKE_EXTRA_COMPILERS += asm_compiler
3134 plugins/win/PaintHooks.asm
3135 if(win32-msvc2005|win32-msvc2008):equals(TEMPLATE_PREFIX, "vc") {
3137 plugins/win/PaintHooks.asm
3140 contains(DEFINES, WTF_USE_ACCELERATED_COMPOSITING) {
3142 rendering/RenderLayerBacking.h \
3143 rendering/RenderLayerCompositor.h \
3144 platform/graphics/GraphicsLayer.h \
3145 platform/graphics/GraphicsLayerClient.h \
3146 platform/graphics/qt/GraphicsLayerQt.h
3148 platform/graphics/GraphicsLayer.cpp \
3149 platform/graphics/qt/GraphicsLayerQt.cpp \
3150 rendering/RenderLayerBacking.cpp \
3151 rendering/RenderLayerCompositor.cpp
3154 CONFIG += precompile_header
3155 PRECOMPILED_HEADER = $$PWD/../WebKit2/WebKit2Prefix.h
3158 $$PWD/../WebKit2/Platform \
3159 $$PWD/../WebKit2/Platform/CoreIPC \
3160 $$PWD/../WebKit2/Shared \
3161 $$PWD/../WebKit2/Shared/CoreIPCSupport \
3162 $$PWD/../WebKit2/Shared/qt \
3163 $$PWD/../WebKit2/UIProcess \
3164 $$PWD/../WebKit2/UIProcess/API/C \
3165 $$PWD/../WebKit2/UIProcess/API/cpp \
3166 $$PWD/../WebKit2/UIProcess/API/cpp/qt \
3167 $$PWD/../WebKit2/UIProcess/API/qt \
3168 $$PWD/../WebKit2/UIProcess/Launcher \
3169 $$PWD/../WebKit2/UIProcess/Plugins \
3170 $$PWD/../WebKit2/UIProcess/qt \
3171 $$PWD/../WebKit2/WebProcess \
3172 $$PWD/../WebKit2/WebProcess/InjectedBundle \
3173 $$PWD/../WebKit2/WebProcess/InjectedBundle/API/c \
3174 $$PWD/../WebKit2/WebProcess/WebCoreSupport \
3175 $$PWD/../WebKit2/WebProcess/WebPage \
3177 $$OUTPUT_DIR/include \
3180 ../WebKit2/Platform/CoreIPC/ArgumentDecoder.h \
3181 ../WebKit2/Platform/CoreIPC/ArgumentEncoder.h \
3182 ../WebKit2/Platform/CoreIPC/Arguments.h \
3183 ../WebKit2/Platform/CoreIPC/Attachment.h \
3184 ../WebKit2/Platform/CoreIPC/Connection.h \
3185 ../WebKit2/Platform/CoreIPC/CoreIPCMessageKinds.h \
3186 ../WebKit2/Platform/CoreIPC/MessageID.h \
3187 ../WebKit2/Platform/PlatformProcessIdentifier.h \
3188 ../WebKit2/Platform/RunLoop.h \
3189 ../WebKit2/Platform/WorkItem.h \
3190 ../WebKit2/Platform/WorkQueue.h \
3191 ../WebKit2/Shared/CoreIPCSupport/DrawingAreaMessageKinds.h \
3192 ../WebKit2/Shared/CoreIPCSupport/DrawingAreaProxyMessageKinds.h \
3193 ../WebKit2/Shared/CoreIPCSupport/MessageDebug.h \
3194 ../WebKit2/Shared/CoreIPCSupport/WebPageMessageKinds.h \
3195 ../WebKit2/Shared/CoreIPCSupport/WebPageProxyMessageKinds.h \
3196 ../WebKit2/Shared/CoreIPCSupport/WebProcessMessageKinds.h \
3197 ../WebKit2/Shared/NotImplemented.h \
3198 ../WebKit2/Shared/qt/WebEventFactory.h \
3199 ../WebKit2/Shared/WebEventConversion.h \
3200 ../WebKit2/Shared/WebEvent.h \
3201 ../WebKit2/Shared/WebNavigationDataStore.h \
3202 ../WebKit2/Shared/WebPreferencesStore.h \
3203 ../WebKit2/UIProcess/API/cpp/WKRetainPtr.h \
3204 ../WebKit2/UIProcess/API/cpp/qt/WKStringQt.h \
3205 ../WebKit2/UIProcess/API/cpp/qt/WKURLQt.h \
3206 ../WebKit2/UIProcess/API/C/WebKit2.h \
3207 ../WebKit2/UIProcess/API/C/WKAPICast.h \
3208 ../WebKit2/UIProcess/API/C/WKBase.h \
3209 ../WebKit2/UIProcess/API/C/WKContext.h \
3210 ../WebKit2/UIProcess/API/C/WKContextPrivate.h \
3211 ../WebKit2/UIProcess/API/C/WKFrame.h \
3212 ../WebKit2/UIProcess/API/C/WKFramePolicyListener.h \
3213 ../WebKit2/UIProcess/API/C/WKNavigationData.h \
3214 ../WebKit2/UIProcess/API/C/WKPage.h \
3215 ../WebKit2/UIProcess/API/C/WKPageNamespace.h \
3216 ../WebKit2/UIProcess/API/C/WKPagePrivate.h \
3217 ../WebKit2/UIProcess/API/C/WKPreferences.h \
3218 ../WebKit2/UIProcess/API/C/WKString.h \
3219 ../WebKit2/UIProcess/API/C/WKURL.h \
3220 ../WebKit2/UIProcess/API/qt/qgraphicswkview.h \
3221 ../WebKit2/UIProcess/API/qt/qwkpage.h \
3222 ../WebKit2/UIProcess/API/qt/qwkpage_p.h \
3223 ../WebKit2/UIProcess/ChunkedUpdateDrawingAreaProxy.h \
3224 ../WebKit2/UIProcess/DrawingAreaProxy.h \
3225 ../WebKit2/UIProcess/GenericCallback.h \
3226 ../WebKit2/UIProcess/Launcher/WebProcessLauncher.h \
3227 ../WebKit2/UIProcess/Plugins/PluginInfoStore.h \
3228 ../WebKit2/UIProcess/PageClient.h \
3229 ../WebKit2/UIProcess/ProcessModel.h \
3230 ../WebKit2/UIProcess/qt/DefaultPageLoaderClientCallbacksQt.h \
3231 ../WebKit2/UIProcess/ResponsivenessTimer.h \
3232 ../WebKit2/UIProcess/WebContext.h \
3233 ../WebKit2/UIProcess/WebContextInjectedBundleClient.h \
3234 ../WebKit2/UIProcess/WebFramePolicyListenerProxy.h \
3235 ../WebKit2/UIProcess/WebFrameProxy.h \
3236 ../WebKit2/UIProcess/WebHistoryClient.h \
3237 ../WebKit2/UIProcess/WebLoaderClient.h \
3238 ../WebKit2/UIProcess/WebNavigationData.h \
3239 ../WebKit2/UIProcess/WebPageNamespace.h \
3240 ../WebKit2/UIProcess/WebPageProxy.h \
3241 ../WebKit2/UIProcess/WebPolicyClient.h \
3242 ../WebKit2/UIProcess/WebPreferences.h \
3243 ../WebKit2/UIProcess/WebProcessManager.h \
3244 ../WebKit2/UIProcess/WebProcessProxy.h \
3245 ../WebKit2/UIProcess/WebUIClient.h \
3246 ../WebKit2/WebProcess/InjectedBundle/API/c/WKBundleBase.h \
3247 ../WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h \
3248 ../WebKit2/WebProcess/InjectedBundle/InjectedBundle.h \
3249 ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageClient.h \
3250 ../WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h \
3251 ../WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h \
3252 ../WebKit2/WebProcess/WebCoreSupport/WebDragClient.h \
3253 ../WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h \
3254 ../WebKit2/WebProcess/WebCoreSupport/WebErrors.h \
3255 ../WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.h \
3256 ../WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h \
3257 ../WebKit2/WebProcess/WebPage/ChunkedUpdateDrawingArea.h \
3258 ../WebKit2/WebProcess/WebPage/DrawingArea.h \
3259 ../WebKit2/WebProcess/WebPage/WebFrame.h \
3260 ../WebKit2/WebProcess/WebPage/WebPage.h \
3261 ../WebKit2/WebProcess/WebProcess.h \
3264 ../WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp \
3265 ../WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp \
3266 ../WebKit2/Platform/CoreIPC/Attachment.cpp \
3267 ../WebKit2/Platform/CoreIPC/Connection.cpp \
3268 ../WebKit2/Platform/CoreIPC/qt/ConnectionQt.cpp \
3269 ../WebKit2/Platform/RunLoop.cpp \
3270 ../WebKit2/Platform/WorkQueue.cpp \
3271 ../WebKit2/Platform/qt/RunLoopQt.cpp \
3272 ../WebKit2/Platform/qt/WorkQueueQt.cpp \
3273 ../WebKit2/Shared/CoreIPCSupport/MessageDebug.cpp \
3274 ../WebKit2/Shared/WebEventConversion.cpp \
3275 ../WebKit2/Shared/WebPreferencesStore.cpp \
3276 ../WebKit2/Shared/qt/UpdateChunk.cpp \
3277 ../WebKit2/Shared/qt/WebEventFactory.cpp \
3278 ../WebKit2/UIProcess/API/C/WKContext.cpp \
3279 ../WebKit2/UIProcess/API/C/WKFrame.cpp \
3280 ../WebKit2/UIProcess/API/C/WKFramePolicyListener.cpp \
3281 ../WebKit2/UIProcess/API/C/WKNavigationData.cpp \
3282 ../WebKit2/UIProcess/API/C/WKPage.cpp \
3283 ../WebKit2/UIProcess/API/C/WKPageNamespace.cpp \
3284 ../WebKit2/UIProcess/API/C/WKPreferences.cpp \
3285 ../WebKit2/UIProcess/API/C/WKString.cpp \
3286 ../WebKit2/UIProcess/API/C/WKURL.cpp \
3287 ../WebKit2/UIProcess/API/qt/qgraphicswkview.cpp \
3288 ../WebKit2/UIProcess/API/qt/qwkpage.cpp \
3289 ../WebKit2/UIProcess/API/cpp/qt/WKStringQt.cpp \
3290 ../WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp \
3291 ../WebKit2/UIProcess/ChunkedUpdateDrawingAreaProxy.cpp \
3292 ../WebKit2/UIProcess/DrawingAreaProxy.cpp \
3293 ../WebKit2/UIProcess/DrawingAreaProxyTiled.cpp \
3294 ../WebKit2/UIProcess/Plugins/PluginInfoStore.cpp \
3295 ../WebKit2/UIProcess/Plugins/qt/PluginInfoStoreQt.cpp \
3296 ../WebKit2/UIProcess/Launcher/qt/WebProcessLauncherQt.cpp \
3297 ../WebKit2/UIProcess/ResponsivenessTimer.cpp \
3298 ../WebKit2/UIProcess/WebContext.cpp \
3299 ../WebKit2/UIProcess/WebContextInjectedBundleClient.cpp \
3300 ../WebKit2/UIProcess/WebFramePolicyListenerProxy.cpp \
3301 ../WebKit2/UIProcess/WebFrameProxy.cpp \
3302 ../WebKit2/UIProcess/WebHistoryClient.cpp \
3303 ../WebKit2/UIProcess/WebLoaderClient.cpp \
3304 ../WebKit2/UIProcess/WebNavigationData.cpp \
3305 ../WebKit2/UIProcess/WebPageNamespace.cpp \
3306 ../WebKit2/UIProcess/WebPageProxy.cpp \
3307 ../WebKit2/UIProcess/WebPolicyClient.cpp \
3308 ../WebKit2/UIProcess/WebPreferences.cpp \
3309 ../WebKit2/UIProcess/WebProcessManager.cpp \
3310 ../WebKit2/UIProcess/WebProcessProxy.cpp \
3311 ../WebKit2/UIProcess/WebUIClient.cpp \
3312 ../WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp \
3313 ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageClient.cpp \
3314 ../WebKit2/WebProcess/InjectedBundle/qt/InjectedBundleQt.cpp \
3315 ../WebKit2/UIProcess/qt/DefaultPageLoaderClientCallbacksQt.cpp \
3316 ../WebKit2/UIProcess/qt/DrawingAreaProxyTiledQt.cpp \
3317 ../WebKit2/UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp \
3318 ../WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp \
3319 ../WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp \
3320 ../WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp \
3321 ../WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp \
3322 ../WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp \
3323 ../WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp \
3324 ../WebKit2/WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp \
3325 ../WebKit2/WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp \
3326 ../WebKit2/WebProcess/WebPage/DrawingArea.cpp \
3327 ../WebKit2/WebProcess/WebPage/DrawingAreaTiled.cpp \
3328 ../WebKit2/WebProcess/WebPage/WebFrame.cpp \
3329 ../WebKit2/WebProcess/WebPage/WebPage.cpp \
3330 ../WebKit2/WebProcess/WebPage/qt/DrawingAreaTiledQt.cpp \
3331 ../WebKit2/WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp \
3332 ../WebKit2/WebProcess/WebPage/qt/WebPageQt.cpp \
3333 ../WebKit2/WebProcess/WebProcess.cpp \
3338 contains(CONFIG, def_files) {
3339 DEF_FILE=../WebKit/qt/symbian
3340 # defFilePath is for Qt4.6 compatibility
3341 defFilePath=../WebKit/qt/symbian
3343 MMP_RULES += EXPORTUNFROZEN
3348 # Disable C++0x mode in WebCore for those who enabled it in their Qt's mkspec
3349 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x