WebCore/WebCore.pro
changeset 0 4f2f89ce4247
child 2 303757a437d3
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 # WebCore - qmake build info
       
     2 CONFIG += building-libs
       
     3 CONFIG += depend_includepath
       
     4 
       
     5 meegotouch {
       
     6     DEFINES += WTF_USE_MEEGOTOUCH=1
       
     7 }
       
     8 
       
     9 symbian: {
       
    10     TARGET.EPOCALLOWDLLDATA=1
       
    11     TARGET.CAPABILITY = All -Tcb
       
    12     isEmpty(QT_LIBINFIX) {
       
    13         TARGET.UID3 = 0x200267C2
       
    14     } else {
       
    15         TARGET.UID3 = 0xE00267C2
       
    16     }
       
    17     webkitlibs.sources = QtWebKit$${QT_LIBINFIX}.dll
       
    18     CONFIG(QTDIR_build): webkitlibs.sources = $$QMAKE_LIBDIR_QT/$$webkitlibs.sources
       
    19     webkitlibs.path = /sys/bin
       
    20     vendorinfo = \
       
    21         "; Localised Vendor name" \
       
    22         "%{\"Nokia, Qt\"}" \
       
    23         " " \
       
    24         "; Unique Vendor name" \
       
    25         ":\"Nokia, Qt\"" \
       
    26         " "
       
    27     webkitlibs.pkg_prerules = vendorinfo
       
    28 
       
    29     webkitbackup.sources = ../WebKit/qt/symbian/backup_registration.xml
       
    30     webkitbackup.path = /private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,)
       
    31 
       
    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
       
    37     }
       
    38 
       
    39     DEPLOYMENT += webkitlibs webkitbackup
       
    40 
       
    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
       
    51     }  else {
       
    52         QMAKE_CFLAGS -= --thumb
       
    53         QMAKE_CXXFLAGS -= --thumb
       
    54     }
       
    55     CONFIG(release, debug|release): QMAKE_CXXFLAGS.ARMCC += -OTime -O3
       
    56 }
       
    57 
       
    58 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ..
       
    59 include($$PWD/../WebKit.pri)
       
    60 
       
    61 TEMPLATE = lib
       
    62 TARGET = QtWebKit
       
    63 
       
    64 contains(QT_CONFIG, embedded):CONFIG += embedded
       
    65 
       
    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
       
    69 
       
    70     PRECOMPILED_HEADER = $$PWD/../WebKit/qt/WebKit_pch.h
       
    71 } else {
       
    72     isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = generated
       
    73     isEmpty(JSC_GENERATED_SOURCES_DIR):JSC_GENERATED_SOURCES_DIR = ../JavaScriptCore/generated
       
    74 
       
    75     !CONFIG(release, debug|release) {
       
    76         OBJECTS_DIR = obj/debug
       
    77     } else { # Release
       
    78         OBJECTS_DIR = obj/release
       
    79     }
       
    80 
       
    81 }
       
    82 
       
    83 CONFIG(QTDIR_build) {
       
    84     include($$QT_SOURCE_TREE/src/qbase.pri)
       
    85 } else {
       
    86     DESTDIR = $$OUTPUT_DIR/lib
       
    87     !static: DEFINES += QT_MAKEDLL
       
    88     symbian: TARGET =$$TARGET$${QT_LIBINFIX}
       
    89 }
       
    90 moduleFile=$$PWD/../WebKit/qt/qt_webkit_version.pri
       
    91 include($$moduleFile)
       
    92 VERSION = $${QT_WEBKIT_MAJOR_VERSION}.$${QT_WEBKIT_MINOR_VERSION}.$${QT_WEBKIT_PATCH_VERSION}
       
    93 
       
    94 unix {
       
    95     QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtNetwork
       
    96 }
       
    97 
       
    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
       
   101 
       
   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
       
   105 }
       
   106 
       
   107 DEFINES += BUILD_WEBKIT
       
   108 
       
   109 # Remove whole program optimizations due to miscompilations
       
   110 win32-msvc2005|win32-msvc2008:{
       
   111     QMAKE_CFLAGS_RELEASE -= -GL
       
   112     QMAKE_CXXFLAGS_RELEASE -= -GL
       
   113 }
       
   114 
       
   115 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
       
   116 win32-g++* {
       
   117     TMPPATH            = $$quote($$(INCLUDE))
       
   118     QMAKE_INCDIR_POST += $$split(TMPPATH,";")
       
   119     TMPPATH            = $$quote($$(LIB))
       
   120     QMAKE_LIBDIR_POST += $$split(TMPPATH,";")
       
   121 }
       
   122 
       
   123 symbian {
       
   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)
       
   131     }
       
   132 }
       
   133 
       
   134 
       
   135 
       
   136 RESOURCES += \
       
   137     $$PWD/../WebCore/WebCore.qrc
       
   138 
       
   139 !symbian:!maemo5 {
       
   140     RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
       
   141 }
       
   142 
       
   143 maemo5|symbian|embedded {
       
   144     DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
       
   145 }
       
   146 
       
   147 maemo5|symbian {
       
   148     DEFINES += WTF_USE_QT_MOBILE_THEME=1
       
   149 }
       
   150 
       
   151 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
       
   152     DEFINES += ENABLE_NO_LISTBOX_RENDERING=1
       
   153 }
       
   154 
       
   155 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
       
   156 addJavaScriptCoreLib(../JavaScriptCore)
       
   157 
       
   158 # Extract sources to build from the generator definitions
       
   159 defineTest(addExtraCompiler) {
       
   160     isEqual($${1}.wkAddOutputToSources, false): return(true)
       
   161 
       
   162     outputRule = $$eval($${1}.output)
       
   163     input = $$eval($${1}.input)
       
   164     input = $$eval($$input)
       
   165 
       
   166     for(file,input) {
       
   167         base = $$basename(file)
       
   168         base ~= s/\\..+//
       
   169         newfile=$$replace(outputRule,\\$\\{QMAKE_FILE_BASE\\},$$base)
       
   170         SOURCES += $$newfile
       
   171     }
       
   172     SOURCES += $$eval($${1}.wkExtraSources)
       
   173     export(SOURCES)
       
   174 
       
   175     return(true)
       
   176 }
       
   177 include(WebCore.pri)
       
   178 
       
   179 INCLUDEPATH = \
       
   180     $$PWD \
       
   181     $$PWD/accessibility \
       
   182     $$PWD/bindings \
       
   183     $$PWD/bindings/generic \
       
   184     $$PWD/bindings/js \
       
   185     $$PWD/bridge \
       
   186     $$PWD/bridge/c \
       
   187     $$PWD/bridge/jsc \
       
   188     $$PWD/css \
       
   189     $$PWD/dom \
       
   190     $$PWD/dom/default \
       
   191     $$PWD/editing \
       
   192     $$PWD/history \
       
   193     $$PWD/html \
       
   194     $$PWD/html/canvas \
       
   195     $$PWD/inspector \
       
   196     $$PWD/loader \
       
   197     $$PWD/loader/appcache \
       
   198     $$PWD/loader/archive \
       
   199     $$PWD/loader/icon \
       
   200     $$PWD/mathml \
       
   201     $$PWD/notifications \
       
   202     $$PWD/page \
       
   203     $$PWD/page/animation \
       
   204     $$PWD/platform \
       
   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 \
       
   212     $$PWD/platform/sql \
       
   213     $$PWD/platform/text \
       
   214     $$PWD/platform/text/transcoder \
       
   215     $$PWD/plugins \
       
   216     $$PWD/rendering \
       
   217     $$PWD/rendering/style \
       
   218     $$PWD/storage \
       
   219     $$PWD/svg \
       
   220     $$PWD/svg/animation \
       
   221     $$PWD/svg/graphics \
       
   222     $$PWD/svg/graphics/filters \
       
   223     $$PWD/websockets \
       
   224     $$PWD/wml \
       
   225     $$PWD/workers \
       
   226     $$PWD/xml \
       
   227     $$WC_GENERATED_SOURCES_DIR \
       
   228     $$INCLUDEPATH
       
   229 
       
   230 INCLUDEPATH = \
       
   231     $$PWD/bridge/qt \
       
   232     $$PWD/page/qt \
       
   233     $$PWD/platform/graphics/qt \
       
   234     $$PWD/platform/network/qt \
       
   235     $$PWD/platform/qt \
       
   236     $$PWD/../WebKit/qt/Api \
       
   237     $$PWD/../WebKit/qt/WebCoreSupport \
       
   238     $$INCLUDEPATH
       
   239 
       
   240 QT += network
       
   241 
       
   242 
       
   243 DASHBOARDSUPPORTCSSPROPERTIES = $$PWD/css/DashboardSupportCSSPropertyNames.in
       
   244 
       
   245 
       
   246 contains(DEFINES, ENABLE_SVG=1) {
       
   247     EXTRACSSPROPERTIES += $$PWD/css/SVGCSSPropertyNames.in
       
   248     EXTRACSSVALUES += $$PWD/css/SVGCSSValueKeywords.in
       
   249 }
       
   250 
       
   251 contains(DEFINES, ENABLE_WCSS=1) {
       
   252     EXTRACSSPROPERTIES += $$PWD/css/WCSSPropertyNames.in
       
   253     EXTRACSSVALUES += $$PWD/css/WCSSValueKeywords.in
       
   254 }
       
   255 
       
   256 SOURCES += \
       
   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 \
       
   410     css/CSSHelper.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 \
       
   418     css/CSSOMUtils.cpp \
       
   419     css/CSSPageRule.cpp \
       
   420     css/CSSParser.cpp \
       
   421     css/CSSParserValues.cpp \
       
   422     css/CSSPrimitiveValue.cpp \
       
   423     css/CSSProperty.cpp \
       
   424     css/CSSPropertyLonghand.cpp \
       
   425     css/CSSReflectValue.cpp \
       
   426     css/CSSRule.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 \
       
   442     css/FontValue.cpp \
       
   443     css/MediaFeatureNames.cpp \
       
   444     css/MediaList.cpp \
       
   445     css/MediaQuery.cpp \
       
   446     css/MediaQueryEvaluator.cpp \
       
   447     css/MediaQueryExp.cpp \
       
   448     css/RGBColor.cpp \
       
   449     css/ShadowValue.cpp \
       
   450     css/StyleBase.cpp \
       
   451     css/StyleList.cpp \
       
   452     css/StyleMedia.cpp \
       
   453     css/StyleSheet.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 \
       
   460     dom/Attr.cpp \
       
   461     dom/Attribute.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 \
       
   470     dom/ClientRect.cpp \
       
   471     dom/ClientRectList.cpp \
       
   472     dom/Clipboard.cpp \
       
   473     dom/ClipboardEvent.cpp \
       
   474     dom/Comment.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 \
       
   483     dom/Document.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 \
       
   493     dom/Element.cpp \
       
   494     dom/Entity.cpp \
       
   495     dom/EntityReference.cpp \
       
   496     dom/ErrorEvent.cpp \
       
   497     dom/Event.cpp \
       
   498     dom/EventNames.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 \
       
   508     dom/MouseEvent.cpp \
       
   509     dom/MouseRelatedEvent.cpp \
       
   510     dom/MutationEvent.cpp \
       
   511     dom/NamedNodeMap.cpp \
       
   512     dom/NameNodeList.cpp \
       
   513     dom/Node.cpp \
       
   514     dom/NodeFilterCondition.cpp \
       
   515     dom/NodeFilter.cpp \
       
   516     dom/NodeIterator.cpp \
       
   517     dom/Notation.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 \
       
   524     dom/Position.cpp \
       
   525     dom/PositionIterator.cpp \
       
   526     dom/ProcessingInstruction.cpp \
       
   527     dom/ProgressEvent.cpp \
       
   528     dom/QualifiedName.cpp \
       
   529     dom/Range.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 \
       
   542     dom/Text.cpp \
       
   543     dom/TextEvent.cpp \
       
   544     dom/Touch.cpp \
       
   545     dom/TouchEvent.cpp \
       
   546     dom/TouchList.cpp \
       
   547     dom/TransformActionEvent.cpp \
       
   548     dom/Traversal.cpp \
       
   549     dom/TreeWalker.cpp \
       
   550     dom/UIEvent.cpp \
       
   551     dom/UIEventWithKeyState.cpp \
       
   552     dom/UserGestureIndicator.cpp \
       
   553     dom/ViewportArguments.cpp \
       
   554     dom/WebKitAnimationEvent.cpp \
       
   555     dom/WebKitTransitionEvent.cpp \
       
   556     dom/WheelEvent.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 \
       
   570     editing/Editor.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 \
       
   583     editing/markup.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 \
       
   614     html/Blob.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 \
       
   629     html/File.cpp \
       
   630     html/FileList.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 \
       
   729     html/ImageData.cpp \
       
   730     html/ImageResizerThread.cpp \
       
   731     html/LabelsNodeList.cpp \
       
   732     html/LegacyPreloadScanner.cpp \
       
   733     html/StepRange.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 \
       
   756     loader/Cache.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 \
       
   781     loader/loader.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 \
       
   792     loader/Request.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 \
       
   808     page/BarInfo.cpp \
       
   809     page/Chrome.cpp \
       
   810     page/Console.cpp \
       
   811     page/ContextMenuController.cpp \
       
   812     page/DOMSelection.cpp \
       
   813     page/DOMTimer.cpp \
       
   814     page/DOMWindow.cpp \
       
   815     page/Navigation.cpp \
       
   816     page/Navigator.cpp \
       
   817     page/NavigatorBase.cpp \
       
   818     page/DragController.cpp \
       
   819     page/EventHandler.cpp \
       
   820     page/EventSource.cpp \
       
   821     page/FocusController.cpp \
       
   822     page/Frame.cpp \
       
   823     page/FrameTree.cpp \
       
   824     page/FrameView.cpp \
       
   825     page/Geolocation.cpp \
       
   826     page/GeolocationController.cpp \
       
   827     page/GeolocationPositionCache.cpp \
       
   828     page/History.cpp \
       
   829     page/Location.cpp \
       
   830     page/MemoryInfo.cpp \
       
   831     page/MouseEventWithHitTestResults.cpp \
       
   832     page/OriginAccessEntry.cpp \
       
   833     page/Page.cpp \
       
   834     page/PageGroup.cpp \
       
   835     page/PageGroupLoadDeferrer.cpp \
       
   836     page/Performance.cpp \
       
   837     page/PluginHalter.cpp \
       
   838     page/PrintContext.cpp \
       
   839     page/SecurityOrigin.cpp \
       
   840     page/Screen.cpp \
       
   841     page/Settings.cpp \
       
   842     page/SpatialNavigation.cpp \
       
   843     page/SuspendableTimer.cpp \
       
   844     page/Timing.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 \
       
   856     platform/Arena.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 \
       
   909     platform/KURL.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 \
       
   947     platform/Timer.cpp \
       
   948     platform/text/UnicodeRange.cpp \
       
   949     platform/text/transcoder/FontTranscoder.cpp \
       
   950     platform/UUID.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 \
       
  1055     xml/DOMParser.cpp \
       
  1056     xml/XMLHttpRequest.cpp \
       
  1057     xml/XMLHttpRequestProgressEventThrottle.cpp \
       
  1058     xml/XMLHttpRequestUpload.cpp \
       
  1059     xml/XMLSerializer.cpp 
       
  1060 
       
  1061 HEADERS += \
       
  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 \
       
  1143     bridge/Bridge.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 \
       
  1166     css/CSSFontFace.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 \
       
  1173     css/CSSHelper.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 \
       
  1181     css/CSSOMUtils.h \
       
  1182     css/CSSPageRule.h \
       
  1183     css/CSSParser.h \
       
  1184     css/CSSParserValues.h \
       
  1185     css/CSSPrimitiveValue.h \
       
  1186     css/CSSProperty.h \
       
  1187     css/CSSPropertyLonghand.h \
       
  1188     css/CSSReflectValue.h \
       
  1189     css/CSSRule.h \
       
  1190     css/CSSRuleList.h \
       
  1191     css/CSSSegmentedFontFace.h \
       
  1192     css/CSSSelector.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 \
       
  1205     css/FontValue.h \
       
  1206     css/MediaFeatureNames.h \
       
  1207     css/MediaList.h \
       
  1208     css/MediaQueryEvaluator.h \
       
  1209     css/MediaQueryExp.h \
       
  1210     css/MediaQuery.h \
       
  1211     css/RGBColor.h \
       
  1212     css/ShadowValue.h \
       
  1213     css/StyleBase.h \
       
  1214     css/StyleList.h \
       
  1215     css/StyleMedia.h \
       
  1216     css/StyleSheet.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 \
       
  1223     dom/Attr.h \
       
  1224     dom/Attribute.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 \
       
  1232     dom/ClientRect.h \
       
  1233     dom/ClientRectList.h \
       
  1234     dom/ClipboardEvent.h \
       
  1235     dom/Clipboard.h \
       
  1236     dom/Comment.h \
       
  1237     dom/ContainerNode.h \
       
  1238     dom/CSSMappedAttributeDeclaration.h \
       
  1239     dom/CustomEvent.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 \
       
  1246     dom/Document.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 \
       
  1253     dom/EditingText.h \
       
  1254     dom/Element.h \
       
  1255     dom/Entity.h \
       
  1256     dom/EntityReference.h \
       
  1257     dom/Event.h \
       
  1258     dom/EventNames.h \
       
  1259     dom/EventTarget.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 \
       
  1268     dom/MessagePort.h \
       
  1269     dom/MouseEvent.h \
       
  1270     dom/MouseRelatedEvent.h \
       
  1271     dom/MutationEvent.h \
       
  1272     dom/NamedNodeMap.h \
       
  1273     dom/NameNodeList.h \
       
  1274     dom/NodeFilterCondition.h \
       
  1275     dom/NodeFilter.h \
       
  1276     dom/Node.h \
       
  1277     dom/NodeIterator.h \
       
  1278     dom/Notation.h \
       
  1279     dom/OptionElement.h \
       
  1280     dom/OptionGroupElement.h \
       
  1281     dom/StaticHashSetNodeList.h \
       
  1282     dom/OverflowEvent.h \
       
  1283     dom/PageTransitionEvent.h \
       
  1284     dom/Position.h \
       
  1285     dom/PositionIterator.h \
       
  1286     dom/ProcessingInstruction.h \
       
  1287     dom/ProgressEvent.h \
       
  1288     dom/QualifiedName.h \
       
  1289     dom/Range.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 \
       
  1299     dom/TagNodeList.h \
       
  1300     dom/TextEvent.h \
       
  1301     dom/Text.h \
       
  1302     dom/Touch.h \
       
  1303     dom/TouchEvent.h \
       
  1304     dom/TouchList.h \
       
  1305     dom/TransformActionEvent.h \
       
  1306     dom/TransformSource.h \
       
  1307     dom/Traversal.h \
       
  1308     dom/TreeDepthLimit.h \
       
  1309     dom/TreeWalker.h \
       
  1310     dom/UIEvent.h \
       
  1311     dom/UIEventWithKeyState.h \
       
  1312     dom/UserGestureIndicator.h \
       
  1313     dom/ViewportArguments.h \
       
  1314     dom/WebKitAnimationEvent.h \
       
  1315     dom/WebKitTransitionEvent.h \
       
  1316     dom/WheelEvent.h \
       
  1317     dom/XMLDocumentParser.h \
       
  1318     editing/AppendNodeCommand.h \
       
  1319     editing/ApplyStyleCommand.h \
       
  1320     editing/BreakBlockquoteCommand.h \
       
  1321     editing/CompositeEditCommand.h \
       
  1322     editing/CreateLinkCommand.h \
       
  1323     editing/DeleteButtonController.h \
       
  1324     editing/DeleteButton.h \
       
  1325     editing/DeleteFromTextNodeCommand.h \
       
  1326     editing/DeleteSelectionCommand.h \
       
  1327     editing/EditCommand.h \
       
  1328     editing/EditingBehavior.h \
       
  1329     editing/Editor.h \
       
  1330     editing/FormatBlockCommand.h \
       
  1331     editing/htmlediting.h \
       
  1332     editing/HTMLInterchange.h \
       
  1333     editing/IndentOutdentCommand.h \
       
  1334     editing/InsertIntoTextNodeCommand.h \
       
  1335     editing/InsertLineBreakCommand.h \
       
  1336     editing/InsertListCommand.h \
       
  1337     editing/InsertNodeBeforeCommand.h \
       
  1338     editing/InsertParagraphSeparatorCommand.h \
       
  1339     editing/InsertTextCommand.h \
       
  1340     editing/JoinTextNodesCommand.h \
       
  1341     editing/markup.h \
       
  1342     editing/MergeIdenticalElementsCommand.h \
       
  1343     editing/ModifySelectionListLevel.h \
       
  1344     editing/MoveSelectionCommand.h \
       
  1345     editing/RemoveCSSPropertyCommand.h \
       
  1346     editing/RemoveFormatCommand.h \
       
  1347     editing/RemoveNodeCommand.h \
       
  1348     editing/RemoveNodePreservingChildrenCommand.h \
       
  1349     editing/ReplaceNodeWithSpanCommand.h \
       
  1350     editing/ReplaceSelectionCommand.h \
       
  1351     editing/SelectionController.h \
       
  1352     editing/SetNodeAttributeCommand.h \
       
  1353     editing/SmartReplace.h \
       
  1354     editing/SplitElementCommand.h \
       
  1355     editing/SplitTextNodeCommand.h \
       
  1356     editing/SplitTextNodeContainingElementCommand.h \
       
  1357     editing/TextIterator.h \
       
  1358     editing/TypingCommand.h \
       
  1359     editing/UnlinkCommand.h \
       
  1360     editing/VisiblePosition.h \
       
  1361     editing/VisibleSelection.h \
       
  1362     editing/visible_units.h \
       
  1363     editing/WrapContentsInDummySpanCommand.h \
       
  1364     history/BackForwardController.h \
       
  1365     history/BackForwardControllerClient.h \
       
  1366     history/BackForwardListImpl.h \
       
  1367     history/BackForwardList.h \
       
  1368     history/CachedFrame.h \
       
  1369     history/CachedPage.h \
       
  1370     history/HistoryItem.h \
       
  1371     history/PageCache.h \
       
  1372     html/AsyncImageResizer.h \
       
  1373     html/Blob.h \
       
  1374     html/BlobBuilder.h \
       
  1375     html/canvas/CanvasGradient.h \
       
  1376     html/canvas/CanvasPattern.h \
       
  1377     html/canvas/CanvasPixelArray.h \
       
  1378     html/canvas/CanvasRenderingContext.h \
       
  1379     html/canvas/CanvasRenderingContext2D.h \
       
  1380     html/canvas/CanvasStyle.h \
       
  1381     html/CollectionCache.h \
       
  1382     html/DataGridColumn.h \
       
  1383     html/DataGridColumnList.h \
       
  1384     html/DateComponents.h \
       
  1385     html/DOMDataGridDataSource.h \
       
  1386     html/DOMFormData.h \
       
  1387     html/File.h \
       
  1388     html/FileError.h \
       
  1389     html/FileList.h \
       
  1390     html/FileReader.h \
       
  1391     html/FileStream.h \
       
  1392     html/FileStreamClient.h \
       
  1393     html/FileStreamProxy.h \
       
  1394     html/FileThread.h \
       
  1395     html/FileThreadTask.h \
       
  1396     html/FormDataList.h \
       
  1397     html/HTMLAllCollection.h \
       
  1398     html/HTMLAnchorElement.h \
       
  1399     html/HTMLAppletElement.h \
       
  1400     html/HTMLAreaElement.h \
       
  1401     html/HTMLAudioElement.h \
       
  1402     html/HTMLBaseElement.h \
       
  1403     html/HTMLBaseFontElement.h \
       
  1404     html/HTMLBlockquoteElement.h \
       
  1405     html/HTMLBodyElement.h \
       
  1406     html/HTMLBRElement.h \
       
  1407     html/HTMLButtonElement.h \
       
  1408     html/HTMLCanvasElement.h \
       
  1409     html/HTMLCollection.h \
       
  1410     html/HTMLDataGridCellElement.h \
       
  1411     html/HTMLDataGridColElement.h \
       
  1412     html/HTMLDataGridElement.h \
       
  1413     html/HTMLDataGridRowElement.h \
       
  1414     html/HTMLDirectoryElement.h \
       
  1415     html/HTMLDivElement.h \
       
  1416     html/HTMLDListElement.h \
       
  1417     html/HTMLDocument.h \
       
  1418     html/HTMLElement.h \
       
  1419     html/HTMLEmbedElement.h \
       
  1420     html/HTMLFieldSetElement.h \
       
  1421     html/HTMLFontElement.h \
       
  1422     html/HTMLFormCollection.h \
       
  1423     html/HTMLFormControlElement.h \
       
  1424     html/HTMLFormElement.h \
       
  1425     html/HTMLFrameElementBase.h \
       
  1426     html/HTMLFrameElement.h \
       
  1427     html/HTMLFrameOwnerElement.h \
       
  1428     html/HTMLFrameSetElement.h \
       
  1429     html/HTMLHeadElement.h \
       
  1430     html/HTMLHeadingElement.h \
       
  1431     html/HTMLHRElement.h \
       
  1432     html/HTMLHtmlElement.h \
       
  1433     html/HTMLIFrameElement.h \
       
  1434     html/HTMLImageElement.h \
       
  1435     html/HTMLImageLoader.h \
       
  1436     html/HTMLInputElement.h \
       
  1437     html/HTMLIsIndexElement.h \
       
  1438     html/HTMLKeygenElement.h \
       
  1439     html/HTMLLabelElement.h \
       
  1440     html/HTMLLegendElement.h \
       
  1441     html/HTMLLIElement.h \
       
  1442     html/HTMLLinkElement.h \
       
  1443     html/HTMLMapElement.h \
       
  1444     html/HTMLMarqueeElement.h \
       
  1445     html/HTMLMediaElement.h \
       
  1446     html/HTMLMenuElement.h \
       
  1447     html/HTMLMetaElement.h \
       
  1448     html/HTMLMeterElement.h \
       
  1449     html/HTMLModElement.h \
       
  1450     html/HTMLNameCollection.h \
       
  1451     html/HTMLNoScriptElement.h \
       
  1452     html/HTMLObjectElement.h \
       
  1453     html/HTMLOListElement.h \
       
  1454     html/HTMLOptGroupElement.h \
       
  1455     html/HTMLOptionElement.h \
       
  1456     html/HTMLOptionsCollection.h \
       
  1457     html/HTMLParagraphElement.h \
       
  1458     html/HTMLParamElement.h \
       
  1459     html/HTMLParserErrorCodes.h \
       
  1460     html/LegacyHTMLTreeBuilder.h \
       
  1461     html/HTMLPlugInElement.h \
       
  1462     html/HTMLPlugInImageElement.h \
       
  1463     html/HTMLPreElement.h \
       
  1464     html/HTMLProgressElement.h \
       
  1465     html/HTMLQuoteElement.h \
       
  1466     html/HTMLScriptElement.h \
       
  1467     html/HTMLSelectElement.h \
       
  1468     html/HTMLSourceElement.h \
       
  1469     html/HTMLStyleElement.h \
       
  1470     html/HTMLTableCaptionElement.h \
       
  1471     html/HTMLTableCellElement.h \
       
  1472     html/HTMLTableColElement.h \
       
  1473     html/HTMLTableElement.h \
       
  1474     html/HTMLTablePartElement.h \
       
  1475     html/HTMLTableRowElement.h \
       
  1476     html/HTMLTableRowsCollection.h \
       
  1477     html/HTMLTableSectionElement.h \
       
  1478     html/HTMLTextAreaElement.h \
       
  1479     html/HTMLTitleElement.h \
       
  1480     html/LegacyHTMLDocumentParser.h \
       
  1481     html/HTMLUListElement.h \
       
  1482     html/HTMLVideoElement.h \
       
  1483     html/HTMLViewSourceDocument.h \
       
  1484     html/ImageData.h \
       
  1485     html/ImageResizerThread.h \
       
  1486     html/LabelsNodeList.h \
       
  1487     html/LegacyPreloadScanner.h \
       
  1488     html/StepRange.h \
       
  1489     html/TimeRanges.h \
       
  1490     html/ValidityState.h \
       
  1491     inspector/ConsoleMessage.h \
       
  1492     inspector/InjectedScript.h \
       
  1493     inspector/InjectedScriptHost.h \
       
  1494     inspector/InspectorApplicationCacheAgent.h \
       
  1495     inspector/InspectorBackend.h \
       
  1496     inspector/InspectorController.h \
       
  1497     inspector/InspectorDatabaseResource.h \
       
  1498     inspector/InspectorDOMStorageResource.h \
       
  1499     inspector/InspectorFrontend.h \
       
  1500     inspector/InspectorFrontendClient.h \
       
  1501     inspector/InspectorFrontendClientLocal.h \
       
  1502     inspector/InspectorFrontendHost.h \
       
  1503     inspector/InspectorResource.h \
       
  1504     inspector/InspectorTimelineAgent.h \
       
  1505     inspector/ScriptGCEventListener.h \
       
  1506     inspector/TimelineRecordFactory.h \
       
  1507     loader/appcache/ApplicationCacheGroup.h \
       
  1508     loader/appcache/ApplicationCacheHost.h \
       
  1509     loader/appcache/ApplicationCache.h \
       
  1510     loader/appcache/ApplicationCacheResource.h \
       
  1511     loader/appcache/ApplicationCacheStorage.h \
       
  1512     loader/appcache/DOMApplicationCache.h \
       
  1513     loader/appcache/ManifestParser.h \
       
  1514     loader/archive/ArchiveFactory.h \
       
  1515     loader/archive/ArchiveResourceCollection.h \
       
  1516     loader/archive/ArchiveResource.h \
       
  1517     loader/CachedCSSStyleSheet.h \
       
  1518     loader/CachedFont.h \
       
  1519     loader/CachedImage.h \
       
  1520     loader/CachedResourceClientWalker.h \
       
  1521     loader/CachedResource.h \
       
  1522     loader/CachedResourceHandle.h \
       
  1523     loader/CachedScript.h \
       
  1524     loader/CachedXSLStyleSheet.h \
       
  1525     loader/Cache.h \
       
  1526     loader/CrossOriginAccessControl.h \
       
  1527     loader/CrossOriginPreflightResultCache.h \
       
  1528     loader/DocLoader.h \
       
  1529     loader/DocumentLoader.h \
       
  1530     loader/DocumentThreadableLoader.h \
       
  1531     loader/FormState.h \
       
  1532     loader/FrameLoader.h \
       
  1533     loader/FrameLoaderStateMachine.h \
       
  1534     loader/FTPDirectoryDocument.h \
       
  1535     loader/FTPDirectoryParser.h \
       
  1536     loader/icon/IconDatabase.h \
       
  1537     loader/icon/IconLoader.h \
       
  1538     loader/icon/IconRecord.h \
       
  1539     loader/icon/PageURLRecord.h \
       
  1540     loader/ImageDocument.h \
       
  1541     loader/ImageLoader.h \
       
  1542     loader/loader.h \
       
  1543     loader/MainResourceLoader.h \
       
  1544     loader/MediaDocument.h \
       
  1545     loader/NavigationAction.h \
       
  1546     loader/NetscapePlugInStreamLoader.h \
       
  1547     loader/PlaceholderDocument.h \
       
  1548     loader/PluginDocument.h \
       
  1549     loader/ProgressTracker.h \
       
  1550     loader/Request.h \
       
  1551     loader/ResourceLoader.h \
       
  1552     loader/SubresourceLoader.h \
       
  1553     loader/TextDocument.h \
       
  1554     loader/TextResourceDecoder.h \
       
  1555     loader/ThreadableLoader.h \
       
  1556     loader/WorkerThreadableLoader.h \
       
  1557     mathml/MathMLElement.h \
       
  1558     mathml/MathMLInlineContainerElement.h \
       
  1559     mathml/MathMLMathElement.h \
       
  1560     mathml/MathMLTextElement.h \
       
  1561     mathml/RenderMathMLBlock.h \
       
  1562     mathml/RenderMathMLFraction.h \
       
  1563     mathml/RenderMathMLMath.h \
       
  1564     mathml/RenderMathMLOperator.h \
       
  1565     mathml/RenderMathMLRoot.h \
       
  1566     mathml/RenderMathMLRow.h \
       
  1567     mathml/RenderMathMLSquareRoot.h \
       
  1568     mathml/RenderMathMLSubSup.h \
       
  1569     mathml/RenderMathMLUnderOver.h \
       
  1570     notifications/Notification.h \
       
  1571     notifications/NotificationCenter.h \
       
  1572     notifications/NotificationPresenter.h \
       
  1573     notifications/NotificationContents.h \
       
  1574     page/animation/AnimationBase.h \
       
  1575     page/animation/AnimationController.h \
       
  1576     page/animation/CompositeAnimation.h \
       
  1577     page/animation/ImplicitAnimation.h \
       
  1578     page/animation/KeyframeAnimation.h \
       
  1579     page/BarInfo.h \
       
  1580     page/Chrome.h \
       
  1581     page/Console.h \
       
  1582     page/ContextMenuController.h \
       
  1583     page/ContextMenuProvider.h \
       
  1584     page/Coordinates.h \
       
  1585     page/DOMSelection.h \
       
  1586     page/DOMTimer.h \
       
  1587     page/DOMWindow.h \
       
  1588     page/DragController.h \
       
  1589     page/EventHandler.h \
       
  1590     page/EventSource.h \
       
  1591     page/FocusController.h \
       
  1592     page/Frame.h \
       
  1593     page/FrameTree.h \
       
  1594     page/FrameView.h \
       
  1595     page/Geolocation.h \
       
  1596     page/GeolocationPositionCache.h \
       
  1597     page/Geoposition.h \
       
  1598     page/HaltablePlugin.h \
       
  1599     page/History.h \
       
  1600     page/Location.h \
       
  1601     page/MouseEventWithHitTestResults.h \
       
  1602     page/NavigatorBase.h \
       
  1603     page/Navigator.h \
       
  1604     page/PageGroup.h \
       
  1605     page/PageGroupLoadDeferrer.h \
       
  1606     page/Page.h \
       
  1607     page/PluginHalter.h \
       
  1608     page/PluginHalterClient.h \
       
  1609     page/PrintContext.h \
       
  1610     page/Screen.h \
       
  1611     page/SecurityOrigin.h \
       
  1612     page/Settings.h \
       
  1613     page/SpatialNavigation.h \
       
  1614     page/SpeechInput.h \
       
  1615     page/SpeechInputClient.h \
       
  1616     page/SpeechInputClientListener.h \
       
  1617     page/SpeechInputListener.h \
       
  1618     page/WindowFeatures.h \
       
  1619     page/WorkerNavigator.h \
       
  1620     page/XSSAuditor.h \
       
  1621     page/ZoomMode.h \
       
  1622     platform/animation/Animation.h \
       
  1623     platform/animation/AnimationList.h \
       
  1624     platform/Arena.h \
       
  1625     platform/BlobItem.h \
       
  1626     platform/ContentType.h \
       
  1627     platform/ContextMenu.h \
       
  1628     platform/CrossThreadCopier.h \
       
  1629     platform/DeprecatedPtrListImpl.h \
       
  1630     platform/DragData.h \
       
  1631     platform/DragImage.h \
       
  1632     platform/FileChooser.h \
       
  1633     platform/GeolocationService.h \
       
  1634     platform/image-decoders/ImageDecoder.h \
       
  1635     platform/mock/GeolocationServiceMock.h \
       
  1636     platform/graphics/BitmapImage.h \
       
  1637     platform/graphics/Color.h \
       
  1638     platform/graphics/filters/FEBlend.h \
       
  1639     platform/graphics/filters/FEColorMatrix.h \
       
  1640     platform/graphics/filters/FEComponentTransfer.h \
       
  1641     platform/graphics/filters/FEComposite.h \
       
  1642     platform/graphics/filters/FEGaussianBlur.h \
       
  1643     platform/graphics/filters/FilterEffect.h \
       
  1644     platform/graphics/filters/SourceAlpha.h \
       
  1645     platform/graphics/filters/SourceGraphic.h \
       
  1646     platform/graphics/FloatPoint3D.h \
       
  1647     platform/graphics/FloatPoint.h \
       
  1648     platform/graphics/FloatQuad.h \
       
  1649     platform/graphics/FloatRect.h \
       
  1650     platform/graphics/FloatSize.h \
       
  1651     platform/graphics/FontData.h \
       
  1652     platform/graphics/FontDescription.h \
       
  1653     platform/graphics/FontFamily.h \
       
  1654     platform/graphics/Font.h \
       
  1655     platform/graphics/GeneratedImage.h \
       
  1656     platform/graphics/Gradient.h \
       
  1657     platform/graphics/GraphicsContext.h \
       
  1658     platform/graphics/GraphicsTypes.h \
       
  1659     platform/graphics/Image.h \
       
  1660     platform/graphics/ImageSource.h \
       
  1661     platform/graphics/IntPoint.h \
       
  1662     platform/graphics/IntPointHash.h \
       
  1663     platform/graphics/IntRect.h \
       
  1664     platform/graphics/MediaPlayer.h \
       
  1665     platform/graphics/Path.h \
       
  1666     platform/graphics/PathTraversalState.h \
       
  1667     platform/graphics/Pattern.h \
       
  1668     platform/graphics/Pen.h \
       
  1669     platform/graphics/qt/FontCustomPlatformData.h \
       
  1670     platform/graphics/qt/ImageDecoderQt.h \
       
  1671     platform/graphics/qt/StillImageQt.h \
       
  1672     platform/graphics/SegmentedFontData.h \
       
  1673     platform/graphics/SimpleFontData.h \
       
  1674     platform/graphics/Tile.h \
       
  1675     platform/graphics/TiledBackingStore.h \    
       
  1676     platform/graphics/TiledBackingStoreClient.h \
       
  1677     platform/graphics/transforms/Matrix3DTransformOperation.h \
       
  1678     platform/graphics/transforms/MatrixTransformOperation.h \
       
  1679     platform/graphics/transforms/PerspectiveTransformOperation.h \
       
  1680     platform/graphics/transforms/RotateTransformOperation.h \
       
  1681     platform/graphics/transforms/ScaleTransformOperation.h \
       
  1682     platform/graphics/transforms/SkewTransformOperation.h \
       
  1683     platform/graphics/transforms/TransformationMatrix.h \
       
  1684     platform/graphics/transforms/TransformOperations.h \
       
  1685     platform/graphics/transforms/TranslateTransformOperation.h \
       
  1686     platform/KillRing.h \
       
  1687     platform/KURL.h \
       
  1688     platform/Length.h \
       
  1689     platform/text/LineEnding.h \
       
  1690     platform/LinkHash.h \
       
  1691     platform/Logging.h \
       
  1692     platform/MIMETypeRegistry.h \
       
  1693     platform/network/AuthenticationChallengeBase.h \
       
  1694     platform/network/AuthenticationClient.h \
       
  1695     platform/network/Credential.h \
       
  1696     platform/network/FormDataBuilder.h \
       
  1697     platform/network/FormData.h \
       
  1698     platform/network/HTTPHeaderMap.h \
       
  1699     platform/network/HTTPParsers.h \
       
  1700     platform/network/NetworkStateNotifier.h \
       
  1701     platform/network/ProtectionSpace.h \
       
  1702     platform/network/qt/QNetworkReplyHandler.h \
       
  1703     platform/network/ResourceErrorBase.h \
       
  1704     platform/network/ResourceHandle.h \
       
  1705     platform/network/ResourceLoadTiming.h \
       
  1706     platform/network/ResourceRequestBase.h \
       
  1707     platform/network/ResourceResponseBase.h \
       
  1708     platform/PlatformTouchEvent.h \
       
  1709     platform/PlatformTouchPoint.h \
       
  1710     platform/qt/ClipboardQt.h \
       
  1711     platform/qt/QWebPageClient.h \
       
  1712     platform/qt/QtAbstractWebPopup.h \
       
  1713     platform/qt/QtStyleOptionWebComboBox.h \
       
  1714     platform/qt/RenderThemeQt.h \
       
  1715     platform/qt/ScrollbarThemeQt.h \
       
  1716     platform/Scrollbar.h \
       
  1717     platform/ScrollbarThemeComposite.h \
       
  1718     platform/ScrollView.h \
       
  1719     platform/SharedBuffer.h \
       
  1720     platform/sql/SQLiteDatabase.h \
       
  1721     platform/sql/SQLiteFileSystem.h \
       
  1722     platform/sql/SQLiteStatement.h \
       
  1723     platform/sql/SQLiteTransaction.h \
       
  1724     platform/sql/SQLValue.h \
       
  1725     platform/text/AtomicString.h \
       
  1726     platform/text/Base64.h \
       
  1727     platform/text/BidiContext.h \
       
  1728     platform/text/Hyphenation.h \
       
  1729     platform/text/qt/TextCodecQt.h \
       
  1730     platform/text/RegularExpression.h \
       
  1731     platform/text/SegmentedString.h \
       
  1732     platform/text/StringBuilder.h \
       
  1733     platform/text/StringImpl.h \
       
  1734     platform/text/TextCodec.h \
       
  1735     platform/text/TextCodecLatin1.h \
       
  1736     platform/text/TextCodecUserDefined.h \
       
  1737     platform/text/TextCodecUTF16.h \
       
  1738     platform/text/TextEncoding.h \
       
  1739     platform/text/TextEncodingRegistry.h \
       
  1740     platform/text/TextStream.h \
       
  1741     platform/text/UnicodeRange.h \
       
  1742     platform/text/transcoder/FontTranscoder.h \
       
  1743     platform/ThreadGlobalData.h \
       
  1744     platform/ThreadTimers.h \
       
  1745     platform/Timer.h \
       
  1746     platform/Widget.h \
       
  1747     plugins/DOMMimeTypeArray.h \
       
  1748     plugins/DOMMimeType.h \
       
  1749     plugins/DOMPluginArray.h \
       
  1750     plugins/PluginDatabase.h \
       
  1751     plugins/PluginData.h \
       
  1752     plugins/PluginDebug.h \
       
  1753     plugins/DOMPlugin.h \
       
  1754     plugins/PluginMainThreadScheduler.h \
       
  1755     plugins/PluginPackage.h \
       
  1756     plugins/PluginStream.h \
       
  1757     plugins/PluginView.h \
       
  1758     plugins/win/PluginMessageThrottlerWin.h \
       
  1759     rendering/AutoTableLayout.h \
       
  1760     rendering/break_lines.h \
       
  1761     rendering/CounterNode.h \
       
  1762     rendering/EllipsisBox.h \
       
  1763     rendering/FixedTableLayout.h \
       
  1764     rendering/HitTestResult.h \
       
  1765     rendering/InlineBox.h \
       
  1766     rendering/InlineFlowBox.h \
       
  1767     rendering/InlineTextBox.h \
       
  1768     rendering/LayoutState.h \
       
  1769     rendering/MediaControlElements.h \
       
  1770     rendering/PaintInfo.h \
       
  1771     rendering/PaintPhase.h \
       
  1772     rendering/PointerEventsHitRules.h \
       
  1773     rendering/RenderApplet.h \
       
  1774     rendering/RenderArena.h \
       
  1775     rendering/RenderBlock.h \
       
  1776     rendering/RenderBox.h \
       
  1777     rendering/RenderBoxModelObject.h \
       
  1778     rendering/RenderBR.h \
       
  1779     rendering/RenderButton.h \
       
  1780     rendering/RenderCounter.h \
       
  1781     rendering/RenderDataGrid.h \
       
  1782     rendering/RenderEmbeddedObject.h \
       
  1783     rendering/RenderFieldset.h \
       
  1784     rendering/RenderFileUploadControl.h \
       
  1785     rendering/RenderFlexibleBox.h \
       
  1786     rendering/RenderForeignObject.h \
       
  1787     rendering/RenderFrame.h \
       
  1788     rendering/RenderFrameBase.h \
       
  1789     rendering/RenderFrameSet.h \
       
  1790     rendering/RenderHTMLCanvas.h \
       
  1791     rendering/RenderIFrame.h \
       
  1792     rendering/RenderImageGeneratedContent.h \
       
  1793     rendering/RenderImage.h \
       
  1794     rendering/RenderIndicator.h \
       
  1795     rendering/RenderInline.h \
       
  1796     rendering/RenderInputSpeech.h \
       
  1797     rendering/RenderLayer.h \
       
  1798     rendering/RenderLineBoxList.h \
       
  1799     rendering/RenderListBox.h \
       
  1800     rendering/RenderListItem.h \
       
  1801     rendering/RenderListMarker.h \
       
  1802     rendering/RenderMarquee.h \
       
  1803     rendering/RenderMedia.h \
       
  1804     rendering/RenderMenuList.h \
       
  1805     rendering/RenderMeter.h \
       
  1806     rendering/RenderObjectChildList.h \
       
  1807     rendering/RenderObject.h \
       
  1808     rendering/RenderPart.h \
       
  1809     rendering/RenderPath.h \
       
  1810     rendering/RenderProgress.h \
       
  1811     rendering/RenderReplaced.h \
       
  1812     rendering/RenderReplica.h \
       
  1813     rendering/RenderRuby.h \
       
  1814     rendering/RenderRubyBase.h \
       
  1815     rendering/RenderRubyRun.h \
       
  1816     rendering/RenderRubyText.h \
       
  1817     rendering/RenderScrollbar.h \
       
  1818     rendering/RenderScrollbarPart.h \
       
  1819     rendering/RenderScrollbarTheme.h \
       
  1820     rendering/RenderSlider.h \
       
  1821     rendering/RenderSVGBlock.h \
       
  1822     rendering/RenderSVGContainer.h \
       
  1823     rendering/RenderSVGGradientStop.h \
       
  1824     rendering/RenderSVGHiddenContainer.h \
       
  1825     rendering/RenderSVGImage.h \
       
  1826     rendering/RenderSVGInline.h \
       
  1827     rendering/RenderSVGInlineText.h \
       
  1828     rendering/RenderSVGModelObject.h \
       
  1829     rendering/RenderSVGResource.h \
       
  1830     rendering/RenderSVGResourceClipper.h \
       
  1831     rendering/RenderSVGResourceFilter.h \ 
       
  1832     rendering/RenderSVGResourceGradient.h \
       
  1833     rendering/RenderSVGResourceLinearGradient.h \
       
  1834     rendering/RenderSVGResourceMarker.h \
       
  1835     rendering/RenderSVGResourceMasker.h \
       
  1836     rendering/RenderSVGResourcePattern.h \
       
  1837     rendering/RenderSVGResourceRadialGradient.h \
       
  1838     rendering/RenderSVGResourceSolidColor.h \
       
  1839     rendering/RenderSVGRoot.h \
       
  1840     rendering/RenderSVGShadowTreeRootContainer.h \
       
  1841     rendering/RenderSVGText.h \
       
  1842     rendering/RenderSVGTextPath.h \
       
  1843     rendering/RenderSVGTransformableContainer.h \
       
  1844     rendering/RenderSVGTSpan.h \
       
  1845     rendering/RenderSVGViewportContainer.h \
       
  1846     rendering/RenderTableCell.h \
       
  1847     rendering/RenderTableCol.h \
       
  1848     rendering/RenderTable.h \
       
  1849     rendering/RenderTableRow.h \
       
  1850     rendering/RenderTableSection.h \
       
  1851     rendering/RenderTextControl.h \
       
  1852     rendering/RenderTextControlMultiLine.h \
       
  1853     rendering/RenderTextControlSingleLine.h \
       
  1854     rendering/RenderTextFragment.h \
       
  1855     rendering/RenderText.h \
       
  1856     rendering/RenderTheme.h \
       
  1857     rendering/RenderTreeAsText.h \
       
  1858     rendering/RenderVideo.h \
       
  1859     rendering/RenderView.h \
       
  1860     rendering/RenderWidget.h \
       
  1861     rendering/RenderWordBreak.h \
       
  1862     rendering/RootInlineBox.h \
       
  1863     rendering/ScrollBehavior.h \
       
  1864     rendering/ShadowElement.h \
       
  1865     rendering/style/BindingURI.h \
       
  1866     rendering/style/ContentData.h \
       
  1867     rendering/style/CounterDirectives.h \
       
  1868     rendering/style/CursorData.h \
       
  1869     rendering/style/CursorList.h \
       
  1870     rendering/style/FillLayer.h \
       
  1871     rendering/style/KeyframeList.h \
       
  1872     rendering/style/NinePieceImage.h \
       
  1873     rendering/style/RenderStyle.h \
       
  1874     rendering/style/ShadowData.h \
       
  1875     rendering/style/StyleBackgroundData.h \
       
  1876     rendering/style/StyleBoxData.h \
       
  1877     rendering/style/StyleCachedImage.h \
       
  1878     rendering/style/StyleFlexibleBoxData.h \
       
  1879     rendering/style/StyleGeneratedImage.h \
       
  1880     rendering/style/StyleInheritedData.h \
       
  1881     rendering/style/StyleMarqueeData.h \
       
  1882     rendering/style/StyleMultiColData.h \
       
  1883     rendering/style/StyleRareInheritedData.h \
       
  1884     rendering/style/StyleRareNonInheritedData.h \
       
  1885     rendering/style/StyleReflection.h \
       
  1886     rendering/style/StyleSurroundData.h \
       
  1887     rendering/style/StyleTransformData.h \
       
  1888     rendering/style/StyleVisualData.h \
       
  1889     rendering/style/SVGRenderStyleDefs.h \
       
  1890     rendering/style/SVGRenderStyle.h \
       
  1891     rendering/SVGCharacterData.h \
       
  1892     rendering/SVGCharacterLayoutInfo.h \
       
  1893     rendering/SVGInlineFlowBox.h \
       
  1894     rendering/SVGInlineTextBox.h \
       
  1895     rendering/SVGMarkerData.h \
       
  1896     rendering/SVGMarkerLayoutInfo.h \
       
  1897     rendering/SVGRenderSupport.h \
       
  1898     rendering/SVGRenderTreeAsText.h \
       
  1899     rendering/SVGRootInlineBox.h \
       
  1900     rendering/SVGShadowTreeElements.h \
       
  1901     rendering/SVGTextChunkLayoutInfo.h \
       
  1902     rendering/SVGTextLayoutUtilities.h \
       
  1903     rendering/SVGTextQuery.h \
       
  1904     rendering/TextControlInnerElements.h \
       
  1905     rendering/TransformState.h \
       
  1906     svg/animation/SMILTimeContainer.h \
       
  1907     svg/animation/SMILTime.h \
       
  1908     svg/animation/SVGSMILElement.h \
       
  1909     svg/ColorDistance.h \
       
  1910     svg/graphics/filters/SVGFEConvolveMatrix.h \
       
  1911     svg/graphics/filters/SVGFEDiffuseLighting.h \
       
  1912     svg/graphics/filters/SVGFEDisplacementMap.h \
       
  1913     svg/graphics/filters/SVGFEFlood.h \
       
  1914     svg/graphics/filters/SVGFEImage.h \
       
  1915     svg/graphics/filters/SVGFELighting.h \
       
  1916     svg/graphics/filters/SVGFEMerge.h \
       
  1917     svg/graphics/filters/SVGFEMorphology.h \
       
  1918     svg/graphics/filters/SVGFEOffset.h \
       
  1919     svg/graphics/filters/SVGFESpecularLighting.h \
       
  1920     svg/graphics/filters/SVGFETile.h \
       
  1921     svg/graphics/filters/SVGFETurbulence.h \
       
  1922     svg/graphics/filters/SVGFilterBuilder.h \
       
  1923     svg/graphics/filters/SVGFilter.h \
       
  1924     svg/graphics/filters/SVGLightSource.h \
       
  1925     svg/graphics/SVGImage.h \
       
  1926     svg/SVGAElement.h \
       
  1927     svg/SVGAltGlyphElement.h \
       
  1928     svg/SVGAngle.h \
       
  1929     svg/SVGAnimateColorElement.h \
       
  1930     svg/SVGAnimatedPathData.h \
       
  1931     svg/SVGAnimatedPoints.h \
       
  1932     svg/SVGAnimatedProperty.h \
       
  1933     svg/SVGAnimatedPropertySynchronizer.h \
       
  1934     svg/SVGAnimatedPropertyTraits.h \
       
  1935     svg/SVGAnimatedTemplate.h \
       
  1936     svg/SVGAnimateElement.h \
       
  1937     svg/SVGAnimateMotionElement.h \
       
  1938     svg/SVGAnimateTransformElement.h \
       
  1939     svg/SVGAnimationElement.h \
       
  1940     svg/SVGCircleElement.h \
       
  1941     svg/SVGClipPathElement.h \
       
  1942     svg/SVGColor.h \
       
  1943     svg/SVGComponentTransferFunctionElement.h \
       
  1944     svg/SVGCursorElement.h \
       
  1945     svg/SVGDefsElement.h \
       
  1946     svg/SVGDescElement.h \
       
  1947     svg/SVGDocumentExtensions.h \
       
  1948     svg/SVGDocument.h \
       
  1949     svg/SVGElement.h \
       
  1950     svg/SVGElementInstance.h \
       
  1951     svg/SVGElementInstanceList.h \
       
  1952     svg/SVGElementRareData.h \
       
  1953     svg/SVGEllipseElement.h \
       
  1954     svg/SVGExternalResourcesRequired.h \
       
  1955     svg/SVGFEBlendElement.h \
       
  1956     svg/SVGFEColorMatrixElement.h \
       
  1957     svg/SVGFEComponentTransferElement.h \
       
  1958     svg/SVGFECompositeElement.h \
       
  1959     svg/SVGFEConvolveMatrixElement.h \
       
  1960     svg/SVGFEDiffuseLightingElement.h \
       
  1961     svg/SVGFEDisplacementMapElement.h \
       
  1962     svg/SVGFEDistantLightElement.h \
       
  1963     svg/SVGFEFloodElement.h \
       
  1964     svg/SVGFEFuncAElement.h \
       
  1965     svg/SVGFEFuncBElement.h \
       
  1966     svg/SVGFEFuncGElement.h \
       
  1967     svg/SVGFEFuncRElement.h \
       
  1968     svg/SVGFEGaussianBlurElement.h \
       
  1969     svg/SVGFEImageElement.h \
       
  1970     svg/SVGFELightElement.h \
       
  1971     svg/SVGFEMergeElement.h \
       
  1972     svg/SVGFEMergeNodeElement.h \
       
  1973     svg/SVGFEMorphologyElement.h \
       
  1974     svg/SVGFEOffsetElement.h \
       
  1975     svg/SVGFEPointLightElement.h \
       
  1976     svg/SVGFESpecularLightingElement.h \
       
  1977     svg/SVGFESpotLightElement.h \
       
  1978     svg/SVGFETileElement.h \
       
  1979     svg/SVGFETurbulenceElement.h \
       
  1980     svg/SVGFilterElement.h \
       
  1981     svg/SVGFilterPrimitiveStandardAttributes.h \
       
  1982     svg/SVGFitToViewBox.h \
       
  1983     svg/SVGFontData.h \
       
  1984     svg/SVGFontElement.h \
       
  1985     svg/SVGFontFaceElement.h \
       
  1986     svg/SVGFontFaceFormatElement.h \
       
  1987     svg/SVGFontFaceNameElement.h \
       
  1988     svg/SVGFontFaceSrcElement.h \
       
  1989     svg/SVGFontFaceUriElement.h \
       
  1990     svg/SVGForeignObjectElement.h \
       
  1991     svg/SVGGElement.h \
       
  1992     svg/SVGGlyphElement.h \
       
  1993     svg/SVGGradientElement.h \
       
  1994     svg/SVGHKernElement.h \
       
  1995     svg/SVGImageElement.h \
       
  1996     svg/SVGImageLoader.h \
       
  1997     svg/SVGLangSpace.h \
       
  1998     svg/SVGLength.h \
       
  1999     svg/SVGLengthList.h \
       
  2000     svg/SVGLinearGradientElement.h \
       
  2001     svg/SVGLineElement.h \
       
  2002     svg/SVGLocatable.h \
       
  2003     svg/SVGMarkerElement.h \
       
  2004     svg/SVGMaskElement.h \
       
  2005     svg/SVGMetadataElement.h \
       
  2006     svg/SVGMissingGlyphElement.h \
       
  2007     svg/SVGMPathElement.h \
       
  2008     svg/SVGNumberList.h \
       
  2009     svg/SVGPaint.h \
       
  2010     svg/SVGParserUtilities.h \
       
  2011     svg/SVGPathBuilder.h \
       
  2012     svg/SVGPathConsumer.h \
       
  2013     svg/SVGPathElement.h \
       
  2014     svg/SVGPathParser.h \
       
  2015     svg/SVGPathSegArc.h \
       
  2016     svg/SVGPathSegClosePath.h \
       
  2017     svg/SVGPathSegCurvetoCubic.h \
       
  2018     svg/SVGPathSegCurvetoCubicSmooth.h \
       
  2019     svg/SVGPathSegCurvetoQuadratic.h \
       
  2020     svg/SVGPathSegCurvetoQuadraticSmooth.h \
       
  2021     svg/SVGPathSegLineto.h \
       
  2022     svg/SVGPathSegLinetoHorizontal.h \
       
  2023     svg/SVGPathSegLinetoVertical.h \
       
  2024     svg/SVGPathSegList.h \
       
  2025     svg/SVGPathSegListBuilder.h \
       
  2026     svg/SVGPathSegMoveto.h \
       
  2027     svg/SVGPatternElement.h \
       
  2028     svg/SVGPointList.h \
       
  2029     svg/SVGPolyElement.h \
       
  2030     svg/SVGPolygonElement.h \
       
  2031     svg/SVGPolylineElement.h \
       
  2032     svg/SVGPreserveAspectRatio.h \
       
  2033     svg/SVGRadialGradientElement.h \
       
  2034     svg/SVGRectElement.h \
       
  2035     svg/SVGScriptElement.h \
       
  2036     svg/SVGSetElement.h \
       
  2037     svg/SVGStopElement.h \
       
  2038     svg/SVGStringList.h \
       
  2039     svg/SVGStylable.h \
       
  2040     svg/SVGStyledElement.h \
       
  2041     svg/SVGStyledLocatableElement.h \
       
  2042     svg/SVGStyledTransformableElement.h \
       
  2043     svg/SVGStyleElement.h \
       
  2044     svg/SVGSVGElement.h \
       
  2045     svg/SVGSwitchElement.h \
       
  2046     svg/SVGSymbolElement.h \
       
  2047     svg/SVGTests.h \
       
  2048     svg/SVGTextContentElement.h \
       
  2049     svg/SVGTextElement.h \
       
  2050     svg/SVGTextPathElement.h \
       
  2051     svg/SVGTextPositioningElement.h \
       
  2052     svg/SVGTitleElement.h \
       
  2053     svg/SVGTransformable.h \
       
  2054     svg/SVGTransformDistance.h \
       
  2055     svg/SVGTransform.h \
       
  2056     svg/SVGTransformList.h \
       
  2057     svg/SVGTRefElement.h \
       
  2058     svg/SVGTSpanElement.h \
       
  2059     svg/SVGURIReference.h \
       
  2060     svg/SVGUseElement.h \
       
  2061     svg/SVGViewElement.h \
       
  2062     svg/SVGViewSpec.h \
       
  2063     svg/SVGVKernElement.h \
       
  2064     svg/SVGZoomAndPan.h \
       
  2065     svg/SVGZoomEvent.h \
       
  2066     wml/WMLAccessElement.h \
       
  2067     wml/WMLAElement.h \
       
  2068     wml/WMLAnchorElement.h \
       
  2069     wml/WMLBRElement.h \
       
  2070     wml/WMLCardElement.h \
       
  2071     wml/WMLDocument.h \
       
  2072     wml/WMLDoElement.h \
       
  2073     wml/WMLElement.h \
       
  2074     wml/WMLErrorHandling.h \
       
  2075     wml/WMLEventHandlingElement.h \
       
  2076     wml/WMLFieldSetElement.h \
       
  2077     wml/WMLFormControlElement.h \
       
  2078     wml/WMLGoElement.h \
       
  2079     wml/WMLImageElement.h \
       
  2080     wml/WMLImageLoader.h \
       
  2081     wml/WMLInputElement.h \
       
  2082     wml/WMLInsertedLegendElement.h \
       
  2083     wml/WMLIntrinsicEvent.h \
       
  2084     wml/WMLIntrinsicEventHandler.h \
       
  2085     wml/WMLMetaElement.h \
       
  2086     wml/WMLNoopElement.h \
       
  2087     wml/WMLOnEventElement.h \
       
  2088     wml/WMLOptGroupElement.h \
       
  2089     wml/WMLOptionElement.h \
       
  2090     wml/WMLPageState.h \
       
  2091     wml/WMLPElement.h \
       
  2092     wml/WMLPostfieldElement.h \
       
  2093     wml/WMLPrevElement.h \
       
  2094     wml/WMLRefreshElement.h \
       
  2095     wml/WMLSelectElement.h \
       
  2096     wml/WMLSetvarElement.h \
       
  2097     wml/WMLTableElement.h \
       
  2098     wml/WMLTaskElement.h \
       
  2099     wml/WMLTemplateElement.h \
       
  2100     wml/WMLTimerElement.h \
       
  2101     wml/WMLVariables.h \
       
  2102     workers/AbstractWorker.h \
       
  2103     workers/DedicatedWorkerContext.h \
       
  2104     workers/DedicatedWorkerThread.h \
       
  2105     workers/SharedWorker.h \
       
  2106     workers/WorkerContext.h \
       
  2107     workers/Worker.h \
       
  2108     workers/WorkerLocation.h \
       
  2109     workers/WorkerMessagingProxy.h \
       
  2110     workers/WorkerRunLoop.h \
       
  2111     workers/WorkerScriptLoader.h \
       
  2112     workers/WorkerThread.h \
       
  2113     xml/DOMParser.h \
       
  2114     xml/NativeXPathNSResolver.h \
       
  2115     xml/XMLHttpRequest.h \
       
  2116     xml/XMLHttpRequestUpload.h \
       
  2117     xml/XMLSerializer.h \
       
  2118     xml/XPathEvaluator.h \
       
  2119     xml/XPathExpression.h \
       
  2120     xml/XPathExpressionNode.h \
       
  2121     xml/XPathFunctions.h \
       
  2122     xml/XPathNamespace.h \
       
  2123     xml/XPathNodeSet.h \
       
  2124     xml/XPathNSResolver.h \
       
  2125     xml/XPathParser.h \
       
  2126     xml/XPathPath.h \
       
  2127     xml/XPathPredicate.h \
       
  2128     xml/XPathResult.h \
       
  2129     xml/XPathStep.h \
       
  2130     xml/XPathUtil.h \
       
  2131     xml/XPathValue.h \
       
  2132     xml/XPathVariableReference.h \
       
  2133     xml/XSLImportRule.h \
       
  2134     xml/XSLStyleSheet.h \
       
  2135     xml/XSLTExtensions.h \
       
  2136     xml/XSLTProcessor.h \
       
  2137     xml/XSLTUnicodeSort.h \
       
  2138     $$PWD/../WebKit/qt/Api/qwebplugindatabase_p.h \
       
  2139     $$PWD/../WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h \
       
  2140     $$PWD/../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h \
       
  2141     $$PWD/../WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h \
       
  2142     $$PWD/../WebKit/qt/WebCoreSupport/PageClientQt.h \
       
  2143     $$PWD/../WebKit/qt/WebCoreSupport/QtPlatformPlugin.h \
       
  2144     $$PWD/platform/network/qt/DnsPrefetchHelper.h
       
  2145 
       
  2146 SOURCES += \
       
  2147     accessibility/qt/AccessibilityObjectQt.cpp \
       
  2148     bindings/js/ScriptControllerQt.cpp \
       
  2149     bridge/qt/qt_class.cpp \
       
  2150     bridge/qt/qt_instance.cpp \
       
  2151     bridge/qt/qt_pixmapruntime.cpp \
       
  2152     bridge/qt/qt_runtime.cpp \
       
  2153     page/qt/DragControllerQt.cpp \
       
  2154     page/qt/EventHandlerQt.cpp \
       
  2155     page/qt/FrameQt.cpp \
       
  2156     platform/graphics/qt/TransformationMatrixQt.cpp \
       
  2157     platform/graphics/qt/ColorQt.cpp \
       
  2158     platform/graphics/qt/FontQt.cpp \
       
  2159     platform/graphics/qt/FontPlatformDataQt.cpp \
       
  2160     platform/graphics/qt/FloatPointQt.cpp \
       
  2161     platform/graphics/qt/FloatRectQt.cpp \
       
  2162     platform/graphics/qt/GradientQt.cpp \
       
  2163     platform/graphics/qt/GraphicsContextQt.cpp \
       
  2164     platform/graphics/qt/IconQt.cpp \
       
  2165     platform/graphics/qt/ImageBufferQt.cpp \
       
  2166     platform/graphics/qt/ImageDecoderQt.cpp \
       
  2167     platform/graphics/qt/ImageQt.cpp \
       
  2168     platform/graphics/qt/IntPointQt.cpp \
       
  2169     platform/graphics/qt/IntRectQt.cpp \
       
  2170     platform/graphics/qt/IntSizeQt.cpp \
       
  2171     platform/graphics/qt/PathQt.cpp \
       
  2172     platform/graphics/qt/PatternQt.cpp \
       
  2173     platform/graphics/qt/StillImageQt.cpp \
       
  2174     platform/network/qt/ResourceHandleQt.cpp \
       
  2175     platform/network/qt/ResourceRequestQt.cpp \
       
  2176     platform/network/qt/DnsPrefetchHelper.cpp \
       
  2177     platform/network/qt/QNetworkReplyHandler.cpp \
       
  2178     editing/qt/EditorQt.cpp \
       
  2179     editing/qt/SmartReplaceQt.cpp \
       
  2180     platform/Cursor.cpp \
       
  2181     platform/qt/ClipboardQt.cpp \
       
  2182     platform/qt/ContextMenuItemQt.cpp \
       
  2183     platform/qt/ContextMenuQt.cpp \
       
  2184     platform/qt/CookieJarQt.cpp \
       
  2185     platform/qt/CursorQt.cpp \
       
  2186     platform/qt/DragDataQt.cpp \
       
  2187     platform/qt/DragImageQt.cpp \
       
  2188     platform/qt/EventLoopQt.cpp \
       
  2189     platform/qt/FileChooserQt.cpp \
       
  2190     platform/qt/FileSystemQt.cpp \
       
  2191     platform/qt/SharedBufferQt.cpp \
       
  2192     platform/graphics/qt/FontCacheQt.cpp \
       
  2193     platform/graphics/qt/FontCustomPlatformDataQt.cpp \
       
  2194     platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
       
  2195     platform/graphics/qt/SimpleFontDataQt.cpp \
       
  2196     platform/graphics/qt/TileQt.cpp \
       
  2197     platform/qt/KURLQt.cpp \
       
  2198     platform/qt/Localizations.cpp \
       
  2199     platform/qt/MIMETypeRegistryQt.cpp \
       
  2200     platform/qt/PasteboardQt.cpp \
       
  2201     platform/qt/PlatformKeyboardEventQt.cpp \
       
  2202     platform/qt/PlatformMouseEventQt.cpp \
       
  2203     platform/qt/PlatformScreenQt.cpp \
       
  2204     platform/qt/PlatformTouchEventQt.cpp \
       
  2205     platform/qt/PlatformTouchPointQt.cpp \
       
  2206     platform/qt/PopupMenuQt.cpp \
       
  2207     platform/qt/QtAbstractWebPopup.cpp \
       
  2208     platform/qt/RenderThemeQt.cpp \
       
  2209     platform/qt/ScrollbarQt.cpp \
       
  2210     platform/qt/ScrollbarThemeQt.cpp \
       
  2211     platform/qt/ScrollViewQt.cpp \
       
  2212     platform/qt/SearchPopupMenuQt.cpp \
       
  2213     platform/qt/SharedTimerQt.cpp \
       
  2214     platform/qt/SoundQt.cpp \
       
  2215     platform/qt/LoggingQt.cpp \
       
  2216     platform/qt/TemporaryLinkStubsQt.cpp \
       
  2217     platform/text/qt/TextBoundariesQt.cpp \
       
  2218     platform/text/qt/TextBreakIteratorQt.cpp \
       
  2219     platform/text/qt/TextCodecQt.cpp \
       
  2220     platform/qt/WheelEventQt.cpp \
       
  2221     platform/qt/WidgetQt.cpp \
       
  2222     plugins/qt/PluginDataQt.cpp \
       
  2223     ../WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp \
       
  2224     ../WebKit/qt/WebCoreSupport/ChromeClientQt.cpp \
       
  2225     ../WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp \
       
  2226     ../WebKit/qt/WebCoreSupport/DragClientQt.cpp \
       
  2227     ../WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp \
       
  2228     ../WebKit/qt/WebCoreSupport/EditorClientQt.cpp \
       
  2229     ../WebKit/qt/WebCoreSupport/EditCommandQt.cpp \
       
  2230     ../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp \
       
  2231     ../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp \
       
  2232     ../WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp \
       
  2233     ../WebKit/qt/WebCoreSupport/PageClientQt.cpp \
       
  2234     ../WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp \
       
  2235     ../WebKit/qt/Api/qwebframe.cpp \
       
  2236     ../WebKit/qt/Api/qgraphicswebview.cpp \
       
  2237     ../WebKit/qt/Api/qwebpage.cpp \
       
  2238     ../WebKit/qt/Api/qwebview.cpp \
       
  2239     ../WebKit/qt/Api/qwebelement.cpp \
       
  2240     ../WebKit/qt/Api/qwebhistory.cpp \
       
  2241     ../WebKit/qt/Api/qwebsettings.cpp \
       
  2242     ../WebKit/qt/Api/qwebhistoryinterface.cpp \
       
  2243     ../WebKit/qt/Api/qwebplugindatabase.cpp \
       
  2244     ../WebKit/qt/Api/qwebpluginfactory.cpp \
       
  2245     ../WebKit/qt/Api/qwebsecurityorigin.cpp \
       
  2246     ../WebKit/qt/Api/qwebscriptworld.cpp \
       
  2247     ../WebKit/qt/Api/qwebdatabase.cpp \
       
  2248     ../WebKit/qt/Api/qwebinspector.cpp \
       
  2249     ../WebKit/qt/Api/qwebkitversion.cpp
       
  2250 
       
  2251 
       
  2252 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
       
  2253     HEADERS += platform/qt/Maemo5Webstyle.h
       
  2254     SOURCES += platform/qt/Maemo5Webstyle.cpp
       
  2255 }
       
  2256 
       
  2257 contains(DEFINES, ENABLE_HAPTICS=1) {
       
  2258     SOURCES += platform/qt/PlatformHapticsQt.cpp
       
  2259 }
       
  2260 
       
  2261 maemo5 {
       
  2262     HEADERS += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.h
       
  2263     SOURCES += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.cpp
       
  2264 }
       
  2265 
       
  2266 
       
  2267     win32-*|wince*: SOURCES += platform/win/SystemTimeWin.cpp \
       
  2268                                platform/graphics/win/TransformationMatrixWin.cpp
       
  2269 
       
  2270     mac {
       
  2271         SOURCES += \
       
  2272             platform/text/cf/StringCF.cpp \
       
  2273             platform/text/cf/StringImplCF.cpp \
       
  2274             platform/cf/SharedBufferCF.cpp
       
  2275         LIBS_PRIVATE += -framework Carbon -framework AppKit
       
  2276     }
       
  2277 
       
  2278     win32-* {
       
  2279         LIBS += -lgdi32
       
  2280         LIBS += -lole32
       
  2281         LIBS += -luser32
       
  2282     }
       
  2283     wince* {
       
  2284         LIBS += -lmmtimer
       
  2285         LIBS += -lole32
       
  2286     }
       
  2287 
       
  2288 contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
       
  2289 
       
  2290     SOURCES += plugins/npapi.cpp
       
  2291 
       
  2292     symbian {
       
  2293         SOURCES += \
       
  2294         plugins/symbian/PluginPackageSymbian.cpp \
       
  2295         plugins/symbian/PluginDatabaseSymbian.cpp \
       
  2296         plugins/symbian/PluginViewSymbian.cpp \
       
  2297         plugins/symbian/PluginContainerSymbian.cpp
       
  2298 
       
  2299         HEADERS += \
       
  2300         plugins/symbian/PluginContainerSymbian.h \
       
  2301         plugins/symbian/npinterface.h
       
  2302 
       
  2303         LIBS += -lefsrv
       
  2304 
       
  2305     } else {
       
  2306 
       
  2307         unix {
       
  2308     
       
  2309             mac {
       
  2310                 SOURCES += \
       
  2311                     plugins/mac/PluginPackageMac.cpp \
       
  2312                     plugins/mac/PluginViewMac.mm
       
  2313                 OBJECTIVE_SOURCES += \
       
  2314                     platform/text/mac/StringImplMac.mm \
       
  2315                     platform/mac/WebCoreNSStringExtras.mm
       
  2316                 INCLUDEPATH += platform/mac
       
  2317                 # Note: XP_MACOSX is defined in npapi.h
       
  2318             } else {
       
  2319                 !embedded {
       
  2320                     CONFIG += x11
       
  2321                     LIBS += -lXrender
       
  2322                 }
       
  2323                 SOURCES += \
       
  2324                     plugins/qt/PluginContainerQt.cpp \
       
  2325                     plugins/qt/PluginPackageQt.cpp \
       
  2326                     plugins/qt/PluginViewQt.cpp
       
  2327                 HEADERS += \
       
  2328                     plugins/qt/PluginContainerQt.h
       
  2329                 DEFINES += XP_UNIX
       
  2330             }
       
  2331         }
       
  2332     
       
  2333         win32-* {
       
  2334             INCLUDEPATH += $$PWD/plugins/win \
       
  2335                            $$PWD/platform/win
       
  2336     
       
  2337             SOURCES += plugins/win/PluginDatabaseWin.cpp \
       
  2338                        plugins/win/PluginPackageWin.cpp \
       
  2339                        plugins/win/PluginMessageThrottlerWin.cpp \
       
  2340                        plugins/win/PluginViewWin.cpp \
       
  2341                        platform/win/BitmapInfo.cpp \
       
  2342                        platform/win/WebCoreInstanceHandle.cpp
       
  2343     
       
  2344             LIBS += \
       
  2345                 -ladvapi32 \
       
  2346                 -lgdi32 \
       
  2347                 -lshell32 \
       
  2348                 -lshlwapi \
       
  2349                 -luser32 \
       
  2350                 -lversion
       
  2351         }
       
  2352     }
       
  2353 
       
  2354 } else {
       
  2355     SOURCES += \
       
  2356         plugins/PluginPackageNone.cpp \
       
  2357         plugins/PluginViewNone.cpp
       
  2358 }
       
  2359 
       
  2360 contains(DEFINES, ENABLE_SQLITE=1) {
       
  2361     !system-sqlite:exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
       
  2362             # Build sqlite3 into WebCore from source
       
  2363             # somewhat copied from $$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite/sqlite.pro
       
  2364             INCLUDEPATH += $${SQLITE3SRCDIR}
       
  2365             SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
       
  2366             DEFINES += SQLITE_CORE SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE
       
  2367             CONFIG(release, debug|release): DEFINES *= NDEBUG
       
  2368             contains(DEFINES, ENABLE_SINGLE_THREADED=1): DEFINES += SQLITE_THREADSAFE=0
       
  2369     } else {
       
  2370         # Use sqlite3 from the underlying OS
       
  2371         CONFIG(QTDIR_build) {
       
  2372             QMAKE_CXXFLAGS *= $$QT_CFLAGS_SQLITE
       
  2373             LIBS *= $$QT_LFLAGS_SQLITE
       
  2374         } else {
       
  2375             INCLUDEPATH += $${SQLITE3SRCDIR}
       
  2376             LIBS += -lsqlite3
       
  2377         }
       
  2378     }
       
  2379 
       
  2380     SOURCES += \
       
  2381         platform/sql/SQLiteAuthorizer.cpp \
       
  2382         platform/sql/SQLiteDatabase.cpp \
       
  2383         platform/sql/SQLiteFileSystem.cpp \
       
  2384         platform/sql/SQLiteStatement.cpp \
       
  2385         platform/sql/SQLiteTransaction.cpp \
       
  2386         platform/sql/SQLValue.cpp \
       
  2387         storage/AbstractDatabase.cpp \
       
  2388         storage/Database.cpp \
       
  2389         storage/DatabaseAuthorizer.cpp \
       
  2390         storage/DatabaseSync.cpp
       
  2391 }
       
  2392 
       
  2393 
       
  2394 contains(DEFINES, ENABLE_DATABASE=1) {
       
  2395     SOURCES += \
       
  2396         storage/ChangeVersionWrapper.cpp \
       
  2397         storage/DatabaseTask.cpp \
       
  2398         storage/DatabaseThread.cpp \
       
  2399         storage/DatabaseTracker.cpp \
       
  2400         storage/OriginQuotaManager.cpp \
       
  2401         storage/OriginUsageRecord.cpp \
       
  2402         storage/SQLResultSet.cpp \
       
  2403         storage/SQLResultSetRowList.cpp \
       
  2404         storage/SQLStatement.cpp \
       
  2405         storage/SQLStatementSync.cpp \
       
  2406         storage/SQLTransaction.cpp \
       
  2407         storage/SQLTransactionClient.cpp \
       
  2408         storage/SQLTransactionCoordinator.cpp \
       
  2409         storage/SQLTransactionSync.cpp \
       
  2410         bindings/js/JSCustomSQLStatementErrorCallback.cpp \
       
  2411         bindings/js/JSDatabaseCustom.cpp \
       
  2412         bindings/js/JSDatabaseSyncCustom.cpp \
       
  2413         bindings/js/JSSQLResultSetRowListCustom.cpp \
       
  2414         bindings/js/JSSQLTransactionCustom.cpp \
       
  2415         bindings/js/JSSQLTransactionSyncCustom.cpp
       
  2416 }
       
  2417 
       
  2418 contains(DEFINES, ENABLE_INDEXED_DATABASE=1) {
       
  2419     HEADERS += \
       
  2420         bindings/js/IDBBindingUtilities.h \
       
  2421         storage/IDBAny.h \
       
  2422         storage/IDBCallbacks.h \
       
  2423         storage/IDBDatabase.h \
       
  2424         storage/IDBDatabaseImpl.h \
       
  2425         storage/IDBDatabaseError.h \
       
  2426         storage/IDBDatabaseException.h \
       
  2427         storage/IDBDatabaseRequest.h \
       
  2428         storage/IDBErrorEvent.h \
       
  2429         storage/IDBEvent.h \
       
  2430         storage/IDBIndex.h \
       
  2431         storage/IDBIndexImpl.h \
       
  2432         storage/IDBIndexRequest.h \
       
  2433         storage/IDBKey.h \
       
  2434         storage/IDBKeyRange.h \
       
  2435         storage/IDBObjectStore.h \
       
  2436         storage/IDBObjectStoreImpl.h \
       
  2437         storage/IDBObjectStoreRequest.h \
       
  2438         storage/IDBRequest.h \
       
  2439         storage/IDBSuccessEvent.h \
       
  2440         storage/IndexedDatabase.h \
       
  2441         storage/IndexedDatabaseImpl.h \
       
  2442         storage/IndexedDatabaseRequest.h
       
  2443 
       
  2444     SOURCES += \
       
  2445         bindings/js/IDBBindingUtilities.cpp \
       
  2446         bindings/js/JSIDBAnyCustom.cpp \
       
  2447         bindings/js/JSIDBKeyCustom.cpp \
       
  2448         storage/IDBAny.cpp \
       
  2449         storage/IDBDatabaseImpl.cpp \
       
  2450         storage/IDBDatabaseRequest.cpp \
       
  2451         storage/IDBErrorEvent.cpp \
       
  2452         storage/IDBEvent.cpp \
       
  2453         storage/IDBIndexImpl.cpp \
       
  2454         storage/IDBIndexRequest.cpp \
       
  2455         storage/IDBKey.cpp \
       
  2456         storage/IDBKeyRange.cpp \
       
  2457         storage/IDBObjectStoreImpl.cpp \
       
  2458         storage/IDBObjectStoreRequest.cpp \
       
  2459         storage/IDBRequest.cpp \
       
  2460         storage/IDBSuccessEvent.cpp \
       
  2461         storage/IndexedDatabase.cpp \
       
  2462         storage/IndexedDatabaseImpl.cpp \
       
  2463         storage/IndexedDatabaseRequest.cpp
       
  2464 }
       
  2465 
       
  2466 contains(DEFINES, ENABLE_DOM_STORAGE=1) {
       
  2467     HEADERS += \
       
  2468         storage/AbstractDatabase.h \
       
  2469         storage/ChangeVersionWrapper.h \
       
  2470         storage/DatabaseAuthorizer.h \
       
  2471         storage/Database.h \
       
  2472         storage/DatabaseCallback.h \
       
  2473         storage/DatabaseSync.h \
       
  2474         storage/DatabaseTask.h \
       
  2475         storage/DatabaseThread.h \
       
  2476         storage/DatabaseTracker.h \
       
  2477         storage/LocalStorageTask.h \
       
  2478         storage/LocalStorageThread.h \
       
  2479         storage/OriginQuotaManager.h \
       
  2480         storage/OriginUsageRecord.h \
       
  2481         storage/SQLResultSet.h \
       
  2482         storage/SQLResultSetRowList.h \
       
  2483         storage/SQLStatement.h \
       
  2484         storage/SQLStatementSync.h \
       
  2485         storage/SQLTransaction.h \
       
  2486         storage/SQLTransactionClient.h \
       
  2487         storage/SQLTransactionCoordinator.h \
       
  2488         storage/SQLTransactionSync.h \
       
  2489         storage/SQLTransactionSyncCallback.h \
       
  2490         storage/StorageArea.h \
       
  2491         storage/StorageAreaImpl.h \
       
  2492         storage/StorageAreaSync.h \
       
  2493         storage/StorageEvent.h \
       
  2494         storage/StorageEventDispatcher.h \
       
  2495         storage/Storage.h \
       
  2496         storage/StorageMap.h \
       
  2497         storage/StorageNamespace.h \
       
  2498         storage/StorageNamespaceImpl.h \
       
  2499         storage/StorageSyncManager.h
       
  2500 
       
  2501     SOURCES += \
       
  2502         bindings/js/JSStorageCustom.cpp \
       
  2503         storage/LocalStorageTask.cpp \
       
  2504         storage/LocalStorageThread.cpp \
       
  2505         storage/Storage.cpp \
       
  2506         storage/StorageAreaImpl.cpp \
       
  2507         storage/StorageAreaSync.cpp \
       
  2508         storage/StorageEvent.cpp \
       
  2509         storage/StorageEventDispatcher.cpp \
       
  2510         storage/StorageMap.cpp \
       
  2511         storage/StorageNamespace.cpp \
       
  2512         storage/StorageNamespaceImpl.cpp \
       
  2513         storage/StorageSyncManager.cpp
       
  2514 }
       
  2515 
       
  2516 contains(DEFINES, ENABLE_ICONDATABASE=1) {
       
  2517     SOURCES += \
       
  2518         loader/icon/IconDatabase.cpp \
       
  2519         loader/icon/IconRecord.cpp \
       
  2520         loader/icon/PageURLRecord.cpp
       
  2521 } else {
       
  2522     SOURCES += \
       
  2523         loader/icon/IconDatabaseNone.cpp
       
  2524 }
       
  2525 
       
  2526 contains(DEFINES, ENABLE_WORKERS=1) {
       
  2527     SOURCES += \
       
  2528         bindings/js/JSDedicatedWorkerContextCustom.cpp \
       
  2529         bindings/js/JSWorkerContextBase.cpp \
       
  2530         bindings/js/JSWorkerContextCustom.cpp \
       
  2531         bindings/js/JSWorkerCustom.cpp \
       
  2532         bindings/js/WorkerScriptController.cpp \
       
  2533         loader/WorkerThreadableLoader.cpp \
       
  2534         page/WorkerNavigator.cpp \
       
  2535         workers/AbstractWorker.cpp \
       
  2536         workers/DedicatedWorkerContext.cpp \
       
  2537         workers/DedicatedWorkerThread.cpp \
       
  2538         workers/Worker.cpp \
       
  2539         workers/WorkerContext.cpp \
       
  2540         workers/WorkerLocation.cpp \
       
  2541         workers/WorkerMessagingProxy.cpp \
       
  2542         workers/WorkerRunLoop.cpp \
       
  2543         workers/WorkerThread.cpp \
       
  2544         workers/WorkerScriptLoader.cpp
       
  2545 }
       
  2546 
       
  2547 contains(DEFINES, ENABLE_SHARED_WORKERS=1) {
       
  2548     SOURCES += \
       
  2549         bindings/js/JSSharedWorkerCustom.cpp \
       
  2550         workers/DefaultSharedWorkerRepository.cpp \
       
  2551         workers/SharedWorker.cpp \
       
  2552         workers/SharedWorkerContext.cpp \
       
  2553         workers/SharedWorkerThread.cpp
       
  2554 }
       
  2555 
       
  2556 contains(DEFINES, ENABLE_INPUT_SPEECH=1) {
       
  2557     SOURCES += \
       
  2558         page/SpeechInput.cpp \
       
  2559         rendering/RenderInputSpeech.cpp
       
  2560 }
       
  2561 
       
  2562 contains(DEFINES, ENABLE_VIDEO=1) {
       
  2563     SOURCES += \
       
  2564         html/HTMLAudioElement.cpp \
       
  2565         html/HTMLMediaElement.cpp \
       
  2566         html/HTMLSourceElement.cpp \
       
  2567         html/HTMLVideoElement.cpp \
       
  2568         html/TimeRanges.cpp \
       
  2569         platform/graphics/MediaPlayer.cpp \
       
  2570         rendering/MediaControlElements.cpp \
       
  2571         rendering/RenderVideo.cpp \
       
  2572         rendering/RenderMedia.cpp \
       
  2573         bindings/js/JSAudioConstructor.cpp
       
  2574 
       
  2575         !lessThan(QT_MINOR_VERSION, 6):contains(MOBILITY_CONFIG, multimedia) {
       
  2576             HEADERS += platform/graphics/qt/MediaPlayerPrivateQt.h
       
  2577             SOURCES += platform/graphics/qt/MediaPlayerPrivateQt.cpp
       
  2578 
       
  2579             CONFIG *= mobility
       
  2580             MOBILITY += multimedia
       
  2581             DEFINES += WTF_USE_QT_MULTIMEDIA
       
  2582          } else:contains(QT_CONFIG, phonon) {
       
  2583             HEADERS += \
       
  2584                 platform/graphics/qt/MediaPlayerPrivatePhonon.h
       
  2585 
       
  2586             SOURCES += \
       
  2587                 platform/graphics/qt/MediaPlayerPrivatePhonon.cpp
       
  2588 
       
  2589             # Add phonon manually to prevent it from coming first in
       
  2590             # the include paths, as Phonon's path.h conflicts with
       
  2591             # WebCore's Path.h on case-insensitive filesystems.
       
  2592             qtAddLibrary(phonon)
       
  2593             INCLUDEPATH -= $$QMAKE_INCDIR_QT/phonon
       
  2594             INCLUDEPATH += $$QMAKE_INCDIR_QT/phonon
       
  2595             mac {
       
  2596                 INCLUDEPATH -= $$QMAKE_LIBDIR_QT/phonon.framework/Headers
       
  2597                 INCLUDEPATH += $$QMAKE_LIBDIR_QT/phonon.framework/Headers
       
  2598             }
       
  2599         }
       
  2600 }
       
  2601 
       
  2602 contains(DEFINES, ENABLE_XPATH=1) {
       
  2603     SOURCES += \
       
  2604         xml/NativeXPathNSResolver.cpp \
       
  2605         xml/XPathEvaluator.cpp \
       
  2606         xml/XPathExpression.cpp \
       
  2607         xml/XPathExpressionNode.cpp \
       
  2608         xml/XPathFunctions.cpp \
       
  2609         xml/XPathNamespace.cpp \
       
  2610         xml/XPathNodeSet.cpp \
       
  2611         xml/XPathNSResolver.cpp \
       
  2612         xml/XPathParser.cpp \
       
  2613         xml/XPathPath.cpp \
       
  2614         xml/XPathPredicate.cpp \
       
  2615         xml/XPathResult.cpp \
       
  2616         xml/XPathStep.cpp \
       
  2617         xml/XPathUtil.cpp \
       
  2618         xml/XPathValue.cpp \
       
  2619         xml/XPathVariableReference.cpp
       
  2620 }
       
  2621 
       
  2622 unix:!mac:CONFIG += link_pkgconfig
       
  2623 
       
  2624 contains(DEFINES, ENABLE_XSLT=1) {
       
  2625     tobe|!tobe: QT += xmlpatterns
       
  2626 
       
  2627     SOURCES += \
       
  2628         bindings/js/JSXSLTProcessorCustom.cpp \
       
  2629         dom/TransformSourceQt.cpp \
       
  2630         xml/XSLStyleSheetQt.cpp \
       
  2631         xml/XSLTProcessor.cpp \
       
  2632         xml/XSLTProcessorQt.cpp
       
  2633 }
       
  2634 
       
  2635 contains(DEFINES, ENABLE_FILTERS=1) {
       
  2636     SOURCES += \
       
  2637         platform/graphics/filters/FEBlend.cpp \
       
  2638         platform/graphics/filters/FEColorMatrix.cpp \
       
  2639         platform/graphics/filters/FEComponentTransfer.cpp \
       
  2640         platform/graphics/filters/FEComposite.cpp \
       
  2641         platform/graphics/filters/FEGaussianBlur.cpp \
       
  2642         platform/graphics/filters/FilterEffect.cpp \
       
  2643         platform/graphics/filters/SourceAlpha.cpp \
       
  2644         platform/graphics/filters/SourceGraphic.cpp
       
  2645 }
       
  2646 
       
  2647 contains(DEFINES, ENABLE_MATHML=1) {
       
  2648     SOURCES += \
       
  2649         mathml/MathMLElement.cpp \
       
  2650         mathml/MathMLInlineContainerElement.cpp \
       
  2651         mathml/MathMLMathElement.cpp \
       
  2652         mathml/MathMLTextElement.cpp \
       
  2653         mathml/RenderMathMLBlock.cpp \
       
  2654         mathml/RenderMathMLFraction.cpp \
       
  2655         mathml/RenderMathMLMath.cpp \
       
  2656         mathml/RenderMathMLOperator.cpp \
       
  2657         mathml/RenderMathMLRoot.cpp \
       
  2658         mathml/RenderMathMLRow.cpp \
       
  2659         mathml/RenderMathMLSquareRoot.cpp \
       
  2660         mathml/RenderMathMLSubSup.cpp \
       
  2661         mathml/RenderMathMLUnderOver.cpp
       
  2662 }
       
  2663 
       
  2664 contains(DEFINES, ENABLE_WML=1) {
       
  2665     SOURCES += \
       
  2666         wml/WMLAElement.cpp \
       
  2667         wml/WMLAccessElement.cpp \
       
  2668         wml/WMLAnchorElement.cpp \
       
  2669         wml/WMLBRElement.cpp \
       
  2670         wml/WMLCardElement.cpp \
       
  2671         wml/WMLDoElement.cpp \
       
  2672         wml/WMLDocument.cpp \
       
  2673         wml/WMLElement.cpp \
       
  2674         wml/WMLErrorHandling.cpp \
       
  2675         wml/WMLEventHandlingElement.cpp \
       
  2676         wml/WMLFormControlElement.cpp \
       
  2677         wml/WMLFieldSetElement.cpp \
       
  2678         wml/WMLGoElement.cpp \
       
  2679         wml/WMLImageElement.cpp \
       
  2680         wml/WMLImageLoader.cpp \
       
  2681         wml/WMLInputElement.cpp \
       
  2682         wml/WMLInsertedLegendElement.cpp \
       
  2683         wml/WMLIntrinsicEvent.cpp \
       
  2684         wml/WMLIntrinsicEventHandler.cpp \
       
  2685         wml/WMLMetaElement.cpp \
       
  2686         wml/WMLNoopElement.cpp \
       
  2687         wml/WMLOnEventElement.cpp \
       
  2688         wml/WMLPElement.cpp \
       
  2689         wml/WMLOptGroupElement.cpp \
       
  2690         wml/WMLOptionElement.cpp \
       
  2691         wml/WMLPageState.cpp \
       
  2692         wml/WMLPostfieldElement.cpp \
       
  2693         wml/WMLPrevElement.cpp \
       
  2694         wml/WMLRefreshElement.cpp \
       
  2695         wml/WMLSelectElement.cpp \
       
  2696         wml/WMLSetvarElement.cpp \
       
  2697         wml/WMLTableElement.cpp \
       
  2698         wml/WMLTaskElement.cpp \
       
  2699         wml/WMLTemplateElement.cpp \
       
  2700         wml/WMLTimerElement.cpp \
       
  2701         wml/WMLVariables.cpp
       
  2702 }
       
  2703 
       
  2704 contains(DEFINES, ENABLE_XHTMLMP=1) {
       
  2705     SOURCES += \
       
  2706         html/HTMLNoScriptElement.cpp
       
  2707 }
       
  2708 
       
  2709 contains(DEFINES, ENABLE_QT_BEARER=1) {
       
  2710     HEADERS += \
       
  2711         platform/network/qt/NetworkStateNotifierPrivate.h
       
  2712 
       
  2713     SOURCES += \
       
  2714         platform/network/qt/NetworkStateNotifierQt.cpp
       
  2715 
       
  2716     # Bearer management is part of Qt 4.7, so don't accidentially
       
  2717     # pull in Qt Mobility when building against >= 4.7
       
  2718     !greaterThan(QT_MINOR_VERSION, 6) {
       
  2719         CONFIG += mobility
       
  2720         MOBILITY += bearer
       
  2721     }
       
  2722 }
       
  2723 
       
  2724 contains(DEFINES, ENABLE_GEOLOCATION=1) {
       
  2725     HEADERS += \
       
  2726         platform/qt/GeolocationServiceQt.h
       
  2727     SOURCES += \
       
  2728         platform/qt/GeolocationServiceQt.cpp
       
  2729 
       
  2730     CONFIG += mobility
       
  2731     MOBILITY += location
       
  2732 }
       
  2733 
       
  2734 contains(DEFINES, ENABLE_SVG=1) {
       
  2735     SOURCES += \
       
  2736 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
       
  2737         bindings/js/JSSVGElementInstanceCustom.cpp \
       
  2738         bindings/js/JSSVGLengthCustom.cpp \
       
  2739         bindings/js/JSSVGMatrixCustom.cpp \
       
  2740         bindings/js/JSSVGPathSegCustom.cpp \
       
  2741         bindings/js/JSSVGPathSegListCustom.cpp \
       
  2742         css/SVGCSSComputedStyleDeclaration.cpp \
       
  2743         css/SVGCSSParser.cpp \
       
  2744         css/SVGCSSStyleSelector.cpp \
       
  2745         rendering/style/SVGRenderStyle.cpp \
       
  2746         rendering/style/SVGRenderStyleDefs.cpp \
       
  2747         svg/SVGZoomEvent.cpp \
       
  2748         rendering/PointerEventsHitRules.cpp \
       
  2749         svg/SVGDocumentExtensions.cpp \
       
  2750         svg/SVGImageLoader.cpp \
       
  2751         svg/ColorDistance.cpp \
       
  2752         svg/SVGAElement.cpp \
       
  2753         svg/SVGAltGlyphElement.cpp \
       
  2754         svg/SVGAngle.cpp \
       
  2755         svg/SVGAnimateColorElement.cpp \
       
  2756         svg/SVGAnimatedPathData.cpp \
       
  2757         svg/SVGAnimatedPoints.cpp \
       
  2758         svg/SVGAnimateElement.cpp \
       
  2759         svg/SVGAnimateMotionElement.cpp \
       
  2760         svg/SVGAnimateTransformElement.cpp \
       
  2761         svg/SVGAnimationElement.cpp \
       
  2762         svg/SVGCircleElement.cpp \
       
  2763         svg/SVGClipPathElement.cpp \
       
  2764         svg/SVGColor.cpp \
       
  2765         svg/SVGComponentTransferFunctionElement.cpp \
       
  2766         svg/SVGCursorElement.cpp \
       
  2767         svg/SVGDefsElement.cpp \
       
  2768         svg/SVGDescElement.cpp \
       
  2769         svg/SVGDocument.cpp \
       
  2770         svg/SVGElement.cpp \
       
  2771         svg/SVGElementInstance.cpp \
       
  2772         svg/SVGElementInstanceList.cpp \
       
  2773         svg/SVGEllipseElement.cpp \
       
  2774         svg/SVGExternalResourcesRequired.cpp \
       
  2775         svg/SVGFEBlendElement.cpp \
       
  2776         svg/SVGFEColorMatrixElement.cpp \
       
  2777         svg/SVGFEComponentTransferElement.cpp \
       
  2778         svg/SVGFECompositeElement.cpp \
       
  2779         svg/SVGFEConvolveMatrixElement.cpp \
       
  2780         svg/SVGFEDiffuseLightingElement.cpp \
       
  2781         svg/SVGFEDisplacementMapElement.cpp \
       
  2782         svg/SVGFEDistantLightElement.cpp \
       
  2783         svg/SVGFEFloodElement.cpp \
       
  2784         svg/SVGFEFuncAElement.cpp \
       
  2785         svg/SVGFEFuncBElement.cpp \
       
  2786         svg/SVGFEFuncGElement.cpp \
       
  2787         svg/SVGFEFuncRElement.cpp \
       
  2788         svg/SVGFEGaussianBlurElement.cpp \
       
  2789         svg/SVGFEImageElement.cpp \
       
  2790         svg/SVGFELightElement.cpp \
       
  2791         svg/SVGFEMergeElement.cpp \
       
  2792         svg/SVGFEMergeNodeElement.cpp \
       
  2793         svg/SVGFEMorphologyElement.cpp \
       
  2794         svg/SVGFEOffsetElement.cpp \
       
  2795         svg/SVGFEPointLightElement.cpp \
       
  2796         svg/SVGFESpecularLightingElement.cpp \
       
  2797         svg/SVGFESpotLightElement.cpp \
       
  2798         svg/SVGFETileElement.cpp \
       
  2799         svg/SVGFETurbulenceElement.cpp \
       
  2800         svg/SVGFilterElement.cpp \
       
  2801         svg/SVGFilterPrimitiveStandardAttributes.cpp \
       
  2802         svg/SVGFitToViewBox.cpp \
       
  2803         svg/SVGFont.cpp \
       
  2804         svg/SVGFontData.cpp \
       
  2805         svg/SVGFontElement.cpp \
       
  2806         svg/SVGFontFaceElement.cpp \
       
  2807         svg/SVGFontFaceFormatElement.cpp \
       
  2808         svg/SVGFontFaceNameElement.cpp \
       
  2809         svg/SVGFontFaceSrcElement.cpp \
       
  2810         svg/SVGFontFaceUriElement.cpp \
       
  2811         svg/SVGForeignObjectElement.cpp \
       
  2812         svg/SVGGElement.cpp \
       
  2813         svg/SVGGlyphElement.cpp \
       
  2814         svg/SVGGradientElement.cpp \
       
  2815         svg/SVGHKernElement.cpp \
       
  2816         svg/SVGImageElement.cpp \
       
  2817         svg/SVGLangSpace.cpp \
       
  2818         svg/SVGLength.cpp \
       
  2819         svg/SVGLengthList.cpp \
       
  2820         svg/SVGLinearGradientElement.cpp \
       
  2821         svg/SVGLineElement.cpp \
       
  2822         svg/SVGLocatable.cpp \
       
  2823         svg/SVGMarkerElement.cpp \
       
  2824         svg/SVGMaskElement.cpp \
       
  2825         svg/SVGMetadataElement.cpp \
       
  2826         svg/SVGMissingGlyphElement.cpp \
       
  2827         svg/SVGMPathElement.cpp \
       
  2828         svg/SVGNumberList.cpp \
       
  2829         svg/SVGPaint.cpp \
       
  2830         svg/SVGParserUtilities.cpp \
       
  2831         svg/SVGPathBuilder.cpp \
       
  2832         svg/SVGPathElement.cpp \
       
  2833         svg/SVGPathParser.cpp \
       
  2834         svg/SVGPathSegArc.cpp \
       
  2835         svg/SVGPathSegClosePath.cpp \
       
  2836         svg/SVGPathSegCurvetoCubic.cpp \
       
  2837         svg/SVGPathSegCurvetoCubicSmooth.cpp \
       
  2838         svg/SVGPathSegCurvetoQuadratic.cpp \
       
  2839         svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
       
  2840         svg/SVGPathSegLineto.cpp \
       
  2841         svg/SVGPathSegLinetoHorizontal.cpp \
       
  2842         svg/SVGPathSegLinetoVertical.cpp \
       
  2843         svg/SVGPathSegList.cpp \
       
  2844         svg/SVGPathSegListBuilder.cpp \
       
  2845         svg/SVGPathSegMoveto.cpp \
       
  2846         svg/SVGPatternElement.cpp \
       
  2847         svg/SVGPointList.cpp \
       
  2848         svg/SVGPolyElement.cpp \
       
  2849         svg/SVGPolygonElement.cpp \
       
  2850         svg/SVGPolylineElement.cpp \
       
  2851         svg/SVGPreserveAspectRatio.cpp \
       
  2852         svg/SVGRadialGradientElement.cpp \
       
  2853         svg/SVGRectElement.cpp \
       
  2854         svg/SVGScriptElement.cpp \
       
  2855         svg/SVGSetElement.cpp \
       
  2856         svg/SVGStopElement.cpp \
       
  2857         svg/SVGStringList.cpp \
       
  2858         svg/SVGStylable.cpp \
       
  2859         svg/SVGStyledElement.cpp \
       
  2860         svg/SVGStyledLocatableElement.cpp \
       
  2861         svg/SVGStyledTransformableElement.cpp \
       
  2862         svg/SVGStyleElement.cpp \
       
  2863         svg/SVGSVGElement.cpp \
       
  2864         svg/SVGSwitchElement.cpp \
       
  2865         svg/SVGSymbolElement.cpp \
       
  2866         svg/SVGTests.cpp \
       
  2867         svg/SVGTextContentElement.cpp \
       
  2868         svg/SVGTextElement.cpp \
       
  2869         svg/SVGTextPathElement.cpp \
       
  2870         svg/SVGTextPositioningElement.cpp \
       
  2871         svg/SVGTitleElement.cpp \
       
  2872         svg/SVGTransformable.cpp \
       
  2873         svg/SVGTransform.cpp \
       
  2874         svg/SVGTransformDistance.cpp \
       
  2875         svg/SVGTransformList.cpp \
       
  2876         svg/SVGTRefElement.cpp \
       
  2877         svg/SVGTSpanElement.cpp \
       
  2878         svg/SVGURIReference.cpp \
       
  2879         svg/SVGUseElement.cpp \
       
  2880         svg/SVGViewElement.cpp \
       
  2881         svg/SVGViewSpec.cpp \
       
  2882         svg/SVGVKernElement.cpp \
       
  2883         svg/SVGZoomAndPan.cpp \
       
  2884         svg/animation/SMILTime.cpp \
       
  2885         svg/animation/SMILTimeContainer.cpp \
       
  2886         svg/animation/SVGSMILElement.cpp \
       
  2887         svg/graphics/filters/SVGFEConvolveMatrix.cpp \
       
  2888         svg/graphics/filters/SVGFEDiffuseLighting.cpp \
       
  2889         svg/graphics/filters/SVGFEDisplacementMap.cpp \
       
  2890         svg/graphics/filters/SVGFEFlood.cpp \
       
  2891         svg/graphics/filters/SVGFEImage.cpp \
       
  2892         svg/graphics/filters/SVGFELighting.cpp \
       
  2893         svg/graphics/filters/SVGFEMerge.cpp \
       
  2894         svg/graphics/filters/SVGFEMorphology.cpp \
       
  2895         svg/graphics/filters/SVGFEOffset.cpp \
       
  2896         svg/graphics/filters/SVGFESpecularLighting.cpp \
       
  2897         svg/graphics/filters/SVGFETile.cpp \
       
  2898         svg/graphics/filters/SVGFETurbulence.cpp \
       
  2899         svg/graphics/filters/SVGFilter.cpp \
       
  2900         svg/graphics/filters/SVGFilterBuilder.cpp \
       
  2901         svg/graphics/filters/SVGLightSource.cpp \
       
  2902         svg/graphics/SVGImage.cpp \
       
  2903         rendering/RenderForeignObject.cpp \
       
  2904         rendering/RenderPath.cpp \
       
  2905         rendering/RenderSVGBlock.cpp \
       
  2906         rendering/RenderSVGContainer.cpp \
       
  2907         rendering/RenderSVGGradientStop.cpp \
       
  2908         rendering/RenderSVGHiddenContainer.cpp \
       
  2909         rendering/RenderSVGImage.cpp \
       
  2910         rendering/RenderSVGInline.cpp \
       
  2911         rendering/RenderSVGInlineText.cpp \
       
  2912         rendering/RenderSVGModelObject.cpp \
       
  2913         rendering/RenderSVGResource.cpp \
       
  2914         rendering/RenderSVGResourceClipper.cpp \
       
  2915         rendering/RenderSVGResourceFilter.cpp \
       
  2916         rendering/RenderSVGResourceGradient.cpp \
       
  2917         rendering/RenderSVGResourceLinearGradient.cpp \
       
  2918         rendering/RenderSVGResourceMarker.cpp \
       
  2919         rendering/RenderSVGResourceMasker.cpp \
       
  2920         rendering/RenderSVGResourcePattern.cpp \
       
  2921         rendering/RenderSVGResourceRadialGradient.cpp \
       
  2922         rendering/RenderSVGResourceSolidColor.cpp \
       
  2923         rendering/RenderSVGRoot.cpp \
       
  2924         rendering/RenderSVGShadowTreeRootContainer.cpp \
       
  2925         rendering/RenderSVGText.cpp \
       
  2926         rendering/RenderSVGTextPath.cpp \
       
  2927         rendering/RenderSVGTransformableContainer.cpp \
       
  2928         rendering/RenderSVGTSpan.cpp \
       
  2929         rendering/RenderSVGViewportContainer.cpp \
       
  2930         rendering/SVGCharacterData.cpp \
       
  2931         rendering/SVGCharacterLayoutInfo.cpp \
       
  2932         rendering/SVGInlineFlowBox.cpp \
       
  2933         rendering/SVGInlineTextBox.cpp \
       
  2934         rendering/SVGMarkerLayoutInfo.cpp \
       
  2935         rendering/SVGRenderSupport.cpp \
       
  2936         rendering/SVGRootInlineBox.cpp \
       
  2937         rendering/SVGShadowTreeElements.cpp \
       
  2938         rendering/SVGTextChunkLayoutInfo.cpp \
       
  2939         rendering/SVGTextLayoutUtilities.cpp \
       
  2940         rendering/SVGTextQuery.cpp
       
  2941 }
       
  2942 
       
  2943 contains(DEFINES, ENABLE_JAVASCRIPT_DEBUGGER=1) {
       
  2944     SOURCES += \
       
  2945         bindings/js/JSJavaScriptCallFrameCustom.cpp \
       
  2946         bindings/js/ScriptProfiler.cpp \
       
  2947         bindings/js/JavaScriptCallFrame.cpp \
       
  2948 }
       
  2949 
       
  2950 contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
       
  2951 SOURCES += \
       
  2952     loader/appcache/ApplicationCache.cpp \
       
  2953     loader/appcache/ApplicationCacheGroup.cpp \
       
  2954     loader/appcache/ApplicationCacheHost.cpp \
       
  2955     loader/appcache/ApplicationCacheStorage.cpp \
       
  2956     loader/appcache/ApplicationCacheResource.cpp \
       
  2957     loader/appcache/DOMApplicationCache.cpp \
       
  2958     loader/appcache/ManifestParser.cpp \
       
  2959     bindings/js/JSDOMApplicationCacheCustom.cpp
       
  2960 }
       
  2961 
       
  2962 contains(DEFINES, ENABLE_WEB_SOCKETS=1) {
       
  2963     HEADERS += \
       
  2964         websockets/ThreadableWebSocketChannel.h \
       
  2965         websockets/ThreadableWebSocketChannelClientWrapper.h \
       
  2966         websockets/WebSocket.h \
       
  2967         websockets/WebSocketChannel.h \
       
  2968         websockets/WebSocketChannelClient.h \
       
  2969         websockets/WebSocketHandshake.h \
       
  2970         websockets/WebSocketHandshakeRequest.h \
       
  2971         websockets/WebSocketHandshakeResponse.h \
       
  2972         platform/network/qt/SocketStreamHandlePrivate.h
       
  2973 
       
  2974     SOURCES += \
       
  2975         websockets/WebSocket.cpp \
       
  2976         websockets/WebSocketChannel.cpp \
       
  2977         websockets/WebSocketHandshake.cpp \
       
  2978         websockets/WebSocketHandshakeRequest.cpp \
       
  2979         websockets/WebSocketHandshakeResponse.cpp \
       
  2980         websockets/ThreadableWebSocketChannel.cpp \
       
  2981         platform/network/SocketStreamErrorBase.cpp \
       
  2982         platform/network/SocketStreamHandleBase.cpp \
       
  2983         platform/network/qt/SocketStreamHandleQt.cpp \
       
  2984         bindings/js/JSWebSocketCustom.cpp
       
  2985 
       
  2986     contains(DEFINES, ENABLE_WORKERS=1) {
       
  2987         HEADERS += \
       
  2988             websockets/WorkerThreadableWebSocketChannel.h
       
  2989 
       
  2990         SOURCES += \
       
  2991             websockets/WorkerThreadableWebSocketChannel.cpp
       
  2992     }
       
  2993 }
       
  2994 
       
  2995 contains(DEFINES, ENABLE_3D_CANVAS=1) {
       
  2996 tobe|!tobe: QT += opengl
       
  2997 HEADERS += \
       
  2998         bindings/js/JSArrayBufferViewHelper.h \
       
  2999         html/canvas/CanvasContextAttributes.h \
       
  3000         html/canvas/CanvasObject.h \
       
  3001         html/canvas/WebGLActiveInfo.h \
       
  3002         html/canvas/ArrayBuffer.h \
       
  3003         html/canvas/ArrayBufferView.h \
       
  3004         html/canvas/WebGLBuffer.h \
       
  3005         html/canvas/Int8Array.h \
       
  3006         html/canvas/WebGLContextAttributes.h \
       
  3007         html/canvas/Float32Array.h \
       
  3008         html/canvas/WebGLFramebuffer.h \
       
  3009         html/canvas/WebGLGetInfo.h \
       
  3010         html/canvas/Int32Array.h \
       
  3011         html/canvas/WebGLProgram.h \
       
  3012         html/canvas/WebGLRenderbuffer.h \
       
  3013         html/canvas/WebGLRenderingContext.h \
       
  3014         html/canvas/WebGLShader.h \
       
  3015         html/canvas/Int16Array.h \
       
  3016         html/canvas/WebGLTexture.h \
       
  3017         html/canvas/WebGLUniformLocation.h \
       
  3018         html/canvas/Uint8Array.h \
       
  3019         html/canvas/Uint32Array.h \
       
  3020         html/canvas/Uint16Array.h \
       
  3021         platform/graphics/GraphicsContext3D.h
       
  3022 
       
  3023 SOURCES += \
       
  3024         bindings/js/JSArrayBufferCustom.cpp \
       
  3025         bindings/js/JSArrayBufferViewCustom.cpp \
       
  3026         bindings/js/JSInt8ArrayCustom.cpp \
       
  3027         bindings/js/JSFloat32ArrayCustom.cpp \
       
  3028         bindings/js/JSInt32ArrayCustom.cpp \
       
  3029         bindings/js/JSWebGLRenderingContextCustom.cpp \
       
  3030         bindings/js/JSInt16ArrayCustom.cpp \
       
  3031         bindings/js/JSUint8ArrayCustom.cpp \
       
  3032         bindings/js/JSUint32ArrayCustom.cpp \
       
  3033         bindings/js/JSUint16ArrayCustom.cpp \
       
  3034         html/canvas/CanvasContextAttributes.cpp \
       
  3035         html/canvas/CanvasObject.cpp \
       
  3036         html/canvas/ArrayBuffer.cpp \
       
  3037         html/canvas/ArrayBufferView.cpp \
       
  3038         html/canvas/WebGLBuffer.cpp \
       
  3039         html/canvas/Int8Array.cpp \
       
  3040         html/canvas/WebGLContextAttributes.cpp \
       
  3041         html/canvas/Float32Array.cpp \
       
  3042         html/canvas/WebGLFramebuffer.cpp \
       
  3043         html/canvas/WebGLGetInfo.cpp \
       
  3044         html/canvas/Int32Array.cpp \
       
  3045         html/canvas/WebGLProgram.cpp \
       
  3046         html/canvas/WebGLRenderbuffer.cpp \
       
  3047         html/canvas/WebGLRenderingContext.cpp \
       
  3048         html/canvas/WebGLShader.cpp \
       
  3049         html/canvas/Int16Array.cpp \
       
  3050         html/canvas/WebGLTexture.cpp \
       
  3051         html/canvas/WebGLUniformLocation.cpp \
       
  3052         html/canvas/Uint8Array.cpp \
       
  3053         html/canvas/Uint32Array.cpp \
       
  3054         html/canvas/Uint16Array.cpp \
       
  3055         platform/graphics/GraphicsContext3D.cpp \
       
  3056         platform/graphics/qt/GraphicsContext3DQt.cpp \
       
  3057 
       
  3058 }
       
  3059 
       
  3060 contains(DEFINES, ENABLE_SYMBIAN_DIALOG_PROVIDERS) {
       
  3061     # this feature requires the S60 platform private BrowserDialogsProvider.h header file
       
  3062     # and is therefore not enabled by default but only meant for platform builds.
       
  3063     symbian {
       
  3064         LIBS += -lbrowserdialogsprovider
       
  3065     }
       
  3066 }
       
  3067 
       
  3068 contains(DEFINES, ENABLE_TRANSFORMACTION_EVENTS=1) {
       
  3069     HEADERS += page/TouchGestureHandler.h
       
  3070     SOURCES += page/TouchGestureHandler.cpp
       
  3071 }
       
  3072 
       
  3073 include($$PWD/../WebKit/qt/Api/headers.pri)
       
  3074 
       
  3075 HEADERS += $$WEBKIT_API_HEADERS
       
  3076 
       
  3077 !CONFIG(QTDIR_build) {
       
  3078     exists($$OUTPUT_DIR/include/QtWebKit/classheaders.pri): include($$OUTPUT_DIR/include/QtWebKit/classheaders.pri)
       
  3079     WEBKIT_INSTALL_HEADERS = $$WEBKIT_API_HEADERS $$WEBKIT_CLASS_HEADERS
       
  3080 
       
  3081     !symbian {
       
  3082         headers.files = $$WEBKIT_INSTALL_HEADERS
       
  3083 
       
  3084         !isEmpty(INSTALL_HEADERS): headers.path = $$INSTALL_HEADERS/QtWebKit
       
  3085         else: headers.path = $$[QT_INSTALL_HEADERS]/QtWebKit
       
  3086 
       
  3087         !isEmpty(INSTALL_LIBS): target.path = $$INSTALL_LIBS
       
  3088         else: target.path = $$[QT_INSTALL_LIBS]
       
  3089 
       
  3090         modfile.files = $$moduleFile
       
  3091         modfile.path = $$[QMAKE_MKSPECS]/modules
       
  3092 
       
  3093         INSTALLS += target headers modfile
       
  3094     } else {
       
  3095         # INSTALLS is not implemented in qmake's s60 generators, copy headers manually
       
  3096         inst_headers.commands = $$QMAKE_COPY ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT}
       
  3097         inst_headers.input = WEBKIT_INSTALL_HEADERS
       
  3098         inst_headers.CONFIG = no_clean
       
  3099 
       
  3100         !isEmpty(INSTALL_HEADERS): inst_headers.output = $$INSTALL_HEADERS/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
       
  3101         else: inst_headers.output = $$[QT_INSTALL_HEADERS]/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
       
  3102 
       
  3103         QMAKE_EXTRA_COMPILERS += inst_headers
       
  3104 
       
  3105         inst_modfile.commands = $$inst_headers.commands
       
  3106         inst_modfile.input = moduleFile
       
  3107         inst_modfile.output = $$[QMAKE_MKSPECS]/modules
       
  3108         inst_modfile.CONFIG = no_clean
       
  3109 
       
  3110         QMAKE_EXTRA_COMPILERS += inst_modfile
       
  3111 
       
  3112         install.depends += compiler_inst_headers_make_all compiler_inst_modfile_make_all
       
  3113         QMAKE_EXTRA_TARGETS += install
       
  3114         
       
  3115         # :HACK: Add export statements to the bld.inf
       
  3116         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QGraphicsWebView $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QGraphicsWebView)"
       
  3117         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebDatabase $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebDatabase)"
       
  3118         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebElement $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebElement)"
       
  3119         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebElementCollection $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebElementCollection)"
       
  3120         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebFrame $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebFrame)"
       
  3121         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebHistory $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebHistory)"
       
  3122         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebHistoryInterface $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebHistoryInterface)"
       
  3123         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebHistoryItem $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebHistoryItem)"
       
  3124         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebHitTestResult $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebHitTestResult)"
       
  3125         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebInspector $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebInspector)"
       
  3126         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebPage $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebPage)"
       
  3127         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebPluginFactory $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebPluginFactory)"
       
  3128         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebSecurityOrigin $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebSecurityOrigin)"
       
  3129         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebSettings $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebSettings)"
       
  3130         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QWebView $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QWebView)"
       
  3131         BLD_INF_RULES.prj_exports += "../include/QtWebKit/QtWebKit $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/QtWebKit)"
       
  3132 
       
  3133         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qgraphicswebview.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qgraphicswebview.h)"
       
  3134         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebdatabase.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebdatabase.h)"
       
  3135         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebelement.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebelement.h)"
       
  3136         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebframe.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebframe.h)"
       
  3137         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebhistory.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebhistory.h)"
       
  3138         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebhistoryinterface.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebhistoryinterface.h)"
       
  3139         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebinspector.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebinspector.h)"
       
  3140         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebkitglobal.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebkitglobal.h)"
       
  3141         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebkitplatformplugin.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebkitplatformplugin.h)"
       
  3142         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebkitversion.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebkitversion.h)"
       
  3143         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebpage.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebpage.h)"
       
  3144         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebpluginfactory.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebpluginfactory.h)"
       
  3145         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebscriptworld.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebscriptworld.h)"
       
  3146         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebsecurityorigin.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebsecurityorigin.h)"
       
  3147         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebsettings.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebsettings.h)"
       
  3148         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebview.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/qwebview.h)"
       
  3149 
       
  3150         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebinspector_p.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/private/qwebinspector_p.h)"
       
  3151         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebplugindatabase_p.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/private/qwebplugindatabase_p.h)"
       
  3152         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebpage_p.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/private/qwebpage_p.h)"
       
  3153         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebsecurityorigin_p.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/private/qwebsecurityorigin_p.h)"
       
  3154         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebscriptworld_p.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/private/qwebscriptworld_p.h)"
       
  3155         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebdatabase_p.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/private/qwebdatabase_p.h)"
       
  3156         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebhistory_p.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/private/qwebhistory_p.h)"
       
  3157         BLD_INF_RULES.prj_exports += "../WebKit/qt/Api/qwebframe_p.h $$MW_LAYER_PUBLIC_EXPORT_PATH(QtWebKit/private/qwebframe_p.h)"
       
  3158     }
       
  3159 
       
  3160     win32-*|wince* {
       
  3161         DLLDESTDIR = $$OUTPUT_DIR/bin
       
  3162         build_pass: TARGET = $$qtLibraryTarget($$TARGET)
       
  3163 
       
  3164         dlltarget.commands = $(COPY_FILE) $(DESTDIR_TARGET) $$[QT_INSTALL_BINS]
       
  3165         dlltarget.CONFIG = no_path
       
  3166         INSTALLS += dlltarget
       
  3167     }
       
  3168 
       
  3169     unix {
       
  3170         CONFIG += create_pc create_prl
       
  3171         QMAKE_PKGCONFIG_LIBDIR = $$target.path
       
  3172         QMAKE_PKGCONFIG_INCDIR = $$headers.path
       
  3173         QMAKE_PKGCONFIG_DESTDIR = pkgconfig
       
  3174         lib_replace.match = $$re_escape($$DESTDIR)
       
  3175         lib_replace.replace = $$[QT_INSTALL_LIBS]
       
  3176         QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace
       
  3177     }
       
  3178 
       
  3179     mac {
       
  3180         !static:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework) {
       
  3181             !build_pass {
       
  3182                 message("Building QtWebKit as a framework, as that's how Qt was built. You can")
       
  3183                 message("override this by passing CONFIG+=webkit_no_framework to build-webkit.")
       
  3184 
       
  3185                 CONFIG += build_all
       
  3186             } else {
       
  3187                 debug_and_release:TARGET = $$qtLibraryTarget($$TARGET)
       
  3188             }
       
  3189 
       
  3190             CONFIG += lib_bundle qt_no_framework_direct_includes qt_framework
       
  3191             FRAMEWORK_HEADERS.version = Versions
       
  3192             FRAMEWORK_HEADERS.files = $${headers.files}
       
  3193             FRAMEWORK_HEADERS.path = Headers
       
  3194             QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
       
  3195         }
       
  3196 
       
  3197         QMAKE_LFLAGS_SONAME = "$${QMAKE_LFLAGS_SONAME}$${DESTDIR}$${QMAKE_DIR_SEP}"
       
  3198         LIBS += -framework Carbon -framework AppKit
       
  3199     }
       
  3200 }
       
  3201 
       
  3202 CONFIG(QTDIR_build) {
       
  3203     # Remove the following 2 lines if you want debug information in WebCore
       
  3204     CONFIG -= separate_debug_info
       
  3205     CONFIG += no_debug_info
       
  3206 }
       
  3207 
       
  3208 win32:!win32-g++*:contains(QMAKE_HOST.arch, x86_64):{
       
  3209     asm_compiler.commands = ml64 /c
       
  3210     asm_compiler.commands +=  /Fo ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
       
  3211     asm_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
       
  3212     asm_compiler.input = ASM_SOURCES
       
  3213     asm_compiler.variable_out = OBJECTS
       
  3214     asm_compiler.name = compiling[asm] ${QMAKE_FILE_IN}
       
  3215     silent:asm_compiler.commands = @echo compiling[asm] ${QMAKE_FILE_IN} && $$asm_compiler.commands
       
  3216     QMAKE_EXTRA_COMPILERS += asm_compiler
       
  3217 
       
  3218     ASM_SOURCES += \
       
  3219         plugins/win/PaintHooks.asm
       
  3220    if(win32-msvc2005|win32-msvc2008):equals(TEMPLATE_PREFIX, "vc") {
       
  3221         SOURCES += \
       
  3222             plugins/win/PaintHooks.asm
       
  3223     }
       
  3224 }
       
  3225 contains(DEFINES, WTF_USE_ACCELERATED_COMPOSITING) {
       
  3226 HEADERS += \
       
  3227     rendering/RenderLayerBacking.h \
       
  3228     rendering/RenderLayerCompositor.h \
       
  3229     platform/graphics/GraphicsLayer.h \
       
  3230     platform/graphics/GraphicsLayerClient.h \
       
  3231     platform/graphics/qt/GraphicsLayerQt.h
       
  3232 SOURCES += \
       
  3233     platform/graphics/GraphicsLayer.cpp \
       
  3234     platform/graphics/qt/GraphicsLayerQt.cpp \
       
  3235     rendering/RenderLayerBacking.cpp \
       
  3236     rendering/RenderLayerCompositor.cpp
       
  3237 }
       
  3238 
       
  3239 webkit2 {
       
  3240 
       
  3241 CONFIG += precompile_header
       
  3242 PRECOMPILED_HEADER = $$PWD/../WebKit2/WebKit2Prefix.h
       
  3243 
       
  3244 INCLUDEPATH = \
       
  3245     $$PWD/../WebKit2/Platform \
       
  3246     $$PWD/../WebKit2/Platform/CoreIPC \
       
  3247     $$PWD/../WebKit2/Shared \
       
  3248     $$PWD/../WebKit2/Shared/CoreIPCSupport \
       
  3249     $$PWD/../WebKit2/Shared/qt \
       
  3250     $$PWD/../WebKit2/UIProcess \
       
  3251     $$PWD/../WebKit2/UIProcess/API/C \
       
  3252     $$PWD/../WebKit2/UIProcess/API/cpp \
       
  3253     $$PWD/../WebKit2/UIProcess/API/cpp/qt \
       
  3254     $$PWD/../WebKit2/UIProcess/API/qt \
       
  3255     $$PWD/../WebKit2/UIProcess/Launcher \
       
  3256     $$PWD/../WebKit2/UIProcess/Plugins \
       
  3257     $$PWD/../WebKit2/UIProcess/qt \
       
  3258     $$PWD/../WebKit2/WebProcess \
       
  3259     $$PWD/../WebKit2/WebProcess/InjectedBundle \
       
  3260     $$PWD/../WebKit2/WebProcess/InjectedBundle/API/c \
       
  3261     $$PWD/../WebKit2/WebProcess/WebCoreSupport \
       
  3262     $$PWD/../WebKit2/WebProcess/WebPage \
       
  3263     $$INCLUDEPATH \
       
  3264     $$OUTPUT_DIR/include \
       
  3265 
       
  3266 HEADERS += \
       
  3267     ../WebKit2/Platform/CoreIPC/ArgumentDecoder.h \
       
  3268     ../WebKit2/Platform/CoreIPC/ArgumentEncoder.h \
       
  3269     ../WebKit2/Platform/CoreIPC/Arguments.h \
       
  3270     ../WebKit2/Platform/CoreIPC/Attachment.h \
       
  3271     ../WebKit2/Platform/CoreIPC/Connection.h \
       
  3272     ../WebKit2/Platform/CoreIPC/CoreIPCMessageKinds.h \
       
  3273     ../WebKit2/Platform/CoreIPC/MessageID.h \
       
  3274     ../WebKit2/Platform/PlatformProcessIdentifier.h \
       
  3275     ../WebKit2/Platform/RunLoop.h \
       
  3276     ../WebKit2/Platform/WorkItem.h \
       
  3277     ../WebKit2/Platform/WorkQueue.h \
       
  3278     ../WebKit2/Shared/CoreIPCSupport/DrawingAreaMessageKinds.h \
       
  3279     ../WebKit2/Shared/CoreIPCSupport/DrawingAreaProxyMessageKinds.h \
       
  3280     ../WebKit2/Shared/CoreIPCSupport/WebPageMessageKinds.h \
       
  3281     ../WebKit2/Shared/CoreIPCSupport/WebPageProxyMessageKinds.h \
       
  3282     ../WebKit2/Shared/CoreIPCSupport/WebProcessMessageKinds.h \
       
  3283     ../WebKit2/Shared/NotImplemented.h \
       
  3284     ../WebKit2/Shared/qt/WebEventFactoryQt.h \
       
  3285     ../WebKit2/Shared/WebEventConversion.h \
       
  3286     ../WebKit2/Shared/WebEvent.h \
       
  3287     ../WebKit2/Shared/WebNavigationDataStore.h \
       
  3288     ../WebKit2/Shared/WebPreferencesStore.h \
       
  3289     ../WebKit2/UIProcess/API/cpp/WKRetainPtr.h \
       
  3290     ../WebKit2/UIProcess/API/cpp/qt/WKStringQt.h \
       
  3291     ../WebKit2/UIProcess/API/cpp/qt/WKURLQt.h \
       
  3292     ../WebKit2/UIProcess/API/C/WebKit2.h \
       
  3293     ../WebKit2/UIProcess/API/C/WKAPICast.h \
       
  3294     ../WebKit2/UIProcess/API/C/WKBase.h \
       
  3295     ../WebKit2/UIProcess/API/C/WKContext.h \
       
  3296     ../WebKit2/UIProcess/API/C/WKContextPrivate.h \
       
  3297     ../WebKit2/UIProcess/API/C/WKFrame.h \
       
  3298     ../WebKit2/UIProcess/API/C/WKFramePolicyListener.h \
       
  3299     ../WebKit2/UIProcess/API/C/WKNavigationData.h \
       
  3300     ../WebKit2/UIProcess/API/C/WKPage.h \
       
  3301     ../WebKit2/UIProcess/API/C/WKPageNamespace.h \
       
  3302     ../WebKit2/UIProcess/API/C/WKPagePrivate.h \
       
  3303     ../WebKit2/UIProcess/API/C/WKPreferences.h \
       
  3304     ../WebKit2/UIProcess/API/C/WKString.h \
       
  3305     ../WebKit2/UIProcess/API/C/WKURL.h \
       
  3306     ../WebKit2/UIProcess/API/qt/qgraphicswkview.h \
       
  3307     ../WebKit2/UIProcess/API/qt/qwkpage.h \
       
  3308     ../WebKit2/UIProcess/API/qt/qwkpage_p.h \
       
  3309     ../WebKit2/UIProcess/ChunkedUpdateDrawingAreaProxy.h \
       
  3310     ../WebKit2/UIProcess/DrawingAreaProxy.h \
       
  3311     ../WebKit2/UIProcess/GenericCallback.h \
       
  3312     ../WebKit2/UIProcess/Launcher/ProcessLauncher.h \
       
  3313     ../WebKit2/UIProcess/Plugins/PluginInfoStore.h \
       
  3314     ../WebKit2/UIProcess/PageClient.h \
       
  3315     ../WebKit2/UIProcess/ProcessModel.h \
       
  3316     ../WebKit2/UIProcess/API/qt/ClientImpl.h \
       
  3317     ../WebKit2/UIProcess/ResponsivenessTimer.h \
       
  3318     ../WebKit2/UIProcess/WebContext.h \
       
  3319     ../WebKit2/UIProcess/WebContextInjectedBundleClient.h \
       
  3320     ../WebKit2/UIProcess/WebFramePolicyListenerProxy.h \
       
  3321     ../WebKit2/UIProcess/WebFrameProxy.h \
       
  3322     ../WebKit2/UIProcess/WebHistoryClient.h \
       
  3323     ../WebKit2/UIProcess/WebLoaderClient.h \
       
  3324     ../WebKit2/UIProcess/WebNavigationData.h \
       
  3325     ../WebKit2/UIProcess/WebPageNamespace.h \
       
  3326     ../WebKit2/UIProcess/WebPageProxy.h \
       
  3327     ../WebKit2/UIProcess/WebPolicyClient.h \
       
  3328     ../WebKit2/UIProcess/WebPreferences.h \
       
  3329     ../WebKit2/UIProcess/WebProcessManager.h \
       
  3330     ../WebKit2/UIProcess/WebProcessProxy.h \
       
  3331     ../WebKit2/UIProcess/WebUIClient.h \
       
  3332     ../WebKit2/WebProcess/InjectedBundle/API/c/WKBundleBase.h \
       
  3333     ../WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h \
       
  3334     ../WebKit2/WebProcess/InjectedBundle/InjectedBundle.h \
       
  3335     ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h \
       
  3336     ../WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h \
       
  3337     ../WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h \
       
  3338     ../WebKit2/WebProcess/WebCoreSupport/WebDragClient.h \
       
  3339     ../WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h \
       
  3340     ../WebKit2/WebProcess/WebCoreSupport/WebErrors.h \
       
  3341     ../WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.h \
       
  3342     ../WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h \
       
  3343     ../WebKit2/WebProcess/WebPage/ChunkedUpdateDrawingArea.h \
       
  3344     ../WebKit2/WebProcess/WebPage/DrawingArea.h \
       
  3345     ../WebKit2/WebProcess/WebPage/WebFrame.h \
       
  3346     ../WebKit2/WebProcess/WebPage/WebPage.h \
       
  3347     ../WebKit2/WebProcess/WebProcess.h \
       
  3348 
       
  3349 SOURCES += \
       
  3350     ../WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp \
       
  3351     ../WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp \
       
  3352     ../WebKit2/Platform/CoreIPC/Attachment.cpp \
       
  3353     ../WebKit2/Platform/CoreIPC/Connection.cpp \
       
  3354     ../WebKit2/Platform/CoreIPC/qt/ConnectionQt.cpp \
       
  3355     ../WebKit2/Platform/RunLoop.cpp \
       
  3356     ../WebKit2/Platform/WorkQueue.cpp \
       
  3357     ../WebKit2/Platform/qt/RunLoopQt.cpp \
       
  3358     ../WebKit2/Platform/qt/WorkQueueQt.cpp \
       
  3359     ../WebKit2/Shared/ImmutableArray.cpp \
       
  3360     ../WebKit2/Shared/WebEventConversion.cpp \
       
  3361     ../WebKit2/Shared/WebPreferencesStore.cpp \
       
  3362     ../WebKit2/Shared/qt/UpdateChunk.cpp \
       
  3363     ../WebKit2/Shared/qt/WebEventFactoryQt.cpp \
       
  3364     ../WebKit2/UIProcess/API/C/WKContext.cpp \
       
  3365     ../WebKit2/UIProcess/API/C/WKFrame.cpp \
       
  3366     ../WebKit2/UIProcess/API/C/WKFramePolicyListener.cpp \
       
  3367     ../WebKit2/UIProcess/API/C/WKNavigationData.cpp \
       
  3368     ../WebKit2/UIProcess/API/C/WKPage.cpp \
       
  3369     ../WebKit2/UIProcess/API/C/WKPageNamespace.cpp \
       
  3370     ../WebKit2/UIProcess/API/C/WKPreferences.cpp \
       
  3371     ../WebKit2/UIProcess/API/C/WKString.cpp \
       
  3372     ../WebKit2/UIProcess/API/C/WKURL.cpp \
       
  3373     ../WebKit2/UIProcess/API/qt/qgraphicswkview.cpp \
       
  3374     ../WebKit2/UIProcess/API/qt/qwkpage.cpp \
       
  3375     ../WebKit2/UIProcess/API/cpp/qt/WKStringQt.cpp \
       
  3376     ../WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp \
       
  3377     ../WebKit2/UIProcess/ChunkedUpdateDrawingAreaProxy.cpp \
       
  3378     ../WebKit2/UIProcess/DrawingAreaProxy.cpp \
       
  3379     ../WebKit2/UIProcess/Plugins/PluginInfoStore.cpp \
       
  3380     ../WebKit2/UIProcess/Plugins/qt/PluginInfoStoreQt.cpp \
       
  3381     ../WebKit2/UIProcess/Launcher/ProcessLauncher.cpp \
       
  3382     ../WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp \
       
  3383     ../WebKit2/UIProcess/ResponsivenessTimer.cpp \
       
  3384     ../WebKit2/UIProcess/WebBackForwardList.cpp \
       
  3385     ../WebKit2/UIProcess/WebBackForwardListItem.cpp \
       
  3386     ../WebKit2/UIProcess/WebContext.cpp \
       
  3387     ../WebKit2/UIProcess/WebContextInjectedBundleClient.cpp \
       
  3388     ../WebKit2/UIProcess/WebFramePolicyListenerProxy.cpp \
       
  3389     ../WebKit2/UIProcess/WebFrameProxy.cpp \
       
  3390     ../WebKit2/UIProcess/WebHistoryClient.cpp \
       
  3391     ../WebKit2/UIProcess/WebLoaderClient.cpp \
       
  3392     ../WebKit2/UIProcess/WebNavigationData.cpp \
       
  3393     ../WebKit2/UIProcess/WebPageNamespace.cpp \
       
  3394     ../WebKit2/UIProcess/WebPageProxy.cpp \
       
  3395     ../WebKit2/UIProcess/WebPolicyClient.cpp \
       
  3396     ../WebKit2/UIProcess/WebPreferences.cpp \
       
  3397     ../WebKit2/UIProcess/WebProcessManager.cpp \
       
  3398     ../WebKit2/UIProcess/WebProcessProxy.cpp \
       
  3399     ../WebKit2/UIProcess/WebUIClient.cpp \
       
  3400     ../WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp \
       
  3401     ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp \
       
  3402     ../WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp \
       
  3403     ../WebKit2/WebProcess/InjectedBundle/qt/InjectedBundleQt.cpp \
       
  3404     ../WebKit2/UIProcess/API/qt/ClientImpl.cpp \
       
  3405     ../WebKit2/UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp \
       
  3406     ../WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp \
       
  3407     ../WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp \
       
  3408     ../WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp \
       
  3409     ../WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp \
       
  3410     ../WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp \
       
  3411     ../WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp \
       
  3412     ../WebKit2/WebProcess/WebCoreSupport/WebBackForwardControllerClient.cpp \
       
  3413     ../WebKit2/WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp \
       
  3414     ../WebKit2/WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp \
       
  3415     ../WebKit2/WebProcess/WebPage/DrawingArea.cpp \
       
  3416     ../WebKit2/WebProcess/WebPage/WebFrame.cpp \
       
  3417     ../WebKit2/WebProcess/WebPage/WebPage.cpp \
       
  3418     ../WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp \
       
  3419     ../WebKit2/WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp \
       
  3420     ../WebKit2/WebProcess/WebPage/qt/WebPageQt.cpp \
       
  3421     ../WebKit2/WebProcess/WebProcess.cpp \
       
  3422 
       
  3423 }
       
  3424 
       
  3425 symbian {
       
  3426     shared {
       
  3427         contains(CONFIG, def_files) {
       
  3428             DEF_FILE=../WebKit/qt/symbian
       
  3429             # defFilePath is for Qt4.6 compatibility
       
  3430             defFilePath=../WebKit/qt/symbian
       
  3431         } else {
       
  3432             MMP_RULES += EXPORTUNFROZEN
       
  3433         }
       
  3434     }
       
  3435 }
       
  3436 
       
  3437 # :QTP:Disable all warnings, force debug build to be release build to avoid linker OOM, fix header clash
       
  3438 symbian: {
       
  3439     QMAKE_CXXFLAGS.CW += -w off
       
  3440 
       
  3441     MMP_RULES += "OPTION_REPLACE ARMCC -g"
       
  3442     MMP_RULES += "OPTION_REPLACE ARMCC -O0"
       
  3443 }
       
  3444 
       
  3445 # Disable C++0x mode in WebCore for those who enabled it in their Qt's mkspec
       
  3446 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x