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