WebCore/GNUmakefile.am
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 
       
     2 WebCore := $(srcdir)/WebCore
       
     3 
       
     4 FEATURE_DEFINES :=
       
     5 SVG_FEATURES :=
       
     6 HTML_FEATURES :=
       
     7 
       
     8 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in
       
     9 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in
       
    10 
       
    11 webcore_cppflags += \
       
    12 	-I$(srcdir)/WebKit/gtk \
       
    13 	-I$(srcdir)/WebKit/gtk/WebCoreSupport \
       
    14 	-I$(srcdir)/WebKit/gtk/webkit \
       
    15 	-I$(srcdir)/WebCore \
       
    16 	-I$(srcdir)/WebCore/accessibility \
       
    17 	-I$(srcdir)/WebCore/bindings/generic \
       
    18 	-I$(srcdir)/WebCore/bindings/js \
       
    19 	-I$(srcdir)/WebCore/bindings/gobject \
       
    20 	-I$(srcdir)/WebCore/bridge \
       
    21 	-I$(srcdir)/WebCore/bridge/c \
       
    22 	-I$(srcdir)/WebCore/bridge/jni/jsc \
       
    23 	-I$(srcdir)/WebCore/bridge/jsc \
       
    24 	-I$(srcdir)/WebCore/css \
       
    25 	-I$(srcdir)/WebCore/dom \
       
    26 	-I$(srcdir)/WebCore/dom/default \
       
    27 	-I$(srcdir)/WebCore/editing \
       
    28 	-I$(srcdir)/WebCore/history \
       
    29 	-I$(srcdir)/WebCore/html \
       
    30 	-I$(srcdir)/WebCore/html/canvas \
       
    31 	-I$(srcdir)/WebCore/inspector \
       
    32 	-I$(srcdir)/WebCore/loader \
       
    33 	-I$(srcdir)/WebCore/loader/appcache \
       
    34 	-I$(srcdir)/WebCore/loader/archive \
       
    35 	-I$(srcdir)/WebCore/loader/icon \
       
    36 	-I$(srcdir)/WebCore/mathml \
       
    37 	-I$(srcdir)/WebCore/notifications \
       
    38 	-I$(srcdir)/WebCore/page \
       
    39 	-I$(srcdir)/WebCore/page/animation \
       
    40 	-I$(srcdir)/WebCore/platform \
       
    41 	-I$(srcdir)/WebCore/platform/animation \
       
    42 	-I$(srcdir)/WebCore/platform/graphics \
       
    43 	-I$(srcdir)/WebCore/platform/graphics/filters \
       
    44 	-I$(srcdir)/WebCore/platform/graphics/transforms \
       
    45 	-I$(srcdir)/WebCore/platform/image-decoders \
       
    46 	-I$(srcdir)/WebCore/platform/image-decoders/bmp \
       
    47 	-I$(srcdir)/WebCore/platform/image-decoders/gif \
       
    48 	-I$(srcdir)/WebCore/platform/image-decoders/ico \
       
    49 	-I$(srcdir)/WebCore/platform/image-decoders/jpeg \
       
    50 	-I$(srcdir)/WebCore/platform/image-decoders/png \
       
    51 	-I$(srcdir)/WebCore/platform/mock \
       
    52 	-I$(srcdir)/WebCore/platform/network \
       
    53 	-I$(srcdir)/WebCore/platform/sql \
       
    54 	-I$(srcdir)/WebCore/platform/text \
       
    55 	-I$(srcdir)/WebCore/platform/text/transcoder \
       
    56 	-I$(srcdir)/WebCore/plugins \
       
    57 	-I$(srcdir)/WebCore/rendering \
       
    58 	-I$(srcdir)/WebCore/rendering/style \
       
    59 	-I$(srcdir)/WebCore/storage \
       
    60 	-I$(srcdir)/WebCore/svg \
       
    61 	-I$(srcdir)/WebCore/svg/animation \
       
    62 	-I$(srcdir)/WebCore/svg/graphics \
       
    63 	-I$(srcdir)/WebCore/svg/graphics/filters \
       
    64 	-I$(srcdir)/WebCore/websockets \
       
    65 	-I$(srcdir)/WebCore/wml \
       
    66 	-I$(srcdir)/WebCore/workers \
       
    67 	-I$(srcdir)/WebCore/xml \
       
    68 	-I$(top_builddir)/WebCore/bindings/js \
       
    69 	-I$(top_builddir)/DerivedSources/WebCore \
       
    70 	-I$(top_builddir)/DerivedSources \
       
    71 	-I$(top_builddir)/DerivedSources/JavaScriptCore \
       
    72 	-DDATA_DIR=\"${datadir}\"
       
    73 
       
    74 webcoregtk_cppflags += \
       
    75 	-DWTF_USE_SOUP=1 \
       
    76 	-DWTF_USE_GSTREAMER=1 \
       
    77 	-I$(srcdir)/WebCore/accessibility/gtk \
       
    78 	-I$(srcdir)/WebCore/loader/gtk \
       
    79 	-I$(srcdir)/WebCore/page/gtk \
       
    80 	-I$(srcdir)/WebCore/platform/graphics/cairo \
       
    81 	-I$(srcdir)/WebCore/platform/graphics/gstreamer \
       
    82 	-I$(srcdir)/WebCore/platform/graphics/gtk \
       
    83 	-I$(srcdir)/WebCore/platform/gtk \
       
    84 	-I$(srcdir)/WebCore/platform/network/soup
       
    85 
       
    86 webcore_built_nosources += \
       
    87 	DerivedSources/WebCore/DocTypeStrings.cpp \
       
    88 	DerivedSources/WebCore/tokenizer.cpp \
       
    89 	DerivedSources/WebCore/ColorData.cpp \
       
    90 	DerivedSources/webkit/webkitdomdummy.c
       
    91 
       
    92 webcore_built_sources += \
       
    93 	DerivedSources/WebCore/CSSGrammar.cpp \
       
    94 	DerivedSources/WebCore/CSSGrammar.h \
       
    95 	DerivedSources/WebCore/CSSPropertyNames.h \
       
    96 	DerivedSources/WebCore/CSSValueKeywords.h \
       
    97 	DerivedSources/WebCore/HTMLElementFactory.cpp \
       
    98 	DerivedSources/WebCore/HTMLElementFactory.h \
       
    99 	DerivedSources/WebCore/HTMLEntityNames.cpp \
       
   100 	DerivedSources/WebCore/HTMLNames.cpp \
       
   101 	DerivedSources/WebCore/HTMLNames.h \
       
   102 	DerivedSources/WebCore/JSAbstractWorker.cpp \
       
   103 	DerivedSources/WebCore/JSAbstractWorker.h \
       
   104 	DerivedSources/WebCore/JSArrayBuffer.cpp \
       
   105 	DerivedSources/WebCore/JSArrayBuffer.h \
       
   106 	DerivedSources/WebCore/JSArrayBufferView.cpp \
       
   107 	DerivedSources/WebCore/JSArrayBufferView.h \
       
   108 	DerivedSources/WebCore/JSAttr.cpp \
       
   109 	DerivedSources/WebCore/JSAttr.h \
       
   110 	DerivedSources/WebCore/JSBarInfo.cpp \
       
   111 	DerivedSources/WebCore/JSBarInfo.h \
       
   112 	DerivedSources/WebCore/JSBeforeLoadEvent.cpp \
       
   113 	DerivedSources/WebCore/JSBeforeLoadEvent.h \
       
   114 	DerivedSources/WebCore/JSBeforeProcessEvent.cpp \
       
   115 	DerivedSources/WebCore/JSBeforeProcessEvent.h \
       
   116 	DerivedSources/WebCore/JSBlobBuilder.cpp \
       
   117 	DerivedSources/WebCore/JSBlobBuilder.h \
       
   118 	DerivedSources/WebCore/JSBlob.cpp \
       
   119 	DerivedSources/WebCore/JSBlob.h \
       
   120 	DerivedSources/WebCore/JSCanvasGradient.cpp \
       
   121 	DerivedSources/WebCore/JSCanvasGradient.h \
       
   122 	DerivedSources/WebCore/JSCanvasPattern.cpp \
       
   123 	DerivedSources/WebCore/JSCanvasPattern.h \
       
   124 	DerivedSources/WebCore/JSCanvasRenderingContext2D.cpp \
       
   125 	DerivedSources/WebCore/JSCanvasRenderingContext2D.h \
       
   126 	DerivedSources/WebCore/JSCanvasRenderingContext.cpp \
       
   127 	DerivedSources/WebCore/JSCanvasRenderingContext.h \
       
   128 	DerivedSources/WebCore/JSCDATASection.cpp \
       
   129 	DerivedSources/WebCore/JSCDATASection.h \
       
   130 	DerivedSources/WebCore/JSCharacterData.cpp \
       
   131 	DerivedSources/WebCore/JSCharacterData.h \
       
   132 	DerivedSources/WebCore/JSClientRect.cpp \
       
   133 	DerivedSources/WebCore/JSClientRect.h \
       
   134 	DerivedSources/WebCore/JSClientRectList.cpp \
       
   135 	DerivedSources/WebCore/JSClientRectList.h \
       
   136 	DerivedSources/WebCore/JSClipboard.cpp \
       
   137 	DerivedSources/WebCore/JSClipboard.h \
       
   138 	DerivedSources/WebCore/JSComment.cpp \
       
   139 	DerivedSources/WebCore/JSComment.h \
       
   140 	DerivedSources/WebCore/JSCompositionEvent.cpp \
       
   141 	DerivedSources/WebCore/JSCompositionEvent.h \
       
   142 	DerivedSources/WebCore/JSConsole.cpp \
       
   143 	DerivedSources/WebCore/JSConsole.h \
       
   144 	DerivedSources/WebCore/JSCoordinates.cpp \
       
   145 	DerivedSources/WebCore/JSCoordinates.h \
       
   146 	DerivedSources/WebCore/JSCounter.cpp \
       
   147 	DerivedSources/WebCore/JSCounter.h \
       
   148 	DerivedSources/WebCore/JSCSSCharsetRule.cpp \
       
   149 	DerivedSources/WebCore/JSCSSCharsetRule.h \
       
   150 	DerivedSources/WebCore/JSCSSFontFaceRule.cpp \
       
   151 	DerivedSources/WebCore/JSCSSFontFaceRule.h \
       
   152 	DerivedSources/WebCore/JSCSSImportRule.cpp \
       
   153 	DerivedSources/WebCore/JSCSSImportRule.h \
       
   154 	DerivedSources/WebCore/JSCSSMediaRule.cpp \
       
   155 	DerivedSources/WebCore/JSCSSMediaRule.h \
       
   156 	DerivedSources/WebCore/JSCSSPageRule.cpp \
       
   157 	DerivedSources/WebCore/JSCSSPageRule.h \
       
   158 	DerivedSources/WebCore/JSCSSPrimitiveValue.cpp \
       
   159 	DerivedSources/WebCore/JSCSSPrimitiveValue.h \
       
   160 	DerivedSources/WebCore/JSCSSRule.cpp \
       
   161 	DerivedSources/WebCore/JSCSSRule.h \
       
   162 	DerivedSources/WebCore/JSCSSRuleList.cpp \
       
   163 	DerivedSources/WebCore/JSCSSRuleList.h \
       
   164 	DerivedSources/WebCore/JSCSSStyleDeclaration.cpp \
       
   165 	DerivedSources/WebCore/JSCSSStyleDeclaration.h \
       
   166 	DerivedSources/WebCore/JSCSSStyleRule.cpp \
       
   167 	DerivedSources/WebCore/JSCSSStyleRule.h \
       
   168 	DerivedSources/WebCore/JSCSSStyleSheet.cpp \
       
   169 	DerivedSources/WebCore/JSCSSStyleSheet.h \
       
   170 	DerivedSources/WebCore/JSCSSValue.cpp \
       
   171 	DerivedSources/WebCore/JSCSSValue.h \
       
   172 	DerivedSources/WebCore/JSCSSValueList.cpp \
       
   173 	DerivedSources/WebCore/JSCSSValueList.h \
       
   174 	DerivedSources/WebCore/JSCSSVariablesDeclaration.cpp \
       
   175 	DerivedSources/WebCore/JSCSSVariablesDeclaration.h \
       
   176 	DerivedSources/WebCore/JSCSSVariablesRule.cpp \
       
   177 	DerivedSources/WebCore/JSCSSVariablesRule.h \
       
   178 	DerivedSources/WebCore/JSCustomEvent.cpp \
       
   179 	DerivedSources/WebCore/JSCustomEvent.h \
       
   180 	DerivedSources/WebCore/JSDataGridColumn.cpp \
       
   181 	DerivedSources/WebCore/JSDataGridColumn.h \
       
   182 	DerivedSources/WebCore/JSDataGridColumnList.cpp \
       
   183 	DerivedSources/WebCore/JSDataGridColumnList.h \
       
   184 	DerivedSources/WebCore/JSDedicatedWorkerContext.cpp \
       
   185 	DerivedSources/WebCore/JSDedicatedWorkerContext.h \
       
   186 	DerivedSources/WebCore/JSDeviceOrientationEvent.cpp \
       
   187 	DerivedSources/WebCore/JSDeviceOrientationEvent.h \
       
   188 	DerivedSources/WebCore/JSDocument.cpp \
       
   189 	DerivedSources/WebCore/JSDocumentFragment.cpp \
       
   190 	DerivedSources/WebCore/JSDocumentFragment.h \
       
   191 	DerivedSources/WebCore/JSDocument.h \
       
   192 	DerivedSources/WebCore/JSDocumentType.cpp \
       
   193 	DerivedSources/WebCore/JSDocumentType.h \
       
   194 	DerivedSources/WebCore/JSDOMCoreException.cpp \
       
   195 	DerivedSources/WebCore/JSDOMCoreException.h \
       
   196 	DerivedSources/WebCore/JSDOMFormData.cpp \
       
   197 	DerivedSources/WebCore/JSDOMFormData.h \
       
   198 	DerivedSources/WebCore/JSDOMImplementation.cpp \
       
   199 	DerivedSources/WebCore/JSDOMImplementation.h \
       
   200 	DerivedSources/WebCore/JSDOMMimeTypeArray.cpp \
       
   201 	DerivedSources/WebCore/JSDOMMimeTypeArray.h \
       
   202 	DerivedSources/WebCore/JSDOMMimeType.cpp \
       
   203 	DerivedSources/WebCore/JSDOMMimeType.h \
       
   204 	DerivedSources/WebCore/JSDOMParser.cpp \
       
   205 	DerivedSources/WebCore/JSDOMParser.h \
       
   206 	DerivedSources/WebCore/JSDOMPluginArray.cpp \
       
   207 	DerivedSources/WebCore/JSDOMPluginArray.h \
       
   208 	DerivedSources/WebCore/JSDOMPlugin.cpp \
       
   209 	DerivedSources/WebCore/JSDOMPlugin.h \
       
   210 	DerivedSources/WebCore/JSDOMSelection.cpp \
       
   211 	DerivedSources/WebCore/JSDOMSelection.h \
       
   212 	DerivedSources/WebCore/JSDOMStringList.cpp \
       
   213 	DerivedSources/WebCore/JSDOMStringList.h \
       
   214 	DerivedSources/WebCore/JSDOMStringMap.cpp \
       
   215 	DerivedSources/WebCore/JSDOMStringMap.h \
       
   216 	DerivedSources/WebCore/JSDOMWindow.cpp \
       
   217 	DerivedSources/WebCore/JSDOMWindow.h \
       
   218 	DerivedSources/WebCore/JSElement.cpp \
       
   219 	DerivedSources/WebCore/JSElement.h \
       
   220 	DerivedSources/WebCore/JSEntity.cpp \
       
   221 	DerivedSources/WebCore/JSEntity.h \
       
   222 	DerivedSources/WebCore/JSEntityReference.cpp \
       
   223 	DerivedSources/WebCore/JSEntityReference.h \
       
   224 	DerivedSources/WebCore/JSErrorEvent.cpp \
       
   225 	DerivedSources/WebCore/JSErrorEvent.h \
       
   226 	DerivedSources/WebCore/JSEvent.cpp \
       
   227 	DerivedSources/WebCore/JSEventException.cpp \
       
   228 	DerivedSources/WebCore/JSEventException.h \
       
   229 	DerivedSources/WebCore/JSEvent.h \
       
   230 	DerivedSources/WebCore/JSEventSource.cpp \
       
   231 	DerivedSources/WebCore/JSEventSource.h \
       
   232 	DerivedSources/WebCore/JSFile.cpp \
       
   233 	DerivedSources/WebCore/JSFileError.cpp \
       
   234 	DerivedSources/WebCore/JSFileError.h \
       
   235 	DerivedSources/WebCore/JSFile.h \
       
   236 	DerivedSources/WebCore/JSFileList.cpp \
       
   237 	DerivedSources/WebCore/JSFileList.h \
       
   238 	DerivedSources/WebCore/JSFileReader.cpp \
       
   239 	DerivedSources/WebCore/JSFileReader.h \
       
   240 	DerivedSources/WebCore/JSFloat32Array.cpp \
       
   241 	DerivedSources/WebCore/JSFloat32Array.h \
       
   242 	DerivedSources/WebCore/JSGeolocation.cpp \
       
   243 	DerivedSources/WebCore/JSGeolocation.h \
       
   244 	DerivedSources/WebCore/JSGeoposition.cpp \
       
   245 	DerivedSources/WebCore/JSGeoposition.h \
       
   246 	DerivedSources/WebCore/JSHistory.cpp \
       
   247 	DerivedSources/WebCore/JSHistory.h \
       
   248 	DerivedSources/WebCore/JSHTMLAllCollection.cpp \
       
   249 	DerivedSources/WebCore/JSHTMLAllCollection.h \
       
   250 	DerivedSources/WebCore/JSHTMLAnchorElement.cpp \
       
   251 	DerivedSources/WebCore/JSHTMLAnchorElement.h \
       
   252 	DerivedSources/WebCore/JSHTMLAppletElement.cpp \
       
   253 	DerivedSources/WebCore/JSHTMLAppletElement.h \
       
   254 	DerivedSources/WebCore/JSHTMLAreaElement.cpp \
       
   255 	DerivedSources/WebCore/JSHTMLAreaElement.h \
       
   256 	DerivedSources/WebCore/JSHTMLAudioElement.cpp \
       
   257 	DerivedSources/WebCore/JSHTMLAudioElement.h \
       
   258 	DerivedSources/WebCore/JSHTMLBaseElement.cpp \
       
   259 	DerivedSources/WebCore/JSHTMLBaseElement.h \
       
   260 	DerivedSources/WebCore/JSHTMLBaseFontElement.cpp \
       
   261 	DerivedSources/WebCore/JSHTMLBaseFontElement.h \
       
   262 	DerivedSources/WebCore/JSHTMLBlockquoteElement.cpp \
       
   263 	DerivedSources/WebCore/JSHTMLBlockquoteElement.h \
       
   264 	DerivedSources/WebCore/JSHTMLBodyElement.cpp \
       
   265 	DerivedSources/WebCore/JSHTMLBodyElement.h \
       
   266 	DerivedSources/WebCore/JSHTMLBRElement.cpp \
       
   267 	DerivedSources/WebCore/JSHTMLBRElement.h \
       
   268 	DerivedSources/WebCore/JSHTMLButtonElement.cpp \
       
   269 	DerivedSources/WebCore/JSHTMLButtonElement.h \
       
   270 	DerivedSources/WebCore/JSHTMLCanvasElement.cpp \
       
   271 	DerivedSources/WebCore/JSHTMLCanvasElement.h \
       
   272 	DerivedSources/WebCore/JSHTMLCollection.cpp \
       
   273 	DerivedSources/WebCore/JSHTMLCollection.h \
       
   274 	DerivedSources/WebCore/JSHTMLDataGridCellElement.cpp \
       
   275 	DerivedSources/WebCore/JSHTMLDataGridCellElement.h \
       
   276 	DerivedSources/WebCore/JSHTMLDataGridColElement.cpp \
       
   277 	DerivedSources/WebCore/JSHTMLDataGridColElement.h \
       
   278 	DerivedSources/WebCore/JSHTMLDataGridElement.cpp \
       
   279 	DerivedSources/WebCore/JSHTMLDataGridElement.h \
       
   280 	DerivedSources/WebCore/JSHTMLDataGridRowElement.cpp \
       
   281 	DerivedSources/WebCore/JSHTMLDataGridRowElement.h \
       
   282 	DerivedSources/WebCore/JSHTMLDataListElement.cpp \
       
   283 	DerivedSources/WebCore/JSHTMLDataListElement.h \
       
   284 	DerivedSources/WebCore/JSHTMLDirectoryElement.cpp \
       
   285 	DerivedSources/WebCore/JSHTMLDirectoryElement.h \
       
   286 	DerivedSources/WebCore/JSHTMLDivElement.cpp \
       
   287 	DerivedSources/WebCore/JSHTMLDivElement.h \
       
   288 	DerivedSources/WebCore/JSHTMLDListElement.cpp \
       
   289 	DerivedSources/WebCore/JSHTMLDListElement.h \
       
   290 	DerivedSources/WebCore/JSHTMLDocument.cpp \
       
   291 	DerivedSources/WebCore/JSHTMLDocument.h \
       
   292 	DerivedSources/WebCore/JSHTMLElement.cpp \
       
   293 	DerivedSources/WebCore/JSHTMLElement.h \
       
   294 	DerivedSources/WebCore/JSHTMLElementWrapperFactory.cpp \
       
   295 	DerivedSources/WebCore/JSHTMLEmbedElement.cpp \
       
   296 	DerivedSources/WebCore/JSHTMLEmbedElement.h \
       
   297 	DerivedSources/WebCore/JSHTMLFieldSetElement.cpp \
       
   298 	DerivedSources/WebCore/JSHTMLFieldSetElement.h \
       
   299 	DerivedSources/WebCore/JSHTMLFontElement.cpp \
       
   300 	DerivedSources/WebCore/JSHTMLFontElement.h \
       
   301 	DerivedSources/WebCore/JSHTMLFormElement.cpp \
       
   302 	DerivedSources/WebCore/JSHTMLFormElement.h \
       
   303 	DerivedSources/WebCore/JSHTMLFrameElement.cpp \
       
   304 	DerivedSources/WebCore/JSHTMLFrameElement.h \
       
   305 	DerivedSources/WebCore/JSHTMLFrameSetElement.cpp \
       
   306 	DerivedSources/WebCore/JSHTMLFrameSetElement.h \
       
   307 	DerivedSources/WebCore/JSHTMLHeadElement.cpp \
       
   308 	DerivedSources/WebCore/JSHTMLHeadElement.h \
       
   309 	DerivedSources/WebCore/JSHTMLHeadingElement.cpp \
       
   310 	DerivedSources/WebCore/JSHTMLHeadingElement.h \
       
   311 	DerivedSources/WebCore/JSHTMLHRElement.cpp \
       
   312 	DerivedSources/WebCore/JSHTMLHRElement.h \
       
   313 	DerivedSources/WebCore/JSHTMLHtmlElement.cpp \
       
   314 	DerivedSources/WebCore/JSHTMLHtmlElement.h \
       
   315 	DerivedSources/WebCore/JSHTMLIFrameElement.cpp \
       
   316 	DerivedSources/WebCore/JSHTMLIFrameElement.h \
       
   317 	DerivedSources/WebCore/JSHTMLImageElement.cpp \
       
   318 	DerivedSources/WebCore/JSHTMLImageElement.h \
       
   319 	DerivedSources/WebCore/JSHTMLInputElement.cpp \
       
   320 	DerivedSources/WebCore/JSHTMLInputElement.h \
       
   321 	DerivedSources/WebCore/JSHTMLIsIndexElement.cpp \
       
   322 	DerivedSources/WebCore/JSHTMLIsIndexElement.h \
       
   323 	DerivedSources/WebCore/JSHTMLLabelElement.cpp \
       
   324 	DerivedSources/WebCore/JSHTMLLabelElement.h \
       
   325 	DerivedSources/WebCore/JSHTMLLegendElement.cpp \
       
   326 	DerivedSources/WebCore/JSHTMLLegendElement.h \
       
   327 	DerivedSources/WebCore/JSHTMLLIElement.cpp \
       
   328 	DerivedSources/WebCore/JSHTMLLIElement.h \
       
   329 	DerivedSources/WebCore/JSHTMLLinkElement.cpp \
       
   330 	DerivedSources/WebCore/JSHTMLLinkElement.h \
       
   331 	DerivedSources/WebCore/JSHTMLMapElement.cpp \
       
   332 	DerivedSources/WebCore/JSHTMLMapElement.h \
       
   333 	DerivedSources/WebCore/JSHTMLMarqueeElement.cpp \
       
   334 	DerivedSources/WebCore/JSHTMLMarqueeElement.h \
       
   335 	DerivedSources/WebCore/JSHTMLMediaElement.cpp \
       
   336 	DerivedSources/WebCore/JSHTMLMediaElement.h \
       
   337 	DerivedSources/WebCore/JSHTMLMenuElement.cpp \
       
   338 	DerivedSources/WebCore/JSHTMLMenuElement.h \
       
   339 	DerivedSources/WebCore/JSHTMLMetaElement.cpp \
       
   340 	DerivedSources/WebCore/JSHTMLMetaElement.h \
       
   341 	DerivedSources/WebCore/JSHTMLMeterElement.cpp \
       
   342 	DerivedSources/WebCore/JSHTMLMeterElement.h \
       
   343 	DerivedSources/WebCore/JSHTMLModElement.cpp \
       
   344 	DerivedSources/WebCore/JSHTMLModElement.h \
       
   345 	DerivedSources/WebCore/JSHTMLObjectElement.cpp \
       
   346 	DerivedSources/WebCore/JSHTMLObjectElement.h \
       
   347 	DerivedSources/WebCore/JSHTMLOListElement.cpp \
       
   348 	DerivedSources/WebCore/JSHTMLOListElement.h \
       
   349 	DerivedSources/WebCore/JSHTMLOptGroupElement.cpp \
       
   350 	DerivedSources/WebCore/JSHTMLOptGroupElement.h \
       
   351 	DerivedSources/WebCore/JSHTMLOptionElement.cpp \
       
   352 	DerivedSources/WebCore/JSHTMLOptionElement.h \
       
   353 	DerivedSources/WebCore/JSHTMLOptionsCollection.cpp \
       
   354 	DerivedSources/WebCore/JSHTMLOptionsCollection.h \
       
   355 	DerivedSources/WebCore/JSHTMLParagraphElement.cpp \
       
   356 	DerivedSources/WebCore/JSHTMLParagraphElement.h \
       
   357 	DerivedSources/WebCore/JSHTMLParamElement.cpp \
       
   358 	DerivedSources/WebCore/JSHTMLParamElement.h \
       
   359 	DerivedSources/WebCore/JSHTMLPreElement.cpp \
       
   360 	DerivedSources/WebCore/JSHTMLPreElement.h \
       
   361 	DerivedSources/WebCore/JSHTMLProgressElement.cpp \
       
   362 	DerivedSources/WebCore/JSHTMLProgressElement.h \
       
   363 	DerivedSources/WebCore/JSHTMLQuoteElement.cpp \
       
   364 	DerivedSources/WebCore/JSHTMLQuoteElement.h \
       
   365 	DerivedSources/WebCore/JSHTMLScriptElement.cpp \
       
   366 	DerivedSources/WebCore/JSHTMLScriptElement.h \
       
   367 	DerivedSources/WebCore/JSHTMLSelectElement.cpp \
       
   368 	DerivedSources/WebCore/JSHTMLSelectElement.h \
       
   369 	DerivedSources/WebCore/JSHTMLSourceElement.cpp \
       
   370 	DerivedSources/WebCore/JSHTMLSourceElement.h \
       
   371 	DerivedSources/WebCore/JSHTMLStyleElement.cpp \
       
   372 	DerivedSources/WebCore/JSHTMLStyleElement.h \
       
   373 	DerivedSources/WebCore/JSHTMLTableCaptionElement.cpp \
       
   374 	DerivedSources/WebCore/JSHTMLTableCaptionElement.h \
       
   375 	DerivedSources/WebCore/JSHTMLTableCellElement.cpp \
       
   376 	DerivedSources/WebCore/JSHTMLTableCellElement.h \
       
   377 	DerivedSources/WebCore/JSHTMLTableColElement.cpp \
       
   378 	DerivedSources/WebCore/JSHTMLTableColElement.h \
       
   379 	DerivedSources/WebCore/JSHTMLTableElement.cpp \
       
   380 	DerivedSources/WebCore/JSHTMLTableElement.h \
       
   381 	DerivedSources/WebCore/JSHTMLTableRowElement.cpp \
       
   382 	DerivedSources/WebCore/JSHTMLTableRowElement.h \
       
   383 	DerivedSources/WebCore/JSHTMLTableSectionElement.cpp \
       
   384 	DerivedSources/WebCore/JSHTMLTableSectionElement.h \
       
   385 	DerivedSources/WebCore/JSHTMLTextAreaElement.cpp \
       
   386 	DerivedSources/WebCore/JSHTMLTextAreaElement.h \
       
   387 	DerivedSources/WebCore/JSHTMLTitleElement.cpp \
       
   388 	DerivedSources/WebCore/JSHTMLTitleElement.h \
       
   389 	DerivedSources/WebCore/JSHTMLUListElement.cpp \
       
   390 	DerivedSources/WebCore/JSHTMLUListElement.h \
       
   391 	DerivedSources/WebCore/JSHTMLVideoElement.cpp \
       
   392 	DerivedSources/WebCore/JSHTMLVideoElement.h \
       
   393 	DerivedSources/WebCore/JSImageData.cpp \
       
   394 	DerivedSources/WebCore/JSImageData.h \
       
   395 	DerivedSources/WebCore/JSInjectedScriptHost.cpp \
       
   396 	DerivedSources/WebCore/JSInjectedScriptHost.h \
       
   397 	DerivedSources/WebCore/JSInspectorBackend.cpp \
       
   398 	DerivedSources/WebCore/JSInspectorBackend.h \
       
   399 	DerivedSources/WebCore/JSInspectorFrontendHost.cpp \
       
   400 	DerivedSources/WebCore/JSInspectorFrontendHost.h \
       
   401 	DerivedSources/WebCore/JSInt16Array.cpp \
       
   402 	DerivedSources/WebCore/JSInt16Array.h \
       
   403 	DerivedSources/WebCore/JSInt32Array.cpp \
       
   404 	DerivedSources/WebCore/JSInt32Array.h \
       
   405 	DerivedSources/WebCore/JSInt8Array.cpp \
       
   406 	DerivedSources/WebCore/JSInt8Array.h \
       
   407 	DerivedSources/WebCore/JSJavaScriptCallFrame.cpp \
       
   408 	DerivedSources/WebCore/JSJavaScriptCallFrame.h \
       
   409 	DerivedSources/WebCore/JSKeyboardEvent.cpp \
       
   410 	DerivedSources/WebCore/JSKeyboardEvent.h \
       
   411 	DerivedSources/WebCore/JSLocation.cpp \
       
   412 	DerivedSources/WebCore/JSLocation.h \
       
   413 	DerivedSources/WebCore/JSMediaError.cpp \
       
   414 	DerivedSources/WebCore/JSMediaError.h \
       
   415 	DerivedSources/WebCore/JSMediaList.cpp \
       
   416 	DerivedSources/WebCore/JSMediaList.h \
       
   417 	DerivedSources/WebCore/JSMemoryInfo.cpp \
       
   418 	DerivedSources/WebCore/JSMemoryInfo.h \
       
   419 	DerivedSources/WebCore/JSMessageChannel.cpp \
       
   420 	DerivedSources/WebCore/JSMessageChannel.h \
       
   421 	DerivedSources/WebCore/JSMessageEvent.cpp \
       
   422 	DerivedSources/WebCore/JSMessageEvent.h \
       
   423 	DerivedSources/WebCore/JSMessagePort.cpp \
       
   424 	DerivedSources/WebCore/JSMessagePort.h \
       
   425 	DerivedSources/WebCore/JSMouseEvent.cpp \
       
   426 	DerivedSources/WebCore/JSMouseEvent.h \
       
   427 	DerivedSources/WebCore/JSMutationEvent.cpp \
       
   428 	DerivedSources/WebCore/JSMutationEvent.h \
       
   429 	DerivedSources/WebCore/JSNamedNodeMap.cpp \
       
   430 	DerivedSources/WebCore/JSNamedNodeMap.h \
       
   431 	DerivedSources/WebCore/JSNavigation.cpp \
       
   432 	DerivedSources/WebCore/JSNavigation.h \
       
   433 	DerivedSources/WebCore/JSNavigator.cpp \
       
   434 	DerivedSources/WebCore/JSNavigator.h \
       
   435 	DerivedSources/WebCore/JSNode.cpp \
       
   436 	DerivedSources/WebCore/JSNodeFilter.cpp \
       
   437 	DerivedSources/WebCore/JSNodeFilter.h \
       
   438 	DerivedSources/WebCore/JSNode.h \
       
   439 	DerivedSources/WebCore/JSNodeIterator.cpp \
       
   440 	DerivedSources/WebCore/JSNodeIterator.h \
       
   441 	DerivedSources/WebCore/JSNodeList.cpp \
       
   442 	DerivedSources/WebCore/JSNodeList.h \
       
   443 	DerivedSources/WebCore/JSNotation.cpp \
       
   444 	DerivedSources/WebCore/JSNotation.h \
       
   445 	DerivedSources/WebCore/JSNotificationCenter.cpp \
       
   446 	DerivedSources/WebCore/JSNotificationCenter.h \
       
   447 	DerivedSources/WebCore/JSNotification.cpp \
       
   448 	DerivedSources/WebCore/JSNotification.h \
       
   449 	DerivedSources/WebCore/JSOverflowEvent.cpp \
       
   450 	DerivedSources/WebCore/JSOverflowEvent.h \
       
   451 	DerivedSources/WebCore/JSPageTransitionEvent.cpp \
       
   452 	DerivedSources/WebCore/JSPageTransitionEvent.h \
       
   453 	DerivedSources/WebCore/JSPerformance.cpp \
       
   454 	DerivedSources/WebCore/JSPerformance.h \
       
   455 	DerivedSources/WebCore/JSPopStateEvent.cpp \
       
   456 	DerivedSources/WebCore/JSPopStateEvent.h \
       
   457 	DerivedSources/WebCore/JSPositionError.cpp \
       
   458 	DerivedSources/WebCore/JSPositionError.h \
       
   459 	DerivedSources/WebCore/JSProcessingInstruction.cpp \
       
   460 	DerivedSources/WebCore/JSProcessingInstruction.h \
       
   461 	DerivedSources/WebCore/JSProgressEvent.cpp \
       
   462 	DerivedSources/WebCore/JSProgressEvent.h \
       
   463 	DerivedSources/WebCore/JSRange.cpp \
       
   464 	DerivedSources/WebCore/JSRangeException.cpp \
       
   465 	DerivedSources/WebCore/JSRangeException.h \
       
   466 	DerivedSources/WebCore/JSRange.h \
       
   467 	DerivedSources/WebCore/JSRect.cpp \
       
   468 	DerivedSources/WebCore/JSRect.h \
       
   469 	DerivedSources/WebCore/JSRGBColor.cpp \
       
   470 	DerivedSources/WebCore/JSRGBColor.h \
       
   471 	DerivedSources/WebCore/JSScreen.cpp \
       
   472 	DerivedSources/WebCore/JSScreen.h \
       
   473 	DerivedSources/WebCore/JSScriptProfile.cpp \
       
   474 	DerivedSources/WebCore/JSScriptProfile.h \
       
   475 	DerivedSources/WebCore/JSScriptProfileNode.cpp \
       
   476 	DerivedSources/WebCore/JSScriptProfileNode.h \
       
   477 	DerivedSources/WebCore/JSSharedWorkerContext.cpp \
       
   478 	DerivedSources/WebCore/JSSharedWorkerContext.h \
       
   479 	DerivedSources/WebCore/JSSharedWorker.cpp \
       
   480 	DerivedSources/WebCore/JSSharedWorker.h \
       
   481 	DerivedSources/WebCore/JSStyleMedia.cpp \
       
   482 	DerivedSources/WebCore/JSStyleMedia.h \
       
   483 	DerivedSources/WebCore/JSStyleSheet.cpp \
       
   484 	DerivedSources/WebCore/JSStyleSheet.h \
       
   485 	DerivedSources/WebCore/JSStyleSheetList.cpp \
       
   486 	DerivedSources/WebCore/JSStyleSheetList.h \
       
   487 	DerivedSources/WebCore/JSText.cpp \
       
   488 	DerivedSources/WebCore/JSTextEvent.cpp \
       
   489 	DerivedSources/WebCore/JSTextEvent.h \
       
   490 	DerivedSources/WebCore/JSText.h \
       
   491 	DerivedSources/WebCore/JSTextMetrics.cpp \
       
   492 	DerivedSources/WebCore/JSTextMetrics.h \
       
   493 	DerivedSources/WebCore/JSTiming.cpp \
       
   494 	DerivedSources/WebCore/JSTiming.h \
       
   495 	DerivedSources/WebCore/JSTouch.cpp \
       
   496 	DerivedSources/WebCore/JSTouchEvent.cpp \
       
   497 	DerivedSources/WebCore/JSTouchEvent.h \
       
   498 	DerivedSources/WebCore/JSTouch.h \
       
   499 	DerivedSources/WebCore/JSTouchList.cpp \
       
   500 	DerivedSources/WebCore/JSTouchList.h \
       
   501 	DerivedSources/WebCore/JSTransformActionEvent.cpp \
       
   502 	DerivedSources/WebCore/JSTransformActionEvent.h \
       
   503 	DerivedSources/WebCore/JSTreeWalker.cpp \
       
   504 	DerivedSources/WebCore/JSTreeWalker.h \
       
   505 	DerivedSources/WebCore/JSUIEvent.cpp \
       
   506 	DerivedSources/WebCore/JSUIEvent.h \
       
   507 	DerivedSources/WebCore/JSUint16Array.cpp \
       
   508 	DerivedSources/WebCore/JSUint16Array.h \
       
   509 	DerivedSources/WebCore/JSUint32Array.cpp \
       
   510 	DerivedSources/WebCore/JSUint32Array.h \
       
   511 	DerivedSources/WebCore/JSUint8Array.cpp \
       
   512 	DerivedSources/WebCore/JSUint8Array.h \
       
   513 	DerivedSources/WebCore/JSValidityState.cpp \
       
   514 	DerivedSources/WebCore/JSValidityState.h \
       
   515 	DerivedSources/WebCore/JSVoidCallback.cpp \
       
   516 	DerivedSources/WebCore/JSVoidCallback.h \
       
   517 	DerivedSources/WebCore/JSWebGLRenderingContext.cpp \
       
   518 	DerivedSources/WebCore/JSWebGLRenderingContext.h \
       
   519 	DerivedSources/WebCore/JSWebKitAnimationEvent.cpp \
       
   520 	DerivedSources/WebCore/JSWebKitAnimationEvent.h \
       
   521 	DerivedSources/WebCore/JSWebKitCSSKeyframeRule.cpp \
       
   522 	DerivedSources/WebCore/JSWebKitCSSKeyframeRule.h \
       
   523 	DerivedSources/WebCore/JSWebKitCSSKeyframesRule.cpp \
       
   524 	DerivedSources/WebCore/JSWebKitCSSKeyframesRule.h \
       
   525 	DerivedSources/WebCore/JSWebKitCSSMatrix.cpp \
       
   526 	DerivedSources/WebCore/JSWebKitCSSMatrix.h \
       
   527 	DerivedSources/WebCore/JSWebKitCSSTransformValue.cpp \
       
   528 	DerivedSources/WebCore/JSWebKitCSSTransformValue.h \
       
   529 	DerivedSources/WebCore/JSWebKitPoint.cpp \
       
   530 	DerivedSources/WebCore/JSWebKitPoint.h \
       
   531 	DerivedSources/WebCore/JSWebKitTransitionEvent.cpp \
       
   532 	DerivedSources/WebCore/JSWebKitTransitionEvent.h \
       
   533 	DerivedSources/WebCore/JSWheelEvent.cpp \
       
   534 	DerivedSources/WebCore/JSWheelEvent.h \
       
   535 	DerivedSources/WebCore/JSWorkerContext.cpp \
       
   536 	DerivedSources/WebCore/JSWorkerContext.h \
       
   537 	DerivedSources/WebCore/JSWorker.cpp \
       
   538 	DerivedSources/WebCore/JSWorker.h \
       
   539 	DerivedSources/WebCore/JSWorkerLocation.cpp \
       
   540 	DerivedSources/WebCore/JSWorkerLocation.h \
       
   541 	DerivedSources/WebCore/JSWorkerNavigator.cpp \
       
   542 	DerivedSources/WebCore/JSWorkerNavigator.h \
       
   543 	DerivedSources/WebCore/JSXMLHttpRequest.cpp \
       
   544 	DerivedSources/WebCore/JSXMLHttpRequestException.cpp \
       
   545 	DerivedSources/WebCore/JSXMLHttpRequestException.h \
       
   546 	DerivedSources/WebCore/JSXMLHttpRequest.h \
       
   547 	DerivedSources/WebCore/JSXMLHttpRequestProgressEvent.cpp \
       
   548 	DerivedSources/WebCore/JSXMLHttpRequestProgressEvent.h \
       
   549 	DerivedSources/WebCore/JSXMLHttpRequestUpload.cpp \
       
   550 	DerivedSources/WebCore/JSXMLHttpRequestUpload.h \
       
   551 	DerivedSources/WebCore/JSXMLSerializer.cpp \
       
   552 	DerivedSources/WebCore/JSXMLSerializer.h \
       
   553 	DerivedSources/WebCore/JSXSLTProcessor.cpp \
       
   554 	DerivedSources/WebCore/JSXSLTProcessor.h \
       
   555 	DerivedSources/WebCore/RemoteInspectorFrontend.cpp \
       
   556 	DerivedSources/WebCore/RemoteInspectorFrontend.h \
       
   557 	DerivedSources/WebCore/UserAgentStyleSheetsData.cpp \
       
   558 	DerivedSources/WebCore/UserAgentStyleSheets.h \
       
   559 	DerivedSources/WebCore/XMLNames.cpp \
       
   560 	DerivedSources/WebCore/XMLNames.h \
       
   561 	DerivedSources/WebCore/XMLNSNames.cpp \
       
   562 	DerivedSources/WebCore/XMLNSNames.h
       
   563 
       
   564 webcoregtk_dom_sources = \
       
   565 	WebCore/bindings/gobject/ConvertToUTF8String.cpp \
       
   566 	WebCore/bindings/gobject/ConvertToUTF8String.h \
       
   567 	WebCore/bindings/gobject/GObjectEventListener.cpp \
       
   568 	WebCore/bindings/gobject/GObjectEventListener.h \
       
   569 	WebCore/bindings/gobject/WebKitDOMBinding.cpp \
       
   570 	WebCore/bindings/gobject/WebKitDOMBinding.h \
       
   571 	WebCore/bindings/gobject/WebKitDOMEventTarget.cpp \
       
   572 	WebCore/bindings/gobject/WebKitDOMEventTarget.h \
       
   573 	WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.cpp \
       
   574 	WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.h \
       
   575 	WebCore/bindings/gobject/WebKitDOMObject.cpp \
       
   576 	WebCore/bindings/gobject/WebKitDOMObject.h
       
   577 
       
   578 webcoregtk_sources += $(webcoregtk_dom_sources)
       
   579 
       
   580 webcore_sources += \
       
   581 	WebCore/WebCorePrefix.h \
       
   582 	WebCore/accessibility/AXObjectCache.cpp \
       
   583 	WebCore/accessibility/AXObjectCache.h \
       
   584 	WebCore/accessibility/AccessibilityARIAGrid.cpp \
       
   585 	WebCore/accessibility/AccessibilityARIAGrid.h \
       
   586 	WebCore/accessibility/AccessibilityARIAGridCell.cpp \
       
   587 	WebCore/accessibility/AccessibilityARIAGridCell.h \
       
   588 	WebCore/accessibility/AccessibilityARIAGridRow.cpp \
       
   589 	WebCore/accessibility/AccessibilityARIAGridRow.h \
       
   590 	WebCore/accessibility/AccessibilityImageMapLink.cpp \
       
   591 	WebCore/accessibility/AccessibilityImageMapLink.h \
       
   592 	WebCore/accessibility/AccessibilityList.cpp \
       
   593 	WebCore/accessibility/AccessibilityList.h \
       
   594 	WebCore/accessibility/AccessibilityListBox.cpp \
       
   595 	WebCore/accessibility/AccessibilityListBox.h \
       
   596 	WebCore/accessibility/AccessibilityListBoxOption.cpp \
       
   597 	WebCore/accessibility/AccessibilityListBoxOption.h \
       
   598 	WebCore/accessibility/AccessibilityMediaControls.cpp \
       
   599 	WebCore/accessibility/AccessibilityMediaControls.h \
       
   600 	WebCore/accessibility/AccessibilityMenuList.cpp \
       
   601 	WebCore/accessibility/AccessibilityMenuList.h \
       
   602 	WebCore/accessibility/AccessibilityMenuListPopup.cpp \
       
   603 	WebCore/accessibility/AccessibilityMenuListPopup.h \
       
   604 	WebCore/accessibility/AccessibilityMenuListOption.cpp \
       
   605 	WebCore/accessibility/AccessibilityMenuListOption.h \
       
   606 	WebCore/accessibility/AccessibilityObject.cpp \
       
   607 	WebCore/accessibility/AccessibilityObject.h \
       
   608 	WebCore/accessibility/AccessibilityProgressIndicator.cpp \
       
   609 	WebCore/accessibility/AccessibilityProgressIndicator.h \
       
   610 	WebCore/accessibility/AccessibilityRenderObject.cpp \
       
   611 	WebCore/accessibility/AccessibilityRenderObject.h \
       
   612 	WebCore/accessibility/AccessibilityScrollbar.cpp \
       
   613 	WebCore/accessibility/AccessibilityScrollbar.h \
       
   614 	WebCore/accessibility/AccessibilitySlider.cpp \
       
   615 	WebCore/accessibility/AccessibilitySlider.h \
       
   616 	WebCore/accessibility/AccessibilityTable.cpp \
       
   617 	WebCore/accessibility/AccessibilityTable.h \
       
   618 	WebCore/accessibility/AccessibilityTableCell.cpp \
       
   619 	WebCore/accessibility/AccessibilityTableCell.h \
       
   620 	WebCore/accessibility/AccessibilityTableColumn.cpp \
       
   621 	WebCore/accessibility/AccessibilityTableColumn.h \
       
   622 	WebCore/accessibility/AccessibilityTableHeaderContainer.cpp \
       
   623 	WebCore/accessibility/AccessibilityTableHeaderContainer.h \
       
   624 	WebCore/accessibility/AccessibilityTableRow.cpp \
       
   625 	WebCore/accessibility/AccessibilityTableRow.h \
       
   626 	WebCore/bindings/generic/RuntimeEnabledFeatures.cpp \
       
   627 	WebCore/bindings/generic/RuntimeEnabledFeatures.h \
       
   628 	WebCore/bindings/js/CachedScriptSourceProvider.h \
       
   629 	WebCore/bindings/js/DOMObjectHashTableMap.cpp \
       
   630 	WebCore/bindings/js/DOMObjectHashTableMap.h \
       
   631 	WebCore/bindings/js/DOMWrapperWorld.cpp \
       
   632 	WebCore/bindings/js/DOMWrapperWorld.h \
       
   633 	WebCore/bindings/js/GCController.cpp \
       
   634 	WebCore/bindings/js/GCController.h \
       
   635 	WebCore/bindings/js/JSAttrCustom.cpp \
       
   636 	WebCore/bindings/js/JSCDATASectionCustom.cpp \
       
   637 	WebCore/bindings/js/JSDataGridColumnListCustom.cpp \
       
   638 	WebCore/bindings/js/JSDataGridDataSource.cpp \
       
   639 	WebCore/bindings/js/JSDataGridDataSource.h \
       
   640 	WebCore/bindings/js/JSDebugWrapperSet.cpp \
       
   641 	WebCore/bindings/js/JSDebugWrapperSet.h \
       
   642 	WebCore/bindings/js/JSCSSRuleCustom.cpp \
       
   643 	WebCore/bindings/js/JSCSSRuleListCustom.cpp \
       
   644 	WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
       
   645 	WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
       
   646 	WebCore/bindings/js/JSCSSValueCustom.cpp \
       
   647 	WebCore/bindings/js/JSCallbackData.cpp \
       
   648 	WebCore/bindings/js/JSCallbackData.h \
       
   649 	WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp \
       
   650 	WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp \
       
   651 	WebCore/bindings/js/JSClipboardCustom.cpp \
       
   652 	WebCore/bindings/js/JSConsoleCustom.cpp \
       
   653 	WebCore/bindings/js/JSCoordinatesCustom.cpp \
       
   654 	WebCore/bindings/js/JSCustomPositionCallback.cpp \
       
   655 	WebCore/bindings/js/JSCustomPositionCallback.h \
       
   656 	WebCore/bindings/js/JSCustomPositionErrorCallback.cpp \
       
   657 	WebCore/bindings/js/JSCustomPositionErrorCallback.h \
       
   658 	WebCore/bindings/js/JSCustomVoidCallback.cpp \
       
   659 	WebCore/bindings/js/JSCustomVoidCallback.h \
       
   660 	WebCore/bindings/js/JSCustomXPathNSResolver.cpp \
       
   661 	WebCore/bindings/js/JSCustomXPathNSResolver.h \
       
   662 	WebCore/bindings/js/JSDOMBinding.cpp \
       
   663 	WebCore/bindings/js/JSDOMBinding.h \
       
   664 	WebCore/bindings/js/JSDOMFormDataCustom.cpp \
       
   665 	WebCore/bindings/js/JSDOMGlobalObject.cpp \
       
   666 	WebCore/bindings/js/JSDOMGlobalObject.h \
       
   667 	WebCore/bindings/js/JSDOMStringMapCustom.cpp \
       
   668 	WebCore/bindings/js/JSDOMStringMapCustom.h \
       
   669 	WebCore/bindings/js/JSDOMWindowBase.cpp \
       
   670 	WebCore/bindings/js/JSDOMWindowBase.h \
       
   671 	WebCore/bindings/js/JSDOMWindowCustom.cpp \
       
   672 	WebCore/bindings/js/JSDOMWindowCustom.h \
       
   673 	WebCore/bindings/js/JSDOMWindowShell.cpp \
       
   674 	WebCore/bindings/js/JSDOMWindowShell.h \
       
   675 	WebCore/bindings/js/JSDOMWrapper.cpp \
       
   676 	WebCore/bindings/js/JSDOMWrapper.h \
       
   677 	WebCore/bindings/js/JSDeviceOrientationEventCustom.cpp \
       
   678 	WebCore/bindings/js/JSDocumentCustom.cpp \
       
   679 	WebCore/bindings/js/JSElementCustom.cpp \
       
   680 	WebCore/bindings/js/JSEventCustom.cpp \
       
   681 	WebCore/bindings/js/JSEventListener.cpp \
       
   682 	WebCore/bindings/js/JSEventListener.h \
       
   683 	WebCore/bindings/js/JSEventSourceCustom.cpp \
       
   684 	WebCore/bindings/js/JSEventTarget.cpp \
       
   685 	WebCore/bindings/js/JSEventTarget.h \
       
   686 	WebCore/bindings/js/JSExceptionBase.cpp \
       
   687 	WebCore/bindings/js/JSExceptionBase.h \
       
   688 	WebCore/bindings/js/JSGeolocationCustom.cpp \
       
   689 	WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp \
       
   690 	WebCore/bindings/js/JSHTMLAppletElementCustom.cpp \
       
   691 	WebCore/bindings/js/JSHTMLAppletElementCustom.h \
       
   692 	WebCore/bindings/js/JSHTMLCanvasElementCustom.cpp \
       
   693 	WebCore/bindings/js/JSHTMLCollectionCustom.cpp \
       
   694 	WebCore/bindings/js/JSHTMLDataGridElementCustom.cpp \
       
   695 	WebCore/bindings/js/JSHTMLDocumentCustom.cpp \
       
   696 	WebCore/bindings/js/JSHTMLElementCustom.cpp \
       
   697 	WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp \
       
   698 	WebCore/bindings/js/JSHTMLEmbedElementCustom.h \
       
   699 	WebCore/bindings/js/JSHTMLFormElementCustom.cpp \
       
   700 	WebCore/bindings/js/JSHTMLFrameElementCustom.cpp \
       
   701 	WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp \
       
   702 	WebCore/bindings/js/JSHTMLInputElementCustom.cpp \
       
   703 	WebCore/bindings/js/JSHTMLInputElementCustom.h \
       
   704 	WebCore/bindings/js/JSHTMLObjectElementCustom.cpp \
       
   705 	WebCore/bindings/js/JSHTMLObjectElementCustom.h \
       
   706 	WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \
       
   707 	WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \
       
   708 	WebCore/bindings/js/JSHTMLSelectElementCustom.h \
       
   709 	WebCore/bindings/js/JSHistoryCustom.cpp \
       
   710 	WebCore/bindings/js/JSHistoryCustom.h \
       
   711 	WebCore/bindings/js/JSImageConstructor.cpp \
       
   712 	WebCore/bindings/js/JSImageConstructor.h \
       
   713 	WebCore/bindings/js/JSImageDataCustom.cpp \
       
   714 	WebCore/bindings/js/JSInjectedScriptHostCustom.cpp \
       
   715 	WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp \
       
   716 	WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
       
   717 	WebCore/bindings/js/JSLazyEventListener.cpp \
       
   718 	WebCore/bindings/js/JSLazyEventListener.h \
       
   719 	WebCore/bindings/js/JSLocationCustom.cpp \
       
   720 	WebCore/bindings/js/JSLocationCustom.h \
       
   721 	WebCore/bindings/js/JSMainThreadExecState.cpp \
       
   722 	WebCore/bindings/js/JSMainThreadExecState.h \
       
   723 	WebCore/bindings/js/JSMessageChannelCustom.cpp \
       
   724 	WebCore/bindings/js/JSMessageEventCustom.cpp \
       
   725 	WebCore/bindings/js/JSMessagePortCustom.cpp \
       
   726 	WebCore/bindings/js/JSMessagePortCustom.h \
       
   727 	WebCore/bindings/js/JSDOMMimeTypeArrayCustom.cpp \
       
   728 	WebCore/bindings/js/JSNamedNodeMapCustom.cpp \
       
   729 	WebCore/bindings/js/JSNavigatorCustom.cpp \
       
   730 	WebCore/bindings/js/JSNodeCustom.cpp \
       
   731 	WebCore/bindings/js/JSNodeCustom.h \
       
   732 	WebCore/bindings/js/JSNodeFilterCondition.cpp \
       
   733 	WebCore/bindings/js/JSNodeFilterCondition.h \
       
   734 	WebCore/bindings/js/JSNodeFilterCustom.cpp \
       
   735 	WebCore/bindings/js/JSNodeIteratorCustom.cpp \
       
   736 	WebCore/bindings/js/JSNodeListCustom.cpp \
       
   737 	WebCore/bindings/js/JSOptionConstructor.cpp \
       
   738 	WebCore/bindings/js/JSOptionConstructor.h \
       
   739 	WebCore/bindings/js/JSDOMPluginArrayCustom.cpp \
       
   740 	WebCore/bindings/js/JSDOMPluginCustom.cpp \
       
   741 	WebCore/bindings/js/JSPluginElementFunctions.cpp \
       
   742 	WebCore/bindings/js/JSPluginElementFunctions.h \
       
   743 	WebCore/bindings/js/JSPopStateEventCustom.cpp \
       
   744 	WebCore/bindings/js/JSScriptProfileNodeCustom.cpp \
       
   745 	WebCore/bindings/js/JSStorageCustom.h \
       
   746 	WebCore/bindings/js/JSStyleSheetCustom.cpp \
       
   747 	WebCore/bindings/js/JSStyleSheetListCustom.cpp \
       
   748 	WebCore/bindings/js/JSTextCustom.cpp \
       
   749 	WebCore/bindings/js/JSTreeWalkerCustom.cpp \
       
   750 	WebCore/bindings/js/JSWebKitCSSMatrixCustom.cpp \
       
   751 	WebCore/bindings/js/JSWebKitPointCustom.cpp \
       
   752 	WebCore/bindings/js/JSWorkerContextErrorHandler.cpp \
       
   753 	WebCore/bindings/js/JSWorkerContextErrorHandler.h \
       
   754 	WebCore/bindings/js/JSXMLHttpRequestCustom.cpp \
       
   755 	WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp \
       
   756 	WebCore/bindings/js/JSXSLTProcessorCustom.cpp \
       
   757 	WebCore/bindings/js/JavaScriptCallFrame.cpp \
       
   758 	WebCore/bindings/js/JavaScriptCallFrame.h \
       
   759 	WebCore/bindings/js/ScheduledAction.cpp \
       
   760 	WebCore/bindings/js/ScheduledAction.h \
       
   761 	WebCore/bindings/js/ScriptArray.cpp \
       
   762 	WebCore/bindings/js/ScriptArray.h \
       
   763 	WebCore/bindings/js/ScriptCachedFrameData.cpp \
       
   764 	WebCore/bindings/js/ScriptCachedFrameData.h \
       
   765 	WebCore/bindings/js/ScriptCallFrame.cpp \
       
   766 	WebCore/bindings/js/ScriptCallFrame.h \
       
   767 	WebCore/bindings/js/ScriptCallStack.cpp \
       
   768 	WebCore/bindings/js/ScriptCallStack.h \
       
   769 	WebCore/bindings/js/ScriptController.cpp \
       
   770 	WebCore/bindings/js/ScriptController.h \
       
   771 	WebCore/bindings/js/ScriptDebugServer.cpp \
       
   772 	WebCore/bindings/js/ScriptDebugServer.h \
       
   773 	WebCore/bindings/js/ScriptEventListener.cpp \
       
   774 	WebCore/bindings/js/ScriptEventListener.h \
       
   775 	WebCore/bindings/js/ScriptFunctionCall.cpp \
       
   776 	WebCore/bindings/js/ScriptFunctionCall.h \
       
   777 	WebCore/bindings/js/ScriptGCEvent.cpp \
       
   778 	WebCore/bindings/js/ScriptGCEvent.h \
       
   779 	WebCore/bindings/js/ScriptInstance.h \
       
   780 	WebCore/bindings/js/ScriptObject.cpp \
       
   781 	WebCore/bindings/js/ScriptObject.h \
       
   782 	WebCore/bindings/js/ScriptProfile.h \
       
   783 	WebCore/bindings/js/ScriptProfileNode.h \
       
   784 	WebCore/bindings/js/ScriptProfiler.cpp \
       
   785 	WebCore/bindings/js/ScriptProfiler.h \
       
   786 	WebCore/bindings/js/ScriptSourceCode.h \
       
   787 	WebCore/bindings/js/ScriptSourceProvider.h \
       
   788 	WebCore/bindings/js/ScriptState.cpp \
       
   789 	WebCore/bindings/js/ScriptState.h \
       
   790 	WebCore/bindings/js/ScriptString.h \
       
   791 	WebCore/bindings/js/ScriptWrappable.h \
       
   792 	WebCore/bindings/js/ScriptValue.cpp \
       
   793 	WebCore/bindings/js/ScriptValue.h \
       
   794 	WebCore/bindings/js/SerializedScriptValue.cpp \
       
   795 	WebCore/bindings/js/SerializedScriptValue.h \
       
   796 	WebCore/bindings/js/StringSourceProvider.h \
       
   797 	WebCore/bindings/js/WebCoreJSClientData.h \
       
   798 	WebCore/bindings/ScriptControllerBase.cpp \
       
   799 	WebCore/bindings/ScriptControllerBase.h \
       
   800 	WebCore/bridge/Bridge.h \
       
   801 	WebCore/bridge/IdentifierRep.cpp \
       
   802 	WebCore/bridge/IdentifierRep.h \
       
   803 	WebCore/bridge/NP_jsobject.cpp \
       
   804 	WebCore/bridge/NP_jsobject.h \
       
   805 	WebCore/bridge/c/CRuntimeObject.cpp \
       
   806 	WebCore/bridge/c/CRuntimeObject.h \
       
   807 	WebCore/bridge/c/c_class.cpp \
       
   808 	WebCore/bridge/c/c_class.h \
       
   809 	WebCore/bridge/c/c_instance.cpp \
       
   810 	WebCore/bridge/c/c_instance.h \
       
   811 	WebCore/bridge/c/c_runtime.cpp \
       
   812 	WebCore/bridge/c/c_runtime.h \
       
   813 	WebCore/bridge/c/c_utility.cpp \
       
   814 	WebCore/bridge/c/c_utility.h \
       
   815 	WebCore/bridge/jni/JNIBridge.h \
       
   816 	WebCore/bridge/jni/JNIUtility.h \
       
   817 	WebCore/bridge/jni/jni_jsobject.h \
       
   818 	WebCore/bridge/jni/jsc/JNIBridgeJSC.h \
       
   819 	WebCore/bridge/jni/jsc/JavaClassJSC.h \
       
   820 	WebCore/bridge/jni/jsc/JavaInstanceJSC.h \
       
   821 	WebCore/bridge/jsc/BridgeJSC.h \
       
   822 	WebCore/bridge/jsc/BridgeJSC.cpp \
       
   823 	WebCore/bridge/npapi.h \
       
   824 	WebCore/bridge/npruntime.cpp \
       
   825 	WebCore/bridge/npruntime.h \
       
   826 	WebCore/bridge/npruntime_impl.h \
       
   827 	WebCore/bridge/npruntime_internal.h \
       
   828 	WebCore/bridge/npruntime_priv.h \
       
   829 	WebCore/bridge/nptypes.h \
       
   830 	WebCore/bridge/runtime_array.cpp \
       
   831 	WebCore/bridge/runtime_array.h \
       
   832 	WebCore/bridge/runtime_method.cpp \
       
   833 	WebCore/bridge/runtime_method.h \
       
   834 	WebCore/bridge/runtime_object.cpp \
       
   835 	WebCore/bridge/runtime_object.h \
       
   836 	WebCore/bridge/runtime_root.cpp \
       
   837 	WebCore/bridge/runtime_root.h \
       
   838 	WebCore/config.h \
       
   839 	WebCore/css/CSSBorderImageValue.cpp \
       
   840 	WebCore/css/CSSBorderImageValue.h \
       
   841 	WebCore/css/CSSCanvasValue.cpp \
       
   842 	WebCore/css/CSSCanvasValue.h \
       
   843 	WebCore/css/CSSCharsetRule.cpp \
       
   844 	WebCore/css/CSSCharsetRule.h \
       
   845 	WebCore/css/CSSComputedStyleDeclaration.cpp \
       
   846 	WebCore/css/CSSComputedStyleDeclaration.h \
       
   847 	WebCore/css/CSSCursorImageValue.cpp \
       
   848 	WebCore/css/CSSCursorImageValue.h \
       
   849 	WebCore/css/CSSFontFace.cpp \
       
   850 	WebCore/css/CSSFontFace.h \
       
   851 	WebCore/css/CSSFontFaceRule.cpp \
       
   852 	WebCore/css/CSSFontFaceRule.h \
       
   853 	WebCore/css/CSSFontFaceSource.cpp \
       
   854 	WebCore/css/CSSFontFaceSource.h \
       
   855 	WebCore/css/CSSFontFaceSrcValue.cpp \
       
   856 	WebCore/css/CSSFontFaceSrcValue.h \
       
   857 	WebCore/css/CSSFontSelector.cpp \
       
   858 	WebCore/css/CSSFontSelector.h \
       
   859 	WebCore/css/CSSFunctionValue.cpp \
       
   860 	WebCore/css/CSSFunctionValue.h \
       
   861 	WebCore/css/CSSGradientValue.cpp \
       
   862 	WebCore/css/CSSGradientValue.h \
       
   863 	WebCore/css/CSSHelper.cpp \
       
   864 	WebCore/css/CSSHelper.h \
       
   865 	WebCore/css/CSSImageGeneratorValue.cpp \
       
   866 	WebCore/css/CSSImageGeneratorValue.h \
       
   867 	WebCore/css/CSSImageValue.cpp \
       
   868 	WebCore/css/CSSImageValue.h \
       
   869 	WebCore/css/CSSImportRule.cpp \
       
   870 	WebCore/css/CSSImportRule.h \
       
   871 	WebCore/css/CSSInheritedValue.cpp \
       
   872 	WebCore/css/CSSInheritedValue.h \
       
   873 	WebCore/css/CSSInitialValue.cpp \
       
   874 	WebCore/css/CSSInitialValue.h \
       
   875 	WebCore/css/CSSMediaRule.cpp \
       
   876 	WebCore/css/CSSMediaRule.h \
       
   877 	WebCore/css/CSSMutableStyleDeclaration.cpp \
       
   878 	WebCore/css/CSSMutableStyleDeclaration.h \
       
   879 	WebCore/css/CSSNamespace.h \
       
   880 	WebCore/css/CSSOMUtils.cpp \
       
   881 	WebCore/css/CSSOMUtils.h \
       
   882 	WebCore/css/CSSPageRule.cpp \
       
   883 	WebCore/css/CSSPageRule.h \
       
   884 	WebCore/css/CSSParser.cpp \
       
   885 	WebCore/css/CSSParser.h \
       
   886 	WebCore/css/CSSParserValues.cpp \
       
   887 	WebCore/css/CSSParserValues.h \
       
   888 	WebCore/css/CSSPrimitiveValue.cpp \
       
   889 	WebCore/css/CSSPrimitiveValue.h \
       
   890 	WebCore/css/CSSPrimitiveValueMappings.h \
       
   891 	WebCore/css/CSSProperty.cpp \
       
   892 	WebCore/css/CSSProperty.h \
       
   893 	WebCore/css/CSSPropertyLonghand.cpp \
       
   894 	WebCore/css/CSSPropertyLonghand.h \
       
   895 	WebCore/css/CSSQuirkPrimitiveValue.h \
       
   896 	WebCore/css/CSSReflectValue.cpp \
       
   897 	WebCore/css/CSSReflectValue.h \
       
   898 	WebCore/css/CSSReflectionDirection.h \
       
   899 	WebCore/css/CSSRule.cpp \
       
   900 	WebCore/css/CSSRule.h \
       
   901 	WebCore/css/CSSRuleList.cpp \
       
   902 	WebCore/css/CSSRuleList.h \
       
   903 	WebCore/css/CSSSegmentedFontFace.cpp \
       
   904 	WebCore/css/CSSSegmentedFontFace.h \
       
   905 	WebCore/css/CSSSelector.cpp \
       
   906 	WebCore/css/CSSSelector.h \
       
   907 	WebCore/css/CSSSelectorList.cpp \
       
   908 	WebCore/css/CSSSelectorList.h \
       
   909 	WebCore/css/CSSStyleDeclaration.cpp \
       
   910 	WebCore/css/CSSStyleDeclaration.h \
       
   911 	WebCore/css/CSSStyleRule.cpp \
       
   912 	WebCore/css/CSSStyleRule.h \
       
   913 	WebCore/css/CSSStyleSelector.cpp \
       
   914 	WebCore/css/CSSStyleSelector.h \
       
   915 	WebCore/css/CSSStyleSheet.cpp \
       
   916 	WebCore/css/CSSStyleSheet.h \
       
   917 	WebCore/css/CSSTimingFunctionValue.cpp \
       
   918 	WebCore/css/CSSTimingFunctionValue.h \
       
   919 	WebCore/css/CSSUnicodeRangeValue.cpp \
       
   920 	WebCore/css/CSSUnicodeRangeValue.h \
       
   921 	WebCore/css/CSSUnknownRule.h \
       
   922 	WebCore/css/CSSValue.h \
       
   923 	WebCore/css/CSSValueList.cpp \
       
   924 	WebCore/css/CSSValueList.h \
       
   925 	WebCore/css/CSSVariableDependentValue.cpp \
       
   926 	WebCore/css/CSSVariableDependentValue.h \
       
   927 	WebCore/css/CSSVariablesDeclaration.cpp \
       
   928 	WebCore/css/CSSVariablesDeclaration.h \
       
   929 	WebCore/css/CSSVariablesRule.cpp \
       
   930 	WebCore/css/CSSVariablesRule.h \
       
   931 	WebCore/css/Counter.h \
       
   932 	WebCore/css/DashboardRegion.h \
       
   933 	WebCore/css/FontFamilyValue.cpp \
       
   934 	WebCore/css/FontFamilyValue.h \
       
   935 	WebCore/css/FontValue.cpp \
       
   936 	WebCore/css/FontValue.h \
       
   937 	WebCore/css/MediaFeatureNames.cpp \
       
   938 	WebCore/css/MediaFeatureNames.h \
       
   939 	WebCore/css/MediaList.cpp \
       
   940 	WebCore/css/MediaList.h \
       
   941 	WebCore/css/MediaQuery.cpp \
       
   942 	WebCore/css/MediaQueryEvaluator.cpp \
       
   943 	WebCore/css/MediaQueryEvaluator.h \
       
   944 	WebCore/css/MediaQueryExp.cpp \
       
   945 	WebCore/css/MediaQueryExp.h \
       
   946 	WebCore/css/MediaQuery.h \
       
   947 	WebCore/css/Pair.h \
       
   948 	WebCore/css/Rect.h \
       
   949 	WebCore/css/RGBColor.cpp \
       
   950 	WebCore/css/RGBColor.h \
       
   951 	WebCore/css/ShadowValue.cpp \
       
   952 	WebCore/css/ShadowValue.h \
       
   953 	WebCore/css/StyleBase.cpp \
       
   954 	WebCore/css/StyleBase.h \
       
   955 	WebCore/css/StyleList.cpp \
       
   956 	WebCore/css/StyleList.h \
       
   957 	WebCore/css/StyleMedia.cpp \
       
   958 	WebCore/css/StyleMedia.h \
       
   959 	WebCore/css/StyleSheet.cpp \
       
   960 	WebCore/css/StyleSheet.h \
       
   961 	WebCore/css/StyleSheetList.cpp \
       
   962 	WebCore/css/StyleSheetList.h \
       
   963 	WebCore/css/WebKitCSSKeyframeRule.cpp \
       
   964 	WebCore/css/WebKitCSSKeyframeRule.h \
       
   965 	WebCore/css/WebKitCSSKeyframesRule.cpp \
       
   966 	WebCore/css/WebKitCSSKeyframesRule.h \
       
   967 	WebCore/css/WebKitCSSMatrix.cpp \
       
   968 	WebCore/css/WebKitCSSMatrix.h \
       
   969 	WebCore/css/WebKitCSSTransformValue.cpp \
       
   970 	WebCore/css/WebKitCSSTransformValue.h \
       
   971 	WebCore/dom/ActiveDOMObject.cpp \
       
   972 	WebCore/dom/ActiveDOMObject.h \
       
   973 	WebCore/dom/Attr.cpp \
       
   974 	WebCore/dom/Attr.h \
       
   975 	WebCore/dom/Attribute.cpp \
       
   976 	WebCore/dom/Attribute.h \
       
   977 	WebCore/dom/BeforeLoadEvent.h \
       
   978 	WebCore/dom/BeforeProcessEvent.cpp \
       
   979 	WebCore/dom/BeforeProcessEvent.h \
       
   980 	WebCore/dom/BeforeTextInsertedEvent.cpp \
       
   981 	WebCore/dom/BeforeTextInsertedEvent.h \
       
   982 	WebCore/dom/BeforeUnloadEvent.cpp \
       
   983 	WebCore/dom/BeforeUnloadEvent.h \
       
   984 	WebCore/dom/CDATASection.cpp \
       
   985 	WebCore/dom/CDATASection.h \
       
   986 	WebCore/dom/CSSMappedAttributeDeclaration.cpp \
       
   987 	WebCore/dom/CSSMappedAttributeDeclaration.h \
       
   988 	WebCore/dom/CharacterData.cpp \
       
   989 	WebCore/dom/CharacterData.h \
       
   990 	WebCore/dom/CheckedRadioButtons.cpp \
       
   991 	WebCore/dom/CheckedRadioButtons.h \
       
   992 	WebCore/dom/ChildNodeList.cpp \
       
   993 	WebCore/dom/ChildNodeList.h \
       
   994 	WebCore/dom/ClassNodeList.cpp \
       
   995 	WebCore/dom/ClassNodeList.h \
       
   996 	WebCore/dom/ClientRect.cpp \
       
   997 	WebCore/dom/ClientRect.h \
       
   998 	WebCore/dom/ClientRectList.cpp \
       
   999 	WebCore/dom/ClientRectList.h \
       
  1000 	WebCore/dom/Clipboard.cpp \
       
  1001 	WebCore/dom/Clipboard.h \
       
  1002 	WebCore/dom/ClipboardAccessPolicy.h \
       
  1003 	WebCore/dom/ClipboardEvent.cpp \
       
  1004 	WebCore/dom/ClipboardEvent.h \
       
  1005 	WebCore/dom/Comment.cpp \
       
  1006 	WebCore/dom/Comment.h \
       
  1007 	WebCore/dom/CompositionEvent.cpp \
       
  1008 	WebCore/dom/CompositionEvent.h \
       
  1009 	WebCore/dom/ContainerNode.cpp \
       
  1010 	WebCore/dom/ContainerNode.h \
       
  1011 	WebCore/dom/ContainerNodeAlgorithms.h \
       
  1012 	WebCore/dom/CrossThreadTask.h \
       
  1013 	WebCore/dom/CustomEvent.cpp \
       
  1014 	WebCore/dom/CustomEvent.h \
       
  1015 	WebCore/dom/DOMCoreException.h \
       
  1016 	WebCore/dom/DOMImplementation.cpp \
       
  1017 	WebCore/dom/DOMImplementation.h \
       
  1018 	WebCore/dom/DOMStringList.cpp \
       
  1019 	WebCore/dom/DOMStringList.h \
       
  1020 	WebCore/dom/DOMStringMap.cpp \
       
  1021 	WebCore/dom/DOMStringMap.h \
       
  1022 	WebCore/dom/DatasetDOMStringMap.cpp \
       
  1023 	WebCore/dom/DatasetDOMStringMap.h \
       
  1024 	WebCore/dom/DecodedDataDocumentParser.cpp \
       
  1025 	WebCore/dom/DecodedDataDocumentParser.h \
       
  1026 	WebCore/dom/DeviceOrientation.cpp \
       
  1027 	WebCore/dom/DeviceOrientation.h \
       
  1028 	WebCore/dom/DeviceOrientationClient.h \
       
  1029 	WebCore/dom/DeviceOrientationController.cpp \
       
  1030 	WebCore/dom/DeviceOrientationController.h \
       
  1031 	WebCore/dom/DeviceOrientationEvent.cpp \
       
  1032 	WebCore/dom/DeviceOrientationEvent.h \
       
  1033 	WebCore/dom/Document.cpp \
       
  1034 	WebCore/dom/DocumentParser.cpp \
       
  1035 	WebCore/dom/Document.h \
       
  1036 	WebCore/dom/DocumentFragment.cpp \
       
  1037 	WebCore/dom/DocumentFragment.h \
       
  1038 	WebCore/dom/DocumentMarker.h \
       
  1039 	WebCore/dom/DocumentType.cpp \
       
  1040 	WebCore/dom/DocumentType.h \
       
  1041 	WebCore/dom/DynamicNodeList.cpp \
       
  1042 	WebCore/dom/DynamicNodeList.h \
       
  1043 	WebCore/dom/EditingText.cpp \
       
  1044 	WebCore/dom/EditingText.h \
       
  1045 	WebCore/dom/Element.cpp \
       
  1046 	WebCore/dom/Element.h \
       
  1047 	WebCore/dom/ElementRareData.h \
       
  1048 	WebCore/dom/Entity.cpp \
       
  1049 	WebCore/dom/Entity.h \
       
  1050 	WebCore/dom/EntityReference.cpp \
       
  1051 	WebCore/dom/EntityReference.h \
       
  1052 	WebCore/dom/ErrorEvent.cpp \
       
  1053 	WebCore/dom/ErrorEvent.h \
       
  1054 	WebCore/dom/Event.cpp \
       
  1055 	WebCore/dom/Event.h \
       
  1056 	WebCore/dom/EventException.h \
       
  1057 	WebCore/dom/EventListener.h \
       
  1058 	WebCore/dom/EventNames.cpp \
       
  1059 	WebCore/dom/EventNames.h \
       
  1060 	WebCore/dom/EventTarget.cpp \
       
  1061 	WebCore/dom/EventTarget.h \
       
  1062 	WebCore/dom/ExceptionBase.cpp \
       
  1063 	WebCore/dom/ExceptionBase.h \
       
  1064 	WebCore/dom/ExceptionCode.cpp \
       
  1065 	WebCore/dom/ExceptionCode.h \
       
  1066 	WebCore/dom/FragmentScriptingPermission.h \
       
  1067 	WebCore/dom/InputElement.cpp \
       
  1068 	WebCore/dom/InputElement.h \
       
  1069 	WebCore/dom/KeyboardEvent.cpp \
       
  1070 	WebCore/dom/KeyboardEvent.h \
       
  1071 	WebCore/dom/MappedAttributeEntry.h \
       
  1072 	WebCore/dom/MessageChannel.cpp \
       
  1073 	WebCore/dom/MessageChannel.h \
       
  1074 	WebCore/dom/MessageEvent.cpp \
       
  1075 	WebCore/dom/MessageEvent.h \
       
  1076 	WebCore/dom/MessagePort.cpp \
       
  1077 	WebCore/dom/MessagePort.h \
       
  1078 	WebCore/dom/MessagePortChannel.cpp \
       
  1079 	WebCore/dom/MessagePortChannel.h \
       
  1080 	WebCore/dom/MouseEvent.cpp \
       
  1081 	WebCore/dom/MouseEvent.h \
       
  1082 	WebCore/dom/MouseRelatedEvent.cpp \
       
  1083 	WebCore/dom/MouseRelatedEvent.h \
       
  1084 	WebCore/dom/MutationEvent.cpp \
       
  1085 	WebCore/dom/MutationEvent.h \
       
  1086 	WebCore/dom/NameNodeList.cpp \
       
  1087 	WebCore/dom/NameNodeList.h \
       
  1088 	WebCore/dom/NamedNodeMap.cpp \
       
  1089 	WebCore/dom/NamedNodeMap.h \
       
  1090 	WebCore/dom/Node.cpp \
       
  1091 	WebCore/dom/Node.h \
       
  1092 	WebCore/dom/NodeFilter.cpp \
       
  1093 	WebCore/dom/NodeFilter.h \
       
  1094 	WebCore/dom/NodeFilterCondition.cpp \
       
  1095 	WebCore/dom/NodeFilterCondition.h \
       
  1096 	WebCore/dom/NodeIterator.cpp \
       
  1097 	WebCore/dom/NodeIterator.h \
       
  1098 	WebCore/dom/NodeList.h \
       
  1099 	WebCore/dom/NodeRareData.h \
       
  1100 	WebCore/dom/NodeRenderStyle.h \
       
  1101 	WebCore/dom/NodeWithIndex.h \
       
  1102 	WebCore/dom/Notation.cpp \
       
  1103 	WebCore/dom/Notation.h \
       
  1104 	WebCore/dom/OptionGroupElement.cpp \
       
  1105 	WebCore/dom/OptionGroupElement.h \
       
  1106 	WebCore/dom/OptionElement.cpp \
       
  1107 	WebCore/dom/OptionElement.h \
       
  1108 	WebCore/dom/OverflowEvent.cpp \
       
  1109 	WebCore/dom/OverflowEvent.h \
       
  1110 	WebCore/dom/PageTransitionEvent.cpp \
       
  1111 	WebCore/dom/PageTransitionEvent.h \
       
  1112 	WebCore/dom/Position.cpp \
       
  1113 	WebCore/dom/Position.h \
       
  1114 	WebCore/dom/PopStateEvent.cpp \
       
  1115 	WebCore/dom/PopStateEvent.h \
       
  1116 	WebCore/dom/PositionIterator.cpp \
       
  1117 	WebCore/dom/PositionIterator.h \
       
  1118 	WebCore/dom/ProcessingInstruction.cpp \
       
  1119 	WebCore/dom/ProcessingInstruction.h \
       
  1120 	WebCore/dom/ProgressEvent.cpp \
       
  1121 	WebCore/dom/ProgressEvent.h \
       
  1122 	WebCore/dom/QualifiedName.cpp \
       
  1123 	WebCore/dom/QualifiedName.h \
       
  1124 	WebCore/dom/Range.cpp \
       
  1125 	WebCore/dom/Range.h \
       
  1126 	WebCore/dom/RangeBoundaryPoint.h \
       
  1127 	WebCore/dom/RangeException.h \
       
  1128 	WebCore/dom/RawDataDocumentParser.h \
       
  1129 	WebCore/dom/RegisteredEventListener.cpp \
       
  1130 	WebCore/dom/RegisteredEventListener.h \
       
  1131 	WebCore/dom/ScriptableDocumentParser.cpp \
       
  1132 	WebCore/dom/ScriptableDocumentParser.h \
       
  1133 	WebCore/dom/ScriptElement.cpp \
       
  1134 	WebCore/dom/ScriptElement.h \
       
  1135 	WebCore/dom/ScriptExecutionContext.cpp \
       
  1136 	WebCore/dom/ScriptExecutionContext.h \
       
  1137 	WebCore/dom/SelectElement.cpp \
       
  1138 	WebCore/dom/SelectElement.h \
       
  1139 	WebCore/dom/SelectorNodeList.cpp \
       
  1140 	WebCore/dom/SelectorNodeList.h \
       
  1141 	WebCore/dom/SpaceSplitString.cpp \
       
  1142 	WebCore/dom/SpaceSplitString.h \
       
  1143 	WebCore/dom/StaticHashSetNodeList.cpp \
       
  1144 	WebCore/dom/StaticHashSetNodeList.h \
       
  1145 	WebCore/dom/StaticNodeList.cpp \
       
  1146 	WebCore/dom/StaticNodeList.h \
       
  1147 	WebCore/dom/StyleElement.cpp \
       
  1148 	WebCore/dom/StyleElement.h \
       
  1149 	WebCore/dom/StyledElement.cpp \
       
  1150 	WebCore/dom/StyledElement.h \
       
  1151 	WebCore/dom/TagNodeList.cpp \
       
  1152 	WebCore/dom/TagNodeList.h \
       
  1153 	WebCore/dom/Text.cpp \
       
  1154 	WebCore/dom/Text.h \
       
  1155 	WebCore/dom/TextEvent.cpp \
       
  1156 	WebCore/dom/TextEvent.h \
       
  1157 	WebCore/dom/DocumentParser.h \
       
  1158 	WebCore/dom/Traversal.cpp \
       
  1159 	WebCore/dom/Traversal.h \
       
  1160 	WebCore/dom/TreeDepthLimit.h \
       
  1161 	WebCore/dom/TreeWalker.cpp \
       
  1162 	WebCore/dom/TreeWalker.h \
       
  1163 	WebCore/dom/UIEvent.cpp \
       
  1164 	WebCore/dom/UIEvent.h \
       
  1165 	WebCore/dom/UIEventWithKeyState.cpp \
       
  1166 	WebCore/dom/UIEventWithKeyState.h \
       
  1167 	WebCore/dom/UserGestureIndicator.cpp \
       
  1168 	WebCore/dom/UserGestureIndicator.h \
       
  1169 	WebCore/dom/ViewportArguments.cpp \
       
  1170 	WebCore/dom/ViewportArguments.h \
       
  1171 	WebCore/dom/WebKitAnimationEvent.cpp \
       
  1172 	WebCore/dom/WebKitAnimationEvent.h \
       
  1173 	WebCore/dom/WebKitTransitionEvent.cpp \
       
  1174 	WebCore/dom/WebKitTransitionEvent.h \
       
  1175 	WebCore/dom/WheelEvent.cpp \
       
  1176 	WebCore/dom/WheelEvent.h \
       
  1177 	WebCore/dom/XMLDocumentParser.cpp \
       
  1178 	WebCore/dom/XMLDocumentParser.h \
       
  1179 	WebCore/dom/XMLDocumentParserLibxml2.cpp \
       
  1180 	WebCore/dom/XMLDocumentParserScope.cpp \
       
  1181 	WebCore/dom/XMLDocumentParserScope.h \
       
  1182 	WebCore/dom/default/PlatformMessagePortChannel.cpp \
       
  1183 	WebCore/dom/default/PlatformMessagePortChannel.h \
       
  1184 	WebCore/editing/AppendNodeCommand.cpp \
       
  1185 	WebCore/editing/AppendNodeCommand.h \
       
  1186 	WebCore/editing/ApplyStyleCommand.cpp \
       
  1187 	WebCore/editing/ApplyStyleCommand.h \
       
  1188 	WebCore/editing/BreakBlockquoteCommand.cpp \
       
  1189 	WebCore/editing/BreakBlockquoteCommand.h \
       
  1190 	WebCore/editing/CompositeEditCommand.cpp \
       
  1191 	WebCore/editing/CompositeEditCommand.h \
       
  1192 	WebCore/editing/CreateLinkCommand.cpp \
       
  1193 	WebCore/editing/CreateLinkCommand.h \
       
  1194 	WebCore/editing/DeleteButton.cpp \
       
  1195 	WebCore/editing/DeleteButton.h \
       
  1196 	WebCore/editing/DeleteButtonController.cpp \
       
  1197 	WebCore/editing/DeleteButtonController.h \
       
  1198 	WebCore/editing/DeleteFromTextNodeCommand.cpp \
       
  1199 	WebCore/editing/DeleteFromTextNodeCommand.h \
       
  1200 	WebCore/editing/DeleteSelectionCommand.cpp \
       
  1201 	WebCore/editing/DeleteSelectionCommand.h \
       
  1202 	WebCore/editing/EditAction.h \
       
  1203 	WebCore/editing/EditCommand.cpp \
       
  1204 	WebCore/editing/EditCommand.h \
       
  1205 	WebCore/editing/EditingBehavior.h \
       
  1206 	WebCore/editing/EditingBehaviorTypes.h \
       
  1207 	WebCore/editing/Editor.cpp \
       
  1208 	WebCore/editing/Editor.h \
       
  1209 	WebCore/editing/EditorCommand.cpp \
       
  1210 	WebCore/editing/EditorDeleteAction.h \
       
  1211 	WebCore/editing/EditorInsertAction.h \
       
  1212 	WebCore/editing/FormatBlockCommand.cpp \
       
  1213 	WebCore/editing/FormatBlockCommand.h \
       
  1214 	WebCore/editing/HTMLInterchange.cpp \
       
  1215 	WebCore/editing/HTMLInterchange.h \
       
  1216 	WebCore/editing/IndentOutdentCommand.cpp \
       
  1217 	WebCore/editing/IndentOutdentCommand.h \
       
  1218 	WebCore/editing/InsertIntoTextNodeCommand.cpp \
       
  1219 	WebCore/editing/InsertIntoTextNodeCommand.h \
       
  1220 	WebCore/editing/InsertLineBreakCommand.cpp \
       
  1221 	WebCore/editing/InsertLineBreakCommand.h \
       
  1222 	WebCore/editing/InsertListCommand.cpp \
       
  1223 	WebCore/editing/InsertListCommand.h \
       
  1224 	WebCore/editing/InsertNodeBeforeCommand.cpp \
       
  1225 	WebCore/editing/InsertNodeBeforeCommand.h \
       
  1226 	WebCore/editing/InsertParagraphSeparatorCommand.cpp \
       
  1227 	WebCore/editing/InsertParagraphSeparatorCommand.h \
       
  1228 	WebCore/editing/InsertTextCommand.cpp \
       
  1229 	WebCore/editing/InsertTextCommand.h \
       
  1230 	WebCore/editing/JoinTextNodesCommand.cpp \
       
  1231 	WebCore/editing/JoinTextNodesCommand.h \
       
  1232 	WebCore/editing/MergeIdenticalElementsCommand.cpp \
       
  1233 	WebCore/editing/MergeIdenticalElementsCommand.h \
       
  1234 	WebCore/editing/ModifySelectionListLevel.cpp \
       
  1235 	WebCore/editing/ModifySelectionListLevel.h \
       
  1236 	WebCore/editing/MoveSelectionCommand.cpp \
       
  1237 	WebCore/editing/MoveSelectionCommand.h \
       
  1238 	WebCore/editing/RemoveCSSPropertyCommand.cpp \
       
  1239 	WebCore/editing/RemoveCSSPropertyCommand.h \
       
  1240 	WebCore/editing/RemoveFormatCommand.cpp \
       
  1241 	WebCore/editing/RemoveFormatCommand.h \
       
  1242 	WebCore/editing/RemoveNodeCommand.cpp \
       
  1243 	WebCore/editing/RemoveNodeCommand.h \
       
  1244 	WebCore/editing/RemoveNodePreservingChildrenCommand.cpp \
       
  1245 	WebCore/editing/RemoveNodePreservingChildrenCommand.h \
       
  1246 	WebCore/editing/ReplaceNodeWithSpanCommand.cpp \
       
  1247 	WebCore/editing/ReplaceNodeWithSpanCommand.h \
       
  1248 	WebCore/editing/ReplaceSelectionCommand.cpp \
       
  1249 	WebCore/editing/ReplaceSelectionCommand.h \
       
  1250 	WebCore/editing/SelectionController.cpp \
       
  1251 	WebCore/editing/SelectionController.h \
       
  1252 	WebCore/editing/SetNodeAttributeCommand.cpp \
       
  1253 	WebCore/editing/SetNodeAttributeCommand.h \
       
  1254 	WebCore/editing/SmartReplace.cpp \
       
  1255 	WebCore/editing/SmartReplace.h \
       
  1256 	WebCore/editing/SmartReplaceICU.cpp \
       
  1257 	WebCore/editing/SplitElementCommand.cpp \
       
  1258 	WebCore/editing/SplitElementCommand.h \
       
  1259 	WebCore/editing/SplitTextNodeCommand.cpp \
       
  1260 	WebCore/editing/SplitTextNodeCommand.h \
       
  1261 	WebCore/editing/SplitTextNodeContainingElementCommand.cpp \
       
  1262 	WebCore/editing/SplitTextNodeContainingElementCommand.h \
       
  1263 	WebCore/editing/TextAffinity.h \
       
  1264 	WebCore/editing/TextGranularity.h \
       
  1265 	WebCore/editing/TextIterator.cpp \
       
  1266 	WebCore/editing/TextIterator.h \
       
  1267 	WebCore/editing/TypingCommand.cpp \
       
  1268 	WebCore/editing/TypingCommand.h \
       
  1269 	WebCore/editing/UnlinkCommand.cpp \
       
  1270 	WebCore/editing/UnlinkCommand.h \
       
  1271 	WebCore/editing/VisiblePosition.cpp \
       
  1272 	WebCore/editing/VisiblePosition.h \
       
  1273 	WebCore/editing/VisibleSelection.cpp \
       
  1274 	WebCore/editing/VisibleSelection.h \
       
  1275 	WebCore/editing/WrapContentsInDummySpanCommand.cpp \
       
  1276 	WebCore/editing/WrapContentsInDummySpanCommand.h \
       
  1277 	WebCore/editing/htmlediting.cpp \
       
  1278 	WebCore/editing/htmlediting.h \
       
  1279 	WebCore/editing/markup.cpp \
       
  1280 	WebCore/editing/markup.h \
       
  1281 	WebCore/editing/visible_units.cpp \
       
  1282 	WebCore/editing/visible_units.h \
       
  1283 	WebCore/editing/gtk/SelectionControllerGtk.cpp \
       
  1284 	WebCore/history/BackForwardController.cpp \
       
  1285 	WebCore/history/BackForwardController.h \
       
  1286 	WebCore/history/BackForwardControllerClient.h \
       
  1287 	WebCore/history/BackForwardList.h \
       
  1288 	WebCore/history/BackForwardListImpl.cpp \
       
  1289 	WebCore/history/BackForwardListImpl.h \
       
  1290 	WebCore/history/CachedFrame.cpp \
       
  1291 	WebCore/history/CachedFrame.h \
       
  1292 	WebCore/history/CachedFramePlatformData.h \
       
  1293 	WebCore/history/CachedPage.cpp \
       
  1294 	WebCore/history/CachedPage.h \
       
  1295 	WebCore/history/HistoryItem.cpp \
       
  1296 	WebCore/history/HistoryItem.h \
       
  1297 	WebCore/history/PageCache.cpp \
       
  1298 	WebCore/history/PageCache.h \
       
  1299 	WebCore/html/AsyncImageResizer.cpp \
       
  1300 	WebCore/html/AsyncImageResizer.h \
       
  1301 	WebCore/html/Blob.cpp \
       
  1302 	WebCore/html/Blob.h \
       
  1303 	WebCore/html/BlobBuilder.cpp \
       
  1304 	WebCore/html/BlobBuilder.h \
       
  1305 	WebCore/html/canvas/CanvasContextAttributes.h \
       
  1306 	WebCore/html/canvas/CanvasGradient.cpp \
       
  1307 	WebCore/html/canvas/CanvasGradient.h \
       
  1308 	WebCore/html/canvas/CanvasPattern.cpp \
       
  1309 	WebCore/html/canvas/CanvasPattern.h \
       
  1310 	WebCore/html/canvas/CanvasPixelArray.cpp \
       
  1311 	WebCore/html/canvas/CanvasPixelArray.h \
       
  1312 	WebCore/html/canvas/CanvasRenderingContext.cpp \
       
  1313 	WebCore/html/canvas/CanvasRenderingContext.h \
       
  1314 	WebCore/html/canvas/CanvasRenderingContext2D.cpp \
       
  1315 	WebCore/html/canvas/CanvasRenderingContext2D.h \
       
  1316 	WebCore/html/canvas/CanvasStyle.cpp \
       
  1317 	WebCore/html/canvas/CanvasStyle.h \
       
  1318 	WebCore/html/CollectionCache.cpp \
       
  1319 	WebCore/html/CollectionCache.h \
       
  1320 	WebCore/html/CollectionType.h \
       
  1321 	WebCore/html/CSSPreloadScanner.cpp \
       
  1322 	WebCore/html/CSSPreloadScanner.h \
       
  1323 	WebCore/html/DataGridColumn.cpp \
       
  1324 	WebCore/html/DataGridColumn.h \
       
  1325 	WebCore/html/DataGridColumnList.cpp \
       
  1326 	WebCore/html/DataGridColumnList.h \
       
  1327 	WebCore/html/DataGridDataSource.h \
       
  1328 	WebCore/html/DateComponents.cpp \
       
  1329 	WebCore/html/DateComponents.h \
       
  1330 	WebCore/html/DOMDataGridDataSource.cpp \
       
  1331 	WebCore/html/DOMDataGridDataSource.h \
       
  1332 	WebCore/html/DOMFormData.cpp \
       
  1333 	WebCore/html/DOMFormData.h \
       
  1334 	WebCore/html/File.cpp \
       
  1335 	WebCore/html/File.h \
       
  1336 	WebCore/html/FileError.h \
       
  1337 	WebCore/html/FileList.cpp \
       
  1338 	WebCore/html/FileList.h \
       
  1339 	WebCore/html/FileReader.cpp \
       
  1340 	WebCore/html/FileReader.h \
       
  1341 	WebCore/html/FileStream.cpp \
       
  1342 	WebCore/html/FileStream.h \
       
  1343 	WebCore/html/FileStreamClient.h \
       
  1344 	WebCore/html/FileStreamProxy.cpp \
       
  1345 	WebCore/html/FileStreamProxy.h \
       
  1346 	WebCore/html/FileThread.cpp \
       
  1347 	WebCore/html/FileThread.h \
       
  1348 	WebCore/html/FileThreadTask.h \
       
  1349 	WebCore/html/FormDataList.cpp \
       
  1350 	WebCore/html/FormDataList.h \
       
  1351 	WebCore/html/HTMLEntityParser.cpp \
       
  1352 	WebCore/html/HTMLEntityParser.h \
       
  1353 	WebCore/html/HTMLTokenizer.cpp \
       
  1354 	WebCore/html/HTMLTokenizer.h \
       
  1355 	WebCore/html/HTMLToken.h \
       
  1356 	WebCore/html/HTMLDocumentParser.cpp \
       
  1357 	WebCore/html/HTMLDocumentParser.h \
       
  1358 	WebCore/html/HTMLPreloadScanner.cpp \
       
  1359 	WebCore/html/HTMLPreloadScanner.h \
       
  1360 	WebCore/html/HTMLScriptRunner.cpp \
       
  1361 	WebCore/html/HTMLScriptRunner.h \
       
  1362 	WebCore/html/HTMLScriptRunnerHost.h \
       
  1363 	WebCore/html/HTMLTreeBuilder.cpp \
       
  1364 	WebCore/html/HTMLTreeBuilder.h \
       
  1365 	WebCore/html/HTMLAllCollection.cpp \
       
  1366 	WebCore/html/HTMLAllCollection.h \
       
  1367 	WebCore/html/HTMLAnchorElement.cpp \
       
  1368 	WebCore/html/HTMLAnchorElement.h \
       
  1369 	WebCore/html/HTMLAppletElement.cpp \
       
  1370 	WebCore/html/HTMLAppletElement.h \
       
  1371 	WebCore/html/HTMLAreaElement.cpp \
       
  1372 	WebCore/html/HTMLAreaElement.h \
       
  1373 	WebCore/html/HTMLBRElement.cpp \
       
  1374 	WebCore/html/HTMLBRElement.h \
       
  1375 	WebCore/html/HTMLBaseElement.cpp \
       
  1376 	WebCore/html/HTMLBaseElement.h \
       
  1377 	WebCore/html/HTMLBaseFontElement.cpp \
       
  1378 	WebCore/html/HTMLBaseFontElement.h \
       
  1379 	WebCore/html/HTMLBlockquoteElement.cpp \
       
  1380 	WebCore/html/HTMLBlockquoteElement.h \
       
  1381 	WebCore/html/HTMLBodyElement.cpp \
       
  1382 	WebCore/html/HTMLBodyElement.h \
       
  1383 	WebCore/html/HTMLButtonElement.cpp \
       
  1384 	WebCore/html/HTMLButtonElement.h \
       
  1385 	WebCore/html/HTMLCanvasElement.cpp \
       
  1386 	WebCore/html/HTMLCanvasElement.h \
       
  1387 	WebCore/html/HTMLCollection.cpp \
       
  1388 	WebCore/html/HTMLCollection.h \
       
  1389 	WebCore/html/HTMLDataGridElement.cpp \
       
  1390 	WebCore/html/HTMLDataGridElement.h \
       
  1391 	WebCore/html/HTMLDataGridCellElement.cpp \
       
  1392 	WebCore/html/HTMLDataGridCellElement.h \
       
  1393 	WebCore/html/HTMLDataGridColElement.cpp \
       
  1394 	WebCore/html/HTMLDataGridColElement.h \
       
  1395 	WebCore/html/HTMLDataGridRowElement.cpp \
       
  1396 	WebCore/html/HTMLDataGridRowElement.h \
       
  1397 	WebCore/html/HTMLDataListElement.cpp \
       
  1398 	WebCore/html/HTMLDataListElement.h \
       
  1399 	WebCore/html/HTMLDListElement.cpp \
       
  1400 	WebCore/html/HTMLDListElement.h \
       
  1401 	WebCore/html/HTMLDirectoryElement.cpp \
       
  1402 	WebCore/html/HTMLDirectoryElement.h \
       
  1403 	WebCore/html/HTMLDivElement.cpp \
       
  1404 	WebCore/html/HTMLDivElement.h \
       
  1405 	WebCore/html/HTMLDocument.cpp \
       
  1406 	WebCore/html/HTMLDocument.h \
       
  1407 	WebCore/html/HTMLConstructionSite.cpp \
       
  1408 	WebCore/html/HTMLConstructionSite.h \
       
  1409 	WebCore/html/HTMLElement.cpp \
       
  1410 	WebCore/html/HTMLElement.h \
       
  1411 	WebCore/html/HTMLElementStack.cpp \
       
  1412 	WebCore/html/HTMLElementStack.h \
       
  1413 	WebCore/html/HTMLEmbedElement.cpp \
       
  1414 	WebCore/html/HTMLEmbedElement.h \
       
  1415 	WebCore/html/HTMLFieldSetElement.cpp \
       
  1416 	WebCore/html/HTMLFieldSetElement.h \
       
  1417 	WebCore/html/HTMLFontElement.cpp \
       
  1418 	WebCore/html/HTMLFontElement.h \
       
  1419 	WebCore/html/HTMLFormattingElementList.cpp \
       
  1420 	WebCore/html/HTMLFormattingElementList.h \
       
  1421 	WebCore/html/HTMLFormCollection.cpp \
       
  1422 	WebCore/html/HTMLFormCollection.h \
       
  1423 	WebCore/html/HTMLFormControlElement.cpp \
       
  1424 	WebCore/html/HTMLFormControlElement.h \
       
  1425 	WebCore/html/HTMLFormElement.cpp \
       
  1426 	WebCore/html/HTMLFormElement.h \
       
  1427 	WebCore/html/HTMLFrameElement.cpp \
       
  1428 	WebCore/html/HTMLFrameElement.h \
       
  1429 	WebCore/html/HTMLFrameElementBase.cpp \
       
  1430 	WebCore/html/HTMLFrameElementBase.h \
       
  1431 	WebCore/html/HTMLFrameOwnerElement.cpp \
       
  1432 	WebCore/html/HTMLFrameOwnerElement.h \
       
  1433 	WebCore/html/HTMLFrameSetElement.cpp \
       
  1434 	WebCore/html/HTMLFrameSetElement.h \
       
  1435 	WebCore/html/HTMLHRElement.cpp \
       
  1436 	WebCore/html/HTMLHRElement.h \
       
  1437 	WebCore/html/HTMLHeadElement.cpp \
       
  1438 	WebCore/html/HTMLHeadElement.h \
       
  1439 	WebCore/html/HTMLHeadingElement.cpp \
       
  1440 	WebCore/html/HTMLHeadingElement.h \
       
  1441 	WebCore/html/HTMLHtmlElement.cpp \
       
  1442 	WebCore/html/HTMLHtmlElement.h \
       
  1443 	WebCore/html/HTMLIFrameElement.cpp \
       
  1444 	WebCore/html/HTMLIFrameElement.h \
       
  1445 	WebCore/html/HTMLImageElement.cpp \
       
  1446 	WebCore/html/HTMLImageElement.h \
       
  1447 	WebCore/html/HTMLImageLoader.cpp \
       
  1448 	WebCore/html/HTMLImageLoader.h \
       
  1449 	WebCore/html/HTMLInputElement.cpp \
       
  1450 	WebCore/html/HTMLInputElement.h \
       
  1451 	WebCore/html/HTMLInputStream.h \
       
  1452 	WebCore/html/HTMLIsIndexElement.cpp \
       
  1453 	WebCore/html/HTMLIsIndexElement.h \
       
  1454 	WebCore/html/HTMLKeygenElement.cpp \
       
  1455 	WebCore/html/HTMLKeygenElement.h \
       
  1456 	WebCore/html/HTMLLIElement.cpp \
       
  1457 	WebCore/html/HTMLLIElement.h \
       
  1458 	WebCore/html/HTMLLabelElement.cpp \
       
  1459 	WebCore/html/HTMLLabelElement.h \
       
  1460 	WebCore/html/HTMLLegendElement.cpp \
       
  1461 	WebCore/html/HTMLLegendElement.h \
       
  1462 	WebCore/html/HTMLLinkElement.cpp \
       
  1463 	WebCore/html/HTMLLinkElement.h \
       
  1464 	WebCore/html/HTMLMapElement.cpp \
       
  1465 	WebCore/html/HTMLMapElement.h \
       
  1466 	WebCore/html/HTMLMarqueeElement.cpp \
       
  1467 	WebCore/html/HTMLMarqueeElement.h \
       
  1468 	WebCore/html/HTMLMenuElement.cpp \
       
  1469 	WebCore/html/HTMLMenuElement.h \
       
  1470 	WebCore/html/HTMLMetaElement.cpp \
       
  1471 	WebCore/html/HTMLMetaElement.h \
       
  1472 	WebCore/html/HTMLMeterElement.cpp \
       
  1473 	WebCore/html/HTMLMeterElement.h \
       
  1474 	WebCore/html/HTMLModElement.cpp \
       
  1475 	WebCore/html/HTMLModElement.h \
       
  1476 	WebCore/html/HTMLNameCollection.cpp \
       
  1477 	WebCore/html/HTMLNameCollection.h \
       
  1478 	WebCore/html/HTMLOListElement.cpp \
       
  1479 	WebCore/html/HTMLOListElement.h \
       
  1480 	WebCore/html/HTMLObjectElement.cpp \
       
  1481 	WebCore/html/HTMLObjectElement.h \
       
  1482 	WebCore/html/HTMLOptGroupElement.cpp \
       
  1483 	WebCore/html/HTMLOptGroupElement.h \
       
  1484 	WebCore/html/HTMLOptionElement.cpp \
       
  1485 	WebCore/html/HTMLOptionElement.h \
       
  1486 	WebCore/html/HTMLOptionsCollection.cpp \
       
  1487 	WebCore/html/HTMLOptionsCollection.h \
       
  1488 	WebCore/html/HTMLParagraphElement.cpp \
       
  1489 	WebCore/html/HTMLParagraphElement.h \
       
  1490 	WebCore/html/HTMLParamElement.cpp \
       
  1491 	WebCore/html/HTMLParamElement.h \
       
  1492 	WebCore/html/LegacyHTMLTreeBuilder.cpp \
       
  1493 	WebCore/html/LegacyHTMLTreeBuilder.h \
       
  1494 	WebCore/html/HTMLParserErrorCodes.cpp \
       
  1495 	WebCore/html/HTMLParserErrorCodes.h \
       
  1496 	WebCore/html/HTMLParserQuirks.h \
       
  1497 	WebCore/html/HTMLParserScheduler.cpp \
       
  1498 	WebCore/html/HTMLParserScheduler.h \
       
  1499 	WebCore/html/HTMLPlugInElement.cpp \
       
  1500 	WebCore/html/HTMLPlugInElement.h \
       
  1501 	WebCore/html/HTMLPlugInImageElement.cpp \
       
  1502 	WebCore/html/HTMLPlugInImageElement.h \
       
  1503 	WebCore/html/HTMLPreElement.cpp \
       
  1504 	WebCore/html/HTMLPreElement.h \
       
  1505 	WebCore/html/HTMLProgressElement.cpp \
       
  1506 	WebCore/html/HTMLProgressElement.h \
       
  1507 	WebCore/html/HTMLQuoteElement.cpp \
       
  1508 	WebCore/html/HTMLQuoteElement.h \
       
  1509 	WebCore/html/HTMLScriptElement.cpp \
       
  1510 	WebCore/html/HTMLScriptElement.h \
       
  1511 	WebCore/html/HTMLSelectElement.cpp \
       
  1512 	WebCore/html/HTMLSelectElement.h \
       
  1513 	WebCore/html/HTMLStyleElement.cpp \
       
  1514 	WebCore/html/HTMLStyleElement.h \
       
  1515 	WebCore/html/HTMLTableCaptionElement.cpp \
       
  1516 	WebCore/html/HTMLTableCaptionElement.h \
       
  1517 	WebCore/html/HTMLTableCellElement.cpp \
       
  1518 	WebCore/html/HTMLTableCellElement.h \
       
  1519 	WebCore/html/HTMLTableColElement.cpp \
       
  1520 	WebCore/html/HTMLTableColElement.h \
       
  1521 	WebCore/html/HTMLTableElement.cpp \
       
  1522 	WebCore/html/HTMLTableElement.h \
       
  1523 	WebCore/html/HTMLTablePartElement.cpp \
       
  1524 	WebCore/html/HTMLTablePartElement.h \
       
  1525 	WebCore/html/HTMLTableRowElement.cpp \
       
  1526 	WebCore/html/HTMLTableRowElement.h \
       
  1527 	WebCore/html/HTMLTableRowsCollection.cpp \
       
  1528 	WebCore/html/HTMLTableRowsCollection.h \
       
  1529 	WebCore/html/HTMLTableSectionElement.cpp \
       
  1530 	WebCore/html/HTMLTableSectionElement.h \
       
  1531 	WebCore/html/HTMLTextAreaElement.cpp \
       
  1532 	WebCore/html/HTMLTextAreaElement.h \
       
  1533 	WebCore/html/HTMLTitleElement.cpp \
       
  1534 	WebCore/html/HTMLTitleElement.h \
       
  1535 	WebCore/html/LegacyHTMLDocumentParser.cpp \
       
  1536 	WebCore/html/LegacyHTMLDocumentParser.h \
       
  1537 	WebCore/html/HTMLUListElement.cpp \
       
  1538 	WebCore/html/HTMLUListElement.h \
       
  1539 	WebCore/html/HTMLViewSourceDocument.cpp \
       
  1540 	WebCore/html/HTMLViewSourceDocument.h \
       
  1541 	WebCore/html/ImageData.cpp \
       
  1542 	WebCore/html/ImageData.h \
       
  1543 	WebCore/html/ImageResizerThread.cpp \
       
  1544 	WebCore/html/ImageResizerThread.h \
       
  1545 	WebCore/html/LabelsNodeList.cpp \
       
  1546 	WebCore/html/LabelsNodeList.h \
       
  1547 	WebCore/html/MediaError.h \
       
  1548 	WebCore/html/LegacyPreloadScanner.cpp \
       
  1549 	WebCore/html/LegacyPreloadScanner.h \
       
  1550 	WebCore/html/StepRange.cpp \
       
  1551 	WebCore/html/StepRange.h \
       
  1552 	WebCore/html/TextMetrics.h \
       
  1553 	WebCore/html/ValidityState.cpp \
       
  1554 	WebCore/html/ValidityState.h \
       
  1555 	WebCore/html/VoidCallback.h \
       
  1556 	WebCore/icu/unicode/parseerr.h \
       
  1557 	WebCore/icu/unicode/platform.h \
       
  1558 	WebCore/icu/unicode/putil.h \
       
  1559 	WebCore/icu/unicode/ubrk.h \
       
  1560 	WebCore/icu/unicode/uchar.h \
       
  1561 	WebCore/icu/unicode/ucnv.h \
       
  1562 	WebCore/icu/unicode/ucnv_cb.h \
       
  1563 	WebCore/icu/unicode/ucnv_err.h \
       
  1564 	WebCore/icu/unicode/ucol.h \
       
  1565 	WebCore/icu/unicode/uconfig.h \
       
  1566 	WebCore/icu/unicode/uenum.h \
       
  1567 	WebCore/icu/unicode/uidna.h \
       
  1568 	WebCore/icu/unicode/uiter.h \
       
  1569 	WebCore/icu/unicode/uloc.h \
       
  1570 	WebCore/icu/unicode/umachine.h \
       
  1571 	WebCore/icu/unicode/unorm.h \
       
  1572 	WebCore/icu/unicode/urename.h \
       
  1573 	WebCore/icu/unicode/uscript.h \
       
  1574 	WebCore/icu/unicode/uset.h \
       
  1575 	WebCore/icu/unicode/ushape.h \
       
  1576 	WebCore/icu/unicode/ustring.h \
       
  1577 	WebCore/icu/unicode/utf.h \
       
  1578 	WebCore/icu/unicode/utf16.h \
       
  1579 	WebCore/icu/unicode/utf8.h \
       
  1580 	WebCore/icu/unicode/utf_old.h \
       
  1581 	WebCore/icu/unicode/utypes.h \
       
  1582 	WebCore/icu/unicode/uversion.h \
       
  1583 	WebCore/inspector/ConsoleMessage.cpp \
       
  1584 	WebCore/inspector/ConsoleMessage.h \
       
  1585 	WebCore/inspector/InjectedScript.cpp \
       
  1586 	WebCore/inspector/InjectedScript.h \
       
  1587 	WebCore/inspector/InjectedScriptHost.cpp \
       
  1588 	WebCore/inspector/InjectedScriptHost.h \
       
  1589 	WebCore/inspector/InspectorApplicationCacheAgent.cpp \
       
  1590 	WebCore/inspector/InspectorApplicationCacheAgent.h \
       
  1591 	WebCore/inspector/InspectorBackend.cpp \
       
  1592 	WebCore/inspector/InspectorBackend.h \
       
  1593 	WebCore/inspector/InspectorCSSStore.cpp \
       
  1594 	WebCore/inspector/InspectorCSSStore.h \
       
  1595 	WebCore/inspector/InspectorDatabaseResource.cpp \
       
  1596 	WebCore/inspector/InspectorDatabaseResource.h \
       
  1597 	WebCore/inspector/InspectorDOMAgent.cpp \
       
  1598 	WebCore/inspector/InspectorDOMAgent.h \
       
  1599 	WebCore/inspector/InspectorDOMStorageResource.cpp \
       
  1600 	WebCore/inspector/InspectorDOMStorageResource.h \
       
  1601 	WebCore/inspector/InspectorClient.h \
       
  1602 	WebCore/inspector/InspectorController.cpp \
       
  1603 	WebCore/inspector/InspectorController.h \
       
  1604 	WebCore/inspector/InspectorFrontend.cpp \
       
  1605 	WebCore/inspector/InspectorFrontend.h \
       
  1606 	WebCore/inspector/InspectorFrontendClient.h \
       
  1607 	WebCore/inspector/InspectorFrontendClientLocal.cpp \
       
  1608 	WebCore/inspector/InspectorFrontendClientLocal.h \
       
  1609 	WebCore/inspector/InspectorFrontendHost.cpp \
       
  1610 	WebCore/inspector/InspectorFrontendHost.h \
       
  1611 	WebCore/inspector/InspectorResource.cpp \
       
  1612 	WebCore/inspector/InspectorResource.h \
       
  1613 	WebCore/inspector/InspectorTimelineAgent.cpp \
       
  1614 	WebCore/inspector/InspectorTimelineAgent.h \
       
  1615 	WebCore/inspector/InspectorValues.cpp \
       
  1616 	WebCore/inspector/InspectorValues.h \
       
  1617 	WebCore/inspector/InspectorWorkerResource.h \
       
  1618 	WebCore/inspector/ScriptBreakpoint.cpp \
       
  1619 	WebCore/inspector/ScriptBreakpoint.h \
       
  1620 	WebCore/inspector/ScriptDebugListener.h \
       
  1621 	WebCore/inspector/ScriptGCEventListener.h \
       
  1622 	WebCore/inspector/TimelineRecordFactory.cpp \
       
  1623 	WebCore/inspector/TimelineRecordFactory.h \
       
  1624 	WebCore/loader/Cache.cpp \
       
  1625 	WebCore/loader/Cache.h \
       
  1626 	WebCore/loader/CachePolicy.h \
       
  1627 	WebCore/loader/CachedCSSStyleSheet.cpp \
       
  1628 	WebCore/loader/CachedCSSStyleSheet.h \
       
  1629 	WebCore/loader/CachedFont.cpp \
       
  1630 	WebCore/loader/CachedFont.h \
       
  1631 	WebCore/loader/CachedImage.cpp \
       
  1632 	WebCore/loader/CachedImage.h \
       
  1633 	WebCore/loader/CachedMetadata.h \
       
  1634 	WebCore/loader/CachedResource.cpp \
       
  1635 	WebCore/loader/CachedResource.h \
       
  1636 	WebCore/loader/CachedResourceClient.h \
       
  1637 	WebCore/loader/CachedResourceClientWalker.cpp \
       
  1638 	WebCore/loader/CachedResourceClientWalker.h \
       
  1639 	WebCore/loader/CachedResourceHandle.cpp \
       
  1640 	WebCore/loader/CachedResourceHandle.h \
       
  1641 	WebCore/loader/CachedScript.cpp \
       
  1642 	WebCore/loader/CachedScript.h \
       
  1643 	WebCore/loader/CachedXBLDocument.h \
       
  1644 	WebCore/loader/CachedXSLStyleSheet.cpp \
       
  1645 	WebCore/loader/CachedXSLStyleSheet.h \
       
  1646 	WebCore/loader/CrossOriginAccessControl.cpp \
       
  1647 	WebCore/loader/CrossOriginAccessControl.h \
       
  1648 	WebCore/loader/CrossOriginPreflightResultCache.cpp \
       
  1649 	WebCore/loader/CrossOriginPreflightResultCache.h \
       
  1650 	WebCore/loader/DocLoader.cpp \
       
  1651 	WebCore/loader/DocLoader.h \
       
  1652 	WebCore/loader/DocumentLoader.cpp \
       
  1653 	WebCore/loader/DocumentLoader.h \
       
  1654 	WebCore/loader/DocumentThreadableLoader.cpp \
       
  1655 	WebCore/loader/DocumentThreadableLoader.h \
       
  1656 	WebCore/loader/DocumentWriter.cpp \
       
  1657 	WebCore/loader/DocumentWriter.h \
       
  1658 	WebCore/loader/EmptyClients.h \
       
  1659 	WebCore/loader/FTPDirectoryDocument.cpp \
       
  1660 	WebCore/loader/FTPDirectoryDocument.h \
       
  1661 	WebCore/loader/FTPDirectoryParser.cpp \
       
  1662 	WebCore/loader/FTPDirectoryParser.h \
       
  1663 	WebCore/loader/FormState.cpp \
       
  1664 	WebCore/loader/FormState.h \
       
  1665 	WebCore/loader/FormSubmission.cpp \
       
  1666 	WebCore/loader/FormSubmission.h \
       
  1667 	WebCore/loader/FrameLoader.cpp \
       
  1668 	WebCore/loader/FrameLoader.h \
       
  1669 	WebCore/loader/FrameLoaderClient.h \
       
  1670 	WebCore/loader/FrameLoaderStateMachine.cpp \
       
  1671 	WebCore/loader/FrameLoaderStateMachine.h \
       
  1672 	WebCore/loader/FrameLoaderTypes.h \
       
  1673 	WebCore/loader/HistoryController.cpp \
       
  1674 	WebCore/loader/HistoryController.h \
       
  1675 	WebCore/loader/ImageDocument.cpp \
       
  1676 	WebCore/loader/ImageDocument.h \
       
  1677 	WebCore/loader/ImageLoader.cpp \
       
  1678 	WebCore/loader/ImageLoader.h \
       
  1679 	WebCore/loader/MainResourceLoader.cpp \
       
  1680 	WebCore/loader/MainResourceLoader.h \
       
  1681 	WebCore/loader/MediaDocument.cpp \
       
  1682 	WebCore/loader/MediaDocument.h \
       
  1683 	WebCore/loader/NavigationAction.cpp \
       
  1684 	WebCore/loader/NavigationAction.h \
       
  1685 	WebCore/loader/NetscapePlugInStreamLoader.cpp \
       
  1686 	WebCore/loader/NetscapePlugInStreamLoader.h \
       
  1687 	WebCore/loader/PlaceholderDocument.cpp \
       
  1688 	WebCore/loader/PlaceholderDocument.h \
       
  1689 	WebCore/loader/PluginDocument.cpp \
       
  1690 	WebCore/loader/PluginDocument.h \
       
  1691 	WebCore/loader/PolicyCallback.cpp \
       
  1692 	WebCore/loader/PolicyCallback.h \
       
  1693 	WebCore/loader/PolicyChecker.cpp \
       
  1694 	WebCore/loader/PolicyChecker.h \
       
  1695 	WebCore/loader/ProgressTracker.cpp \
       
  1696 	WebCore/loader/ProgressTracker.h \
       
  1697 	WebCore/loader/RedirectScheduler.cpp \
       
  1698 	WebCore/loader/RedirectScheduler.h \
       
  1699 	WebCore/loader/Request.cpp \
       
  1700 	WebCore/loader/Request.h \
       
  1701 	WebCore/loader/ResourceLoader.cpp \
       
  1702 	WebCore/loader/ResourceLoader.h \
       
  1703 	WebCore/loader/ResourceLoadNotifier.cpp \
       
  1704 	WebCore/loader/ResourceLoadNotifier.h \
       
  1705 	WebCore/loader/SinkDocument.cpp \
       
  1706 	WebCore/loader/SinkDocument.h \
       
  1707 	WebCore/loader/SubframeLoader.cpp \
       
  1708 	WebCore/loader/SubframeLoader.h \
       
  1709 	WebCore/loader/SubresourceLoader.cpp \
       
  1710 	WebCore/loader/SubresourceLoader.h \
       
  1711 	WebCore/loader/SubresourceLoaderClient.h \
       
  1712 	WebCore/loader/SubstituteData.h \
       
  1713 	WebCore/loader/SubstituteResource.h \
       
  1714 	WebCore/loader/TextDocument.cpp \
       
  1715 	WebCore/loader/TextDocument.h \
       
  1716 	WebCore/loader/TextResourceDecoder.cpp \
       
  1717 	WebCore/loader/TextResourceDecoder.h \
       
  1718 	WebCore/loader/ThreadableLoader.cpp \
       
  1719 	WebCore/loader/ThreadableLoader.h \
       
  1720 	WebCore/loader/ThreadableLoaderClient.h \
       
  1721 	WebCore/loader/ThreadableLoaderClientWrapper.h \
       
  1722 	WebCore/loader/WorkerThreadableLoader.cpp \
       
  1723 	WebCore/loader/WorkerThreadableLoader.h \
       
  1724 	WebCore/loader/archive/Archive.h \
       
  1725 	WebCore/loader/archive/ArchiveFactory.cpp \
       
  1726 	WebCore/loader/archive/ArchiveFactory.h \
       
  1727 	WebCore/loader/archive/ArchiveResource.cpp \
       
  1728 	WebCore/loader/archive/ArchiveResource.h \
       
  1729 	WebCore/loader/archive/ArchiveResourceCollection.cpp \
       
  1730 	WebCore/loader/archive/ArchiveResourceCollection.h \
       
  1731 	WebCore/loader/icon/IconFetcher.h \
       
  1732 	WebCore/loader/icon/IconLoader.cpp \
       
  1733 	WebCore/loader/icon/IconLoader.h \
       
  1734 	WebCore/loader/loader.cpp \
       
  1735 	WebCore/loader/loader.h \
       
  1736 	WebCore/page/BarInfo.cpp \
       
  1737 	WebCore/page/BarInfo.h \
       
  1738 	WebCore/page/Chrome.cpp \
       
  1739 	WebCore/page/Chrome.h \
       
  1740 	WebCore/page/ChromeClient.h \
       
  1741 	WebCore/page/Console.cpp \
       
  1742 	WebCore/page/Console.h \
       
  1743 	WebCore/page/ContextMenuClient.h \
       
  1744 	WebCore/page/ContextMenuController.cpp \
       
  1745 	WebCore/page/ContextMenuController.h \
       
  1746 	WebCore/page/ContextMenuProvider.h \
       
  1747 	WebCore/page/Coordinates.h \
       
  1748 	WebCore/page/DOMSelection.cpp \
       
  1749 	WebCore/page/DOMSelection.h \
       
  1750 	WebCore/page/DOMTimer.cpp \
       
  1751 	WebCore/page/DOMTimer.h \
       
  1752 	WebCore/page/DOMWindow.cpp \
       
  1753 	WebCore/page/DOMWindow.h \
       
  1754 	WebCore/page/DragActions.h \
       
  1755 	WebCore/page/DragClient.h \
       
  1756 	WebCore/page/DragController.cpp \
       
  1757 	WebCore/page/DragController.h \
       
  1758 	WebCore/page/EditorClient.h \
       
  1759 	WebCore/page/EventHandler.cpp \
       
  1760 	WebCore/page/EventHandler.h \
       
  1761 	WebCore/page/EventSource.cpp \
       
  1762 	WebCore/page/EventSource.h \
       
  1763 	WebCore/page/FocusController.cpp \
       
  1764 	WebCore/page/FocusController.h \
       
  1765 	WebCore/page/FocusDirection.h \
       
  1766 	WebCore/page/Frame.cpp \
       
  1767 	WebCore/page/Frame.h \
       
  1768 	WebCore/page/FrameLoadRequest.h \
       
  1769 	WebCore/page/FrameTree.cpp \
       
  1770 	WebCore/page/FrameTree.h \
       
  1771 	WebCore/page/FrameView.cpp \
       
  1772 	WebCore/page/FrameView.h \
       
  1773 	WebCore/page/Geolocation.cpp \
       
  1774 	WebCore/page/Geolocation.h \
       
  1775 	WebCore/page/GeolocationController.cpp \
       
  1776 	WebCore/page/GeolocationController.h \
       
  1777 	WebCore/page/GeolocationControllerClient.h \
       
  1778 	WebCore/page/GeolocationError.h \
       
  1779 	WebCore/page/GeolocationPosition.h \
       
  1780 	WebCore/page/GeolocationPositionCache.cpp \
       
  1781 	WebCore/page/GeolocationPositionCache.h \
       
  1782 	WebCore/page/Geoposition.h \
       
  1783 	WebCore/page/HaltablePlugin.h \
       
  1784 	WebCore/page/History.cpp \
       
  1785 	WebCore/page/History.h \
       
  1786 	WebCore/page/Location.cpp \
       
  1787 	WebCore/page/Location.h \
       
  1788 	WebCore/page/MediaCanStartListener.h \
       
  1789 	WebCore/page/MemoryInfo.cpp \
       
  1790 	WebCore/page/MemoryInfo.h \
       
  1791 	WebCore/page/MouseEventWithHitTestResults.cpp \
       
  1792 	WebCore/page/MouseEventWithHitTestResults.h \
       
  1793 	WebCore/page/Navigation.cpp \
       
  1794 	WebCore/page/Navigation.h \
       
  1795 	WebCore/page/Navigator.cpp \
       
  1796 	WebCore/page/Navigator.h \
       
  1797 	WebCore/page/NavigatorBase.cpp \
       
  1798 	WebCore/page/NavigatorBase.h \
       
  1799 	WebCore/page/OriginAccessEntry.cpp \
       
  1800 	WebCore/page/OriginAccessEntry.h \
       
  1801 	WebCore/page/Page.cpp \
       
  1802 	WebCore/page/Page.h \
       
  1803 	WebCore/page/PageGroup.cpp \
       
  1804 	WebCore/page/PageGroup.h \
       
  1805 	WebCore/page/PageGroupLoadDeferrer.cpp \
       
  1806 	WebCore/page/PageGroupLoadDeferrer.h \
       
  1807 	WebCore/page/Performance.cpp \
       
  1808 	WebCore/page/Performance.h \
       
  1809 	WebCore/page/PluginHalter.cpp \
       
  1810 	WebCore/page/PluginHalter.h \
       
  1811 	WebCore/page/PluginHalterClient.h \
       
  1812 	WebCore/page/PositionCallback.h \
       
  1813 	WebCore/page/PositionError.h \
       
  1814 	WebCore/page/PositionErrorCallback.h \
       
  1815 	WebCore/page/PositionOptions.h \
       
  1816 	WebCore/page/PrintContext.cpp \
       
  1817 	WebCore/page/PrintContext.h \
       
  1818 	WebCore/page/Screen.cpp \
       
  1819 	WebCore/page/Screen.h \
       
  1820 	WebCore/page/SecurityOrigin.cpp \
       
  1821 	WebCore/page/SecurityOrigin.h \
       
  1822 	WebCore/page/SecurityOriginHash.h \
       
  1823 	WebCore/page/Settings.cpp \
       
  1824 	WebCore/page/Settings.h \
       
  1825 	WebCore/page/SpatialNavigation.cpp \
       
  1826 	WebCore/page/SpatialNavigation.h \
       
  1827 	WebCore/page/SuspendableTimer.cpp \
       
  1828 	WebCore/page/SuspendableTimer.h \
       
  1829 	WebCore/page/Timing.cpp \
       
  1830 	WebCore/page/Timing.h \
       
  1831 	WebCore/page/UserContentURLPattern.cpp \
       
  1832 	WebCore/page/UserContentURLPattern.h \
       
  1833 	WebCore/page/UserContentTypes.h \
       
  1834 	WebCore/page/UserScript.h \
       
  1835 	WebCore/page/UserScriptTypes.h \
       
  1836 	WebCore/page/UserStyleSheet.h \
       
  1837 	WebCore/page/UserStyleSheetTypes.h \
       
  1838 	WebCore/page/WebKitPoint.h \
       
  1839 	WebCore/page/WindowFeatures.cpp \
       
  1840 	WebCore/page/WindowFeatures.h \
       
  1841 	WebCore/page/XSSAuditor.cpp \
       
  1842 	WebCore/page/XSSAuditor.h \
       
  1843 	WebCore/page/ZoomMode.h \
       
  1844 	WebCore/page/animation/AnimationBase.cpp \
       
  1845 	WebCore/page/animation/AnimationBase.h \
       
  1846 	WebCore/page/animation/AnimationController.cpp \
       
  1847 	WebCore/page/animation/AnimationController.h \
       
  1848 	WebCore/page/animation/AnimationControllerPrivate.h \
       
  1849 	WebCore/page/animation/CompositeAnimation.cpp \
       
  1850 	WebCore/page/animation/CompositeAnimation.h \
       
  1851 	WebCore/page/animation/ImplicitAnimation.cpp \
       
  1852 	WebCore/page/animation/ImplicitAnimation.h \
       
  1853 	WebCore/page/animation/KeyframeAnimation.cpp \
       
  1854 	WebCore/page/animation/KeyframeAnimation.h \
       
  1855 	WebCore/platform/Arena.cpp \
       
  1856 	WebCore/platform/Arena.h \
       
  1857 	WebCore/platform/AutodrainedPool.h \
       
  1858 	WebCore/platform/BlobItem.cpp \
       
  1859 	WebCore/platform/BlobItem.h \
       
  1860 	WebCore/platform/ContentType.cpp \
       
  1861 	WebCore/platform/ContentType.h \
       
  1862 	WebCore/platform/ContextMenu.cpp \
       
  1863 	WebCore/platform/ContextMenu.h \
       
  1864 	WebCore/platform/ContextMenuItem.h \
       
  1865 	WebCore/platform/Cookie.h \
       
  1866 	WebCore/platform/CookieJar.h \
       
  1867 	WebCore/platform/CrossThreadCopier.cpp \
       
  1868 	WebCore/platform/CrossThreadCopier.h \
       
  1869 	WebCore/platform/Cursor.cpp \
       
  1870 	WebCore/platform/Cursor.h \
       
  1871 	WebCore/platform/DeprecatedPtrList.h \
       
  1872 	WebCore/platform/DeprecatedPtrListImpl.cpp \
       
  1873 	WebCore/platform/DeprecatedPtrListImpl.h \
       
  1874 	WebCore/platform/DragData.cpp \
       
  1875 	WebCore/platform/DragData.h \
       
  1876 	WebCore/platform/DragImage.cpp \
       
  1877 	WebCore/platform/DragImage.h \
       
  1878 	WebCore/platform/EventLoop.h \
       
  1879 	WebCore/platform/FileChooser.cpp \
       
  1880 	WebCore/platform/FileChooser.h \
       
  1881 	WebCore/platform/FileSystem.h \
       
  1882 	WebCore/platform/FloatConversion.h \
       
  1883 	WebCore/platform/GeolocationService.cpp \
       
  1884 	WebCore/platform/GeolocationService.h \
       
  1885 	WebCore/platform/HostWindow.h \
       
  1886 	WebCore/platform/KillRing.h \
       
  1887 	WebCore/platform/KillRingNone.cpp \
       
  1888 	WebCore/platform/KURL.cpp \
       
  1889 	WebCore/platform/KURL.h \
       
  1890 	WebCore/platform/KURLHash.h \
       
  1891 	WebCore/platform/Language.h \
       
  1892 	WebCore/platform/Length.cpp \
       
  1893 	WebCore/platform/Length.h \
       
  1894 	WebCore/platform/LengthBox.h \
       
  1895 	WebCore/platform/LengthSize.h \
       
  1896 	WebCore/platform/LinkHash.cpp \
       
  1897 	WebCore/platform/LinkHash.h \
       
  1898 	WebCore/platform/LocalizedStrings.h \
       
  1899 	WebCore/platform/Logging.cpp \
       
  1900 	WebCore/platform/Logging.h \
       
  1901 	WebCore/platform/MIMETypeRegistry.cpp \
       
  1902 	WebCore/platform/MIMETypeRegistry.h \
       
  1903 	WebCore/platform/mock/GeolocationServiceMock.cpp \
       
  1904 	WebCore/platform/mock/GeolocationServiceMock.h \
       
  1905 	WebCore/platform/NotImplemented.h \
       
  1906 	WebCore/platform/Pasteboard.h \
       
  1907 	WebCore/platform/PlatformKeyboardEvent.h \
       
  1908 	WebCore/platform/PlatformMenuDescription.h \
       
  1909 	WebCore/platform/PlatformMouseEvent.h \
       
  1910 	WebCore/platform/PlatformScreen.h \
       
  1911 	WebCore/platform/PlatformWheelEvent.h \
       
  1912 	WebCore/platform/PopupMenu.h \
       
  1913 	WebCore/platform/PopupMenuClient.h \
       
  1914 	WebCore/platform/PopupMenuStyle.h \
       
  1915 	WebCore/platform/PurgeableBuffer.h \
       
  1916 	WebCore/platform/SSLKeyGenerator.h \
       
  1917 	WebCore/platform/ScrollTypes.h \
       
  1918 	WebCore/platform/ScrollView.cpp \
       
  1919 	WebCore/platform/ScrollView.h \
       
  1920 	WebCore/platform/SchemeRegistry.cpp \
       
  1921 	WebCore/platform/SchemeRegistry.h \
       
  1922 	WebCore/platform/Scrollbar.cpp \
       
  1923 	WebCore/platform/Scrollbar.h \
       
  1924 	WebCore/platform/ScrollbarClient.h \
       
  1925 	WebCore/platform/ScrollbarTheme.h \
       
  1926 	WebCore/platform/ScrollbarThemeComposite.cpp \
       
  1927 	WebCore/platform/ScrollbarThemeComposite.h \
       
  1928 	WebCore/platform/SearchPopupMenu.h \
       
  1929 	WebCore/platform/SecureTextInput.h \
       
  1930 	WebCore/platform/SharedBuffer.cpp \
       
  1931 	WebCore/platform/SharedBuffer.h \
       
  1932 	WebCore/platform/SharedTimer.h \
       
  1933 	WebCore/platform/Sound.h \
       
  1934 	WebCore/platform/SuddenTermination.h \
       
  1935 	WebCore/platform/SystemTime.h \
       
  1936 	WebCore/platform/ThemeTypes.h \
       
  1937 	WebCore/platform/ThreadCheck.h \
       
  1938 	WebCore/platform/ThreadGlobalData.cpp \
       
  1939 	WebCore/platform/ThreadGlobalData.h \
       
  1940 	WebCore/platform/ThreadTimers.cpp \
       
  1941 	WebCore/platform/ThreadTimers.h \
       
  1942 	WebCore/platform/Timer.cpp \
       
  1943 	WebCore/platform/Timer.h \
       
  1944 	WebCore/platform/TreeShared.h \
       
  1945 	WebCore/platform/UUID.cpp \
       
  1946 	WebCore/platform/UUID.h \
       
  1947 	WebCore/platform/Widget.cpp \
       
  1948 	WebCore/platform/Widget.h \
       
  1949 	WebCore/platform/WindowsKeyboardCodes.h \
       
  1950 	WebCore/platform/animation/Animation.cpp \
       
  1951 	WebCore/platform/animation/Animation.h \
       
  1952 	WebCore/platform/animation/AnimationList.cpp \
       
  1953 	WebCore/platform/animation/AnimationList.h \
       
  1954 	WebCore/platform/animation/TimingFunction.h \
       
  1955 	WebCore/platform/graphics/BitmapImage.cpp \
       
  1956 	WebCore/platform/graphics/BitmapImage.h \
       
  1957 	WebCore/platform/graphics/Color.cpp \
       
  1958 	WebCore/platform/graphics/Color.h \
       
  1959 	WebCore/platform/graphics/ColorSpace.h \
       
  1960 	WebCore/platform/graphics/DashArray.h \
       
  1961 	WebCore/platform/graphics/FloatPoint.cpp \
       
  1962 	WebCore/platform/graphics/FloatPoint.h \
       
  1963 	WebCore/platform/graphics/FloatPoint3D.cpp \
       
  1964 	WebCore/platform/graphics/FloatPoint3D.h \
       
  1965 	WebCore/platform/graphics/FloatQuad.cpp \
       
  1966 	WebCore/platform/graphics/FloatQuad.h \
       
  1967 	WebCore/platform/graphics/FloatRect.cpp \
       
  1968 	WebCore/platform/graphics/FloatRect.h \
       
  1969 	WebCore/platform/graphics/FloatSize.cpp \
       
  1970 	WebCore/platform/graphics/FloatSize.h \
       
  1971 	WebCore/platform/graphics/Font.cpp \
       
  1972 	WebCore/platform/graphics/Font.h \
       
  1973 	WebCore/platform/graphics/FontCache.cpp \
       
  1974 	WebCore/platform/graphics/FontCache.h \
       
  1975 	WebCore/platform/graphics/FontData.cpp \
       
  1976 	WebCore/platform/graphics/FontData.h \
       
  1977 	WebCore/platform/graphics/FontDescription.cpp \
       
  1978 	WebCore/platform/graphics/FontDescription.h \
       
  1979 	WebCore/platform/graphics/FontFallbackList.cpp \
       
  1980 	WebCore/platform/graphics/FontFallbackList.h \
       
  1981 	WebCore/platform/graphics/FontFamily.cpp \
       
  1982 	WebCore/platform/graphics/FontFamily.h \
       
  1983 	WebCore/platform/graphics/FontFastPath.cpp \
       
  1984 	WebCore/platform/graphics/FontRenderingMode.h \
       
  1985 	WebCore/platform/graphics/FontSelector.h \
       
  1986 	WebCore/platform/graphics/FontSmoothingMode.h \
       
  1987 	WebCore/platform/graphics/FontTraitsMask.h \
       
  1988 	WebCore/platform/graphics/GeneratedImage.cpp \
       
  1989 	WebCore/platform/graphics/GeneratedImage.h \
       
  1990 	WebCore/platform/graphics/Generator.h \
       
  1991 	WebCore/platform/graphics/GlyphBuffer.h \
       
  1992 	WebCore/platform/graphics/GlyphMetricsMap.h \
       
  1993 	WebCore/platform/graphics/GlyphPageTreeNode.cpp \
       
  1994 	WebCore/platform/graphics/GlyphPageTreeNode.h \
       
  1995 	WebCore/platform/graphics/Gradient.cpp \
       
  1996 	WebCore/platform/graphics/Gradient.h \
       
  1997 	WebCore/platform/graphics/GraphicsContext.cpp \
       
  1998 	WebCore/platform/graphics/GraphicsContext.h \
       
  1999 	WebCore/platform/graphics/GraphicsContextPrivate.h \
       
  2000 	WebCore/platform/graphics/GraphicsLayer.h \
       
  2001 	WebCore/platform/graphics/GraphicsTypes.cpp \
       
  2002 	WebCore/platform/graphics/GraphicsTypes.h \
       
  2003 	WebCore/platform/graphics/Icon.h \
       
  2004 	WebCore/platform/graphics/Image.cpp \
       
  2005 	WebCore/platform/graphics/Image.h \
       
  2006 	WebCore/platform/graphics/ImageBuffer.cpp \
       
  2007 	WebCore/platform/graphics/ImageBuffer.h \
       
  2008 	WebCore/platform/graphics/ImageObserver.h \
       
  2009 	WebCore/platform/graphics/ImageSource.cpp \
       
  2010 	WebCore/platform/graphics/ImageSource.h \
       
  2011 	WebCore/platform/graphics/IntPoint.h \
       
  2012 	WebCore/platform/graphics/IntPointHash.h \
       
  2013 	WebCore/platform/graphics/IntRect.cpp \
       
  2014 	WebCore/platform/graphics/IntRect.h \
       
  2015 	WebCore/platform/graphics/IntSize.h \
       
  2016 	WebCore/platform/graphics/IntSizeHash.h \
       
  2017 	WebCore/platform/graphics/MediaPlayer.h \
       
  2018 	WebCore/platform/graphics/Path.cpp \
       
  2019 	WebCore/platform/graphics/Path.h \
       
  2020 	WebCore/platform/graphics/PathTraversalState.cpp \
       
  2021 	WebCore/platform/graphics/PathTraversalState.h \
       
  2022 	WebCore/platform/graphics/Pattern.cpp \
       
  2023 	WebCore/platform/graphics/Pattern.h \
       
  2024 	WebCore/platform/graphics/Pen.cpp \
       
  2025 	WebCore/platform/graphics/Pen.h \
       
  2026 	WebCore/platform/graphics/SegmentedFontData.cpp \
       
  2027 	WebCore/platform/graphics/SegmentedFontData.h \
       
  2028 	WebCore/platform/graphics/SimpleFontData.cpp \
       
  2029 	WebCore/platform/graphics/SimpleFontData.h \
       
  2030 	WebCore/platform/graphics/StringTruncator.cpp \
       
  2031 	WebCore/platform/graphics/StringTruncator.h \
       
  2032 	WebCore/platform/graphics/StrokeStyleApplier.h \
       
  2033 	WebCore/platform/graphics/TextRenderingMode.h \
       
  2034 	WebCore/platform/graphics/TextRun.h \
       
  2035 	WebCore/platform/graphics/TypesettingFeatures.h \
       
  2036 	WebCore/platform/graphics/UnitBezier.h \
       
  2037 	WebCore/platform/graphics/WidthIterator.cpp \
       
  2038 	WebCore/platform/graphics/WidthIterator.h \
       
  2039 	WebCore/platform/graphics/transforms/AffineTransform.cpp \
       
  2040 	WebCore/platform/graphics/transforms/AffineTransform.h \
       
  2041 	WebCore/platform/graphics/transforms/IdentityTransformOperation.h \
       
  2042 	WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp \
       
  2043 	WebCore/platform/graphics/transforms/MatrixTransformOperation.h \
       
  2044 	WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp \
       
  2045 	WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h \
       
  2046 	WebCore/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
       
  2047 	WebCore/platform/graphics/transforms/PerspectiveTransformOperation.h \
       
  2048 	WebCore/platform/graphics/transforms/RotateTransformOperation.cpp \
       
  2049 	WebCore/platform/graphics/transforms/RotateTransformOperation.h \
       
  2050 	WebCore/platform/graphics/transforms/ScaleTransformOperation.cpp \
       
  2051 	WebCore/platform/graphics/transforms/ScaleTransformOperation.h \
       
  2052 	WebCore/platform/graphics/transforms/SkewTransformOperation.cpp \
       
  2053 	WebCore/platform/graphics/transforms/SkewTransformOperation.h \
       
  2054 	WebCore/platform/graphics/transforms/TransformOperation.h \
       
  2055 	WebCore/platform/graphics/transforms/TransformOperations.cpp \
       
  2056 	WebCore/platform/graphics/transforms/TransformOperations.h \
       
  2057 	WebCore/platform/graphics/transforms/TransformationMatrix.cpp \
       
  2058 	WebCore/platform/graphics/transforms/TransformationMatrix.h \
       
  2059 	WebCore/platform/graphics/transforms/TranslateTransformOperation.cpp \
       
  2060 	WebCore/platform/graphics/transforms/TranslateTransformOperation.h \
       
  2061 	WebCore/platform/network/AuthenticationChallengeBase.cpp \
       
  2062 	WebCore/platform/network/AuthenticationChallengeBase.h \
       
  2063 	WebCore/platform/network/AuthenticationClient.h \
       
  2064 	WebCore/platform/network/Credential.cpp \
       
  2065 	WebCore/platform/network/Credential.h \
       
  2066 	WebCore/platform/network/DNS.h \
       
  2067 	WebCore/platform/network/FormData.cpp \
       
  2068 	WebCore/platform/network/FormData.h \
       
  2069 	WebCore/platform/network/FormDataBuilder.cpp \
       
  2070 	WebCore/platform/network/FormDataBuilder.h \
       
  2071 	WebCore/platform/network/HTTPHeaderMap.h \
       
  2072 	WebCore/platform/network/HTTPHeaderMap.cpp \
       
  2073 	WebCore/platform/network/HTTPParsers.cpp \
       
  2074 	WebCore/platform/network/HTTPParsers.h \
       
  2075 	WebCore/platform/network/NetworkStateNotifier.cpp \
       
  2076 	WebCore/platform/network/NetworkStateNotifier.h \
       
  2077 	WebCore/platform/network/ProtectionSpace.cpp \
       
  2078 	WebCore/platform/network/ProtectionSpace.h \
       
  2079 	WebCore/platform/network/ResourceErrorBase.cpp \
       
  2080 	WebCore/platform/network/ResourceErrorBase.h \
       
  2081 	WebCore/platform/network/ResourceHandle.cpp \
       
  2082 	WebCore/platform/network/ResourceHandle.h \
       
  2083 	WebCore/platform/network/ResourceHandleClient.h \
       
  2084 	WebCore/platform/network/ResourceHandleInternal.h \
       
  2085 	WebCore/platform/network/ResourceLoadTiming.h \
       
  2086 	WebCore/platform/network/ResourceRequestBase.cpp \
       
  2087 	WebCore/platform/network/ResourceRequestBase.h \
       
  2088 	WebCore/platform/network/ResourceResponseBase.cpp \
       
  2089 	WebCore/platform/network/ResourceResponseBase.h \
       
  2090 	WebCore/platform/text/AtomicString.h \
       
  2091 	WebCore/platform/text/AtomicStringHash.h \
       
  2092 	WebCore/platform/text/AtomicStringImpl.h \
       
  2093 	WebCore/platform/text/Base64.cpp \
       
  2094 	WebCore/platform/text/Base64.h \
       
  2095 	WebCore/platform/text/BidiContext.cpp \
       
  2096 	WebCore/platform/text/BidiContext.h \
       
  2097 	WebCore/platform/text/BidiResolver.h \
       
  2098 	WebCore/platform/text/CharacterNames.h \
       
  2099 	WebCore/platform/text/Hyphenation.cpp \
       
  2100 	WebCore/platform/text/Hyphenation.h \
       
  2101 	WebCore/platform/text/LineEnding.cpp \
       
  2102 	WebCore/platform/text/LineEnding.h \
       
  2103 	WebCore/platform/text/ParserUtilities.h \
       
  2104 	WebCore/platform/text/PlatformString.h \
       
  2105 	WebCore/platform/text/RegularExpression.cpp \
       
  2106 	WebCore/platform/text/RegularExpression.h \
       
  2107 	WebCore/platform/text/SegmentedString.cpp \
       
  2108 	WebCore/platform/text/SegmentedString.h \
       
  2109 	WebCore/platform/text/String.cpp \
       
  2110 	WebCore/platform/text/StringBuffer.h \
       
  2111 	WebCore/platform/text/StringBuilder.cpp \
       
  2112 	WebCore/platform/text/StringBuilder.h \
       
  2113 	WebCore/platform/text/StringHash.h \
       
  2114 	WebCore/platform/text/StringImpl.h \
       
  2115 	WebCore/platform/text/SuffixTree.h \
       
  2116 	WebCore/platform/text/TextBoundaries.h \
       
  2117 	WebCore/platform/text/TextBoundaries.cpp \
       
  2118 	WebCore/platform/text/TextBreakIterator.h \
       
  2119 	WebCore/platform/text/TextCodec.cpp \
       
  2120 	WebCore/platform/text/TextCodec.h \
       
  2121 	WebCore/platform/text/TextCodecLatin1.cpp \
       
  2122 	WebCore/platform/text/TextCodecLatin1.h \
       
  2123 	WebCore/platform/text/TextCodecUTF16.cpp \
       
  2124 	WebCore/platform/text/TextCodecUTF16.h \
       
  2125 	WebCore/platform/text/TextCodecUserDefined.cpp \
       
  2126 	WebCore/platform/text/TextCodecUserDefined.h \
       
  2127 	WebCore/platform/text/TextDirection.h \
       
  2128 	WebCore/platform/text/TextEncoding.cpp \
       
  2129 	WebCore/platform/text/TextEncoding.h \
       
  2130 	WebCore/platform/text/TextEncodingDetector.h \
       
  2131 	WebCore/platform/text/TextEncodingDetectorNone.cpp \
       
  2132 	WebCore/platform/text/TextEncodingRegistry.cpp \
       
  2133 	WebCore/platform/text/TextEncodingRegistry.h \
       
  2134 	WebCore/platform/text/TextStream.cpp \
       
  2135 	WebCore/platform/text/TextStream.h \
       
  2136 	WebCore/platform/text/UnicodeRange.cpp \
       
  2137 	WebCore/platform/text/UnicodeRange.h \
       
  2138 	WebCore/platform/text/transcoder/FontTranscoder.cpp \
       
  2139 	WebCore/platform/text/transcoder/FontTranscoder.h \
       
  2140 	WebCore/plugins/DOMMimeType.cpp \
       
  2141 	WebCore/plugins/DOMMimeType.h \
       
  2142 	WebCore/plugins/DOMMimeTypeArray.cpp \
       
  2143 	WebCore/plugins/DOMMimeTypeArray.h \
       
  2144 	WebCore/plugins/DOMPlugin.cpp \
       
  2145 	WebCore/plugins/DOMPlugin.h \
       
  2146 	WebCore/plugins/DOMPluginArray.cpp \
       
  2147 	WebCore/plugins/DOMPluginArray.h \
       
  2148 	WebCore/plugins/PluginData.cpp \
       
  2149 	WebCore/plugins/PluginData.h \
       
  2150 	WebCore/plugins/PluginDatabase.cpp \
       
  2151 	WebCore/plugins/PluginDatabase.h \
       
  2152 	WebCore/plugins/PluginDebug.cpp \
       
  2153 	WebCore/plugins/PluginDebug.h \
       
  2154 	WebCore/plugins/PluginMainThreadScheduler.cpp \
       
  2155 	WebCore/plugins/PluginMainThreadScheduler.h \
       
  2156 	WebCore/plugins/PluginPackage.cpp \
       
  2157 	WebCore/plugins/PluginPackage.h \
       
  2158 	WebCore/plugins/PluginQuirkSet.h \
       
  2159 	WebCore/plugins/PluginStream.cpp \
       
  2160 	WebCore/plugins/PluginStream.h \
       
  2161 	WebCore/plugins/PluginWidget.h \
       
  2162 	WebCore/plugins/PluginView.cpp \
       
  2163 	WebCore/plugins/PluginView.h \
       
  2164 	WebCore/plugins/npapi.cpp \
       
  2165 	WebCore/plugins/npfunctions.h \
       
  2166 	WebCore/rendering/AutoTableLayout.cpp \
       
  2167 	WebCore/rendering/AutoTableLayout.h \
       
  2168 	WebCore/rendering/BidiRun.cpp \
       
  2169 	WebCore/rendering/BidiRun.h \
       
  2170 	WebCore/rendering/CounterNode.cpp \
       
  2171 	WebCore/rendering/CounterNode.h \
       
  2172 	WebCore/rendering/EllipsisBox.cpp \
       
  2173 	WebCore/rendering/EllipsisBox.h \
       
  2174 	WebCore/rendering/FixedTableLayout.cpp \
       
  2175 	WebCore/rendering/FixedTableLayout.h \
       
  2176 	WebCore/rendering/GapRects.h \
       
  2177 	WebCore/rendering/HitTestRequest.h \
       
  2178 	WebCore/rendering/HitTestResult.cpp \
       
  2179 	WebCore/rendering/HitTestResult.h \
       
  2180 	WebCore/rendering/InlineBox.cpp \
       
  2181 	WebCore/rendering/InlineBox.h \
       
  2182 	WebCore/rendering/InlineFlowBox.cpp \
       
  2183 	WebCore/rendering/InlineFlowBox.h \
       
  2184 	WebCore/rendering/InlineIterator.h \
       
  2185 	WebCore/rendering/InlineTextBox.cpp \
       
  2186 	WebCore/rendering/InlineTextBox.h \
       
  2187 	WebCore/rendering/LayoutState.cpp \
       
  2188 	WebCore/rendering/LayoutState.h \
       
  2189 	WebCore/rendering/MediaControlElements.h \
       
  2190 	WebCore/rendering/OverlapTestRequestClient.h \
       
  2191 	WebCore/rendering/PaintInfo.h \
       
  2192 	WebCore/rendering/PaintPhase.h \
       
  2193 	WebCore/rendering/RenderApplet.cpp \
       
  2194 	WebCore/rendering/RenderApplet.h \
       
  2195 	WebCore/rendering/RenderArena.cpp \
       
  2196 	WebCore/rendering/RenderArena.h \
       
  2197 	WebCore/rendering/RenderBR.cpp \
       
  2198 	WebCore/rendering/RenderBR.h \
       
  2199 	WebCore/rendering/RenderBlock.cpp \
       
  2200 	WebCore/rendering/RenderBlock.h \
       
  2201 	WebCore/rendering/RenderBlockLineLayout.cpp \
       
  2202 	WebCore/rendering/RenderBox.cpp \
       
  2203 	WebCore/rendering/RenderBox.h \
       
  2204 	WebCore/rendering/RenderBoxModelObject.cpp \
       
  2205 	WebCore/rendering/RenderBoxModelObject.h \
       
  2206 	WebCore/rendering/RenderButton.cpp \
       
  2207 	WebCore/rendering/RenderButton.h \
       
  2208 	WebCore/rendering/RenderCounter.cpp \
       
  2209 	WebCore/rendering/RenderCounter.h \
       
  2210 	WebCore/rendering/RenderDataGrid.cpp \
       
  2211 	WebCore/rendering/RenderDataGrid.h \
       
  2212 	WebCore/rendering/RenderEmbeddedObject.cpp \
       
  2213 	WebCore/rendering/RenderEmbeddedObject.h \
       
  2214 	WebCore/rendering/RenderFieldset.cpp \
       
  2215 	WebCore/rendering/RenderFieldset.h \
       
  2216 	WebCore/rendering/RenderFileUploadControl.cpp \
       
  2217 	WebCore/rendering/RenderFileUploadControl.h \
       
  2218 	WebCore/rendering/RenderFlexibleBox.cpp \
       
  2219 	WebCore/rendering/RenderFlexibleBox.h \
       
  2220 	WebCore/rendering/RenderFrame.cpp \
       
  2221 	WebCore/rendering/RenderFrame.h \
       
  2222 	WebCore/rendering/RenderFrameBase.cpp \
       
  2223 	WebCore/rendering/RenderFrameBase.h \
       
  2224 	WebCore/rendering/RenderFrameSet.cpp \
       
  2225 	WebCore/rendering/RenderFrameSet.h \
       
  2226 	WebCore/rendering/RenderHTMLCanvas.cpp \
       
  2227 	WebCore/rendering/RenderHTMLCanvas.h \
       
  2228 	WebCore/rendering/RenderIFrame.cpp \
       
  2229 	WebCore/rendering/RenderIFrame.h \
       
  2230 	WebCore/rendering/RenderImage.cpp \
       
  2231 	WebCore/rendering/RenderImage.h \
       
  2232 	WebCore/rendering/RenderImageGeneratedContent.cpp \
       
  2233 	WebCore/rendering/RenderImageGeneratedContent.h \
       
  2234 	WebCore/rendering/RenderIndicator.cpp \
       
  2235 	WebCore/rendering/RenderIndicator.h \
       
  2236 	WebCore/rendering/RenderInline.cpp \
       
  2237 	WebCore/rendering/RenderInline.h \
       
  2238 	WebCore/rendering/RenderLayer.cpp \
       
  2239 	WebCore/rendering/RenderLayer.h \
       
  2240 	WebCore/rendering/RenderLayerBacking.h \
       
  2241 	WebCore/rendering/RenderLineBoxList.cpp \
       
  2242 	WebCore/rendering/RenderLineBoxList.h \
       
  2243 	WebCore/rendering/RenderListBox.cpp \
       
  2244 	WebCore/rendering/RenderListBox.h \
       
  2245 	WebCore/rendering/RenderListItem.cpp \
       
  2246 	WebCore/rendering/RenderListItem.h \
       
  2247 	WebCore/rendering/RenderListMarker.cpp \
       
  2248 	WebCore/rendering/RenderListMarker.h \
       
  2249 	WebCore/rendering/RenderMarquee.cpp \
       
  2250 	WebCore/rendering/RenderMarquee.h \
       
  2251 	WebCore/rendering/RenderMenuList.cpp \
       
  2252 	WebCore/rendering/RenderMenuList.h \
       
  2253 	WebCore/rendering/RenderMeter.cpp \
       
  2254 	WebCore/rendering/RenderMeter.h \
       
  2255 	WebCore/rendering/RenderObject.cpp \
       
  2256 	WebCore/rendering/RenderObject.h \
       
  2257 	WebCore/rendering/RenderObjectChildList.cpp \
       
  2258 	WebCore/rendering/RenderObjectChildList.h \
       
  2259 	WebCore/rendering/RenderOverflow.h \
       
  2260 	WebCore/rendering/RenderPart.cpp \
       
  2261 	WebCore/rendering/RenderPart.h \
       
  2262 	WebCore/rendering/RenderProgress.cpp \
       
  2263 	WebCore/rendering/RenderProgress.h \
       
  2264 	WebCore/rendering/RenderReplaced.cpp \
       
  2265 	WebCore/rendering/RenderReplaced.h \
       
  2266 	WebCore/rendering/RenderReplica.cpp \
       
  2267 	WebCore/rendering/RenderReplica.h \
       
  2268 	WebCore/rendering/RenderRuby.cpp \
       
  2269 	WebCore/rendering/RenderRuby.h \
       
  2270 	WebCore/rendering/RenderRubyBase.cpp \
       
  2271 	WebCore/rendering/RenderRubyBase.h \
       
  2272 	WebCore/rendering/RenderRubyRun.cpp \
       
  2273 	WebCore/rendering/RenderRubyRun.h \
       
  2274 	WebCore/rendering/RenderRubyText.cpp \
       
  2275 	WebCore/rendering/RenderRubyText.h \
       
  2276 	WebCore/rendering/RenderScrollbar.cpp \
       
  2277 	WebCore/rendering/RenderScrollbar.h \
       
  2278 	WebCore/rendering/RenderScrollbarPart.cpp \
       
  2279 	WebCore/rendering/RenderScrollbarPart.h \
       
  2280 	WebCore/rendering/RenderScrollbarTheme.cpp \
       
  2281 	WebCore/rendering/RenderScrollbarTheme.h \
       
  2282 	WebCore/rendering/RenderSVGResourceContainer.h \
       
  2283 	WebCore/rendering/RenderSelectionInfo.h \
       
  2284 	WebCore/rendering/RenderSlider.cpp \
       
  2285 	WebCore/rendering/RenderSlider.h \
       
  2286 	WebCore/rendering/RenderTable.cpp \
       
  2287 	WebCore/rendering/RenderTable.h \
       
  2288 	WebCore/rendering/RenderTableCell.cpp \
       
  2289 	WebCore/rendering/RenderTableCell.h \
       
  2290 	WebCore/rendering/RenderTableCol.cpp \
       
  2291 	WebCore/rendering/RenderTableCol.h \
       
  2292 	WebCore/rendering/RenderTableRow.cpp \
       
  2293 	WebCore/rendering/RenderTableRow.h \
       
  2294 	WebCore/rendering/RenderTableSection.cpp \
       
  2295 	WebCore/rendering/RenderTableSection.h \
       
  2296 	WebCore/rendering/RenderText.cpp \
       
  2297 	WebCore/rendering/RenderText.h \
       
  2298 	WebCore/rendering/RenderTextControl.cpp \
       
  2299 	WebCore/rendering/RenderTextControl.h \
       
  2300 	WebCore/rendering/RenderTextControlMultiLine.cpp \
       
  2301 	WebCore/rendering/RenderTextControlMultiLine.h \
       
  2302 	WebCore/rendering/RenderTextControlSingleLine.cpp \
       
  2303 	WebCore/rendering/RenderTextControlSingleLine.h \
       
  2304 	WebCore/rendering/RenderTextFragment.cpp \
       
  2305 	WebCore/rendering/RenderTextFragment.h \
       
  2306 	WebCore/rendering/RenderTheme.cpp \
       
  2307 	WebCore/rendering/RenderTheme.h \
       
  2308 	WebCore/rendering/RenderTreeAsText.cpp \
       
  2309 	WebCore/rendering/RenderTreeAsText.h \
       
  2310 	WebCore/rendering/RenderView.cpp \
       
  2311 	WebCore/rendering/RenderView.h \
       
  2312 	WebCore/rendering/RenderWidget.cpp \
       
  2313 	WebCore/rendering/RenderWidget.h \
       
  2314 	WebCore/rendering/RenderWidgetProtector.h \
       
  2315 	WebCore/rendering/RenderWordBreak.cpp \
       
  2316 	WebCore/rendering/RenderWordBreak.h \
       
  2317 	WebCore/rendering/RootInlineBox.cpp \
       
  2318 	WebCore/rendering/RootInlineBox.h \
       
  2319 	WebCore/rendering/ScrollBehavior.cpp \
       
  2320 	WebCore/rendering/ScrollBehavior.h \
       
  2321 	WebCore/rendering/ShadowElement.cpp \
       
  2322 	WebCore/rendering/ShadowElement.h \
       
  2323 	WebCore/rendering/TableLayout.h \
       
  2324 	WebCore/rendering/TextControlInnerElements.cpp \
       
  2325 	WebCore/rendering/TextControlInnerElements.h \
       
  2326 	WebCore/rendering/TrailingFloatsRootInlineBox.h \
       
  2327 	WebCore/rendering/TransformState.cpp \
       
  2328 	WebCore/rendering/TransformState.h \
       
  2329 	WebCore/rendering/break_lines.cpp \
       
  2330 	WebCore/rendering/break_lines.h \
       
  2331 	WebCore/rendering/style/BindingURI.cpp \
       
  2332 	WebCore/rendering/style/BindingURI.h \
       
  2333 	WebCore/rendering/style/BorderData.h \
       
  2334 	WebCore/rendering/style/BorderValue.h \
       
  2335 	WebCore/rendering/style/CollapsedBorderValue.h \
       
  2336 	WebCore/rendering/style/ContentData.cpp \
       
  2337 	WebCore/rendering/style/ContentData.h \
       
  2338 	WebCore/rendering/style/CounterContent.h \
       
  2339 	WebCore/rendering/style/CounterDirectives.cpp \
       
  2340 	WebCore/rendering/style/CounterDirectives.h \
       
  2341 	WebCore/rendering/style/CursorData.h \
       
  2342 	WebCore/rendering/style/CursorList.h \
       
  2343 	WebCore/rendering/style/DataRef.h \
       
  2344 	WebCore/rendering/style/FillLayer.cpp \
       
  2345 	WebCore/rendering/style/FillLayer.h \
       
  2346 	WebCore/rendering/style/KeyframeList.cpp \
       
  2347 	WebCore/rendering/style/KeyframeList.h \
       
  2348 	WebCore/rendering/style/LineClampValue.h \
       
  2349 	WebCore/rendering/style/NinePieceImage.cpp \
       
  2350 	WebCore/rendering/style/NinePieceImage.h \
       
  2351 	WebCore/rendering/style/OutlineValue.h \
       
  2352 	WebCore/rendering/style/RenderStyle.cpp \
       
  2353 	WebCore/rendering/style/RenderStyle.h \
       
  2354 	WebCore/rendering/style/RenderStyleConstants.h \
       
  2355 	WebCore/rendering/style/ShadowData.cpp \
       
  2356 	WebCore/rendering/style/ShadowData.h \
       
  2357 	WebCore/rendering/style/StyleBackgroundData.cpp \
       
  2358 	WebCore/rendering/style/StyleBackgroundData.h \
       
  2359 	WebCore/rendering/style/StyleBoxData.cpp \
       
  2360 	WebCore/rendering/style/StyleBoxData.h \
       
  2361 	WebCore/rendering/style/StyleCachedImage.cpp \
       
  2362 	WebCore/rendering/style/StyleCachedImage.h \
       
  2363 	WebCore/rendering/style/StyleDashboardRegion.h \
       
  2364 	WebCore/rendering/style/StyleFlexibleBoxData.cpp \
       
  2365 	WebCore/rendering/style/StyleFlexibleBoxData.h \
       
  2366 	WebCore/rendering/style/StyleGeneratedImage.cpp \
       
  2367 	WebCore/rendering/style/StyleGeneratedImage.h \
       
  2368 	WebCore/rendering/style/StyleImage.h \
       
  2369 	WebCore/rendering/style/StyleInheritedData.cpp \
       
  2370 	WebCore/rendering/style/StyleInheritedData.h \
       
  2371 	WebCore/rendering/style/StyleMarqueeData.cpp \
       
  2372 	WebCore/rendering/style/StyleMarqueeData.h \
       
  2373 	WebCore/rendering/style/StyleMultiColData.cpp \
       
  2374 	WebCore/rendering/style/StyleMultiColData.h \
       
  2375 	WebCore/rendering/style/StyleRareInheritedData.cpp \
       
  2376 	WebCore/rendering/style/StyleRareInheritedData.h \
       
  2377 	WebCore/rendering/style/StyleRareNonInheritedData.cpp \
       
  2378 	WebCore/rendering/style/StyleRareNonInheritedData.h \
       
  2379 	WebCore/rendering/style/StyleReflection.h \
       
  2380 	WebCore/rendering/style/StyleSurroundData.cpp \
       
  2381 	WebCore/rendering/style/StyleSurroundData.h \
       
  2382 	WebCore/rendering/style/StyleTransformData.cpp \
       
  2383 	WebCore/rendering/style/StyleTransformData.h \
       
  2384 	WebCore/rendering/style/StyleVisualData.cpp \
       
  2385 	WebCore/rendering/style/StyleVisualData.h \
       
  2386 	WebCore/xml/DOMParser.cpp \
       
  2387 	WebCore/xml/DOMParser.h \
       
  2388 	WebCore/xml/XMLHttpRequest.cpp \
       
  2389 	WebCore/xml/XMLHttpRequest.h \
       
  2390 	WebCore/xml/XMLHttpRequestException.h \
       
  2391 	WebCore/xml/XMLHttpRequestProgressEvent.h \
       
  2392 	WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp \
       
  2393 	WebCore/xml/XMLHttpRequestProgressEventThrottle.h \
       
  2394 	WebCore/xml/XMLHttpRequestUpload.cpp \
       
  2395 	WebCore/xml/XMLHttpRequestUpload.h \
       
  2396 	WebCore/xml/XMLSerializer.cpp \
       
  2397 	WebCore/xml/XMLSerializer.h
       
  2398 
       
  2399 webcoregtk_sources += \
       
  2400 	WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp \
       
  2401 	WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp \
       
  2402 	WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.h \
       
  2403 	WebCore/accessibility/gtk/AXObjectCacheAtk.cpp \
       
  2404 	WebCore/bindings/js/ScriptControllerGtk.cpp \
       
  2405 	WebCore/page/gtk/DragControllerGtk.cpp \
       
  2406 	WebCore/page/gtk/EventHandlerGtk.cpp \
       
  2407 	WebCore/page/gtk/FrameGtk.cpp \
       
  2408 	WebCore/platform/graphics/cairo/CairoPath.h \
       
  2409 	WebCore/platform/graphics/cairo/FontCacheCairo.cpp \
       
  2410 	WebCore/platform/graphics/cairo/FontCairo.cpp \
       
  2411 	WebCore/platform/graphics/cairo/FontCustomPlatformData.h \
       
  2412 	WebCore/platform/graphics/cairo/FontPlatformData.h \
       
  2413 	WebCore/platform/graphics/cairo/GOwnPtrCairo.cpp \
       
  2414 	WebCore/platform/graphics/cairo/GOwnPtrCairo.h \
       
  2415 	WebCore/platform/graphics/cairo/GradientCairo.cpp \
       
  2416 	WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
       
  2417 	WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
       
  2418 	WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
       
  2419 	WebCore/platform/graphics/cairo/ImageBufferData.h \
       
  2420 	WebCore/platform/graphics/cairo/ImageCairo.cpp \
       
  2421 	WebCore/platform/graphics/cairo/PathCairo.cpp \
       
  2422 	WebCore/platform/graphics/cairo/PatternCairo.cpp \
       
  2423 	WebCore/platform/graphics/cairo/TransformationMatrixCairo.cpp \
       
  2424 	WebCore/platform/graphics/gtk/ColorGtk.cpp \
       
  2425 	WebCore/platform/graphics/gtk/FontGtk.cpp \
       
  2426 	WebCore/platform/graphics/gtk/IconGtk.cpp \
       
  2427 	WebCore/platform/graphics/gtk/ImageGtk.cpp \
       
  2428 	WebCore/platform/graphics/gtk/IntPointGtk.cpp \
       
  2429 	WebCore/platform/graphics/gtk/IntRectGtk.cpp \
       
  2430 	WebCore/platform/gtk/ClipboardGtk.cpp \
       
  2431 	WebCore/platform/gtk/ClipboardGtk.h \
       
  2432 	WebCore/platform/gtk/ClipboardUtilitiesGtk.cpp \
       
  2433 	WebCore/platform/gtk/ClipboardUtilitiesGtk.h \
       
  2434 	WebCore/platform/gtk/ContextMenuGtk.cpp \
       
  2435 	WebCore/platform/gtk/ContextMenuItemGtk.cpp \
       
  2436 	WebCore/platform/gtk/CursorGtk.cpp \
       
  2437 	WebCore/platform/gtk/CursorGtk.h \
       
  2438 	WebCore/platform/gtk/DataObjectGtk.cpp \
       
  2439 	WebCore/platform/gtk/DataObjectGtk.h \
       
  2440 	WebCore/platform/gtk/DragDataGtk.cpp \
       
  2441 	WebCore/platform/gtk/DragImageGtk.cpp \
       
  2442 	WebCore/platform/gtk/EventLoopGtk.cpp \
       
  2443 	WebCore/platform/gtk/FileChooserGtk.cpp \
       
  2444 	WebCore/platform/gtk/FileSystemGtk.cpp \
       
  2445 	WebCore/platform/gtk/GOwnPtrGtk.cpp \
       
  2446 	WebCore/platform/gtk/GOwnPtrGtk.h \
       
  2447 	WebCore/platform/gtk/GRefPtrGtk.cpp \
       
  2448 	WebCore/platform/gtk/GRefPtrGtk.h \
       
  2449 	WebCore/platform/gtk/gtk2drawing.c \
       
  2450 	WebCore/platform/gtk/gtkdrawing.h \
       
  2451 	WebCore/platform/gtk/GtkPluginWidget.cpp \
       
  2452 	WebCore/platform/gtk/GtkPluginWidget.h \
       
  2453 	WebCore/platform/gtk/GtkVersioning.h \
       
  2454 	WebCore/platform/gtk/KeyEventGtk.cpp \
       
  2455 	WebCore/platform/gtk/KURLGtk.cpp \
       
  2456 	WebCore/platform/gtk/Language.cpp \
       
  2457 	WebCore/platform/gtk/LocalizedStringsGtk.cpp \
       
  2458 	WebCore/platform/gtk/LoggingGtk.cpp \
       
  2459 	WebCore/platform/gtk/MIMETypeRegistryGtk.cpp \
       
  2460 	WebCore/platform/gtk/MouseEventGtk.cpp \
       
  2461 	WebCore/platform/gtk/PasteboardGtk.cpp \
       
  2462 	WebCore/platform/gtk/PasteboardHelper.cpp \
       
  2463 	WebCore/platform/gtk/PasteboardHelper.h \
       
  2464 	WebCore/platform/gtk/PlatformScreenGtk.cpp \
       
  2465 	WebCore/platform/gtk/PopupMenuGtk.cpp \
       
  2466 	WebCore/platform/gtk/RenderThemeGtk.cpp \
       
  2467 	WebCore/platform/gtk/RenderThemeGtk.h \
       
  2468 	WebCore/platform/gtk/ScrollbarGtk.cpp \
       
  2469 	WebCore/platform/gtk/ScrollbarGtk.h \
       
  2470 	WebCore/platform/gtk/ScrollbarThemeGtk.cpp \
       
  2471 	WebCore/platform/gtk/ScrollbarThemeGtk.h \
       
  2472 	WebCore/platform/gtk/ScrollViewGtk.cpp \
       
  2473 	WebCore/platform/gtk/SearchPopupMenuGtk.cpp \
       
  2474 	WebCore/platform/gtk/SharedBufferGtk.cpp \
       
  2475 	WebCore/platform/gtk/SharedTimerGtk.cpp \
       
  2476 	WebCore/platform/gtk/SoundGtk.cpp \
       
  2477 	WebCore/platform/gtk/TemporaryLinkStubs.cpp \
       
  2478 	WebCore/platform/gtk/WheelEventGtk.cpp \
       
  2479 	WebCore/platform/gtk/WidgetGtk.cpp \
       
  2480 	WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp \
       
  2481 	WebCore/platform/image-decoders/bmp/BMPImageDecoder.h \
       
  2482 	WebCore/platform/image-decoders/bmp/BMPImageReader.cpp \
       
  2483 	WebCore/platform/image-decoders/bmp/BMPImageReader.h \
       
  2484 	WebCore/platform/image-decoders/cairo/ImageDecoderCairo.cpp \
       
  2485 	WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp \
       
  2486 	WebCore/platform/image-decoders/gif/GIFImageDecoder.h \
       
  2487 	WebCore/platform/image-decoders/gif/GIFImageReader.cpp \
       
  2488 	WebCore/platform/image-decoders/gif/GIFImageReader.h \
       
  2489 	WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp \
       
  2490 	WebCore/platform/image-decoders/ico/ICOImageDecoder.h \
       
  2491 	WebCore/platform/image-decoders/ImageDecoder.cpp \
       
  2492 	WebCore/platform/image-decoders/ImageDecoder.h \
       
  2493 	WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
       
  2494 	WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h \
       
  2495 	WebCore/platform/image-decoders/png/PNGImageDecoder.cpp \
       
  2496 	WebCore/platform/image-decoders/png/PNGImageDecoder.h \
       
  2497 	WebCore/platform/network/soup/AuthenticationChallenge.h \
       
  2498 	WebCore/platform/network/soup/CookieJarSoup.cpp \
       
  2499 	WebCore/platform/network/soup/CookieJarSoup.h \
       
  2500 	WebCore/platform/network/soup/GOwnPtrSoup.cpp \
       
  2501 	WebCore/platform/network/soup/GOwnPtrSoup.h \
       
  2502 	WebCore/platform/network/soup/ResourceError.h \
       
  2503 	WebCore/platform/network/soup/ResourceHandleSoup.cpp \
       
  2504 	WebCore/platform/network/soup/ResourceRequest.h \
       
  2505 	WebCore/platform/network/soup/ResourceRequestSoup.cpp \
       
  2506 	WebCore/platform/network/soup/ResourceResponse.h \
       
  2507 	WebCore/platform/network/soup/ResourceResponseSoup.cpp \
       
  2508 	WebCore/plugins/gtk/PluginDataGtk.cpp \
       
  2509 	WebCore/plugins/gtk/PluginPackageGtk.cpp \
       
  2510 	WebCore/plugins/gtk/PluginViewGtk.cpp \
       
  2511 	WebCore/workers/SharedWorkerRepository.h
       
  2512 
       
  2513 if TARGET_X11
       
  2514 webcoregtk_sources += \
       
  2515 	WebCore/plugins/gtk/gtk2xtbin.c \
       
  2516 	WebCore/plugins/gtk/gtk2xtbin.h \
       
  2517 	WebCore/plugins/gtk/xembed.h
       
  2518 endif
       
  2519 
       
  2520 if TARGET_WIN32
       
  2521 webcore_sources += \
       
  2522 	WebCore/plugins/win/PluginDatabaseWin.cpp \
       
  2523 	WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
       
  2524 	WebCore/plugins/win/PluginMessageThrottlerWin.h
       
  2525 endif
       
  2526 
       
  2527 # ----
       
  2528 # GTK+ 2.x/3.x support
       
  2529 # ----
       
  2530 
       
  2531 if GTK_API_VERSION_2
       
  2532 webcore_cppflags += \
       
  2533 	-DGTK_API_VERSION_2=1
       
  2534 endif
       
  2535 
       
  2536 # ----
       
  2537 # icu unicode backend
       
  2538 # ----
       
  2539 if USE_ICU_UNICODE
       
  2540 webcoregtk_sources += \
       
  2541 	WebCore/platform/text/TextCodecICU.cpp \
       
  2542 	WebCore/platform/text/TextCodecICU.h \
       
  2543 	WebCore/platform/text/TextBreakIteratorICU.cpp \
       
  2544 	WebCore/platform/text/TextBreakIteratorInternalICU.h \
       
  2545 	WebCore/platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp
       
  2546 endif
       
  2547 
       
  2548 # ----
       
  2549 # glib unicode backend
       
  2550 # ----
       
  2551 if USE_GLIB_UNICODE
       
  2552 webcoregtk_sources += \
       
  2553 	WebCore/platform/text/gtk/TextCodecGtk.cpp \
       
  2554 	WebCore/platform/text/gtk/TextCodecGtk.h \
       
  2555 	WebCore/platform/text/gtk/TextBreakIteratorGtk.cpp
       
  2556 endif
       
  2557 
       
  2558 
       
  2559 # ---
       
  2560 # Channel mesaging support
       
  2561 # ---
       
  2562 if ENABLE_CHANNEL_MESSAGING
       
  2563 FEATURE_DEFINES += ENABLE_CHANNEL_MESSAGING=1
       
  2564 
       
  2565 webcore_cppflags += \
       
  2566 	-DENABLE_CHANNEL_MESSAGING=1
       
  2567 
       
  2568 endif # END ENABLE_CHANNEL_MESSAGING
       
  2569 
       
  2570 # ---
       
  2571 # Fast Mobile Scrolling
       
  2572 # ---
       
  2573 if ENABLE_FAST_MOBILE_SCROLLING
       
  2574 FEATURE_DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
       
  2575 
       
  2576 webcore_cppflags += \
       
  2577 	-DENABLE_FAST_MOBILE_SCROLLING=1
       
  2578 
       
  2579 endif # END ENABLE_FAST_MOBILE_SCROLLING
       
  2580 
       
  2581 # ---
       
  2582 # Freetype font backend
       
  2583 # ---
       
  2584 if USE_FREETYPE
       
  2585 webcoregtk_cppflags += \
       
  2586 	-DUSE_FREETYPE=1
       
  2587 
       
  2588 webcoregtk_sources += \
       
  2589 	WebCore/platform/graphics/cairo/FontCustomPlatformData.cpp \
       
  2590 	WebCore/platform/graphics/cairo/FontPlatformDataCairo.cpp \
       
  2591 	WebCore/platform/graphics/cairo/GlyphPageTreeNodeCairo.cpp \
       
  2592 	WebCore/platform/graphics/cairo/SimpleFontDataCairo.cpp
       
  2593 endif # END USE_FREETYPE
       
  2594 
       
  2595 # ---
       
  2596 # Pango font backend
       
  2597 # ---
       
  2598 if USE_PANGO
       
  2599 webcoregtk_cppflags += \
       
  2600 	-DUSE_PANGO=1
       
  2601 
       
  2602 webcoregtk_sources += \
       
  2603 	WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp \
       
  2604 	WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp \
       
  2605 	WebCore/platform/graphics/gtk/GlyphPageTreeNodePango.cpp \
       
  2606 	WebCore/platform/graphics/gtk/SimpleFontDataPango.cpp
       
  2607 endif # END USE_PANGO
       
  2608 
       
  2609 # ----
       
  2610 # HTML Data Grid - disable for now.
       
  2611 # ----
       
  2612 FEATURE_DEFINES += ENABLE_DATAGRID=0
       
  2613 
       
  2614 webcore_cppflags += \
       
  2615 	-DENABLE_DATAGRID=0
       
  2616 
       
  2617 # ----
       
  2618 # HTML Meter Element - disable for now.
       
  2619 # ----
       
  2620 FEATURE_DEFINES += ENABLE_METER_TAG=0
       
  2621 
       
  2622 webcore_cppflags += \
       
  2623     -DENABLE_METER_TAG=0
       
  2624 
       
  2625 # ----
       
  2626 # HTML Progress Element
       
  2627 # ----
       
  2628 FEATURE_DEFINES += ENABLE_PROGRESS_TAG=1
       
  2629 
       
  2630 webcore_cppflags += \
       
  2631 	-DENABLE_PROGRESS_TAG=1
       
  2632 
       
  2633 # ----
       
  2634 # JavaScript Debugger/Profiler
       
  2635 # ----
       
  2636 if ENABLE_JAVASCRIPT_DEBUGGER
       
  2637 FEATURE_DEFINES += ENABLE_JAVASCRIPT_DEBUGGER=1
       
  2638 
       
  2639 webcore_cppflags += \
       
  2640 	-DENABLE_JAVASCRIPT_DEBUGGER=1
       
  2641 
       
  2642 else
       
  2643 webcore_cppflags += \
       
  2644 	-DENABLE_JAVASCRIPT_DEBUGGER=0
       
  2645 
       
  2646 endif # END ENABLE_JAVASCRIPT_DEBUGGER
       
  2647 
       
  2648 # ----
       
  2649 # Offline Web Applications
       
  2650 # ----
       
  2651 if ENABLE_OFFLINE_WEB_APPLICATIONS
       
  2652 FEATURE_DEFINES += ENABLE_OFFLINE_WEB_APPLICATIONS=1
       
  2653 
       
  2654 webcore_cppflags += \
       
  2655 	-DENABLE_OFFLINE_WEB_APPLICATIONS=1
       
  2656 
       
  2657 webcore_built_sources += \
       
  2658 	DerivedSources/WebCore/JSDOMApplicationCache.cpp \
       
  2659 	DerivedSources/WebCore/JSDOMApplicationCache.h
       
  2660 
       
  2661 webcore_sources += \
       
  2662 	WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
       
  2663 	WebCore/loader/appcache/ApplicationCache.cpp \
       
  2664 	WebCore/loader/appcache/ApplicationCache.h \
       
  2665 	WebCore/loader/appcache/ApplicationCacheGroup.cpp \
       
  2666 	WebCore/loader/appcache/ApplicationCacheGroup.h \
       
  2667 	WebCore/loader/appcache/ApplicationCacheHost.cpp \
       
  2668 	WebCore/loader/appcache/ApplicationCacheHost.h \
       
  2669 	WebCore/loader/appcache/ApplicationCacheResource.cpp \
       
  2670 	WebCore/loader/appcache/ApplicationCacheResource.h \
       
  2671 	WebCore/loader/appcache/ApplicationCacheStorage.cpp \
       
  2672 	WebCore/loader/appcache/ApplicationCacheStorage.h \
       
  2673 	WebCore/loader/appcache/DOMApplicationCache.cpp \
       
  2674 	WebCore/loader/appcache/DOMApplicationCache.h \
       
  2675 	WebCore/loader/appcache/ManifestParser.cpp \
       
  2676 	WebCore/loader/appcache/ManifestParser.h
       
  2677 
       
  2678 endif # END ENABLE_OFFLINE_WEB_APPLICATIONS
       
  2679 
       
  2680 # ----
       
  2681 # Database Support
       
  2682 # ----
       
  2683 if ENABLE_DATABASE
       
  2684 FEATURE_DEFINES += ENABLE_DATABASE=1
       
  2685 
       
  2686 webcore_cppflags += \
       
  2687 	-DENABLE_DATABASE=1
       
  2688 
       
  2689 webcore_built_sources += \
       
  2690 	DerivedSources/WebCore/JSDatabase.cpp \
       
  2691 	DerivedSources/WebCore/JSDatabase.h \
       
  2692 	DerivedSources/WebCore/JSDatabaseCallback.cpp \
       
  2693 	DerivedSources/WebCore/JSDatabaseCallback.h \
       
  2694 	DerivedSources/WebCore/JSDatabaseSync.cpp \
       
  2695 	DerivedSources/WebCore/JSDatabaseSync.h \
       
  2696 	DerivedSources/WebCore/JSSQLError.cpp \
       
  2697 	DerivedSources/WebCore/JSSQLError.h \
       
  2698 	DerivedSources/WebCore/JSSQLException.cpp \
       
  2699 	DerivedSources/WebCore/JSSQLException.h \
       
  2700 	DerivedSources/WebCore/JSSQLResultSet.cpp \
       
  2701 	DerivedSources/WebCore/JSSQLResultSet.h \
       
  2702 	DerivedSources/WebCore/JSSQLResultSetRowList.cpp \
       
  2703 	DerivedSources/WebCore/JSSQLResultSetRowList.h \
       
  2704 	DerivedSources/WebCore/JSSQLStatementCallback.cpp \
       
  2705 	DerivedSources/WebCore/JSSQLStatementCallback.h \
       
  2706 	DerivedSources/WebCore/JSSQLStatementErrorCallback.cpp \
       
  2707 	DerivedSources/WebCore/JSSQLStatementErrorCallback.h \
       
  2708 	DerivedSources/WebCore/JSSQLTransaction.cpp \
       
  2709 	DerivedSources/WebCore/JSSQLTransaction.h \
       
  2710 	DerivedSources/WebCore/JSSQLTransactionCallback.cpp \
       
  2711 	DerivedSources/WebCore/JSSQLTransactionCallback.h \
       
  2712 	DerivedSources/WebCore/JSSQLTransactionErrorCallback.cpp \
       
  2713 	DerivedSources/WebCore/JSSQLTransactionErrorCallback.h \
       
  2714 	DerivedSources/WebCore/JSSQLTransactionSync.cpp \
       
  2715 	DerivedSources/WebCore/JSSQLTransactionSync.h \
       
  2716 	DerivedSources/WebCore/JSSQLTransactionSyncCallback.cpp \
       
  2717 	DerivedSources/WebCore/JSSQLTransactionSyncCallback.h
       
  2718 
       
  2719 webcore_sources += \
       
  2720 	WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp \
       
  2721 	WebCore/bindings/js/JSDatabaseCustom.cpp \
       
  2722 	WebCore/bindings/js/JSDatabaseSyncCustom.cpp \
       
  2723 	WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp \
       
  2724 	WebCore/bindings/js/JSSQLTransactionCustom.cpp \
       
  2725 	WebCore/bindings/js/JSSQLTransactionSyncCustom.cpp \
       
  2726 	WebCore/platform/sql/SQLValue.cpp \
       
  2727 	WebCore/platform/sql/SQLValue.h \
       
  2728 	WebCore/platform/sql/SQLiteAuthorizer.cpp \
       
  2729 	WebCore/platform/sql/SQLiteDatabase.cpp \
       
  2730 	WebCore/platform/sql/SQLiteDatabase.h \
       
  2731 	WebCore/platform/sql/SQLiteFileSystem.cpp \
       
  2732 	WebCore/platform/sql/SQLiteFileSystem.h \
       
  2733 	WebCore/platform/sql/SQLiteStatement.cpp \
       
  2734 	WebCore/platform/sql/SQLiteStatement.h \
       
  2735 	WebCore/platform/sql/SQLiteTransaction.cpp \
       
  2736 	WebCore/platform/sql/SQLiteTransaction.h \
       
  2737 	WebCore/storage/AbstractDatabase.cpp \
       
  2738 	WebCore/storage/AbstractDatabase.h \
       
  2739 	WebCore/storage/ChangeVersionWrapper.cpp \
       
  2740 	WebCore/storage/ChangeVersionWrapper.h \
       
  2741 	WebCore/storage/Database.cpp \
       
  2742 	WebCore/storage/Database.h \
       
  2743 	WebCore/storage/DatabaseAuthorizer.cpp \
       
  2744 	WebCore/storage/DatabaseAuthorizer.h \
       
  2745 	WebCore/storage/DatabaseCallback.h \
       
  2746 	WebCore/storage/DatabaseDetails.h \
       
  2747 	WebCore/storage/DatabaseSync.cpp \
       
  2748 	WebCore/storage/DatabaseSync.h \
       
  2749 	WebCore/storage/DatabaseTask.cpp \
       
  2750 	WebCore/storage/DatabaseTask.h \
       
  2751 	WebCore/storage/DatabaseThread.cpp \
       
  2752 	WebCore/storage/DatabaseThread.h \
       
  2753 	WebCore/storage/DatabaseTracker.cpp \
       
  2754 	WebCore/storage/DatabaseTracker.h \
       
  2755 	WebCore/storage/DatabaseTrackerClient.h \
       
  2756 	WebCore/storage/IDBKey.h \
       
  2757 	WebCore/storage/OriginQuotaManager.cpp \
       
  2758 	WebCore/storage/OriginQuotaManager.h \
       
  2759 	WebCore/storage/OriginUsageRecord.cpp \
       
  2760 	WebCore/storage/OriginUsageRecord.h \
       
  2761 	WebCore/storage/SQLError.h \
       
  2762 	WebCore/storage/SQLException.h \
       
  2763 	WebCore/storage/SQLResultSet.cpp \
       
  2764 	WebCore/storage/SQLResultSet.h \
       
  2765 	WebCore/storage/SQLResultSetRowList.cpp \
       
  2766 	WebCore/storage/SQLResultSetRowList.h \
       
  2767 	WebCore/storage/SQLStatement.cpp \
       
  2768 	WebCore/storage/SQLStatement.h \
       
  2769 	WebCore/storage/SQLStatementCallback.h \
       
  2770 	WebCore/storage/SQLStatementErrorCallback.h \
       
  2771 	WebCore/storage/SQLStatementSync.cpp \
       
  2772 	WebCore/storage/SQLStatementSync.h \
       
  2773 	WebCore/storage/SQLTransaction.cpp \
       
  2774 	WebCore/storage/SQLTransaction.h \
       
  2775 	WebCore/storage/SQLTransactionCallback.h \
       
  2776 	WebCore/storage/SQLTransactionClient.cpp \
       
  2777 	WebCore/storage/SQLTransactionClient.h \
       
  2778 	WebCore/storage/SQLTransactionCoordinator.h \
       
  2779 	WebCore/storage/SQLTransactionCoordinator.cpp \
       
  2780 	WebCore/storage/SQLTransactionErrorCallback.h \
       
  2781 	WebCore/storage/SQLTransactionSync.cpp \
       
  2782 	WebCore/storage/SQLTransactionSync.h \
       
  2783 	WebCore/storage/SQLTransactionSyncCallback.h
       
  2784 
       
  2785 else
       
  2786 webcore_cppflags += -DENABLE_DATABASE=0
       
  2787 
       
  2788 endif # END ENABLE_DATABASE
       
  2789 
       
  2790 # ----
       
  2791 # HTML5 datalist Support
       
  2792 # ----
       
  2793 if ENABLE_DATALIST
       
  2794 FEATURE_DEFINES += ENABLE_DATALIST=1
       
  2795 HTML_FEATURES += ENABLE_DATALIST=1
       
  2796 
       
  2797 webcore_cppflags += -DENABLE_DATALIST=1
       
  2798 
       
  2799 endif # END ENABLE_DATALIST
       
  2800 
       
  2801 # ----
       
  2802 # HTML5 server-sent events
       
  2803 # ----
       
  2804 if !ENABLE_EVENTSOURCE
       
  2805 global_cppflags += -DENABLE_EVENTSOURCE=0
       
  2806 endif
       
  2807 
       
  2808 if ENABLE_EVENTSOURCE
       
  2809 FEATURE_DEFINES += ENABLE_EVENTSOURCE=1
       
  2810 
       
  2811 webcore_cppflags += \
       
  2812 	-DENABLE_EVENTSOURCE=1
       
  2813 endif # ENABLE_EVENTSOURCE
       
  2814 
       
  2815 # ----
       
  2816 # Indexed Database API support
       
  2817 # ----
       
  2818 if ENABLE_INDEXED_DATABASE
       
  2819 FEATURE_DEFINES += ENABLE_INDEXED_DATABASE=1
       
  2820 
       
  2821 webcore_cppflags += \
       
  2822 	-DENABLE_INDEXED_DATABASE=1
       
  2823 
       
  2824 webcore_built_sources += \
       
  2825 	DerivedSources/WebCore/JSIDBAny.cpp \
       
  2826 	DerivedSources/WebCore/JSIDBAny.h \
       
  2827 	DerivedSources/WebCore/JSIDBDatabaseError.cpp \
       
  2828 	DerivedSources/WebCore/JSIDBDatabaseError.h \
       
  2829 	DerivedSources/WebCore/JSIDBDatabaseException.cpp \
       
  2830 	DerivedSources/WebCore/JSIDBDatabaseException.h \
       
  2831 	DerivedSources/WebCore/JSIDBDatabaseRequest.cpp \
       
  2832 	DerivedSources/WebCore/JSIDBDatabaseRequest.h \
       
  2833 	DerivedSources/WebCore/JSIDBErrorEvent.cpp \
       
  2834 	DerivedSources/WebCore/JSIDBErrorEvent.h \
       
  2835 	DerivedSources/WebCore/JSIDBEvent.cpp \
       
  2836 	DerivedSources/WebCore/JSIDBEvent.h \
       
  2837 	DerivedSources/WebCore/JSIDBIndexRequest.cpp \
       
  2838 	DerivedSources/WebCore/JSIDBIndexRequest.h \
       
  2839 	DerivedSources/WebCore/JSIDBKeyRange.cpp \
       
  2840 	DerivedSources/WebCore/JSIDBKeyRange.h \
       
  2841 	DerivedSources/WebCore/JSIDBObjectStoreRequest.cpp \
       
  2842 	DerivedSources/WebCore/JSIDBObjectStoreRequest.h \
       
  2843 	DerivedSources/WebCore/JSIDBRequest.cpp \
       
  2844 	DerivedSources/WebCore/JSIDBRequest.h \
       
  2845 	DerivedSources/WebCore/JSIDBSuccessEvent.cpp \
       
  2846 	DerivedSources/WebCore/JSIDBSuccessEvent.h \
       
  2847 	DerivedSources/WebCore/JSIndexedDatabaseRequest.cpp \
       
  2848 	DerivedSources/WebCore/JSIndexedDatabaseRequest.h
       
  2849 
       
  2850 webcore_sources += \
       
  2851 	WebCore/storage/IDBAny.cpp \
       
  2852 	WebCore/storage/IDBAny.h \
       
  2853 	WebCore/storage/IDBCallbacks.h \
       
  2854 	WebCore/storage/IDBDatabase.h \
       
  2855 	WebCore/storage/IDBDatabaseImpl.cpp \
       
  2856 	WebCore/storage/IDBDatabaseImpl.h \
       
  2857 	WebCore/storage/IDBDatabaseError.h \
       
  2858 	WebCore/storage/IDBDatabaseException.h \
       
  2859 	WebCore/storage/IDBDatabaseRequest.cpp \
       
  2860 	WebCore/storage/IDBDatabaseRequest.h \
       
  2861 	WebCore/storage/IDBErrorEvent.cpp \
       
  2862 	WebCore/storage/IDBErrorEvent.h \
       
  2863 	WebCore/storage/IDBEvent.cpp \
       
  2864 	WebCore/storage/IDBEvent.h \
       
  2865 	WebCore/storage/IDBIndex.h \
       
  2866 	WebCore/storage/IDBIndexImpl.cpp \
       
  2867 	WebCore/storage/IDBIndexImpl.h \
       
  2868 	WebCore/storage/IDBIndexRequest.cpp \
       
  2869 	WebCore/storage/IDBIndexRequest.h \
       
  2870 	WebCore/storage/IDBKeyRange.cpp \
       
  2871 	WebCore/storage/IDBKeyRange.h \
       
  2872 	WebCore/storage/IDBObjectStore.h \
       
  2873 	WebCore/storage/IDBObjectStoreImpl.cpp \
       
  2874 	WebCore/storage/IDBObjectStoreImpl.h \
       
  2875 	WebCore/storage/IDBObjectStoreRequest.cpp \
       
  2876 	WebCore/storage/IDBObjectStoreRequest.h \
       
  2877 	WebCore/storage/IDBRequest.cpp \
       
  2878 	WebCore/storage/IDBRequest.h \
       
  2879 	WebCore/storage/IDBSuccessEvent.cpp \
       
  2880 	WebCore/storage/IDBSuccessEvent.h \
       
  2881 	WebCore/storage/IndexedDatabase.cpp \
       
  2882 	WebCore/storage/IndexedDatabase.h \
       
  2883 	WebCore/storage/IndexedDatabaseImpl.cpp \
       
  2884 	WebCore/storage/IndexedDatabaseImpl.h \
       
  2885 	WebCore/storage/IndexedDatabaseRequest.cpp \
       
  2886 	WebCore/storage/IndexedDatabaseRequest.h
       
  2887 endif # END ENABLE_INDEXED_DATABASE
       
  2888 
       
  2889 # ----
       
  2890 # Support for <input type="file" directory>
       
  2891 # ----
       
  2892 if ENABLE_DIRECTORY_UPLOAD
       
  2893 FEATURE_DEFINES += ENABLE_DIRECTORY_UPLOAD=1
       
  2894 webcore_cppflags += -DENABLE_DIRECTORY_UPLOAD=1
       
  2895 
       
  2896 else
       
  2897 
       
  2898 webcore_cppflags += -DENABLE_DIRECTORY_UPLOAD=0
       
  2899 
       
  2900 endif # END ENABLE_DIRECTORY_UPLOAD
       
  2901 
       
  2902 # ----
       
  2903 # HTML5 client-side session and persistent storage
       
  2904 # ----
       
  2905 if ENABLE_DOM_STORAGE
       
  2906 FEATURE_DEFINES += ENABLE_DOM_STORAGE=1
       
  2907 
       
  2908 webcore_cppflags += \
       
  2909 	-DENABLE_DOM_STORAGE=1
       
  2910 
       
  2911 webcore_built_sources += \
       
  2912 	DerivedSources/WebCore/JSStorage.cpp \
       
  2913 	DerivedSources/WebCore/JSStorage.h \
       
  2914 	DerivedSources/WebCore/JSStorageEvent.cpp \
       
  2915 	DerivedSources/WebCore/JSStorageEvent.h
       
  2916 
       
  2917 webcore_sources += \
       
  2918 	WebCore/bindings/js/JSStorageCustom.cpp \
       
  2919 	WebCore/storage/LocalStorageTask.cpp \
       
  2920 	WebCore/storage/LocalStorageTask.h \
       
  2921 	WebCore/storage/LocalStorageThread.cpp \
       
  2922 	WebCore/storage/LocalStorageThread.h \
       
  2923 	WebCore/storage/Storage.cpp \
       
  2924 	WebCore/storage/Storage.h \
       
  2925 	WebCore/storage/StorageArea.h \
       
  2926 	WebCore/storage/StorageAreaImpl.cpp \
       
  2927 	WebCore/storage/StorageAreaImpl.h \
       
  2928 	WebCore/storage/StorageAreaSync.cpp \
       
  2929 	WebCore/storage/StorageAreaSync.h \
       
  2930 	WebCore/storage/StorageEvent.cpp \
       
  2931 	WebCore/storage/StorageEventDispatcher.h \
       
  2932 	WebCore/storage/StorageEventDispatcher.cpp \
       
  2933 	WebCore/storage/StorageEvent.h \
       
  2934 	WebCore/storage/StorageMap.cpp \
       
  2935 	WebCore/storage/StorageMap.h \
       
  2936 	WebCore/storage/StorageNamespace.cpp \
       
  2937 	WebCore/storage/StorageNamespace.h \
       
  2938 	WebCore/storage/StorageNamespaceImpl.cpp \
       
  2939 	WebCore/storage/StorageNamespaceImpl.h \
       
  2940 	WebCore/storage/StorageSyncManager.cpp \
       
  2941 	WebCore/storage/StorageSyncManager.h
       
  2942 endif # END ENABLE_DOM_STORAGE
       
  2943 
       
  2944 # ----
       
  2945 # Speech Input API support
       
  2946 # ----
       
  2947 if ENABLE_INPUT_SPEECH
       
  2948 
       
  2949 FEATURE_DEFINES += ENABLE_INPUT_SPEECH=1
       
  2950 webcore_cppflags += -DENABLE_INPUT_SPEECH=1
       
  2951 
       
  2952 webcore_sources += \
       
  2953 	WebCore/page/SpeechInput.cpp \
       
  2954 	WebCore/page/SpeechInput.h \
       
  2955 	WebCore/page/SpeechInputClient.h \
       
  2956 	WebCore/page/SpeechInputClientListener.h \
       
  2957 	WebCore/page/SpeechInputListener.h
       
  2958 
       
  2959 else
       
  2960 
       
  2961 webcore_cppflags += -DENABLE_INPUT_SPEECH=0
       
  2962 
       
  2963 endif # END ENABLE_INPUT_SPEECH
       
  2964 
       
  2965 # ----
       
  2966 # Icon Database Support
       
  2967 # ----
       
  2968 if ENABLE_ICONDATABASE
       
  2969 webcore_cppflags += -DENABLE_ICONDATABASE=1
       
  2970 
       
  2971 webcore_sources += \
       
  2972 	WebCore/loader/icon/IconDatabase.cpp \
       
  2973 	WebCore/loader/icon/IconDatabase.h \
       
  2974 	WebCore/loader/icon/IconDatabaseClient.h \
       
  2975 	WebCore/loader/icon/IconRecord.cpp \
       
  2976 	WebCore/loader/icon/IconRecord.h \
       
  2977 	WebCore/loader/icon/PageURLRecord.cpp \
       
  2978 	WebCore/loader/icon/PageURLRecord.h
       
  2979 
       
  2980 else
       
  2981 webcore_sources += \
       
  2982 	WebCore/loader/icon/IconDatabaseNone.cpp
       
  2983 
       
  2984 webcore_cppflags += -DENABLE_ICONDATABASE=0
       
  2985 
       
  2986 endif # END ENABLE_ICONDATABASE
       
  2987 
       
  2988 # ----
       
  2989 # Image Resizer Support
       
  2990 # ----
       
  2991 if ENABLE_IMAGE_RESIZER
       
  2992 FEATURE_DEFINES += ENABLE_IMAGE_RESIZER=1
       
  2993 
       
  2994 webcore_cppflags += -DENABLE_IMAGE_RESIZER=1
       
  2995 
       
  2996 else
       
  2997 webcore_cppflags += -DENABLE_IMAGE_RESIZER=0
       
  2998 
       
  2999 endif # END ENABLE_IMAGE_RESIZER
       
  3000 
       
  3001 # ----
       
  3002 # Orientation Events
       
  3003 # ----
       
  3004 if ENABLE_ORIENTATION_EVENTS
       
  3005 
       
  3006 FEATURE_DEFINES += ENABLE_ORIENTATION_EVENTS=1
       
  3007 
       
  3008 webcore_cppflags += -DENABLE_ORIENTATION_EVENTS=1
       
  3009 
       
  3010 endif # END ENABLE_ORIENTATION_EVENTS
       
  3011 
       
  3012 # ----
       
  3013 # Video Support
       
  3014 # ----
       
  3015 if ENABLE_VIDEO
       
  3016 FEATURE_DEFINES += ENABLE_VIDEO=1
       
  3017 
       
  3018 HTML_FEATURES += ENABLE_VIDEO=1
       
  3019 webcore_cppflags += -DENABLE_VIDEO=1
       
  3020 
       
  3021 if ENABLE_DEBUG
       
  3022 webcore_cppflags += -DGST_DISABLE_DEPRECATED
       
  3023 endif # END ENABLE_DEBUG
       
  3024 
       
  3025 webcore_built_sources += \
       
  3026 	DerivedSources/WebCore/JSTimeRanges.cpp \
       
  3027 	DerivedSources/WebCore/JSTimeRanges.h
       
  3028 
       
  3029 webcore_sources += \
       
  3030 	WebCore/bindings/js/JSAudioConstructor.cpp \
       
  3031 	WebCore/bindings/js/JSAudioConstructor.h \
       
  3032 	WebCore/html/HTMLAudioElement.cpp \
       
  3033 	WebCore/html/HTMLAudioElement.h \
       
  3034 	WebCore/html/HTMLMediaElement.cpp \
       
  3035 	WebCore/html/HTMLMediaElement.h \
       
  3036 	WebCore/html/HTMLSourceElement.cpp \
       
  3037 	WebCore/html/HTMLSourceElement.h \
       
  3038 	WebCore/html/HTMLVideoElement.cpp \
       
  3039 	WebCore/html/HTMLVideoElement.h \
       
  3040 	WebCore/html/TimeRanges.cpp \
       
  3041 	WebCore/html/TimeRanges.h \
       
  3042 	WebCore/platform/graphics/MediaPlayer.cpp \
       
  3043 	WebCore/platform/graphics/MediaPlayerPrivate.h \
       
  3044 	WebCore/rendering/MediaControlElements.cpp \
       
  3045 	WebCore/rendering/RenderMedia.cpp \
       
  3046 	WebCore/rendering/RenderMedia.h \
       
  3047 	WebCore/rendering/RenderVideo.cpp \
       
  3048 	WebCore/rendering/RenderVideo.h
       
  3049 
       
  3050 webcoregtk_sources += \
       
  3051 	WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \
       
  3052 	WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
       
  3053 	WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
       
  3054 	WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h \
       
  3055 	WebCore/platform/graphics/gstreamer/DataSourceGStreamer.cpp \
       
  3056 	WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h \
       
  3057 	WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.cpp \
       
  3058 	WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.h \
       
  3059 	WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp \
       
  3060 	WebCore/platform/graphics/gstreamer/GStreamerGWorld.h \
       
  3061 	WebCore/platform/graphics/gstreamer/ImageGStreamer.h \
       
  3062 	WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp \
       
  3063 	WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
       
  3064 	WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h
       
  3065 
       
  3066 webcore_libadd += \
       
  3067 	-lgstinterfaces-0.10 \
       
  3068 	-lgstvideo-0.10 \
       
  3069 	-lgstpbutils-0.10 \
       
  3070 	-lgstapp-0.10
       
  3071 
       
  3072 endif # END ENABLE_VIDEO
       
  3073 
       
  3074 # ----
       
  3075 # XHTML-MP Support
       
  3076 # ----
       
  3077 if ENABLE_XHTMLMP
       
  3078 FEATURE_DEFINES += ENABLE_XHTMLMP=1
       
  3079 
       
  3080 webcore_cppflags += -DENABLE_XHTMLMP=1
       
  3081 
       
  3082 webcore_sources += \
       
  3083 	WebCore/html/HTMLNoScriptElement.cpp \
       
  3084 	WebCore/html/HTMLNoScriptElement.h
       
  3085 endif # END ENABLE_XHTMLMP
       
  3086 
       
  3087 # ----
       
  3088 # Sandboxed IFrame Support
       
  3089 # ----
       
  3090 if ENABLE_SANDBOX
       
  3091 
       
  3092 HTML_FEATURES += ENABLE_SANDBOX=1
       
  3093 webcore_cppflags += -DENABLE_SANDBOX=1
       
  3094 
       
  3095 endif # END ENABLE_SANDBOX
       
  3096 
       
  3097 # ----
       
  3098 # Ruby Support
       
  3099 # ----
       
  3100 if ENABLE_RUBY
       
  3101 
       
  3102 HTML_FEATURES += ENABLE_RUBY=1
       
  3103 webcore_cppflags += -DENABLE_RUBY=1
       
  3104 
       
  3105 endif # END ENABLE_RUBY
       
  3106 
       
  3107 # ----
       
  3108 # XPath Support
       
  3109 # ----
       
  3110 if ENABLE_XPATH
       
  3111 FEATURE_DEFINES += ENABLE_XPATH=1
       
  3112 
       
  3113 webcore_cppflags += -DENABLE_XPATH=1
       
  3114 
       
  3115 webcore_built_sources += \
       
  3116 	DerivedSources/WebCore/JSXPathEvaluator.cpp \
       
  3117 	DerivedSources/WebCore/JSXPathEvaluator.h \
       
  3118 	DerivedSources/WebCore/JSXPathException.cpp \
       
  3119 	DerivedSources/WebCore/JSXPathException.h \
       
  3120 	DerivedSources/WebCore/JSXPathExpression.cpp \
       
  3121 	DerivedSources/WebCore/JSXPathExpression.h \
       
  3122 	DerivedSources/WebCore/JSXPathNSResolver.cpp \
       
  3123 	DerivedSources/WebCore/JSXPathNSResolver.h \
       
  3124 	DerivedSources/WebCore/JSXPathResult.cpp \
       
  3125 	DerivedSources/WebCore/JSXPathResult.h \
       
  3126 	DerivedSources/WebCore/XPathGrammar.cpp \
       
  3127 	DerivedSources/WebCore/XPathGrammar.h
       
  3128 
       
  3129 webcore_sources += \
       
  3130 	WebCore/xml/NativeXPathNSResolver.cpp \
       
  3131 	WebCore/xml/NativeXPathNSResolver.h \
       
  3132 	WebCore/xml/XPathEvaluator.cpp \
       
  3133 	WebCore/xml/XPathEvaluator.h \
       
  3134 	WebCore/xml/XPathException.h \
       
  3135 	WebCore/xml/XPathExpression.cpp \
       
  3136 	WebCore/xml/XPathExpression.h \
       
  3137 	WebCore/xml/XPathExpressionNode.cpp \
       
  3138 	WebCore/xml/XPathExpressionNode.h \
       
  3139 	WebCore/xml/XPathFunctions.cpp \
       
  3140 	WebCore/xml/XPathFunctions.h \
       
  3141 	WebCore/xml/XPathNSResolver.cpp \
       
  3142 	WebCore/xml/XPathNSResolver.h \
       
  3143 	WebCore/xml/XPathNamespace.cpp \
       
  3144 	WebCore/xml/XPathNamespace.h \
       
  3145 	WebCore/xml/XPathNodeSet.cpp \
       
  3146 	WebCore/xml/XPathNodeSet.h \
       
  3147 	WebCore/xml/XPathParser.cpp \
       
  3148 	WebCore/xml/XPathParser.h \
       
  3149 	WebCore/xml/XPathPath.cpp \
       
  3150 	WebCore/xml/XPathPath.h \
       
  3151 	WebCore/xml/XPathPredicate.cpp \
       
  3152 	WebCore/xml/XPathPredicate.h \
       
  3153 	WebCore/xml/XPathResult.cpp \
       
  3154 	WebCore/xml/XPathResult.h \
       
  3155 	WebCore/xml/XPathStep.cpp \
       
  3156 	WebCore/xml/XPathStep.h \
       
  3157 	WebCore/xml/XPathUtil.cpp \
       
  3158 	WebCore/xml/XPathUtil.h \
       
  3159 	WebCore/xml/XPathValue.cpp \
       
  3160 	WebCore/xml/XPathValue.h \
       
  3161 	WebCore/xml/XPathVariableReference.cpp \
       
  3162 	WebCore/xml/XPathVariableReference.h
       
  3163 # XPath grammar
       
  3164 
       
  3165 $(GENSOURCES_WEBCORE)/XPathGrammar.h: $(GENSOURCES_WEBCORE)/XPathGrammar.cpp;
       
  3166 
       
  3167 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
       
  3168 $(GENSOURCES_WEBCORE)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
       
  3169 	rm -f $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
       
  3170 	$(BISON) -d -p xpathyy $< -o $(GENSOURCES_WEBCORE)/XPathGrammar.cpp
       
  3171 	touch $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
       
  3172 	echo '#ifndef XPathGrammar_h' > $(GENSOURCES_WEBCORE)/XPathGrammar.h
       
  3173 	echo '#define XPathGrammar_h' >> $(GENSOURCES_WEBCORE)/XPathGrammar.h
       
  3174 	cat $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp >> $(GENSOURCES_WEBCORE)/XPathGrammar.h
       
  3175 	echo '#endif' >> $(GENSOURCES_WEBCORE)/XPathGrammar.h
       
  3176 	rm -f $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
       
  3177 
       
  3178 endif # END ENABLE_XPATH
       
  3179 
       
  3180 # ----
       
  3181 # XSLT Support
       
  3182 # ----
       
  3183 if ENABLE_XSLT
       
  3184 FEATURE_DEFINES += ENABLE_XSLT=1
       
  3185 
       
  3186 webcore_cppflags += -DENABLE_XSLT=1
       
  3187 
       
  3188 webcore_sources += \
       
  3189 	WebCore/dom/TransformSourceLibxslt.cpp \
       
  3190 	WebCore/dom/TransformSource.h \
       
  3191 	WebCore/xml/XSLImportRule.cpp \
       
  3192 	WebCore/xml/XSLImportRule.h \
       
  3193 	WebCore/xml/XSLStyleSheetLibxslt.cpp \
       
  3194 	WebCore/xml/XSLStyleSheet.h \
       
  3195 	WebCore/xml/XSLTExtensions.cpp \
       
  3196 	WebCore/xml/XSLTExtensions.h \
       
  3197 	WebCore/xml/XSLTProcessor.cpp \
       
  3198 	WebCore/xml/XSLTProcessorLibxslt.cpp \
       
  3199 	WebCore/xml/XSLTProcessor.h \
       
  3200 	WebCore/xml/XSLTUnicodeSort.cpp \
       
  3201 	WebCore/xml/XSLTUnicodeSort.h
       
  3202 endif # END ENABLE_XSLT
       
  3203 
       
  3204 # ----
       
  3205 # Web Workers support
       
  3206 # ----
       
  3207 if ENABLE_WORKERS
       
  3208 FEATURE_DEFINES += ENABLE_WORKERS=1
       
  3209 
       
  3210 webcore_cppflags += \
       
  3211 	-DENABLE_WORKERS=1
       
  3212 
       
  3213 webcore_sources += \
       
  3214 	WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp \
       
  3215 	WebCore/bindings/js/JSWorkerContextBase.cpp \
       
  3216 	WebCore/bindings/js/JSWorkerContextBase.h \
       
  3217 	WebCore/bindings/js/JSWorkerContextCustom.cpp \
       
  3218 	WebCore/bindings/js/JSWorkerCustom.cpp \
       
  3219 	WebCore/bindings/js/WorkerScriptController.cpp \
       
  3220 	WebCore/bindings/js/WorkerScriptController.h \
       
  3221 	WebCore/page/WorkerNavigator.cpp \
       
  3222 	WebCore/page/WorkerNavigator.h \
       
  3223 	WebCore/workers/AbstractWorker.cpp \
       
  3224 	WebCore/workers/AbstractWorker.h \
       
  3225 	WebCore/workers/DedicatedWorkerContext.cpp \
       
  3226 	WebCore/workers/DedicatedWorkerContext.h \
       
  3227 	WebCore/workers/DedicatedWorkerThread.cpp \
       
  3228 	WebCore/workers/DedicatedWorkerThread.h \
       
  3229 	WebCore/workers/Worker.cpp \
       
  3230 	WebCore/workers/Worker.h \
       
  3231 	WebCore/workers/WorkerContext.cpp \
       
  3232 	WebCore/workers/WorkerContext.h \
       
  3233 	WebCore/workers/WorkerContextProxy.h \
       
  3234 	WebCore/workers/WorkerLoaderProxy.h \
       
  3235 	WebCore/workers/WorkerLocation.cpp \
       
  3236 	WebCore/workers/WorkerLocation.h \
       
  3237 	WebCore/workers/WorkerMessagingProxy.cpp \
       
  3238 	WebCore/workers/WorkerMessagingProxy.h \
       
  3239 	WebCore/workers/WorkerObjectProxy.h \
       
  3240 	WebCore/workers/WorkerReportingProxy.h \
       
  3241 	WebCore/workers/WorkerRunLoop.cpp \
       
  3242 	WebCore/workers/WorkerRunLoop.h \
       
  3243 	WebCore/workers/WorkerScriptLoader.cpp \
       
  3244 	WebCore/workers/WorkerScriptLoader.h \
       
  3245 	WebCore/workers/WorkerScriptLoaderClient.h \
       
  3246 	WebCore/workers/WorkerThread.cpp \
       
  3247 	WebCore/workers/WorkerThread.h
       
  3248 endif
       
  3249 
       
  3250 # ---
       
  3251 # SharedWorker support
       
  3252 # ---
       
  3253 if ENABLE_SHARED_WORKERS
       
  3254 FEATURE_DEFINES += ENABLE_SHARED_WORKERS=1
       
  3255 
       
  3256 webcore_cppflags += \
       
  3257 	-DENABLE_SHARED_WORKERS=1
       
  3258 
       
  3259 webcore_sources += \
       
  3260 	WebCore/bindings/js/JSSharedWorkerCustom.cpp \
       
  3261 	WebCore/workers/DefaultSharedWorkerRepository.cpp \
       
  3262 	WebCore/workers/DefaultSharedWorkerRepository.h \
       
  3263 	WebCore/workers/SharedWorker.cpp \
       
  3264 	WebCore/workers/SharedWorker.h \
       
  3265 	WebCore/workers/SharedWorkerContext.cpp \
       
  3266 	WebCore/workers/SharedWorkerContext.h \
       
  3267 	WebCore/workers/SharedWorkerThread.cpp \
       
  3268 	WebCore/workers/SharedWorkerThread.h
       
  3269 
       
  3270 endif
       
  3271 
       
  3272 # ----
       
  3273 # WML Support
       
  3274 # ----
       
  3275 if ENABLE_WML
       
  3276 FEATURE_DEFINES += ENABLE_WML=1
       
  3277 
       
  3278 webcore_built_sources += \
       
  3279 	DerivedSources/WebCore/WMLElementFactory.cpp \
       
  3280 	DerivedSources/WebCore/WMLNames.cpp
       
  3281 
       
  3282 webcore_cppflags += \
       
  3283 	-DENABLE_WML=1
       
  3284 
       
  3285 webcore_sources += \
       
  3286 	WebCore/wml/WMLAElement.cpp \
       
  3287 	WebCore/wml/WMLAccessElement.cpp \
       
  3288 	WebCore/wml/WMLAnchorElement.cpp \
       
  3289 	WebCore/wml/WMLBRElement.cpp \
       
  3290 	WebCore/wml/WMLCardElement.cpp \
       
  3291 	WebCore/wml/WMLDoElement.cpp \
       
  3292 	WebCore/wml/WMLDocument.cpp \
       
  3293 	WebCore/wml/WMLElement.cpp \
       
  3294 	WebCore/wml/WMLErrorHandling.cpp \
       
  3295 	WebCore/wml/WMLEventHandlingElement.cpp \
       
  3296 	WebCore/wml/WMLFieldSetElement.cpp \
       
  3297 	WebCore/wml/WMLFormControlElement.cpp \
       
  3298 	WebCore/wml/WMLGoElement.cpp \
       
  3299 	WebCore/wml/WMLImageElement.cpp \
       
  3300 	WebCore/wml/WMLImageLoader.cpp \
       
  3301 	WebCore/wml/WMLInputElement.cpp \
       
  3302 	WebCore/wml/WMLInsertedLegendElement.cpp \
       
  3303 	WebCore/wml/WMLIntrinsicEvent.cpp \
       
  3304 	WebCore/wml/WMLIntrinsicEventHandler.cpp \
       
  3305 	WebCore/wml/WMLMetaElement.cpp \
       
  3306 	WebCore/wml/WMLNoopElement.cpp \
       
  3307 	WebCore/wml/WMLOnEventElement.cpp \
       
  3308 	WebCore/wml/WMLPElement.cpp \
       
  3309 	WebCore/wml/WMLOptGroupElement.cpp \
       
  3310 	WebCore/wml/WMLOptionElement.cpp \
       
  3311 	WebCore/wml/WMLPageState.cpp \
       
  3312 	WebCore/wml/WMLPostfieldElement.cpp \
       
  3313 	WebCore/wml/WMLPrevElement.cpp \
       
  3314 	WebCore/wml/WMLRefreshElement.cpp \
       
  3315 	WebCore/wml/WMLSelectElement.cpp \
       
  3316 	WebCore/wml/WMLSetvarElement.cpp \
       
  3317 	WebCore/wml/WMLTableElement.cpp \
       
  3318 	WebCore/wml/WMLTaskElement.cpp \
       
  3319 	WebCore/wml/WMLTemplateElement.cpp \
       
  3320 	WebCore/wml/WMLTimerElement.cpp \
       
  3321 	WebCore/wml/WMLVariables.cpp
       
  3322 
       
  3323 # WML tag and attribute names
       
  3324 DerivedSources/WebCore/WMLNames.cpp: DerivedSources/WebCore/WMLElementFactory.cpp;
       
  3325 
       
  3326 DerivedSources/WebCore/WMLElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/wml/WMLTagNames.in $(WebCore)/wml/WMLAttributeNames.in
       
  3327 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/wml/WMLTagNames.in --attrs $(WebCore)/wml/WMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
       
  3328 endif # END ENABLE_WML
       
  3329 
       
  3330 # ----
       
  3331 # Filters
       
  3332 # ----
       
  3333 if ENABLE_FILTERS
       
  3334 
       
  3335 FEATURE_DEFINES += ENABLE_FILTERS=1
       
  3336 webcore_cppflags += -DENABLE_FILTERS=1
       
  3337 
       
  3338 webcore_sources += \
       
  3339 	WebCore/platform/graphics/filters/FEBlend.cpp \
       
  3340 	WebCore/platform/graphics/filters/FEBlend.h \
       
  3341 	WebCore/platform/graphics/filters/FEColorMatrix.cpp \
       
  3342 	WebCore/platform/graphics/filters/FEColorMatrix.h \
       
  3343 	WebCore/platform/graphics/filters/FEComponentTransfer.cpp \
       
  3344 	WebCore/platform/graphics/filters/FEComponentTransfer.h \
       
  3345 	WebCore/platform/graphics/filters/FEComposite.cpp \
       
  3346 	WebCore/platform/graphics/filters/FEComposite.h \
       
  3347 	WebCore/platform/graphics/filters/FEGaussianBlur.cpp \
       
  3348 	WebCore/platform/graphics/filters/FEGaussianBlur.h \
       
  3349 	WebCore/platform/graphics/filters/Filter.h \
       
  3350 	WebCore/platform/graphics/filters/FilterEffect.cpp \
       
  3351 	WebCore/platform/graphics/filters/FilterEffect.h \
       
  3352 	WebCore/platform/graphics/filters/ImageBufferFilter.cpp \
       
  3353 	WebCore/platform/graphics/filters/ImageBufferFilter.h \
       
  3354 	WebCore/platform/graphics/filters/SourceAlpha.cpp \
       
  3355 	WebCore/platform/graphics/filters/SourceAlpha.h \
       
  3356 	WebCore/platform/graphics/filters/SourceGraphic.cpp \
       
  3357 	WebCore/platform/graphics/filters/SourceGraphic.h
       
  3358 
       
  3359 if ENABLE_SVG
       
  3360 SVG_FEATURES += ENABLE_FILTERS=1
       
  3361 endif
       
  3362 
       
  3363 endif # END ENABLE_FILTERS
       
  3364 
       
  3365 # ----
       
  3366 # Geolocation
       
  3367 # ----
       
  3368 if ENABLE_GEOLOCATION
       
  3369 
       
  3370 FEATURE_DEFINES += ENABLE_GEOLOCATION=1
       
  3371 webcore_cppflags += \
       
  3372 	-DENABLE_GEOLOCATION=1
       
  3373 
       
  3374 webcoregtk_sources += \
       
  3375 	WebCore/platform/gtk/GeolocationServiceGtk.cpp \
       
  3376 	WebCore/platform/gtk/GeolocationServiceGtk.h
       
  3377 endif # END ENABLE_GEOLOCATION
       
  3378 
       
  3379 # ----
       
  3380 # MathML support
       
  3381 # ----
       
  3382 if ENABLE_MATHML
       
  3383 
       
  3384 FEATURE_DEFINES += ENABLE_MATHML=1
       
  3385 
       
  3386 webcore_cppflags += \
       
  3387 	-DENABLE_MATHML=1
       
  3388 
       
  3389 webcore_sources += \
       
  3390 	WebCore/mathml/MathMLElement.cpp \
       
  3391 	WebCore/mathml/MathMLElement.h \
       
  3392 	WebCore/mathml/MathMLInlineContainerElement.cpp \
       
  3393 	WebCore/mathml/MathMLInlineContainerElement.h  \
       
  3394 	WebCore/mathml/MathMLMathElement.cpp \
       
  3395 	WebCore/mathml/MathMLMathElement.h \
       
  3396 	WebCore/mathml/MathMLTextElement.cpp \
       
  3397 	WebCore/mathml/MathMLTextElement.h \
       
  3398 	WebCore/mathml/RenderMathMLBlock.cpp \
       
  3399 	WebCore/mathml/RenderMathMLBlock.h \
       
  3400 	WebCore/mathml/RenderMathMLFraction.cpp \
       
  3401 	WebCore/mathml/RenderMathMLFraction.h \
       
  3402 	WebCore/mathml/RenderMathMLMath.cpp \
       
  3403 	WebCore/mathml/RenderMathMLMath.h \
       
  3404 	WebCore/mathml/RenderMathMLOperator.cpp \
       
  3405 	WebCore/mathml/RenderMathMLOperator.h \
       
  3406 	WebCore/mathml/RenderMathMLRoot.cpp \
       
  3407 	WebCore/mathml/RenderMathMLRoot.h \
       
  3408 	WebCore/mathml/RenderMathMLRow.cpp \
       
  3409 	WebCore/mathml/RenderMathMLRow.h \
       
  3410 	WebCore/mathml/RenderMathMLSquareRoot.cpp \
       
  3411 	WebCore/mathml/RenderMathMLSquareRoot.h \
       
  3412 	WebCore/mathml/RenderMathMLSubSup.cpp \
       
  3413 	WebCore/mathml/RenderMathMLSubSup.h \
       
  3414 	WebCore/mathml/RenderMathMLUnderOver.cpp \
       
  3415 	WebCore/mathml/RenderMathMLUnderOver.h
       
  3416 
       
  3417 endif # END ENABLE_MATHML
       
  3418 
       
  3419 webcore_built_sources += \
       
  3420 	DerivedSources/WebCore/MathMLElementFactory.cpp \
       
  3421 	DerivedSources/WebCore/MathMLElementFactory.h \
       
  3422 	DerivedSources/WebCore/MathMLNames.cpp \
       
  3423 	DerivedSources/WebCore/MathMLNames.h
       
  3424 
       
  3425 # MathML tag and attribute names, and element factory 
       
  3426 DerivedSources/WebCore/MathMLElementFactory.h: DerivedSources/WebCore/MathMLElementFactory.cpp
       
  3427 
       
  3428 DerivedSources/WebCore/MathMLNames.h: DerivedSources/WebCore/MathMLNames.cpp
       
  3429 
       
  3430 DerivedSources/WebCore/MathMLElementFactory.cpp DerivedSources/WebCore/MathMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/mathml/mathtags.in $(WebCore)/mathml/mathattrs.in
       
  3431 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/mathml/mathtags.in --attrs $(WebCore)/mathml/mathattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
       
  3432 
       
  3433 
       
  3434 # ----
       
  3435 # Notifications support
       
  3436 # ----
       
  3437 if ENABLE_NOTIFICATIONS
       
  3438 FEATURE_DEFINES += ENABLE_NOTIFICATIONS=1
       
  3439 
       
  3440 webcore_cppflags += \
       
  3441 	-DENABLE_NOTIFICATIONS=1
       
  3442 
       
  3443 webcore_sources += \
       
  3444 	WebCore/notifications/Notification.cpp \
       
  3445 	WebCore/notifications/Notification.h \
       
  3446 	WebCore/notifications/NotificationCenter.cpp \
       
  3447 	WebCore/notifications/NotificationCenter.h \
       
  3448 	WebCore/notifications/NotificationPresenter.h \
       
  3449 	WebCore/notifications/NotificationContents.h
       
  3450 
       
  3451 endif # END ENABLE_NOTIFICATIONS
       
  3452 
       
  3453 # ----
       
  3454 # SVG Support
       
  3455 #
       
  3456 # FIXME: allow a more fine-grained inclusion/generation of sources per SVG feature
       
  3457 # ----
       
  3458 if ENABLE_SVG
       
  3459 FEATURE_DEFINES += ENABLE_SVG=1
       
  3460 
       
  3461 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in 
       
  3462 WEBCORE_CSS_VALUE_KEYWORDS += $(WebCore)/css/SVGCSSValueKeywords.in
       
  3463 
       
  3464 webcore_cppflags += \
       
  3465 	-DENABLE_SVG=1
       
  3466 
       
  3467 webcore_built_sources += \
       
  3468 	DerivedSources/WebCore/JSElementTimeControl.h \
       
  3469 	DerivedSources/WebCore/JSSVGAElement.cpp \
       
  3470 	DerivedSources/WebCore/JSSVGAElement.h \
       
  3471 	DerivedSources/WebCore/JSSVGAltGlyphElement.cpp \
       
  3472 	DerivedSources/WebCore/JSSVGAltGlyphElement.h \
       
  3473 	DerivedSources/WebCore/JSSVGAngle.cpp \
       
  3474 	DerivedSources/WebCore/JSSVGAngle.h \
       
  3475 	DerivedSources/WebCore/JSSVGAnimateColorElement.cpp \
       
  3476 	DerivedSources/WebCore/JSSVGAnimateColorElement.h \
       
  3477 	DerivedSources/WebCore/JSSVGAnimatedAngle.cpp \
       
  3478 	DerivedSources/WebCore/JSSVGAnimatedAngle.h \
       
  3479 	DerivedSources/WebCore/JSSVGAnimatedBoolean.cpp \
       
  3480 	DerivedSources/WebCore/JSSVGAnimatedBoolean.h \
       
  3481 	DerivedSources/WebCore/JSSVGAnimatedEnumeration.cpp \
       
  3482 	DerivedSources/WebCore/JSSVGAnimatedEnumeration.h \
       
  3483 	DerivedSources/WebCore/JSSVGAnimatedInteger.cpp \
       
  3484 	DerivedSources/WebCore/JSSVGAnimatedInteger.h \
       
  3485 	DerivedSources/WebCore/JSSVGAnimatedLength.cpp \
       
  3486 	DerivedSources/WebCore/JSSVGAnimatedLength.h \
       
  3487 	DerivedSources/WebCore/JSSVGAnimatedLengthList.cpp \
       
  3488 	DerivedSources/WebCore/JSSVGAnimatedLengthList.h \
       
  3489 	DerivedSources/WebCore/JSSVGAnimatedNumber.cpp \
       
  3490 	DerivedSources/WebCore/JSSVGAnimatedNumber.h \
       
  3491 	DerivedSources/WebCore/JSSVGAnimatedNumberList.cpp \
       
  3492 	DerivedSources/WebCore/JSSVGAnimatedNumberList.h \
       
  3493 	DerivedSources/WebCore/JSSVGAnimatedPathData.h \
       
  3494 	DerivedSources/WebCore/JSSVGAnimatedPoints.h \
       
  3495 	DerivedSources/WebCore/JSSVGAnimatedPreserveAspectRatio.cpp \
       
  3496 	DerivedSources/WebCore/JSSVGAnimatedPreserveAspectRatio.h \
       
  3497 	DerivedSources/WebCore/JSSVGAnimatedRect.cpp \
       
  3498 	DerivedSources/WebCore/JSSVGAnimatedRect.h \
       
  3499 	DerivedSources/WebCore/JSSVGAnimatedString.cpp \
       
  3500 	DerivedSources/WebCore/JSSVGAnimatedString.h \
       
  3501 	DerivedSources/WebCore/JSSVGAnimatedTransformList.cpp \
       
  3502 	DerivedSources/WebCore/JSSVGAnimatedTransformList.h \
       
  3503 	DerivedSources/WebCore/JSSVGAnimateElement.cpp \
       
  3504 	DerivedSources/WebCore/JSSVGAnimateElement.h \
       
  3505 	DerivedSources/WebCore/JSSVGAnimateTransformElement.cpp \
       
  3506 	DerivedSources/WebCore/JSSVGAnimateTransformElement.h \
       
  3507 	DerivedSources/WebCore/JSSVGAnimationElement.cpp \
       
  3508 	DerivedSources/WebCore/JSSVGAnimationElement.h \
       
  3509 	DerivedSources/WebCore/JSSVGCircleElement.cpp \
       
  3510 	DerivedSources/WebCore/JSSVGCircleElement.h \
       
  3511 	DerivedSources/WebCore/JSSVGClipPathElement.cpp \
       
  3512 	DerivedSources/WebCore/JSSVGClipPathElement.h \
       
  3513 	DerivedSources/WebCore/JSSVGColor.cpp \
       
  3514 	DerivedSources/WebCore/JSSVGColor.h \
       
  3515 	DerivedSources/WebCore/JSSVGComponentTransferFunctionElement.cpp \
       
  3516 	DerivedSources/WebCore/JSSVGComponentTransferFunctionElement.h \
       
  3517 	DerivedSources/WebCore/JSSVGCursorElement.cpp \
       
  3518 	DerivedSources/WebCore/JSSVGCursorElement.h \
       
  3519 	DerivedSources/WebCore/JSSVGDefsElement.cpp \
       
  3520 	DerivedSources/WebCore/JSSVGDefsElement.h \
       
  3521 	DerivedSources/WebCore/JSSVGDescElement.cpp \
       
  3522 	DerivedSources/WebCore/JSSVGDescElement.h \
       
  3523 	DerivedSources/WebCore/JSSVGDocument.cpp \
       
  3524 	DerivedSources/WebCore/JSSVGDocument.h \
       
  3525 	DerivedSources/WebCore/JSSVGElement.cpp \
       
  3526 	DerivedSources/WebCore/JSSVGElement.h \
       
  3527 	DerivedSources/WebCore/JSSVGElementInstance.cpp \
       
  3528 	DerivedSources/WebCore/JSSVGElementInstance.h \
       
  3529 	DerivedSources/WebCore/JSSVGElementInstanceList.cpp \
       
  3530 	DerivedSources/WebCore/JSSVGElementInstanceList.h \
       
  3531 	DerivedSources/WebCore/JSSVGEllipseElement.cpp \
       
  3532 	DerivedSources/WebCore/JSSVGEllipseElement.h \
       
  3533 	DerivedSources/WebCore/JSSVGException.cpp \
       
  3534 	DerivedSources/WebCore/JSSVGException.h \
       
  3535 	DerivedSources/WebCore/JSSVGExternalResourcesRequired.h \
       
  3536 	DerivedSources/WebCore/JSSVGFEBlendElement.cpp \
       
  3537 	DerivedSources/WebCore/JSSVGFEBlendElement.h \
       
  3538 	DerivedSources/WebCore/JSSVGFEColorMatrixElement.cpp \
       
  3539 	DerivedSources/WebCore/JSSVGFEColorMatrixElement.h \
       
  3540 	DerivedSources/WebCore/JSSVGFEComponentTransferElement.cpp \
       
  3541 	DerivedSources/WebCore/JSSVGFEComponentTransferElement.h \
       
  3542 	DerivedSources/WebCore/JSSVGFECompositeElement.cpp \
       
  3543 	DerivedSources/WebCore/JSSVGFECompositeElement.h \
       
  3544 	DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.cpp \
       
  3545 	DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.h \
       
  3546 	DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.cpp \
       
  3547 	DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.h \
       
  3548 	DerivedSources/WebCore/JSSVGFEDisplacementMapElement.cpp \
       
  3549 	DerivedSources/WebCore/JSSVGFEDisplacementMapElement.h \
       
  3550 	DerivedSources/WebCore/JSSVGFEDistantLightElement.cpp \
       
  3551 	DerivedSources/WebCore/JSSVGFEDistantLightElement.h \
       
  3552 	DerivedSources/WebCore/JSSVGFEFloodElement.cpp \
       
  3553 	DerivedSources/WebCore/JSSVGFEFloodElement.h \
       
  3554 	DerivedSources/WebCore/JSSVGFEFuncAElement.cpp \
       
  3555 	DerivedSources/WebCore/JSSVGFEFuncAElement.h \
       
  3556 	DerivedSources/WebCore/JSSVGFEFuncBElement.cpp \
       
  3557 	DerivedSources/WebCore/JSSVGFEFuncBElement.h \
       
  3558 	DerivedSources/WebCore/JSSVGFEFuncGElement.cpp \
       
  3559 	DerivedSources/WebCore/JSSVGFEFuncGElement.h \
       
  3560 	DerivedSources/WebCore/JSSVGFEFuncRElement.cpp \
       
  3561 	DerivedSources/WebCore/JSSVGFEFuncRElement.h \
       
  3562 	DerivedSources/WebCore/JSSVGFEGaussianBlurElement.cpp \
       
  3563 	DerivedSources/WebCore/JSSVGFEGaussianBlurElement.h \
       
  3564 	DerivedSources/WebCore/JSSVGFEImageElement.cpp \
       
  3565 	DerivedSources/WebCore/JSSVGFEImageElement.h \
       
  3566 	DerivedSources/WebCore/JSSVGFEMergeElement.cpp \
       
  3567 	DerivedSources/WebCore/JSSVGFEMergeElement.h \
       
  3568 	DerivedSources/WebCore/JSSVGFEMergeNodeElement.cpp \
       
  3569 	DerivedSources/WebCore/JSSVGFEMergeNodeElement.h \
       
  3570 	DerivedSources/WebCore/JSSVGFEMorphologyElement.cpp \
       
  3571 	DerivedSources/WebCore/JSSVGFEMorphologyElement.h \
       
  3572 	DerivedSources/WebCore/JSSVGFEOffsetElement.cpp \
       
  3573 	DerivedSources/WebCore/JSSVGFEOffsetElement.h \
       
  3574 	DerivedSources/WebCore/JSSVGFEPointLightElement.cpp \
       
  3575 	DerivedSources/WebCore/JSSVGFEPointLightElement.h \
       
  3576 	DerivedSources/WebCore/JSSVGFESpecularLightingElement.cpp \
       
  3577 	DerivedSources/WebCore/JSSVGFESpecularLightingElement.h \
       
  3578 	DerivedSources/WebCore/JSSVGFESpotLightElement.cpp \
       
  3579 	DerivedSources/WebCore/JSSVGFESpotLightElement.h \
       
  3580 	DerivedSources/WebCore/JSSVGFETileElement.cpp \
       
  3581 	DerivedSources/WebCore/JSSVGFETileElement.h \
       
  3582 	DerivedSources/WebCore/JSSVGFETurbulenceElement.cpp \
       
  3583 	DerivedSources/WebCore/JSSVGFETurbulenceElement.h \
       
  3584 	DerivedSources/WebCore/JSSVGFilterElement.cpp \
       
  3585 	DerivedSources/WebCore/JSSVGFilterElement.h \
       
  3586 	DerivedSources/WebCore/JSSVGFilterPrimitiveStandardAttributes.h \
       
  3587 	DerivedSources/WebCore/JSSVGFitToViewBox.h \
       
  3588 	DerivedSources/WebCore/JSSVGFontElement.cpp \
       
  3589 	DerivedSources/WebCore/JSSVGFontElement.h \
       
  3590 	DerivedSources/WebCore/JSSVGFontFaceElement.cpp \
       
  3591 	DerivedSources/WebCore/JSSVGFontFaceElement.h \
       
  3592 	DerivedSources/WebCore/JSSVGFontFaceFormatElement.cpp \
       
  3593 	DerivedSources/WebCore/JSSVGFontFaceFormatElement.h \
       
  3594 	DerivedSources/WebCore/JSSVGFontFaceNameElement.cpp \
       
  3595 	DerivedSources/WebCore/JSSVGFontFaceNameElement.h \
       
  3596 	DerivedSources/WebCore/JSSVGFontFaceSrcElement.cpp \
       
  3597 	DerivedSources/WebCore/JSSVGFontFaceSrcElement.h \
       
  3598 	DerivedSources/WebCore/JSSVGFontFaceUriElement.cpp \
       
  3599 	DerivedSources/WebCore/JSSVGFontFaceUriElement.h \
       
  3600 	DerivedSources/WebCore/JSSVGForeignObjectElement.cpp \
       
  3601 	DerivedSources/WebCore/JSSVGForeignObjectElement.h \
       
  3602 	DerivedSources/WebCore/JSSVGGElement.cpp \
       
  3603 	DerivedSources/WebCore/JSSVGGElement.h \
       
  3604 	DerivedSources/WebCore/JSSVGGlyphElement.cpp \
       
  3605 	DerivedSources/WebCore/JSSVGGlyphElement.h \
       
  3606 	DerivedSources/WebCore/JSSVGGradientElement.cpp \
       
  3607 	DerivedSources/WebCore/JSSVGGradientElement.h \
       
  3608 	DerivedSources/WebCore/JSSVGHKernElement.cpp \
       
  3609 	DerivedSources/WebCore/JSSVGHKernElement.h \
       
  3610 	DerivedSources/WebCore/JSSVGImageElement.cpp \
       
  3611 	DerivedSources/WebCore/JSSVGImageElement.h \
       
  3612 	DerivedSources/WebCore/JSSVGLangSpace.h \
       
  3613 	DerivedSources/WebCore/JSSVGLength.cpp \
       
  3614 	DerivedSources/WebCore/JSSVGLength.h \
       
  3615 	DerivedSources/WebCore/JSSVGLengthList.cpp \
       
  3616 	DerivedSources/WebCore/JSSVGLengthList.h \
       
  3617 	DerivedSources/WebCore/JSSVGLinearGradientElement.cpp \
       
  3618 	DerivedSources/WebCore/JSSVGLinearGradientElement.h \
       
  3619 	DerivedSources/WebCore/JSSVGLineElement.cpp \
       
  3620 	DerivedSources/WebCore/JSSVGLineElement.h \
       
  3621 	DerivedSources/WebCore/JSSVGLocatable.h \
       
  3622 	DerivedSources/WebCore/JSSVGMarkerElement.cpp \
       
  3623 	DerivedSources/WebCore/JSSVGMarkerElement.h \
       
  3624 	DerivedSources/WebCore/JSSVGMaskElement.cpp \
       
  3625 	DerivedSources/WebCore/JSSVGMaskElement.h \
       
  3626 	DerivedSources/WebCore/JSSVGMatrix.cpp \
       
  3627 	DerivedSources/WebCore/JSSVGMatrix.h \
       
  3628 	DerivedSources/WebCore/JSSVGMetadataElement.cpp \
       
  3629 	DerivedSources/WebCore/JSSVGMetadataElement.h \
       
  3630 	DerivedSources/WebCore/JSSVGMissingGlyphElement.cpp \
       
  3631 	DerivedSources/WebCore/JSSVGMissingGlyphElement.h \
       
  3632 	DerivedSources/WebCore/JSSVGNumber.cpp \
       
  3633 	DerivedSources/WebCore/JSSVGNumber.h \
       
  3634 	DerivedSources/WebCore/JSSVGNumberList.cpp \
       
  3635 	DerivedSources/WebCore/JSSVGNumberList.h \
       
  3636 	DerivedSources/WebCore/JSSVGPaint.cpp \
       
  3637 	DerivedSources/WebCore/JSSVGPaint.h \
       
  3638 	DerivedSources/WebCore/JSSVGPathElement.cpp \
       
  3639 	DerivedSources/WebCore/JSSVGPathElement.h \
       
  3640 	DerivedSources/WebCore/JSSVGPathSegArcAbs.cpp \
       
  3641 	DerivedSources/WebCore/JSSVGPathSegArcAbs.h \
       
  3642 	DerivedSources/WebCore/JSSVGPathSegArcRel.cpp \
       
  3643 	DerivedSources/WebCore/JSSVGPathSegArcRel.h \
       
  3644 	DerivedSources/WebCore/JSSVGPathSegClosePath.cpp \
       
  3645 	DerivedSources/WebCore/JSSVGPathSegClosePath.h \
       
  3646 	DerivedSources/WebCore/JSSVGPathSeg.cpp \
       
  3647 	DerivedSources/WebCore/JSSVGPathSegCurvetoCubicAbs.cpp \
       
  3648 	DerivedSources/WebCore/JSSVGPathSegCurvetoCubicAbs.h \
       
  3649 	DerivedSources/WebCore/JSSVGPathSegCurvetoCubicRel.cpp \
       
  3650 	DerivedSources/WebCore/JSSVGPathSegCurvetoCubicRel.h \
       
  3651 	DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothAbs.cpp \
       
  3652 	DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothAbs.h \
       
  3653 	DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothRel.cpp \
       
  3654 	DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothRel.h \
       
  3655 	DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticAbs.cpp \
       
  3656 	DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticAbs.h \
       
  3657 	DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticRel.cpp \
       
  3658 	DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticRel.h \
       
  3659 	DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothAbs.cpp \
       
  3660 	DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothAbs.h \
       
  3661 	DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothRel.cpp \
       
  3662 	DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothRel.h \
       
  3663 	DerivedSources/WebCore/JSSVGPathSeg.h \
       
  3664 	DerivedSources/WebCore/JSSVGPathSegLinetoAbs.cpp \
       
  3665 	DerivedSources/WebCore/JSSVGPathSegLinetoAbs.h \
       
  3666 	DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalAbs.cpp \
       
  3667 	DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalAbs.h \
       
  3668 	DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalRel.cpp \
       
  3669 	DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalRel.h \
       
  3670 	DerivedSources/WebCore/JSSVGPathSegLinetoRel.cpp \
       
  3671 	DerivedSources/WebCore/JSSVGPathSegLinetoRel.h \
       
  3672 	DerivedSources/WebCore/JSSVGPathSegLinetoVerticalAbs.cpp \
       
  3673 	DerivedSources/WebCore/JSSVGPathSegLinetoVerticalAbs.h \
       
  3674 	DerivedSources/WebCore/JSSVGPathSegLinetoVerticalRel.cpp \
       
  3675 	DerivedSources/WebCore/JSSVGPathSegLinetoVerticalRel.h \
       
  3676 	DerivedSources/WebCore/JSSVGPathSegList.cpp \
       
  3677 	DerivedSources/WebCore/JSSVGPathSegList.h \
       
  3678 	DerivedSources/WebCore/JSSVGPathSegMovetoAbs.cpp \
       
  3679 	DerivedSources/WebCore/JSSVGPathSegMovetoAbs.h \
       
  3680 	DerivedSources/WebCore/JSSVGPathSegMovetoRel.cpp \
       
  3681 	DerivedSources/WebCore/JSSVGPathSegMovetoRel.h \
       
  3682 	DerivedSources/WebCore/JSSVGPatternElement.cpp \
       
  3683 	DerivedSources/WebCore/JSSVGPatternElement.h \
       
  3684 	DerivedSources/WebCore/JSSVGPoint.cpp \
       
  3685 	DerivedSources/WebCore/JSSVGPoint.h \
       
  3686 	DerivedSources/WebCore/JSSVGPointList.cpp \
       
  3687 	DerivedSources/WebCore/JSSVGPointList.h \
       
  3688 	DerivedSources/WebCore/JSSVGPolygonElement.cpp \
       
  3689 	DerivedSources/WebCore/JSSVGPolygonElement.h \
       
  3690 	DerivedSources/WebCore/JSSVGPolylineElement.cpp \
       
  3691 	DerivedSources/WebCore/JSSVGPolylineElement.h \
       
  3692 	DerivedSources/WebCore/JSSVGPreserveAspectRatio.cpp \
       
  3693 	DerivedSources/WebCore/JSSVGPreserveAspectRatio.h \
       
  3694 	DerivedSources/WebCore/JSSVGRadialGradientElement.cpp \
       
  3695 	DerivedSources/WebCore/JSSVGRadialGradientElement.h \
       
  3696 	DerivedSources/WebCore/JSSVGRect.cpp \
       
  3697 	DerivedSources/WebCore/JSSVGRectElement.cpp \
       
  3698 	DerivedSources/WebCore/JSSVGRectElement.h \
       
  3699 	DerivedSources/WebCore/JSSVGRect.h \
       
  3700 	DerivedSources/WebCore/JSSVGRenderingIntent.cpp \
       
  3701 	DerivedSources/WebCore/JSSVGRenderingIntent.h \
       
  3702 	DerivedSources/WebCore/JSSVGScriptElement.cpp \
       
  3703 	DerivedSources/WebCore/JSSVGScriptElement.h \
       
  3704 	DerivedSources/WebCore/JSSVGSetElement.cpp \
       
  3705 	DerivedSources/WebCore/JSSVGSetElement.h \
       
  3706 	DerivedSources/WebCore/JSSVGStopElement.cpp \
       
  3707 	DerivedSources/WebCore/JSSVGStopElement.h \
       
  3708 	DerivedSources/WebCore/JSSVGStringList.cpp \
       
  3709 	DerivedSources/WebCore/JSSVGStringList.h \
       
  3710 	DerivedSources/WebCore/JSSVGStylable.h \
       
  3711 	DerivedSources/WebCore/JSSVGStyleElement.cpp \
       
  3712 	DerivedSources/WebCore/JSSVGStyleElement.h \
       
  3713 	DerivedSources/WebCore/JSSVGSVGElement.cpp \
       
  3714 	DerivedSources/WebCore/JSSVGSVGElement.h \
       
  3715 	DerivedSources/WebCore/JSSVGSwitchElement.cpp \
       
  3716 	DerivedSources/WebCore/JSSVGSwitchElement.h \
       
  3717 	DerivedSources/WebCore/JSSVGSymbolElement.cpp \
       
  3718 	DerivedSources/WebCore/JSSVGSymbolElement.h \
       
  3719 	DerivedSources/WebCore/JSSVGTests.h \
       
  3720 	DerivedSources/WebCore/JSSVGTextContentElement.cpp \
       
  3721 	DerivedSources/WebCore/JSSVGTextContentElement.h \
       
  3722 	DerivedSources/WebCore/JSSVGTextElement.cpp \
       
  3723 	DerivedSources/WebCore/JSSVGTextElement.h \
       
  3724 	DerivedSources/WebCore/JSSVGTextPathElement.cpp \
       
  3725 	DerivedSources/WebCore/JSSVGTextPathElement.h \
       
  3726 	DerivedSources/WebCore/JSSVGTextPositioningElement.cpp \
       
  3727 	DerivedSources/WebCore/JSSVGTextPositioningElement.h \
       
  3728 	DerivedSources/WebCore/JSSVGTitleElement.cpp \
       
  3729 	DerivedSources/WebCore/JSSVGTitleElement.h \
       
  3730 	DerivedSources/WebCore/JSSVGTransformable.h \
       
  3731 	DerivedSources/WebCore/JSSVGTransform.cpp \
       
  3732 	DerivedSources/WebCore/JSSVGTransform.h \
       
  3733 	DerivedSources/WebCore/JSSVGTransformList.cpp \
       
  3734 	DerivedSources/WebCore/JSSVGTransformList.h \
       
  3735 	DerivedSources/WebCore/JSSVGTRefElement.cpp \
       
  3736 	DerivedSources/WebCore/JSSVGTRefElement.h \
       
  3737 	DerivedSources/WebCore/JSSVGTSpanElement.cpp \
       
  3738 	DerivedSources/WebCore/JSSVGTSpanElement.h \
       
  3739 	DerivedSources/WebCore/JSSVGUnitTypes.cpp \
       
  3740 	DerivedSources/WebCore/JSSVGUnitTypes.h \
       
  3741 	DerivedSources/WebCore/JSSVGURIReference.h \
       
  3742 	DerivedSources/WebCore/JSSVGUseElement.cpp \
       
  3743 	DerivedSources/WebCore/JSSVGUseElement.h \
       
  3744 	DerivedSources/WebCore/JSSVGViewElement.cpp \
       
  3745 	DerivedSources/WebCore/JSSVGViewElement.h \
       
  3746 	DerivedSources/WebCore/JSSVGViewSpec.h \
       
  3747 	DerivedSources/WebCore/JSSVGVKernElement.cpp \
       
  3748 	DerivedSources/WebCore/JSSVGVKernElement.h \
       
  3749 	DerivedSources/WebCore/JSSVGZoomAndPan.h \
       
  3750 	DerivedSources/WebCore/JSSVGZoomEvent.cpp \
       
  3751 	DerivedSources/WebCore/JSSVGZoomEvent.h
       
  3752 
       
  3753 webcore_sources += \
       
  3754 	WebCore/bindings/js/JSSVGContextCache.h \
       
  3755 	WebCore/bindings/js/JSSVGElementInstanceCustom.cpp \
       
  3756 	WebCore/bindings/js/JSSVGLengthCustom.cpp \
       
  3757 	WebCore/bindings/js/JSSVGMatrixCustom.cpp \
       
  3758 	WebCore/bindings/js/JSSVGPODListCustom.h \
       
  3759 	WebCore/bindings/js/JSSVGPODTypeWrapper.h \
       
  3760 	WebCore/bindings/js/JSSVGPathSegCustom.cpp \
       
  3761 	WebCore/bindings/js/JSSVGPathSegListCustom.cpp \
       
  3762 	WebCore/css/SVGCSSComputedStyleDeclaration.cpp \
       
  3763 	WebCore/css/SVGCSSParser.cpp \
       
  3764 	WebCore/css/SVGCSSStyleSelector.cpp \
       
  3765 	WebCore/rendering/PointerEventsHitRules.cpp \
       
  3766 	WebCore/rendering/PointerEventsHitRules.h \
       
  3767 	WebCore/rendering/RenderForeignObject.cpp \
       
  3768 	WebCore/rendering/RenderForeignObject.h \
       
  3769 	WebCore/rendering/RenderPath.cpp \
       
  3770 	WebCore/rendering/RenderPath.h \
       
  3771 	WebCore/rendering/RenderSVGBlock.cpp \
       
  3772 	WebCore/rendering/RenderSVGBlock.h \
       
  3773 	WebCore/rendering/RenderSVGContainer.cpp \
       
  3774 	WebCore/rendering/RenderSVGContainer.h \
       
  3775 	WebCore/rendering/RenderSVGGradientStop.cpp \
       
  3776 	WebCore/rendering/RenderSVGGradientStop.h \
       
  3777 	WebCore/rendering/RenderSVGHiddenContainer.cpp \
       
  3778 	WebCore/rendering/RenderSVGHiddenContainer.h \
       
  3779 	WebCore/rendering/RenderSVGImage.cpp \
       
  3780 	WebCore/rendering/RenderSVGImage.h \
       
  3781 	WebCore/rendering/RenderSVGInline.cpp \
       
  3782 	WebCore/rendering/RenderSVGInline.h \
       
  3783 	WebCore/rendering/RenderSVGInlineText.cpp \
       
  3784 	WebCore/rendering/RenderSVGInlineText.h \
       
  3785 	WebCore/rendering/RenderSVGModelObject.cpp \
       
  3786 	WebCore/rendering/RenderSVGModelObject.h \
       
  3787 	WebCore/rendering/RenderSVGResource.cpp \
       
  3788 	WebCore/rendering/RenderSVGResource.h \
       
  3789 	WebCore/rendering/RenderSVGResourceClipper.cpp \
       
  3790 	WebCore/rendering/RenderSVGResourceClipper.h \
       
  3791 	WebCore/rendering/RenderSVGResourceFilter.cpp \
       
  3792 	WebCore/rendering/RenderSVGResourceFilter.h \
       
  3793 	WebCore/rendering/RenderSVGResourceGradient.cpp \
       
  3794 	WebCore/rendering/RenderSVGResourceGradient.h \
       
  3795 	WebCore/rendering/RenderSVGResourceLinearGradient.cpp \
       
  3796 	WebCore/rendering/RenderSVGResourceLinearGradient.h \
       
  3797 	WebCore/rendering/RenderSVGResourceMarker.cpp \
       
  3798 	WebCore/rendering/RenderSVGResourceMarker.h \
       
  3799 	WebCore/rendering/RenderSVGResourceMasker.cpp \
       
  3800 	WebCore/rendering/RenderSVGResourceMasker.h \
       
  3801 	WebCore/rendering/RenderSVGResourcePattern.cpp \
       
  3802 	WebCore/rendering/RenderSVGResourcePattern.h \
       
  3803 	WebCore/rendering/RenderSVGResourceRadialGradient.cpp \
       
  3804 	WebCore/rendering/RenderSVGResourceRadialGradient.h \
       
  3805 	WebCore/rendering/RenderSVGResourceSolidColor.cpp \
       
  3806 	WebCore/rendering/RenderSVGResourceSolidColor.h \
       
  3807 	WebCore/rendering/RenderSVGRoot.cpp \
       
  3808 	WebCore/rendering/RenderSVGRoot.h \
       
  3809 	WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp \
       
  3810 	WebCore/rendering/RenderSVGShadowTreeRootContainer.h \
       
  3811 	WebCore/rendering/RenderSVGTSpan.cpp \
       
  3812 	WebCore/rendering/RenderSVGTSpan.h \
       
  3813 	WebCore/rendering/RenderSVGText.cpp \
       
  3814 	WebCore/rendering/RenderSVGText.h \
       
  3815 	WebCore/rendering/RenderSVGTextPath.cpp \
       
  3816 	WebCore/rendering/RenderSVGTextPath.h \
       
  3817 	WebCore/rendering/RenderSVGTransformableContainer.cpp \
       
  3818 	WebCore/rendering/RenderSVGTransformableContainer.h \
       
  3819 	WebCore/rendering/RenderSVGViewportContainer.cpp \
       
  3820 	WebCore/rendering/RenderSVGViewportContainer.h \
       
  3821 	WebCore/rendering/SVGCharacterData.cpp \
       
  3822 	WebCore/rendering/SVGCharacterData.h \
       
  3823 	WebCore/rendering/SVGCharacterLayoutInfo.cpp \
       
  3824 	WebCore/rendering/SVGCharacterLayoutInfo.h \
       
  3825 	WebCore/rendering/SVGInlineFlowBox.cpp \
       
  3826 	WebCore/rendering/SVGInlineFlowBox.h \
       
  3827 	WebCore/rendering/SVGInlineTextBox.cpp \
       
  3828 	WebCore/rendering/SVGInlineTextBox.h \
       
  3829 	WebCore/rendering/SVGMarkerData.h \
       
  3830 	WebCore/rendering/SVGMarkerLayoutInfo.cpp \
       
  3831 	WebCore/rendering/SVGMarkerLayoutInfo.h \
       
  3832 	WebCore/rendering/SVGRenderSupport.cpp \
       
  3833 	WebCore/rendering/SVGRenderSupport.h \
       
  3834 	WebCore/rendering/SVGRenderTreeAsText.cpp \
       
  3835 	WebCore/rendering/SVGRenderTreeAsText.h \
       
  3836 	WebCore/rendering/SVGRootInlineBox.cpp \
       
  3837 	WebCore/rendering/SVGRootInlineBox.h \
       
  3838 	WebCore/rendering/SVGShadowTreeElements.cpp \
       
  3839 	WebCore/rendering/SVGShadowTreeElements.h \
       
  3840 	WebCore/rendering/SVGTextChunkLayoutInfo.cpp \
       
  3841 	WebCore/rendering/SVGTextChunkLayoutInfo.h \
       
  3842 	WebCore/rendering/SVGTextLayoutUtilities.cpp \
       
  3843 	WebCore/rendering/SVGTextLayoutUtilities.h \
       
  3844 	WebCore/rendering/SVGTextQuery.cpp \
       
  3845 	WebCore/rendering/SVGTextQuery.h \
       
  3846 	WebCore/rendering/style/SVGRenderStyle.cpp \
       
  3847 	WebCore/rendering/style/SVGRenderStyle.h \
       
  3848 	WebCore/rendering/style/SVGRenderStyleDefs.cpp \
       
  3849 	WebCore/rendering/style/SVGRenderStyleDefs.h \
       
  3850 	WebCore/svg/ColorDistance.cpp \
       
  3851 	WebCore/svg/ColorDistance.h \
       
  3852 	WebCore/svg/ElementTimeControl.h \
       
  3853 	WebCore/svg/GradientAttributes.h \
       
  3854 	WebCore/svg/LinearGradientAttributes.h \
       
  3855 	WebCore/svg/PatternAttributes.h \
       
  3856 	WebCore/svg/RadialGradientAttributes.h \
       
  3857 	WebCore/svg/SVGAElement.cpp \
       
  3858 	WebCore/svg/SVGAElement.h \
       
  3859 	WebCore/svg/SVGAltGlyphElement.cpp \
       
  3860 	WebCore/svg/SVGAltGlyphElement.h \
       
  3861 	WebCore/svg/SVGAngle.cpp \
       
  3862 	WebCore/svg/SVGAngle.h \
       
  3863 	WebCore/svg/SVGAnimateColorElement.cpp \
       
  3864 	WebCore/svg/SVGAnimateColorElement.h \
       
  3865 	WebCore/svg/SVGAnimateElement.cpp \
       
  3866 	WebCore/svg/SVGAnimateElement.h \
       
  3867 	WebCore/svg/SVGAnimateMotionElement.cpp \
       
  3868 	WebCore/svg/SVGAnimateMotionElement.h \
       
  3869 	WebCore/svg/SVGAnimateTransformElement.cpp \
       
  3870 	WebCore/svg/SVGAnimateTransformElement.h \
       
  3871 	WebCore/svg/SVGAnimatedPathData.cpp \
       
  3872 	WebCore/svg/SVGAnimatedPathData.h \
       
  3873 	WebCore/svg/SVGAnimatedPoints.cpp \
       
  3874 	WebCore/svg/SVGAnimatedPoints.h \
       
  3875 	WebCore/svg/SVGAnimatedProperty.h \
       
  3876 	WebCore/svg/SVGAnimatedPropertySynchronizer.h \
       
  3877 	WebCore/svg/SVGAnimatedPropertyTraits.h \
       
  3878 	WebCore/svg/SVGAnimatedTemplate.h \
       
  3879 	WebCore/svg/SVGAnimationElement.cpp \
       
  3880 	WebCore/svg/SVGAnimationElement.h \
       
  3881 	WebCore/svg/SVGCircleElement.cpp \
       
  3882 	WebCore/svg/SVGCircleElement.h \
       
  3883 	WebCore/svg/SVGClipPathElement.cpp \
       
  3884 	WebCore/svg/SVGClipPathElement.h \
       
  3885 	WebCore/svg/SVGColor.cpp \
       
  3886 	WebCore/svg/SVGColor.h \
       
  3887 	WebCore/svg/SVGComponentTransferFunctionElement.cpp \
       
  3888 	WebCore/svg/SVGComponentTransferFunctionElement.h \
       
  3889 	WebCore/svg/SVGCursorElement.cpp \
       
  3890 	WebCore/svg/SVGCursorElement.h \
       
  3891 	WebCore/svg/SVGDefsElement.cpp \
       
  3892 	WebCore/svg/SVGDefsElement.h \
       
  3893 	WebCore/svg/SVGDescElement.cpp \
       
  3894 	WebCore/svg/SVGDescElement.h \
       
  3895 	WebCore/svg/SVGDocument.cpp \
       
  3896 	WebCore/svg/SVGDocument.h \
       
  3897 	WebCore/svg/SVGDocumentExtensions.cpp \
       
  3898 	WebCore/svg/SVGDocumentExtensions.h \
       
  3899 	WebCore/svg/SVGElement.cpp \
       
  3900 	WebCore/svg/SVGElement.h \
       
  3901 	WebCore/svg/SVGElementInstance.cpp \
       
  3902 	WebCore/svg/SVGElementInstance.h \
       
  3903 	WebCore/svg/SVGElementInstanceList.cpp \
       
  3904 	WebCore/svg/SVGElementInstanceList.h \
       
  3905 	WebCore/svg/SVGElementRareData.h \
       
  3906 	WebCore/svg/SVGEllipseElement.cpp \
       
  3907 	WebCore/svg/SVGEllipseElement.h \
       
  3908 	WebCore/svg/SVGException.h \
       
  3909 	WebCore/svg/SVGExternalResourcesRequired.cpp \
       
  3910 	WebCore/svg/SVGExternalResourcesRequired.h \
       
  3911 	WebCore/svg/SVGFEBlendElement.cpp \
       
  3912 	WebCore/svg/SVGFEBlendElement.h \
       
  3913 	WebCore/svg/SVGFEColorMatrixElement.cpp \
       
  3914 	WebCore/svg/SVGFEColorMatrixElement.h \
       
  3915 	WebCore/svg/SVGFEComponentTransferElement.cpp \
       
  3916 	WebCore/svg/SVGFEComponentTransferElement.h \
       
  3917 	WebCore/svg/SVGFECompositeElement.cpp \
       
  3918 	WebCore/svg/SVGFECompositeElement.h \
       
  3919 	WebCore/svg/SVGFEConvolveMatrixElement.cpp \
       
  3920 	WebCore/svg/SVGFEConvolveMatrixElement.h \
       
  3921 	WebCore/svg/SVGFEDiffuseLightingElement.cpp \
       
  3922 	WebCore/svg/SVGFEDiffuseLightingElement.h \
       
  3923 	WebCore/svg/SVGFEDisplacementMapElement.cpp \
       
  3924 	WebCore/svg/SVGFEDisplacementMapElement.h \
       
  3925 	WebCore/svg/SVGFEDistantLightElement.cpp \
       
  3926 	WebCore/svg/SVGFEDistantLightElement.h \
       
  3927 	WebCore/svg/SVGFEFloodElement.cpp \
       
  3928 	WebCore/svg/SVGFEFloodElement.h \
       
  3929 	WebCore/svg/SVGFEFuncAElement.cpp \
       
  3930 	WebCore/svg/SVGFEFuncAElement.h \
       
  3931 	WebCore/svg/SVGFEFuncBElement.cpp \
       
  3932 	WebCore/svg/SVGFEFuncBElement.h \
       
  3933 	WebCore/svg/SVGFEFuncGElement.cpp \
       
  3934 	WebCore/svg/SVGFEFuncGElement.h \
       
  3935 	WebCore/svg/SVGFEFuncRElement.cpp \
       
  3936 	WebCore/svg/SVGFEFuncRElement.h \
       
  3937 	WebCore/svg/SVGFEGaussianBlurElement.cpp \
       
  3938 	WebCore/svg/SVGFEGaussianBlurElement.h \
       
  3939 	WebCore/svg/SVGFEImageElement.cpp \
       
  3940 	WebCore/svg/SVGFEImageElement.h \
       
  3941 	WebCore/svg/SVGFELightElement.cpp \
       
  3942 	WebCore/svg/SVGFELightElement.h \
       
  3943 	WebCore/svg/SVGFEMergeElement.cpp \
       
  3944 	WebCore/svg/SVGFEMergeElement.h \
       
  3945 	WebCore/svg/SVGFEMergeNodeElement.cpp \
       
  3946 	WebCore/svg/SVGFEMergeNodeElement.h \
       
  3947 	WebCore/svg/SVGFEMorphologyElement.cpp \
       
  3948 	WebCore/svg/SVGFEMorphologyElement.h \
       
  3949 	WebCore/svg/SVGFEOffsetElement.cpp \
       
  3950 	WebCore/svg/SVGFEOffsetElement.h \
       
  3951 	WebCore/svg/SVGFEPointLightElement.cpp \
       
  3952 	WebCore/svg/SVGFEPointLightElement.h \
       
  3953 	WebCore/svg/SVGFESpecularLightingElement.cpp \
       
  3954 	WebCore/svg/SVGFESpecularLightingElement.h \
       
  3955 	WebCore/svg/SVGFESpotLightElement.cpp \
       
  3956 	WebCore/svg/SVGFESpotLightElement.h \
       
  3957 	WebCore/svg/SVGFETileElement.cpp \
       
  3958 	WebCore/svg/SVGFETileElement.h \
       
  3959 	WebCore/svg/SVGFETurbulenceElement.cpp \
       
  3960 	WebCore/svg/SVGFETurbulenceElement.h \
       
  3961 	WebCore/svg/SVGFilterElement.cpp \
       
  3962 	WebCore/svg/SVGFilterElement.h \
       
  3963 	WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp \
       
  3964 	WebCore/svg/SVGFilterPrimitiveStandardAttributes.h \
       
  3965 	WebCore/svg/SVGFitToViewBox.cpp \
       
  3966 	WebCore/svg/SVGFitToViewBox.h \
       
  3967 	WebCore/svg/SVGFont.cpp \
       
  3968 	WebCore/svg/SVGFontData.cpp \
       
  3969 	WebCore/svg/SVGFontData.h \
       
  3970 	WebCore/svg/SVGFontElement.cpp \
       
  3971 	WebCore/svg/SVGFontElement.h \
       
  3972 	WebCore/svg/SVGFontFaceElement.cpp \
       
  3973 	WebCore/svg/SVGFontFaceElement.h \
       
  3974 	WebCore/svg/SVGFontFaceFormatElement.cpp \
       
  3975 	WebCore/svg/SVGFontFaceFormatElement.h \
       
  3976 	WebCore/svg/SVGFontFaceNameElement.cpp \
       
  3977 	WebCore/svg/SVGFontFaceNameElement.h \
       
  3978 	WebCore/svg/SVGFontFaceSrcElement.cpp \
       
  3979 	WebCore/svg/SVGFontFaceSrcElement.h \
       
  3980 	WebCore/svg/SVGFontFaceUriElement.cpp \
       
  3981 	WebCore/svg/SVGFontFaceUriElement.h \
       
  3982 	WebCore/svg/SVGForeignObjectElement.cpp \
       
  3983 	WebCore/svg/SVGForeignObjectElement.h \
       
  3984 	WebCore/svg/SVGGElement.cpp \
       
  3985 	WebCore/svg/SVGGElement.h \
       
  3986 	WebCore/svg/SVGGlyphElement.cpp \
       
  3987 	WebCore/svg/SVGGlyphElement.h \
       
  3988 	WebCore/svg/SVGGlyphMap.h \
       
  3989 	WebCore/svg/SVGGradientElement.cpp \
       
  3990 	WebCore/svg/SVGGradientElement.h \
       
  3991 	WebCore/svg/SVGHKernElement.cpp \
       
  3992 	WebCore/svg/SVGHKernElement.h \
       
  3993 	WebCore/svg/SVGImageElement.cpp \
       
  3994 	WebCore/svg/SVGImageElement.h \
       
  3995 	WebCore/svg/SVGImageLoader.cpp \
       
  3996 	WebCore/svg/SVGImageLoader.h \
       
  3997 	WebCore/svg/SVGLangSpace.cpp \
       
  3998 	WebCore/svg/SVGLangSpace.h \
       
  3999 	WebCore/svg/SVGLength.cpp \
       
  4000 	WebCore/svg/SVGLength.h \
       
  4001 	WebCore/svg/SVGLengthList.cpp \
       
  4002 	WebCore/svg/SVGLengthList.h \
       
  4003 	WebCore/svg/SVGLineElement.cpp \
       
  4004 	WebCore/svg/SVGLineElement.h \
       
  4005 	WebCore/svg/SVGLinearGradientElement.cpp \
       
  4006 	WebCore/svg/SVGLinearGradientElement.h \
       
  4007 	WebCore/svg/SVGList.h \
       
  4008 	WebCore/svg/SVGListTraits.h \
       
  4009 	WebCore/svg/SVGLocatable.cpp \
       
  4010 	WebCore/svg/SVGLocatable.h \
       
  4011 	WebCore/svg/SVGMPathElement.cpp \
       
  4012 	WebCore/svg/SVGMPathElement.h \
       
  4013 	WebCore/svg/SVGMarkerElement.cpp \
       
  4014 	WebCore/svg/SVGMarkerElement.h \
       
  4015 	WebCore/svg/SVGMaskElement.cpp \
       
  4016 	WebCore/svg/SVGMaskElement.h \
       
  4017 	WebCore/svg/SVGMetadataElement.cpp \
       
  4018 	WebCore/svg/SVGMetadataElement.h \
       
  4019 	WebCore/svg/SVGMissingGlyphElement.cpp \
       
  4020 	WebCore/svg/SVGMissingGlyphElement.h \
       
  4021 	WebCore/svg/SVGNumberList.cpp \
       
  4022 	WebCore/svg/SVGNumberList.h \
       
  4023 	WebCore/svg/SVGPaint.cpp \
       
  4024 	WebCore/svg/SVGPaint.h \
       
  4025 	WebCore/svg/SVGParserUtilities.cpp \
       
  4026 	WebCore/svg/SVGParserUtilities.h \
       
  4027 	WebCore/svg/SVGPathBuilder.cpp \
       
  4028 	WebCore/svg/SVGPathBuilder.h \
       
  4029 	WebCore/svg/SVGPathConsumer.h \
       
  4030 	WebCore/svg/SVGPathElement.cpp \
       
  4031 	WebCore/svg/SVGPathElement.h \
       
  4032 	WebCore/svg/SVGPathParser.cpp \
       
  4033 	WebCore/svg/SVGPathParser.h \
       
  4034 	WebCore/svg/SVGPathSeg.h \
       
  4035 	WebCore/svg/SVGPathSegArc.cpp \
       
  4036 	WebCore/svg/SVGPathSegArc.h \
       
  4037 	WebCore/svg/SVGPathSegClosePath.cpp \
       
  4038 	WebCore/svg/SVGPathSegClosePath.h \
       
  4039 	WebCore/svg/SVGPathSegCurvetoCubic.cpp \
       
  4040 	WebCore/svg/SVGPathSegCurvetoCubic.h \
       
  4041 	WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp \
       
  4042 	WebCore/svg/SVGPathSegCurvetoCubicSmooth.h \
       
  4043 	WebCore/svg/SVGPathSegCurvetoQuadratic.cpp \
       
  4044 	WebCore/svg/SVGPathSegCurvetoQuadratic.h \
       
  4045 	WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
       
  4046 	WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h \
       
  4047 	WebCore/svg/SVGPathSegLineto.cpp \
       
  4048 	WebCore/svg/SVGPathSegLineto.h \
       
  4049 	WebCore/svg/SVGPathSegLinetoHorizontal.cpp \
       
  4050 	WebCore/svg/SVGPathSegLinetoHorizontal.h \
       
  4051 	WebCore/svg/SVGPathSegLinetoVertical.cpp \
       
  4052 	WebCore/svg/SVGPathSegLinetoVertical.h \
       
  4053 	WebCore/svg/SVGPathSegList.cpp \
       
  4054 	WebCore/svg/SVGPathSegList.h \
       
  4055 	WebCore/svg/SVGPathSegListBuilder.cpp \
       
  4056 	WebCore/svg/SVGPathSegListBuilder.h \
       
  4057 	WebCore/svg/SVGPathSegMoveto.cpp \
       
  4058 	WebCore/svg/SVGPathSegMoveto.h \
       
  4059 	WebCore/svg/SVGPatternElement.cpp \
       
  4060 	WebCore/svg/SVGPatternElement.h \
       
  4061 	WebCore/svg/SVGPointList.cpp \
       
  4062 	WebCore/svg/SVGPointList.h \
       
  4063 	WebCore/svg/SVGPolyElement.cpp \
       
  4064 	WebCore/svg/SVGPolyElement.h \
       
  4065 	WebCore/svg/SVGPolygonElement.cpp \
       
  4066 	WebCore/svg/SVGPolygonElement.h \
       
  4067 	WebCore/svg/SVGPolylineElement.cpp \
       
  4068 	WebCore/svg/SVGPolylineElement.h \
       
  4069 	WebCore/svg/SVGPreserveAspectRatio.cpp \
       
  4070 	WebCore/svg/SVGPreserveAspectRatio.h \
       
  4071 	WebCore/svg/SVGRadialGradientElement.cpp \
       
  4072 	WebCore/svg/SVGRadialGradientElement.h \
       
  4073 	WebCore/svg/SVGRectElement.cpp \
       
  4074 	WebCore/svg/SVGRectElement.h \
       
  4075 	WebCore/svg/SVGRenderingIntent.h \
       
  4076 	WebCore/svg/SVGSVGElement.cpp \
       
  4077 	WebCore/svg/SVGSVGElement.h \
       
  4078 	WebCore/svg/SVGScriptElement.cpp \
       
  4079 	WebCore/svg/SVGScriptElement.h \
       
  4080 	WebCore/svg/SVGSetElement.cpp \
       
  4081 	WebCore/svg/SVGSetElement.h \
       
  4082 	WebCore/svg/SVGStopElement.cpp \
       
  4083 	WebCore/svg/SVGStopElement.h \
       
  4084 	WebCore/svg/SVGStringList.cpp \
       
  4085 	WebCore/svg/SVGStringList.h \
       
  4086 	WebCore/svg/SVGStylable.cpp \
       
  4087 	WebCore/svg/SVGStylable.h \
       
  4088 	WebCore/svg/SVGStyleElement.cpp \
       
  4089 	WebCore/svg/SVGStyleElement.h \
       
  4090 	WebCore/svg/SVGStyledElement.cpp \
       
  4091 	WebCore/svg/SVGStyledElement.h \
       
  4092 	WebCore/svg/SVGStyledLocatableElement.cpp \
       
  4093 	WebCore/svg/SVGStyledLocatableElement.h \
       
  4094 	WebCore/svg/SVGStyledTransformableElement.cpp \
       
  4095 	WebCore/svg/SVGStyledTransformableElement.h \
       
  4096 	WebCore/svg/SVGSwitchElement.cpp \
       
  4097 	WebCore/svg/SVGSwitchElement.h \
       
  4098 	WebCore/svg/SVGSymbolElement.cpp \
       
  4099 	WebCore/svg/SVGSymbolElement.h \
       
  4100 	WebCore/svg/SVGTRefElement.cpp \
       
  4101 	WebCore/svg/SVGTRefElement.h \
       
  4102 	WebCore/svg/SVGTSpanElement.cpp \
       
  4103 	WebCore/svg/SVGTSpanElement.h \
       
  4104 	WebCore/svg/SVGTests.cpp \
       
  4105 	WebCore/svg/SVGTests.h \
       
  4106 	WebCore/svg/SVGTextContentElement.cpp \
       
  4107 	WebCore/svg/SVGTextContentElement.h \
       
  4108 	WebCore/svg/SVGTextElement.cpp \
       
  4109 	WebCore/svg/SVGTextElement.h \
       
  4110 	WebCore/svg/SVGTextPathElement.cpp \
       
  4111 	WebCore/svg/SVGTextPathElement.h \
       
  4112 	WebCore/svg/SVGTextPositioningElement.cpp \
       
  4113 	WebCore/svg/SVGTextPositioningElement.h \
       
  4114 	WebCore/svg/SVGTitleElement.cpp \
       
  4115 	WebCore/svg/SVGTitleElement.h \
       
  4116 	WebCore/svg/SVGTransform.cpp \
       
  4117 	WebCore/svg/SVGTransform.h \
       
  4118 	WebCore/svg/SVGTransformDistance.cpp \
       
  4119 	WebCore/svg/SVGTransformDistance.h \
       
  4120 	WebCore/svg/SVGTransformList.cpp \
       
  4121 	WebCore/svg/SVGTransformList.h \
       
  4122 	WebCore/svg/SVGTransformable.cpp \
       
  4123 	WebCore/svg/SVGTransformable.h \
       
  4124 	WebCore/svg/SVGURIReference.cpp \
       
  4125 	WebCore/svg/SVGURIReference.h \
       
  4126 	WebCore/svg/SVGUnitTypes.h \
       
  4127 	WebCore/svg/SVGUseElement.cpp \
       
  4128 	WebCore/svg/SVGUseElement.h \
       
  4129 	WebCore/svg/SVGViewElement.cpp \
       
  4130 	WebCore/svg/SVGViewElement.h \
       
  4131 	WebCore/svg/SVGVKernElement.cpp \
       
  4132 	WebCore/svg/SVGVKernElement.h \
       
  4133 	WebCore/svg/SVGViewSpec.cpp \
       
  4134 	WebCore/svg/SVGViewSpec.h \
       
  4135 	WebCore/svg/SVGZoomAndPan.cpp \
       
  4136 	WebCore/svg/SVGZoomAndPan.h \
       
  4137 	WebCore/svg/SVGZoomEvent.cpp \
       
  4138 	WebCore/svg/SVGZoomEvent.h \
       
  4139 	WebCore/svg/animation/SMILTime.cpp \
       
  4140 	WebCore/svg/animation/SMILTime.h \
       
  4141 	WebCore/svg/animation/SMILTimeContainer.cpp \
       
  4142 	WebCore/svg/animation/SMILTimeContainer.h \
       
  4143 	WebCore/svg/animation/SVGSMILElement.cpp \
       
  4144 	WebCore/svg/animation/SVGSMILElement.h \
       
  4145 	WebCore/svg/graphics/SVGImage.cpp \
       
  4146 	WebCore/svg/graphics/SVGImage.h \
       
  4147 	WebCore/svg/graphics/filters/SVGDistantLightSource.h \
       
  4148 	WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp \
       
  4149 	WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h \
       
  4150 	WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp \
       
  4151 	WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h \
       
  4152 	WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp \
       
  4153 	WebCore/svg/graphics/filters/SVGFEDisplacementMap.h \
       
  4154 	WebCore/svg/graphics/filters/SVGFEFlood.cpp \
       
  4155 	WebCore/svg/graphics/filters/SVGFEFlood.h \
       
  4156 	WebCore/svg/graphics/filters/SVGFEImage.cpp \
       
  4157 	WebCore/svg/graphics/filters/SVGFEImage.h \
       
  4158 	WebCore/svg/graphics/filters/SVGFELighting.cpp \
       
  4159 	WebCore/svg/graphics/filters/SVGFELighting.h \
       
  4160 	WebCore/svg/graphics/filters/SVGFEMerge.cpp \
       
  4161 	WebCore/svg/graphics/filters/SVGFEMerge.h \
       
  4162 	WebCore/svg/graphics/filters/SVGFEMorphology.cpp \
       
  4163 	WebCore/svg/graphics/filters/SVGFEMorphology.h \
       
  4164 	WebCore/svg/graphics/filters/SVGFEOffset.cpp \
       
  4165 	WebCore/svg/graphics/filters/SVGFEOffset.h \
       
  4166 	WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp \
       
  4167 	WebCore/svg/graphics/filters/SVGFESpecularLighting.h \
       
  4168 	WebCore/svg/graphics/filters/SVGFETile.cpp \
       
  4169 	WebCore/svg/graphics/filters/SVGFETile.h \
       
  4170 	WebCore/svg/graphics/filters/SVGFETurbulence.cpp \
       
  4171 	WebCore/svg/graphics/filters/SVGFETurbulence.h \
       
  4172 	WebCore/svg/graphics/filters/SVGFilter.cpp \
       
  4173 	WebCore/svg/graphics/filters/SVGFilter.h \
       
  4174 	WebCore/svg/graphics/filters/SVGFilterBuilder.h \
       
  4175 	WebCore/svg/graphics/filters/SVGFilterBuilder.cpp \
       
  4176 	WebCore/svg/graphics/filters/SVGLightSource.cpp \
       
  4177 	WebCore/svg/graphics/filters/SVGLightSource.h \
       
  4178 	WebCore/svg/graphics/filters/SVGPointLightSource.h \
       
  4179 	WebCore/svg/graphics/filters/SVGSpotLightSource.h
       
  4180 
       
  4181 # SVG Features
       
  4182 if ENABLE_SVG_USE
       
  4183 FEATURE_DEFINES += ENABLE_SVG_USE=1
       
  4184 SVG_FEATURES += ENABLE_SVG_USE=1
       
  4185 webcore_cppflags += -DENABLE_SVG_USE=1
       
  4186 endif
       
  4187 
       
  4188 if ENABLE_SVG_FOREIGN_OBJECT
       
  4189 FEATURE_DEFINES += ENABLE_SVG_FOREIGN_OBJECT=1
       
  4190 SVG_FEATURES += ENABLE_SVG_FOREIGN_OBJECT=1
       
  4191 webcore_cppflags += -DENABLE_SVG_FOREIGN_OBJECT=1
       
  4192 endif
       
  4193 
       
  4194 if ENABLE_SVG_FONTS
       
  4195 FEATURE_DEFINES += ENABLE_SVG_FONTS=1
       
  4196 SVG_FEATURES += ENABLE_SVG_FONTS=1
       
  4197 webcore_cppflags += -DENABLE_SVG_FONTS=1
       
  4198 endif
       
  4199 
       
  4200 if ENABLE_SVG_AS_IMAGE
       
  4201 FEATURE_DEFINES += ENABLE_SVG_AS_IMAGE=1
       
  4202 SVG_FEATURES += ENABLE_SVG_AS_IMAGE=1
       
  4203 webcore_cppflags += -DENABLE_SVG_AS_IMAGE=1
       
  4204 endif
       
  4205 
       
  4206 if ENABLE_SVG_ANIMATION
       
  4207 FEATURE_DEFINES += ENABLE_SVG_ANIMATION=1
       
  4208 SVG_FEATURES += ENABLE_SVG_ANIMATION=1
       
  4209 webcore_cppflags += -DENABLE_SVG_ANIMATION=1
       
  4210 endif
       
  4211 
       
  4212 endif # END ENABLE_SVG
       
  4213 
       
  4214 webcore_built_sources += \
       
  4215 	DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp \
       
  4216 	DerivedSources/WebCore/SVGElementFactory.cpp \
       
  4217 	DerivedSources/WebCore/SVGNames.cpp \
       
  4218 	DerivedSources/WebCore/XLinkNames.cpp
       
  4219 
       
  4220 # SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
       
  4221 DerivedSources/WebCore/SVGNames.cpp: DerivedSources/WebCore/SVGElementFactory.cpp;
       
  4222 DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp: DerivedSources/WebCore/SVGElementFactory.cpp
       
  4223 
       
  4224 if SVG_FLAGS
       
  4225 DerivedSources/WebCore/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
       
  4226 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
       
  4227 else
       
  4228 DerivedSources/WebCore/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
       
  4229 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
       
  4230 
       
  4231 endif # SVG_FLAGS
       
  4232 
       
  4233 # end SVG Features
       
  4234 
       
  4235 DerivedSources/WebCore/XLinkNames.h: DerivedSources/WebCore/XLinkNames.cpp;
       
  4236 
       
  4237 DerivedSources/WebCore/XLinkNames.cpp : $(WebCore)/dom/make_names.pl $(WebCore)/svg/xlinkattrs.in
       
  4238 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in --outputDir "$(GENSOURCES_WEBCORE)"
       
  4239 
       
  4240 # ----
       
  4241 # Web Sockets Support
       
  4242 # ----
       
  4243 if ENABLE_WEB_SOCKETS
       
  4244 FEATURE_DEFINES += ENABLE_WEB_SOCKETS=1
       
  4245 
       
  4246 webcore_cppflags += \
       
  4247 	-DENABLE_WEB_SOCKETS=1
       
  4248 
       
  4249 webcore_built_sources += \
       
  4250 	DerivedSources/WebCore/JSWebSocket.cpp \
       
  4251 	DerivedSources/WebCore/JSWebSocket.h
       
  4252 
       
  4253 webcore_sources += \
       
  4254 	WebCore/bindings/js/JSWebSocketCustom.cpp \
       
  4255 	WebCore/platform/network/SocketStreamErrorBase.cpp \
       
  4256 	WebCore/platform/network/SocketStreamErrorBase.h \
       
  4257 	WebCore/platform/network/SocketStreamHandleBase.cpp \
       
  4258 	WebCore/platform/network/SocketStreamHandleBase.h \
       
  4259 	WebCore/platform/network/SocketStreamHandleClient.h \
       
  4260 	WebCore/websockets/WebSocket.cpp \
       
  4261 	WebCore/websockets/WebSocket.h \
       
  4262 	WebCore/websockets/WebSocketChannel.cpp \
       
  4263 	WebCore/websockets/WebSocketChannel.h \
       
  4264 	WebCore/websockets/WebSocketChannelClient.h \
       
  4265 	WebCore/websockets/WebSocketHandshake.cpp \
       
  4266 	WebCore/websockets/WebSocketHandshake.h \
       
  4267 	WebCore/websockets/WebSocketHandshakeRequest.cpp \
       
  4268 	WebCore/websockets/WebSocketHandshakeRequest.h \
       
  4269 	WebCore/websockets/WebSocketHandshakeResponse.cpp \
       
  4270 	WebCore/websockets/WebSocketHandshakeResponse.h
       
  4271 
       
  4272 if ENABLE_WORKERS
       
  4273 webcore_sources += \
       
  4274 	WebCore/websockets/ThreadableWebSocketChannel.cpp \
       
  4275 	WebCore/websockets/ThreadableWebSocketChannel.h \
       
  4276 	WebCore/websockets/ThreadableWebSocketChannelClientWrapper.h \
       
  4277 	WebCore/websockets/WorkerThreadableWebSocketChannel.cpp \
       
  4278 	WebCore/websockets/WorkerThreadableWebSocketChannel.h
       
  4279 endif
       
  4280 
       
  4281 webcoregtk_sources += \
       
  4282 	WebCore/platform/network/soup/SocketStreamError.h \
       
  4283 	WebCore/platform/network/soup/SocketStreamHandle.h \
       
  4284 	WebCore/platform/network/soup/SocketStreamHandleSoup.cpp
       
  4285 
       
  4286 else
       
  4287 webcore_cppflags += -DENABLE_WEB_SOCKETS=0
       
  4288 endif  # END ENABLE_WEB_SOCKETS
       
  4289 
       
  4290 # ---
       
  4291 # Blob.slice support
       
  4292 # ---
       
  4293 if ENABLE_BLOB_SLICE
       
  4294 FEATURE_DEFINES += ENABLE_BLOB_SLICE=1
       
  4295 webcore_cppflags += -DENABLE_BLOB_SLICE=1
       
  4296 endif  # END ENABLE_BLOB_SLICE
       
  4297 
       
  4298 # ---
       
  4299 # FileReader support
       
  4300 # ---
       
  4301 if ENABLE_FILE_READER
       
  4302 FEATURE_DEFINES += ENABLE_FILE_READER=1
       
  4303 webcore_cppflags += -DENABLE_FILE_READER=1
       
  4304 endif  # END ENABLE_FILE_READER
       
  4305 
       
  4306 # ---
       
  4307 # FileWriter support
       
  4308 # ---
       
  4309 if ENABLE_FILE_WRITER
       
  4310 FEATURE_DEFINES += ENABLE_FILE_WRITER=1
       
  4311 webcore_cppflags += -DENABLE_FILE_WRITER=1
       
  4312 endif  # END ENABLE_FILE_WRITER
       
  4313 
       
  4314 DerivedSources/WebCore/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl
       
  4315 	if sort $(WEBCORE_CSS_PROPERTY_NAMES) | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
       
  4316 	cat $(WEBCORE_CSS_PROPERTY_NAMES) > CSSPropertyNames.in
       
  4317 	$(PERL) "$(WebCore)/css/makeprop.pl"
       
  4318 	mv CSSPropertyNames.* $(GENSOURCES_WEBCORE)
       
  4319 
       
  4320 # Lower case all the values, as CSS values are case-insensitive
       
  4321 DerivedSources/WebCore/CSSValueKeywords.h : $(WEBCORE_CSS_VALUE_KEYWORDS) $(WebCore)/css/makevalues.pl
       
  4322 	$(PERL) -ne 'print lc' $(WEBCORE_CSS_VALUE_KEYWORDS) > CSSValueKeywords.in
       
  4323 	if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
       
  4324 	$(PERL) "$(WebCore)/css/makevalues.pl"
       
  4325 	mv CSSValueKeywords.* $(GENSOURCES_WEBCORE)
       
  4326 
       
  4327 # DOCTYPE strings
       
  4328 DerivedSources/WebCore/DocTypeStrings.cpp : $(WebCore)/html/DocTypeStrings.gperf $(WebCore)/make-hash-tools.pl
       
  4329 	$(PERL) $(WebCore)/make-hash-tools.pl $(GENSOURCES_WEBCORE) $(WebCore)/html/DocTypeStrings.gperf
       
  4330 
       
  4331 # HTML entity names
       
  4332 DerivedSources/WebCore/HTMLEntityNames.cpp : $(WebCore)/html/HTMLEntityNames.gperf $(WebCore)/make-hash-tools.pl
       
  4333 	$(PERL) $(WebCore)/make-hash-tools.pl $(GENSOURCES_WEBCORE) $(WebCore)/html/HTMLEntityNames.gperf
       
  4334 
       
  4335 # color names
       
  4336 DerivedSources/WebCore/ColorData.cpp: $(WebCore)/platform/ColorData.gperf $(WebCore)/make-hash-tools.pl
       
  4337 	$(PERL) $(WebCore)/make-hash-tools.pl $(GENSOURCES_WEBCORE) $(WebCore)/platform/ColorData.gperf
       
  4338 
       
  4339 # CSS tokenizer
       
  4340 DerivedSources/WebCore/tokenizer.cpp : $(WebCore)/css/tokenizer.flex $(WebCore)/css/maketokenizer
       
  4341 	$(AM_V_GEN)$(FLEX) -t $< | $(PERL) $(WebCore)/css/maketokenizer > $@
       
  4342 
       
  4343 # CSS grammar
       
  4344 
       
  4345 DerivedSources/WebCore/CSSGrammar.h: $(GENSOURCES_WEBCORE)/CSSGrammar.cpp;
       
  4346 
       
  4347 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
       
  4348 DerivedSources/WebCore/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y
       
  4349 	rm -f $(GENSOURCES_WEBCORE)/CSSGrammar.cpp.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
       
  4350 	$(BISON) -d -p cssyy $< -o $(GENSOURCES_WEBCORE)/CSSGrammar.cpp
       
  4351 	touch $(GENSOURCES_WEBCORE)/CSSGrammar.cpp.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
       
  4352 	echo '#ifndef CSSGrammar_h' > $(GENSOURCES_WEBCORE)/CSSGrammar.h
       
  4353 	echo '#define CSSGrammar_h' >> $(GENSOURCES_WEBCORE)/CSSGrammar.h
       
  4354 	cat $(GENSOURCES_WEBCORE)/CSSGrammar.cpp.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp >> $(GENSOURCES_WEBCORE)/CSSGrammar.h
       
  4355 	echo '#endif' >> $(GENSOURCES_WEBCORE)/CSSGrammar.h
       
  4356 	rm -f $(GENSOURCES_WEBCORE)/CSSGrammar.cpp.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
       
  4357 
       
  4358 # user agent style sheets
       
  4359 USER_AGENT_STYLE_SHEETS = \
       
  4360 	$(WebCore)/css/html.css \
       
  4361 	$(WebCore)/css/mathml.css \
       
  4362 	$(WebCore)/css/quirks.css \
       
  4363 	$(WebCore)/css/view-source.css \
       
  4364 	$(WebCore)/css/svg.css \
       
  4365 	$(WebCore)/css/wml.css \
       
  4366 	$(WebCore)/css/mediaControls.css \
       
  4367 	$(WebCore)/css/mediaControlsGtk.css
       
  4368 
       
  4369 # new-style JavaScript bindings
       
  4370 SCRIPTS_BINDINGS = \
       
  4371 	$(WebCore)/bindings/scripts/CodeGenerator.pm \
       
  4372 	$(WebCore)/bindings/scripts/IDLParser.pm \
       
  4373 	$(WebCore)/bindings/scripts/IDLStructure.pm \
       
  4374 	$(WebCore)/bindings/scripts/InFilesParser.pm \
       
  4375 	$(WebCore)/bindings/scripts/generate-bindings.pl
       
  4376 
       
  4377 DerivedSources/WebCore/UserAgentStyleSheetsData.cpp: DerivedSources/WebCore/UserAgentStyleSheets.h;
       
  4378 
       
  4379 DerivedSources/WebCore/UserAgentStyleSheets.h: $(WebCore)/css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS)
       
  4380 	$(AM_V_GEN)$(PERL) $< $@ DerivedSources/WebCore/UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)
       
  4381 
       
  4382 # HTML tag and attribute names
       
  4383 if HTML_FLAGS
       
  4384 DerivedSources/WebCore/HTMLElementFactory.cpp DerivedSources/WebCore/HTMLElementFactory.h DerivedSources/WebCore/HTMLNames.cpp DerivedSources/WebCore/HTMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
       
  4385 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --extraDefines "$(HTML_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
       
  4386 else
       
  4387 DerivedSources/WebCore/HTMLElementFactory.cpp DerivedSources/WebCore/HTMLElementFactory.h DerivedSources/WebCore/HTMLNames.cpp DerivedSources/WebCore/HTMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
       
  4388 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
       
  4389 endif # HTML_FLAGS
       
  4390 
       
  4391 DerivedSources/WebCore/JSHTMLElementWrapperFactory.cpp: DerivedSources/WebCore/HTMLNames.cpp;
       
  4392 
       
  4393 DerivedSources/WebCore/XMLNSNames.cpp DerivedSources/WebCore/XMLNSNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlnsattrs.in
       
  4394 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlnsattrs.in --outputDir "$(GENSOURCES_WEBCORE)"
       
  4395 
       
  4396 DerivedSources/WebCore/XMLNames.cpp DerivedSources/WebCore/XMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlattrs.in
       
  4397 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in --outputDir "$(GENSOURCES_WEBCORE)"
       
  4398 
       
  4399 # Remote Inspector frontend
       
  4400 DerivedSources/WebCore/RemoteInspectorFrontend.cpp DerivedSources/WebCore/RemoteInspectorFrontend.h: $(WebCore)/inspector/Inspector.idl $(SCRIPTS_BINDINGS) $(WebCore)/inspector/CodeGeneratorInspector.pm
       
  4401 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts -I$(WebCore)/inspector $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include "%") --outputDir "$(GENSOURCES_WEBCORE)" --defines "LANGUAGE_JAVASCRIPT=1 $(FEATURE_DEFINES)" --generator Inspector $<
       
  4402 
       
  4403 IDL_PATH := \
       
  4404     $(WebCore)/bindings/js \
       
  4405     $(WebCore)/css \
       
  4406     $(WebCore)/dom \
       
  4407     $(WebCore)/html \
       
  4408     $(WebCore)/html/canvas \
       
  4409     $(WebCore)/inspector \
       
  4410     $(WebCore)/loader/appcache \
       
  4411     $(WebCore)/notifications \
       
  4412     $(WebCore)/page \
       
  4413     $(WebCore)/storage \
       
  4414     $(WebCore)/svg \
       
  4415     $(WebCore)/xml \
       
  4416     $(WebCore)/plugins \
       
  4417     $(WebCore)/websockets \
       
  4418     $(WebCore)/workers
       
  4419 
       
  4420 vpath %.idl = $(IDL_PATH)
       
  4421 
       
  4422 DerivedSources/WebCore/JS%.h: DerivedSources/WebCore/JS%.cpp;
       
  4423 
       
  4424 .SECONDARY:
       
  4425 DerivedSources/WebCore/JS%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorJS.pm
       
  4426 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include "%") --outputDir "$(GENSOURCES_WEBCORE)" --defines "LANGUAGE_JAVASCRIPT=1 $(FEATURE_DEFINES)" --generator JS $<
       
  4427 
       
  4428 DerivedSources/webkit/webkitdomdummy.c:
       
  4429 	$(AM_V_GEN)mkdir -p DerivedSources/webkit || echo > $@
       
  4430 
       
  4431 # Because WebCore/bindings/gobject/WebKitDOMObject.h is static source but is also a distributed header
       
  4432 # required by other distributed headers (both static and auto-generated), need to move this to the
       
  4433 # DerivedSources/webkit directory.  The reason is that we want all header files distributed in the
       
  4434 # include/webkit-x.y/webkit directory, but do not want to name the WebCore/bindings/gobject directory 
       
  4435 # "webkit", as that's a bit presumptuous for a GTK binding.
       
  4436 $(top_builddir)/DerivedSources/webkit/WebKitDOMObject.h: $(WebCore)/bindings/gobject/WebKitDOMObject.h
       
  4437 	$(AM_V_GEN)cp -f $< $@
       
  4438 
       
  4439 $(top_builddir)/DerivedSources/webkit/WebKitDOMEventTarget.h: $(WebCore)/bindings/gobject/WebKitDOMEventTarget.h
       
  4440 	$(AM_V_GEN)cp -f $< $@
       
  4441 
       
  4442 # Start with a subset of all the DOM bindings
       
  4443 IDL_BINDINGS_GDOM += \
       
  4444 	WebCore/css/CSSRule.idl \
       
  4445 	WebCore/css/CSSRuleList.idl \
       
  4446 	WebCore/css/CSSStyleDeclaration.idl \
       
  4447 	WebCore/css/CSSStyleSheet.idl \
       
  4448 	WebCore/css/CSSValue.idl \
       
  4449 	WebCore/css/MediaList.idl \
       
  4450 	WebCore/css/StyleMedia.idl \
       
  4451 	WebCore/css/StyleSheet.idl \
       
  4452 	WebCore/css/StyleSheetList.idl \
       
  4453 	WebCore/dom/Attr.idl \
       
  4454 	WebCore/dom/CDATASection.idl \
       
  4455 	WebCore/dom/CharacterData.idl \
       
  4456 	WebCore/dom/Comment.idl \
       
  4457 	WebCore/dom/Document.idl \
       
  4458 	WebCore/dom/DocumentFragment.idl \
       
  4459 	WebCore/dom/DocumentType.idl \
       
  4460 	WebCore/dom/DOMImplementation.idl \
       
  4461 	WebCore/dom/DOMStringList.idl \
       
  4462 	WebCore/dom/DOMStringMap.idl \
       
  4463 	WebCore/dom/Element.idl \
       
  4464 	WebCore/dom/EntityReference.idl \
       
  4465 	WebCore/dom/Event.idl \
       
  4466 	WebCore/dom/MessagePort.idl \
       
  4467 	WebCore/dom/NamedNodeMap.idl \
       
  4468 	WebCore/dom/Node.idl \
       
  4469 	WebCore/dom/NodeFilter.idl \
       
  4470 	WebCore/dom/NodeIterator.idl \
       
  4471 	WebCore/dom/NodeList.idl \
       
  4472 	WebCore/dom/ProcessingInstruction.idl \
       
  4473 	WebCore/dom/Range.idl \
       
  4474 	WebCore/dom/Text.idl \
       
  4475 	WebCore/dom/TreeWalker.idl \
       
  4476 	WebCore/html/Blob.idl \
       
  4477 	WebCore/html/File.idl \
       
  4478 	WebCore/html/FileList.idl \
       
  4479 	WebCore/html/HTMLAnchorElement.idl \
       
  4480 	WebCore/html/HTMLAppletElement.idl \
       
  4481 	WebCore/html/HTMLAreaElement.idl \
       
  4482 	WebCore/html/HTMLBaseElement.idl \
       
  4483 	WebCore/html/HTMLBaseFontElement.idl \
       
  4484 	WebCore/html/HTMLBlockquoteElement.idl \
       
  4485 	WebCore/html/HTMLBodyElement.idl \
       
  4486 	WebCore/html/HTMLBRElement.idl \
       
  4487 	WebCore/html/HTMLButtonElement.idl \
       
  4488 	WebCore/html/HTMLCanvasElement.idl \
       
  4489 	WebCore/html/HTMLCollection.idl \
       
  4490 	WebCore/html/HTMLDirectoryElement.idl \
       
  4491 	WebCore/html/HTMLDivElement.idl \
       
  4492 	WebCore/html/HTMLDListElement.idl \
       
  4493 	WebCore/html/HTMLDocument.idl \
       
  4494 	WebCore/html/HTMLElement.idl \
       
  4495 	WebCore/html/HTMLEmbedElement.idl \
       
  4496 	WebCore/html/HTMLFieldSetElement.idl \
       
  4497 	WebCore/html/HTMLFontElement.idl \
       
  4498 	WebCore/html/HTMLFormElement.idl \
       
  4499 	WebCore/html/HTMLFrameElement.idl \
       
  4500 	WebCore/html/HTMLFrameSetElement.idl \
       
  4501 	WebCore/html/HTMLHeadElement.idl \
       
  4502 	WebCore/html/HTMLHeadingElement.idl \
       
  4503 	WebCore/html/HTMLHRElement.idl \
       
  4504 	WebCore/html/HTMLHtmlElement.idl \
       
  4505 	WebCore/html/HTMLIFrameElement.idl \
       
  4506 	WebCore/html/HTMLImageElement.idl \
       
  4507 	WebCore/html/HTMLInputElement.idl \
       
  4508 	WebCore/html/HTMLIsIndexElement.idl \
       
  4509 	WebCore/html/HTMLLabelElement.idl \
       
  4510 	WebCore/html/HTMLLegendElement.idl \
       
  4511 	WebCore/html/HTMLLIElement.idl \
       
  4512 	WebCore/html/HTMLLinkElement.idl \
       
  4513 	WebCore/html/HTMLMapElement.idl \
       
  4514 	WebCore/html/HTMLMarqueeElement.idl \
       
  4515 	WebCore/html/HTMLMenuElement.idl \
       
  4516 	WebCore/html/HTMLMetaElement.idl \
       
  4517 	WebCore/html/HTMLModElement.idl \
       
  4518 	WebCore/html/HTMLObjectElement.idl \
       
  4519 	WebCore/html/HTMLOListElement.idl \
       
  4520 	WebCore/html/HTMLOptGroupElement.idl \
       
  4521 	WebCore/html/HTMLOptionElement.idl \
       
  4522 	WebCore/html/HTMLOptionsCollection.idl \
       
  4523 	WebCore/html/HTMLParagraphElement.idl \
       
  4524 	WebCore/html/HTMLParamElement.idl \
       
  4525 	WebCore/html/HTMLPreElement.idl \
       
  4526 	WebCore/html/HTMLQuoteElement.idl \
       
  4527 	WebCore/html/HTMLScriptElement.idl \
       
  4528 	WebCore/html/HTMLSelectElement.idl \
       
  4529 	WebCore/html/HTMLStyleElement.idl \
       
  4530 	WebCore/html/HTMLTableElement.idl \
       
  4531 	WebCore/html/HTMLTableCaptionElement.idl \
       
  4532 	WebCore/html/HTMLTableColElement.idl \
       
  4533 	WebCore/html/HTMLTableSectionElement.idl \
       
  4534 	WebCore/html/HTMLTableCellElement.idl \
       
  4535 	WebCore/html/HTMLTextAreaElement.idl \
       
  4536 	WebCore/html/HTMLTitleElement.idl \
       
  4537 	WebCore/html/HTMLTableRowElement.idl \
       
  4538 	WebCore/html/HTMLUListElement.idl \
       
  4539 	WebCore/html/ValidityState.idl \
       
  4540 	WebCore/loader/appcache/DOMApplicationCache.idl \
       
  4541 	WebCore/page/BarInfo.idl \
       
  4542 	WebCore/page/Console.idl \
       
  4543 	WebCore/page/DOMWindow.idl \
       
  4544 	WebCore/page/DOMSelection.idl \
       
  4545 	WebCore/page/History.idl \
       
  4546 	WebCore/page/Location.idl \
       
  4547 	WebCore/page/MemoryInfo.idl \
       
  4548 	WebCore/page/Navigator.idl \
       
  4549 	WebCore/page/Screen.idl \
       
  4550 	WebCore/page/WebKitPoint.idl \
       
  4551 	WebCore/plugins/DOMMimeType.idl \
       
  4552 	WebCore/plugins/DOMMimeTypeArray.idl \
       
  4553 	WebCore/plugins/DOMPlugin.idl \
       
  4554 	WebCore/plugins/DOMPluginArray.idl \
       
  4555 	WebCore/storage/Database.idl \
       
  4556 	WebCore/storage/Storage.idl \
       
  4557 	WebCore/xml/XPathExpression.idl \
       
  4558 	WebCore/xml/XPathNSResolver.idl \
       
  4559 	WebCore/xml/XPathResult.idl
       
  4560 
       
  4561 if ENABLE_GEOLOCATION
       
  4562 IDL_BINDINGS_GDOM += \
       
  4563 	WebCore/page/Geolocation.idl
       
  4564 endif # END ENABLE_GEOLOCATION
       
  4565 
       
  4566 
       
  4567 # All classes autogenerated in the GObject DOM bindings
       
  4568 GDOM_AUTO_CLASSES += $(basename $(notdir $(IDL_BINDINGS_GDOM)))
       
  4569 
       
  4570 # The classes implemented manually
       
  4571 GDOM_FIXED_CLASSES += Object EventTarget
       
  4572 
       
  4573 GDOM_CLASSES += $(GDOM_AUTO_CLASSES) $(GDOM_FIXED_CLASSES)
       
  4574 
       
  4575 # Filter out SVG for now
       
  4576 FEATURE_DEFINES_GDOM := $(filter-out ENABLE-SVG%, $(FEATURE_DEFINES))
       
  4577 
       
  4578 # Autogenerated header files
       
  4579 GDOM_HEADERS_BUILT += $(patsubst %,$(top_builddir)/DerivedSources/webkit/WebKitDOM%.h,$(GDOM_AUTO_CLASSES)) \
       
  4580 	$(top_builddir)/DerivedSources/webkit/webkitdom.h \
       
  4581 	$(top_builddir)/DerivedSources/webkit/webkitdomdefines.h \
       
  4582 	$(top_builddir)/DerivedSources/webkit/WebKitDOMEventTarget.h \
       
  4583 	$(top_builddir)/DerivedSources/webkit/WebKitDOMObject.h
       
  4584 
       
  4585 # Autogenerated source files
       
  4586 GDOM_SOURCES_BUILT := $(patsubst %,DerivedSources/webkit/WebKitDOM%.cpp,$(GDOM_AUTO_CLASSES))
       
  4587 
       
  4588 # Hand-coded header files
       
  4589 GDOM_HEADERS_FIXED += $(patsubst %,$(srcdir)/WebCore/bindings/gobject/WebKitDOM%.h,$(GDOM_FIXED_CLASSES))
       
  4590 
       
  4591 # All header files that get installed
       
  4592 libgdom_h_api += $(GDOM_HEADERS_FIXED) $(GDOM_HEADERS_BUILT)
       
  4593 
       
  4594 DerivedSources/webkit/webkitdom.h: $(WebCore)/bindings/scripts/gobject-generate-headers.pl $(WebCore)/GNUmakefile.am
       
  4595 	$(AM_V_GEN)echo $(GDOM_CLASSES) | $(PERL) $< gdom > $@
       
  4596 
       
  4597 DerivedSources/webkit/webkitdomdefines.h: $(WebCore)/bindings/scripts/gobject-generate-headers.pl $(IDL_BINDINGS_GDOM) $(WebCore)/GNUmakefile.am
       
  4598 	$(AM_V_GEN)echo $(GDOM_CLASSES) | $(PERL) $< defines > $@
       
  4599 
       
  4600 DerivedSources/webkit/WebKitDOM%.h: DerivedSources/webkit/WebKitDOM%.cpp;
       
  4601 
       
  4602 DerivedSources/webkit/WebKitDOM%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(webcoregtk_dom_sources)
       
  4603 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/dom --include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page --include $(WebCore)/xml --include $(WebCore)/svg --outputDir "$(GENSOURCES_WEBKIT)" --defines "LANGUAGE_GOBJECT=1 $(FEATURE_DEFINES_GDOM)" --generator GObject $<
       
  4604 
       
  4605 gdom_built_nosources := $(GDOM_HEADERS_BUILT) $(GDOM_SOURCES_BUILT)
       
  4606 
       
  4607 libgdom_objects := $(subst .cpp,.lo,$(GDOM_SOURCES_BUILT))
       
  4608 libgdom_depfiles := $(patsubst %.lo,$(top_builddir)/DerivedSources/webkit/$(DEPDIR)/%.Plo,$(notdir $(libgdom_objects)))
       
  4609 libgdom_depfiles += $(patsubst %.h,$(WebCore)/bindings/gobject/$(DEPDIR)/%.Plo,$(notdir $(GDOM_HEADERS_FIXED)))
       
  4610 
       
  4611 -include $(libgdom_depfiles)
       
  4612 
       
  4613 $(libgdom_objects): AM_CPPFLAGS+=$(libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS)
       
  4614 $(libgdom_objects): AM_CXXFLAGS+=$(libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS)
       
  4615 
       
  4616 libgdom.la: $(libgdom_objects)
       
  4617 	$(CXXLINK) $(libgdom_objects) $(LIBS)
       
  4618 
       
  4619 EXTRA_DIST += \
       
  4620 	$(shell ls $(srcdir)/WebCore/css/*.idl) \
       
  4621 	$(shell ls $(srcdir)/WebCore/dom/*.idl) \
       
  4622 	$(shell ls $(srcdir)/WebCore/html/canvas/*.idl) \
       
  4623 	$(shell ls $(srcdir)/WebCore/html/*.idl) \
       
  4624 	$(shell ls $(srcdir)/WebCore/inspector/*.idl) \
       
  4625 	$(shell ls $(srcdir)/WebCore/loader/appcache/*.idl) \
       
  4626 	$(shell ls $(srcdir)/WebCore/notifications/*.idl) \
       
  4627 	$(shell ls $(srcdir)/WebCore/page/*.idl) \
       
  4628 	$(shell ls $(srcdir)/WebCore/plugins/*.idl) \
       
  4629 	$(shell ls $(srcdir)/WebCore/storage/*.idl) \
       
  4630 	$(shell ls $(srcdir)/WebCore/svg/*.idl) \
       
  4631 	$(shell ls $(srcdir)/WebCore/websockets/*.idl) \
       
  4632 	$(shell ls $(srcdir)/WebCore/workers/*.idl) \
       
  4633 	$(shell ls $(srcdir)/WebCore/xml/*.idl) \
       
  4634 	WebCore/bindings/scripts/CodeGeneratorGObject.pm \
       
  4635 	WebCore/bindings/scripts/CodeGeneratorJS.pm \
       
  4636 	WebCore/bindings/scripts/CodeGenerator.pm \
       
  4637 	WebCore/bindings/scripts/generate-bindings.pl \
       
  4638 	WebCore/bindings/scripts/gobject-generate-headers.pl \
       
  4639 	WebCore/bindings/scripts/IDLParser.pm \
       
  4640 	WebCore/bindings/scripts/IDLStructure.pm \
       
  4641 	WebCore/bindings/scripts/InFilesParser.pm \
       
  4642 	WebCore/ChangeLog \
       
  4643 	WebCore/css/CSSGrammar.y \
       
  4644 	WebCore/css/CSSPropertyNames.in \
       
  4645 	WebCore/css/CSSValueKeywords.in \
       
  4646 	WebCore/css/html.css \
       
  4647 	WebCore/css/make-css-file-arrays.pl \
       
  4648 	WebCore/css/makegrammar.pl \
       
  4649 	WebCore/css/makeprop.pl \
       
  4650 	WebCore/css/maketokenizer \
       
  4651 	WebCore/css/makevalues.pl \
       
  4652 	WebCore/css/mathml.css \
       
  4653 	WebCore/css/mediaControls.css \
       
  4654 	WebCore/css/mediaControlsGtk.css \
       
  4655 	WebCore/css/quirks.css \
       
  4656 	WebCore/css/svg.css \
       
  4657 	WebCore/css/SVGCSSPropertyNames.in \
       
  4658 	WebCore/css/SVGCSSValueKeywords.in \
       
  4659 	WebCore/css/tokenizer.flex \
       
  4660 	WebCore/css/view-source.css \
       
  4661 	WebCore/css/wml.css \
       
  4662 	WebCore/dom/make_names.pl \
       
  4663 	WebCore/html/DocTypeStrings.gperf \
       
  4664 	WebCore/html/HTMLAttributeNames.in \
       
  4665 	WebCore/html/HTMLEntityNames.gperf \
       
  4666 	WebCore/html/HTMLTagNames.in \
       
  4667 	WebCore/icu/LICENSE \
       
  4668 	WebCore/inspector/CodeGeneratorInspector.pm \
       
  4669 	WebCore/LICENSE-APPLE \
       
  4670 	WebCore/LICENSE-LGPL-2 \
       
  4671 	WebCore/LICENSE-LGPL-2.1 \
       
  4672 	WebCore/make-hash-tools.pl \
       
  4673 	WebCore/mathml/mathattrs.in \
       
  4674 	WebCore/mathml/mathtags.in \
       
  4675 	WebCore/platform/ColorData.gperf \
       
  4676 	WebCore/platform/text/mac/make-charset-table.pl \
       
  4677 	WebCore/svg/svgattrs.in \
       
  4678 	WebCore/svg/svgtags.in \
       
  4679 	WebCore/svg/xlinkattrs.in \
       
  4680 	WebCore/xml/xmlattrs.in \
       
  4681 	WebCore/xml/xmlnsattrs.in \
       
  4682 	WebCore/xml/XPathGrammar.y
       
  4683 
       
  4684 # Installing web inspector files
       
  4685 webinspectordir = ${datadir}/webkit-@WEBKITGTK_API_VERSION@/webinspector
       
  4686 dist_webinspector_DATA = \
       
  4687 	$(WebCore)/English.lproj/localizedStrings.js \
       
  4688 	$(shell ls $(WebCore)/inspector/front-end/*.js) \
       
  4689 	$(shell ls $(WebCore)/inspector/front-end/*.html) \
       
  4690 	$(shell ls $(WebCore)/inspector/front-end/*.css)
       
  4691 
       
  4692 webinspectorimagesdir = ${datadir}/webkit-@WEBKITGTK_API_VERSION@/webinspector/Images
       
  4693 dist_webinspectorimages_DATA = \
       
  4694 	$(shell ls $(WebCore)/inspector/front-end/Images/*.gif) \
       
  4695 	$(shell ls $(WebCore)/inspector/front-end/Images/*.png)
       
  4696 
       
  4697 webresourcesdir = ${datadir}/webkit-@WEBKITGTK_API_VERSION@/images
       
  4698 dist_webresources_DATA = \
       
  4699 	$(WebCore)/Resources/textAreaResizeCorner.png \
       
  4700 	$(WebCore)/Resources/nullPlugin.png \
       
  4701 	$(WebCore)/Resources/urlIcon.png \
       
  4702 	$(WebCore)/Resources/missingImage.png \
       
  4703 	$(WebCore)/Resources/panIcon.png \
       
  4704 	$(WebCore)/Resources/deleteButton.png \
       
  4705 	$(WebCore)/Resources/inputSpeech.png
       
  4706 
       
  4707 # Clean rules for WebCore
       
  4708 
       
  4709 CLEANFILES += \
       
  4710 	libWebCoreJS.la