diff options
author | aa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-03 20:52:30 +0000 |
---|---|---|
committer | aa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-03 20:52:30 +0000 |
commit | be740292c9d0a57768be27651e9d929db97e0c4f (patch) | |
tree | e0aebd60fd1ac6ba890de6ee67cf8d0a3b13ee6e | |
parent | b7b0da54c024999aa8f21f0466fc68d2e1fc61f3 (diff) | |
download | chromium_src-be740292c9d0a57768be27651e9d929db97e0c4f.zip chromium_src-be740292c9d0a57768be27651e9d929db97e0c4f.tar.gz chromium_src-be740292c9d0a57768be27651e9d929db97e0c4f.tar.bz2 |
Get Database compiling on Chromium. Note that because we aren't generating the
bindings, this doesn't actually expose the DB code to web pages.
Review URL: http://codereview.chromium.org/7982
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4486 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/chrome.sln | 1 | ||||
-rw-r--r-- | chrome/chrome_kjs.sln | 1 | ||||
-rw-r--r-- | webkit/build/KJSBindings/KJSBindings.vcproj | 52 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 2400 | ||||
-rw-r--r-- | webkit/build/webkit_common_defines.vsprops | 2 | ||||
-rw-r--r-- | webkit/build/webkit_common_includes.vsprops | 2 | ||||
-rw-r--r-- | webkit/port/page/inspector/InspectorController.cpp | 29 | ||||
-rw-r--r-- | webkit/port/platform/chromium/FileSystemChromium.cpp | 18 | ||||
-rw-r--r-- | webkit/webkit.sln | 8 | ||||
-rw-r--r-- | webkit/webkit_kjs.sln | 8 |
10 files changed, 1386 insertions, 1135 deletions
diff --git a/chrome/chrome.sln b/chrome/chrome.sln index bd6bf8c..336e0e2 100644 --- a/chrome/chrome.sln +++ b/chrome/chrome.sln @@ -71,6 +71,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebCore", "..\webkit\build\ {2F7EDFA2-EE27-4D83-8454-9EFBD5779203} = {2F7EDFA2-EE27-4D83-8454-9EFBD5779203} {31D88CBF-DC28-47A8-8838-BF81D528EE74} = {31D88CBF-DC28-47A8-8838-BF81D528EE74} {4BD929D4-494B-4EE8-91F6-FD0277A51D2B} = {4BD929D4-494B-4EE8-91F6-FD0277A51D2B} + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} = {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Port", "..\webkit\build\port\port.vcproj", "{5597AD47-3494-4750-A235-4F9C2F864700}" diff --git a/chrome/chrome_kjs.sln b/chrome/chrome_kjs.sln index 26031bd..fdbd4b7 100644 --- a/chrome/chrome_kjs.sln +++ b/chrome/chrome_kjs.sln @@ -39,6 +39,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebCore", "..\webkit\build\ {2F7EDFA2-EE27-4D83-8454-9EFBD5779203} = {2F7EDFA2-EE27-4D83-8454-9EFBD5779203} {31D88CBF-DC28-47A8-8838-BF81D528EE74} = {31D88CBF-DC28-47A8-8838-BF81D528EE74} {4BD929D4-494B-4EE8-91F6-FD0277A51D2B} = {4BD929D4-494B-4EE8-91F6-FD0277A51D2B} + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} = {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Port", "..\webkit\build\port\port.vcproj", "{5597AD47-3494-4750-A235-4F9C2F864700}" diff --git a/webkit/build/KJSBindings/KJSBindings.vcproj b/webkit/build/KJSBindings/KJSBindings.vcproj index 86fa623..07662e4 100644 --- a/webkit/build/KJSBindings/KJSBindings.vcproj +++ b/webkit/build/KJSBindings/KJSBindings.vcproj @@ -357,6 +357,14 @@ > </File> <File + RelativePath="$(IntDir)\DerivedSources\JSDatabase.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSDatabase.h" + > + </File> + <File RelativePath="$(IntDir)\DerivedSources\JSDocument.cpp" > </File> @@ -1257,6 +1265,38 @@ > </File> <File + RelativePath="$(IntDir)\DerivedSources\JSSQLError.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSSQLError.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSSQLResultSet.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSSQLResultSet.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSSQLResultSetRowList.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSSQLResultSetRowList.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSSQLTransaction.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSSQLTransaction.h" + > + </File> + <File RelativePath="$(IntDir)\DerivedSources\JSStyleSheet.cpp" > </File> @@ -2854,6 +2894,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDatabaseCustom.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDocumentCustom.cpp" > </File> @@ -3130,6 +3174,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSQLResultSetRowListCustom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSQLTransactionCustom.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSStyleSheetCustom.cpp" > </File> diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 7a1be9c..88ffac5 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1637,6 +1637,46 @@ > </File> </Filter> + <Filter + Name="sql" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLiteAuthorizer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLiteDatabase.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLiteDatabase.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLiteStatement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLiteStatement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLiteTransaction.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLiteTransaction.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLValue.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\sql\SQLValue.h" + > + </File> + </Filter> </Filter> <Filter Name="css" @@ -5155,1226 +5195,1350 @@ </File> </Filter> <Filter - Name="storage" + Name="svg" > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\ColorDistance.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\ColorDistance.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAltGlyphElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAltGlyphElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAngle.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAngle.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateColorElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateColorElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedPathData.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedPathData.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedPoints.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedPoints.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedTemplate.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateMotionElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateMotionElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateTransformElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateTransformElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimationElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimationElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGCircleElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGCircleElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGClipPathElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGClipPathElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGColor.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGColor.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGComponentTransferFunctionElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGComponentTransferFunctionElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGCursorElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGCursorElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDefinitionSrcElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDefinitionSrcElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDefsElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDefsElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDescElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDescElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDocument.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDocument.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDocumentExtensions.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDocumentExtensions.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElementInstance.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElementInstance.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElementInstanceList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElementInstanceList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGEllipseElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGEllipseElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGException.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGExternalResourcesRequired.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGExternalResourcesRequired.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEBlendElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEBlendElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEColorMatrixElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEColorMatrixElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEComponentTransferElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEComponentTransferElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFECompositeElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFECompositeElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDiffuseLightingElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDiffuseLightingElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDisplacementMapElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDisplacementMapElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDistantLightElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDistantLightElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFloodElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFloodElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncAElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncAElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncBElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncBElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncGElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncGElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncRElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncRElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEGaussianBlurElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEGaussianBlurElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEImageElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEImageElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFELightElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFELightElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEMergeElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEMergeElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEMergeNodeElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEMergeNodeElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEOffsetElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEOffsetElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEPointLightElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEPointLightElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFESpecularLightingElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFESpecularLightingElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFESpotLightElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFESpotLightElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFETileElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFETileElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFETurbulenceElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFETurbulenceElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFilterElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFilterElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFilterPrimitiveStandardAttributes.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFilterPrimitiveStandardAttributes.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFitToViewBox.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFitToViewBox.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFont.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontData.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontData.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceFormatElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceFormatElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceNameElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceNameElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceSrcElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceSrcElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceUriElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceUriElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGForeignObjectElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGForeignObjectElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGlyphElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGlyphElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGradientElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGradientElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGHKernElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGHKernElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGImageElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGImageElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGImageLoader.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGImageLoader.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLangSpace.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLangSpace.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLength.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLength.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLengthList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLengthList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLinearGradientElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLinearGradientElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLineElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLineElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGListTraits.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLocatable.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLocatable.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMarkerElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMarkerElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMaskElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMaskElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMetadataElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMetadataElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMissingGlyphElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMissingGlyphElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMPathElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMPathElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGNumberList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGNumberList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPaint.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPaint.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGParserUtilities.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGParserUtilities.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSeg.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegArc.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegArc.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegClosePath.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegClosePath.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoCubic.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoCubic.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoCubicSmooth.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoCubicSmooth.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoQuadratic.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoQuadratic.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoQuadraticSmooth.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoQuadraticSmooth.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLineto.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLineto.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLinetoHorizontal.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLinetoHorizontal.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLinetoVertical.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLinetoVertical.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegMoveto.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegMoveto.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPatternElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPatternElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPointList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPointList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolyElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolyElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolygonElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolygonElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolylineElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolylineElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPreserveAspectRatio.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPreserveAspectRatio.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRadialGradientElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRadialGradientElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRectElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRectElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRenderingIntent.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGScriptElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGScriptElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSetElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSetElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStopElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStopElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStringList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStringList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStylable.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStylable.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledLocatableElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledLocatableElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledTransformableElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledTransformableElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyleElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyleElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSVGElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSVGElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSwitchElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSwitchElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSymbolElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSymbolElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTests.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTests.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextContentElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextContentElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextPathElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextPathElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextPositioningElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextPositioningElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTitleElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTitleElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransform.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransform.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformable.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformable.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformDistance.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformDistance.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTRefElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTRefElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTSpanElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTSpanElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGUnitTypes.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGURIReference.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGURIReference.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGUseElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGUseElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGViewElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGViewElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGViewSpec.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGViewSpec.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGZoomAndPan.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGZoomAndPan.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGZoomEvent.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGZoomEvent.h" + > + </File> <Filter - Name="svg" + Name="graphics" > <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\ColorDistance.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\ColorDistance.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAltGlyphElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAltGlyphElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAngle.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAngle.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateColorElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateColorElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedPathData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedPathData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedPoints.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedPoints.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimatedTemplate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateMotionElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateMotionElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateTransformElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimateTransformElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimationElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGAnimationElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGCircleElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGCircleElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGClipPathElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGClipPathElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGColor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGColor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGComponentTransferFunctionElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGComponentTransferFunctionElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGCursorElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGCursorElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDefinitionSrcElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDefinitionSrcElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDefsElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDefsElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDescElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDescElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDocumentExtensions.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGDocumentExtensions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElementInstance.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElementInstance.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElementInstanceList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGElementInstanceList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGEllipseElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGEllipseElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGException.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGExternalResourcesRequired.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGExternalResourcesRequired.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEBlendElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEBlendElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEColorMatrixElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEColorMatrixElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEComponentTransferElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEComponentTransferElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFECompositeElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFECompositeElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDiffuseLightingElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDiffuseLightingElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDisplacementMapElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDisplacementMapElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDistantLightElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEDistantLightElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFloodElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFloodElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncAElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncAElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncBElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncBElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncGElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncGElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncRElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEFuncRElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEGaussianBlurElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEGaussianBlurElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEImageElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEImageElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFELightElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFELightElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEMergeElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEMergeElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEMergeNodeElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEMergeNodeElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEOffsetElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEOffsetElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEPointLightElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFEPointLightElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFESpecularLightingElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFESpecularLightingElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFESpotLightElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFESpotLightElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFETileElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFETileElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFETurbulenceElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFETurbulenceElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFilterElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFilterElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFilterPrimitiveStandardAttributes.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFilterPrimitiveStandardAttributes.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFitToViewBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFitToViewBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFont.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceFormatElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceFormatElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceNameElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceNameElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceSrcElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceSrcElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceUriElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGFontFaceUriElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGForeignObjectElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGForeignObjectElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGlyphElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGlyphElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGradientElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGGradientElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGHKernElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGHKernElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGImageElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGImageElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGImageLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGImageLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLangSpace.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLangSpace.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLength.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLength.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLengthList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLengthList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLinearGradientElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLinearGradientElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLineElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLineElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGListTraits.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLocatable.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGLocatable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMarkerElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMarkerElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMaskElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMaskElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMetadataElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMetadataElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMissingGlyphElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMissingGlyphElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMPathElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGMPathElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGNumberList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGNumberList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPaint.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPaint.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGParserUtilities.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGParserUtilities.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSeg.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegArc.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegArc.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegClosePath.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegClosePath.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoCubic.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoCubic.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoCubicSmooth.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoCubicSmooth.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoQuadratic.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoQuadratic.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoQuadraticSmooth.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegCurvetoQuadraticSmooth.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLineto.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLineto.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLinetoHorizontal.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLinetoHorizontal.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLinetoVertical.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegLinetoVertical.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegMoveto.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPathSegMoveto.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPatternElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPatternElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPointList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPointList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolyElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolyElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolygonElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolygonElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolylineElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPolylineElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPreserveAspectRatio.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGPreserveAspectRatio.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRadialGradientElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRadialGradientElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRectElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRectElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGRenderingIntent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGScriptElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGScriptElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSetElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSetElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStopElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGImage.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStopElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGImage.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStringList.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServer.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStringList.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SVGPaintServer.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStylable.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerGradient.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStylable.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerGradient.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerLinearGradient.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerLinearGradient.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledLocatableElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerPattern.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledLocatableElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerPattern.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledTransformableElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerRadialGradient.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyledTransformableElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerRadialGradient.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyleElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerSolid.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGStyleElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerSolid.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSVGElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResource.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSVGElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResource.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSwitchElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceClipper.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSwitchElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceClipper.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSymbolElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceFilter.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGSymbolElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceFilter.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTests.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceListener.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTests.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMarker.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextContentElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMarker.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextContentElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMasker.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextPathElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextPathElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextPositioningElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTextPositioningElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTitleElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTitleElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransform.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransform.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformable.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformDistance.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformDistance.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTransformList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTRefElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTRefElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTSpanElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTSpanElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGUnitTypes.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGURIReference.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGURIReference.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGUseElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGUseElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGViewElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMasker.h" > </File> + </Filter> + <Filter + Name="events" + > <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGViewElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGLazyEventListener.h" > </File> + </Filter> + <Filter + Name="animation" + > <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGViewSpec.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTime.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGViewSpec.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTime.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGZoomAndPan.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTimeContainer.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGZoomAndPan.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTimeContainer.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGZoomEvent.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SVGSMILElement.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGZoomEvent.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SVGSMILElement.h" > </File> - <Filter - Name="graphics" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SVGPaintServer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerGradient.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerGradient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerLinearGradient.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerLinearGradient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerPattern.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerPattern.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerRadialGradient.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerRadialGradient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerSolid.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerSolid.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResource.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResource.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceClipper.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceClipper.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceFilter.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceFilter.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMarker.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMarker.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMasker.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMasker.h" - > - </File> - </Filter> - <Filter - Name="events" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGLazyEventListener.h" - > - </File> - </Filter> - <Filter - Name="animation" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTime.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTime.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTimeContainer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SMILTimeContainer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SVGSMILElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\animation\SVGSMILElement.h" - > - </File> - </Filter> </Filter> </Filter> <Filter + Name="storage" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\ChangeVersionWrapper.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\ChangeVersionWrapper.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\Database.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\Database.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseAuthorizer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseAuthorizer.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseDetails.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseTask.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseTask.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseThread.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseThread.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseTracker.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseTracker.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\DatabaseTrackerClient.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\OriginQuotaManager.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\OriginQuotaManager.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\OriginUsageRecord.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\OriginUsageRecord.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLError.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLResultSet.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLResultSet.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLResultSetRowList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLResultSetRowList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLStatement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLStatement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLStatementCallback.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLStatementErrorCallback.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLTransaction.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLTransaction.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLTransactionCallback.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\storage\SQLTransactionErrorCallback.h" + > + </File> + </Filter> + <Filter Name="plugins" > <File diff --git a/webkit/build/webkit_common_defines.vsprops b/webkit/build/webkit_common_defines.vsprops index dcf24fc..aa30250 100644 --- a/webkit/build/webkit_common_defines.vsprops +++ b/webkit/build/webkit_common_defines.vsprops @@ -6,6 +6,6 @@ > <Tool Name="VCCLCompilerTool" - PreprocessorDefinitions="ENABLE_DATABASE=0;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SVG=1;ENABLE_SVG_ANIMATION=1;ENABLE_SVG_AS_IMAGE=1;ENABLE_SVG_USE=1;ENABLE_SVG_FOREIGN_OBJECT=1;ENABLE_SVG_FONTS=1;ENABLE_VIDEO=0;WEBCORE_NAVIGATOR_PLATFORM="\"Win32\"";USE_GOOGLE_URL_LIBRARY;USE_SYSTEM_MALLOC=1;CRASH=__debugbreak;BUILDING_CHROMIUM__=1;" + PreprocessorDefinitions="ENABLE_DATABASE=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SVG=1;ENABLE_SVG_ANIMATION=1;ENABLE_SVG_AS_IMAGE=1;ENABLE_SVG_USE=1;ENABLE_SVG_FOREIGN_OBJECT=1;ENABLE_SVG_FONTS=1;ENABLE_VIDEO=0;WEBCORE_NAVIGATOR_PLATFORM="\"Win32\"";USE_GOOGLE_URL_LIBRARY;USE_SYSTEM_MALLOC=1;CRASH=__debugbreak;BUILDING_CHROMIUM__=1;" /> </VisualStudioPropertySheet> diff --git a/webkit/build/webkit_common_includes.vsprops b/webkit/build/webkit_common_includes.vsprops index 7d0b1ba..00d48ff0 100644 --- a/webkit/build/webkit_common_includes.vsprops +++ b/webkit/build/webkit_common_includes.vsprops @@ -6,6 +6,6 @@ > <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(OutDir)\obj\WebCore";"$(OutDir)\obj\WebCore\JavaScriptHeaders";"$(OutDir)\obj\WebCore\JavaScriptHeaders\JavaScriptCore";..\..\pending\;..\..\pending\kjs;..\..\pending\wtf;..\..\port\bridge;..\..\port\css;..\..\port\dom;..\..\port\history;..\..\port\loader;..\..\port\page;..\..\port\page\chromium;..\..\port\page\win;..\..\port\platform;..\..\port\platform\chromium;..\..\port\platform\win;..\..\port\platform\network\chromium;..\..\port\platform\image-decoders;..\..\port\platform\image-decoders\bmp;..\..\port\platform\image-decoders\gif;..\..\port\platform\image-decoders\ico;..\..\port\platform\image-decoders\jpeg;..\..\port\platform\image-decoders\png;..\..\port\platform\image-decoders\xbm;..\..\port\platform\network;..\..\port\plugins;..\..\port\rendering;..\..\;"$(ProjectDir)";..\..\..\third_party\WebKit\WebCore\;..\..\..\third_party\WebKit\WebCore\bridge;..\..\..\third_party\WebKit\WebCore\bridge\c;..\..\..\third_party\WebKit\WebCore\css;..\..\..\third_party\WebKit\WebCore\dom;..\..\..\third_party\WebKit\WebCore\editing;..\..\..\third_party\WebKit\WebCore\history;..\..\..\third_party\WebKit\WebCore\html;..\..\..\third_party\WebKit\WebCore\loader;..\..\..\third_party\WebKit\WebCore\loader\appcache;..\..\..\third_party\WebKit\WebCore\loader\archive;..\..\..\third_party\WebKit\WebCore\loader\icon;..\..\..\third_party\WebKit\WebCore\page;..\..\..\third_party\WebKit\WebCore\platform;..\..\..\third_party\WebKit\WebCore\page\animation;..\..\..\third_party\WebKit\WebCore\platform\text;..\..\..\third_party\WebKit\WebCore\platform\graphics;..\..\port\platform\graphics;..\..\port\platform\graphics\chromium;..\..\..\third_party\WebKit\WebCore\svg\graphics;..\..\..\third_party\WebKit\WebCore\platform\network;..\..\..\third_party\WebKit\WebCore\platform\sql;..\..\..\third_party\WebKit\WebCore\rendering;..\..\..\third_party\WebKit\WebCore\rendering\style;..\..\..\third_party\WebKit\WebCore\storage;..\..\..\third_party\WebKit\WebCore\xml;..\..\..\third_party\WebKit\WebCore;"..\..\..\third_party\WebKit\WebCore\os-win32";..\..\..\third_party\WebKit\WebCore\wtf;..\..\..\third_party\WebKit\JavaScriptCore;..\..\..\third_party\WebKit\JavaScriptCore\wtf;"..\..\..\third_party\WebKit\JavaScriptCore\os-win32";..\..\build;"$(SDKIncludes)";"$(IntDir)\..\WebCore\DerivedSources";..\..\..\third_party\WebKit\WebCore\svg;..\..\..\third_party\WebKit\WebCore\svg\animation;..\..\..\third_party\WebKit\WebCore\svg\graphics\filters;..\..\..\third_party\WebKit\WebCore\plugins;..\..\..\third_party\WebKit\WebCore\inspector" + AdditionalIncludeDirectories=""$(OutDir)\obj\WebCore";"$(OutDir)\obj\WebCore\JavaScriptHeaders";"$(OutDir)\obj\WebCore\JavaScriptHeaders\JavaScriptCore";..\..\pending\;..\..\pending\kjs;..\..\pending\wtf;..\..\port\bridge;..\..\port\css;..\..\port\dom;..\..\port\history;..\..\port\loader;..\..\port\page;..\..\port\page\chromium;..\..\port\page\win;..\..\port\platform;..\..\port\platform\chromium;..\..\port\platform\win;..\..\port\platform\network\chromium;..\..\port\platform\image-decoders;..\..\port\platform\image-decoders\bmp;..\..\port\platform\image-decoders\gif;..\..\port\platform\image-decoders\ico;..\..\port\platform\image-decoders\jpeg;..\..\port\platform\image-decoders\png;..\..\port\platform\image-decoders\xbm;..\..\port\platform\network;..\..\port\plugins;..\..\port\rendering;..\..\;"$(ProjectDir)";..\..\..\third_party\WebKit\WebCore\;..\..\..\third_party\WebKit\WebCore\bridge;..\..\..\third_party\WebKit\WebCore\bridge\c;..\..\..\third_party\WebKit\WebCore\css;..\..\..\third_party\WebKit\WebCore\dom;..\..\..\third_party\WebKit\WebCore\editing;..\..\..\third_party\WebKit\WebCore\history;..\..\..\third_party\WebKit\WebCore\html;..\..\..\third_party\WebKit\WebCore\loader;..\..\..\third_party\WebKit\WebCore\loader\appcache;..\..\..\third_party\WebKit\WebCore\loader\archive;..\..\..\third_party\WebKit\WebCore\loader\icon;..\..\..\third_party\WebKit\WebCore\page;..\..\..\third_party\WebKit\WebCore\platform;..\..\..\third_party\WebKit\WebCore\page\animation;..\..\..\third_party\WebKit\WebCore\platform\text;..\..\..\third_party\WebKit\WebCore\platform\graphics;..\..\port\platform\graphics;..\..\port\platform\graphics\chromium;..\..\..\third_party\WebKit\WebCore\svg\graphics;..\..\..\third_party\WebKit\WebCore\platform\network;..\..\..\third_party\WebKit\WebCore\platform\sql;..\..\..\third_party\WebKit\WebCore\rendering;..\..\..\third_party\WebKit\WebCore\rendering\style;..\..\..\third_party\WebKit\WebCore\storage;..\..\..\third_party\WebKit\WebCore\xml;..\..\..\third_party\WebKit\WebCore;"..\..\..\third_party\WebKit\WebCore\os-win32";..\..\..\third_party\WebKit\WebCore\wtf;..\..\..\third_party\WebKit\JavaScriptCore;..\..\..\third_party\WebKit\JavaScriptCore\wtf;"..\..\..\third_party\WebKit\JavaScriptCore\os-win32";..\..\build;"$(SDKIncludes)";"$(IntDir)\..\WebCore\DerivedSources";..\..\..\third_party\WebKit\WebCore\svg;..\..\..\third_party\WebKit\WebCore\svg\animation;..\..\..\third_party\WebKit\WebCore\svg\graphics\filters;..\..\..\third_party\WebKit\WebCore\plugins;..\..\..\third_party\WebKit\WebCore\inspector;..\..\..\third_party\sqlite" /> </VisualStudioPropertySheet> diff --git a/webkit/port/page/inspector/InspectorController.cpp b/webkit/port/page/inspector/InspectorController.cpp index 43f41ae..25f6311 100644 --- a/webkit/port/page/inspector/InspectorController.cpp +++ b/webkit/port/page/inspector/InspectorController.cpp @@ -74,8 +74,10 @@ #if ENABLE(DATABASE) #include "Database.h" +#if USE(JSC) #include "JSDatabase.h" #endif +#endif #if ENABLE(JAVASCRIPT_DEBUGGER) #include "JavaScriptDebugServer.h" @@ -371,25 +373,15 @@ struct InspectorDatabaseResource : public RefCounted<InspectorDatabaseResource> return adoptRef(new InspectorDatabaseResource(database, domain, name, version)); } - void setScriptObject(JSContextRef context, JSObjectRef newScriptObject) + void setScriptObject() { - if (scriptContext && scriptObject) - JSValueUnprotect(scriptContext, scriptObject); - - scriptObject = newScriptObject; - scriptContext = context; - - ASSERT((context && newScriptObject) || (!context && !newScriptObject)); - if (context && newScriptObject) - JSValueProtect(context, newScriptObject); + // TODO(aa): Implement this. } RefPtr<Database> database; String domain; String name; String version; - JSContextRef scriptContext; - JSObjectRef scriptObject; private: InspectorDatabaseResource(Database* database, const String& domain, const String& name, const String& version) @@ -397,8 +389,6 @@ private: , domain(domain) , name(name) , version(version) - , scriptContext(0) - , scriptObject(0) { } }; @@ -534,6 +524,7 @@ void InspectorController::search(Node* node, const String& target) { } #if ENABLE(DATABASE) +#if USE(JSC) static JSValueRef databaseTableNames(JSContextRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) { InspectorController* controller = reinterpret_cast<InspectorController*>(JSObjectGetPrivate(thisObject)); @@ -587,6 +578,9 @@ static JSValueRef databaseTableNames(JSContextRef ctx, JSObjectRef /*function*/, return result; } +#elif USE(V8) +// TODO(aa): Implement inspector database support +#endif #endif DOMWindow* InspectorController::inspectedWindow() { @@ -794,6 +788,11 @@ void InspectorController::enableTrackResources(bool trackResources) m_resources.clear(); } +void InspectorController::addDatabaseScriptResource(InspectorDatabaseResource*) +{ + // TODO(aa): Implement database support for inspector. +} + void InspectorController::addMessageToConsole(MessageSource source, MessageLevel level, ScriptCallContext* context) { if (!enabled()) @@ -1357,7 +1356,7 @@ void InspectorController::resetScriptObjects() DatabaseResourcesSet::iterator databasesEnd = m_databaseResources.end(); for (DatabaseResourcesSet::iterator it = m_databaseResources.begin(); it != databasesEnd; ++it) { InspectorDatabaseResource* resource = (*it).get(); - resource->setScriptObject(0, 0); + resource->setScriptObject(); } #endif diff --git a/webkit/port/platform/chromium/FileSystemChromium.cpp b/webkit/port/platform/chromium/FileSystemChromium.cpp index 102fde9..33b04cb 100644 --- a/webkit/port/platform/chromium/FileSystemChromium.cpp +++ b/webkit/port/platform/chromium/FileSystemChromium.cpp @@ -61,4 +61,22 @@ String directoryName(const String&) return String(); } +String pathByAppendingComponent(const String& path, const String& component) +{ + notImplemented(); + return String(); +} + +bool makeAllDirectories(const String& path) +{ + notImplemented(); + return false; +} + +bool fileExists(const String&) +{ + notImplemented(); + return false; +} + } // namespace WebCore diff --git a/webkit/webkit.sln b/webkit/webkit.sln index 9b1505f..39c38f8 100644 --- a/webkit/webkit.sln +++ b/webkit/webkit.sln @@ -20,6 +20,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebCore", "build\WebCore\We ProjectSection(ProjectDependencies) = postProject {2E2D3301-2EC4-4C0F-B889-87073B30F673} = {2E2D3301-2EC4-4C0F-B889-87073B30F673} {2F7EDFA2-EE27-4D83-8454-9EFBD5779203} = {2F7EDFA2-EE27-4D83-8454-9EFBD5779203} + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} = {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "V8Config", "build\JSConfig\V8Config.vcproj", "{2E2D3301-2EC4-4C0F-B889-87073B30F673}" @@ -212,6 +213,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "v8_snapshot", "..\v8\tools\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdch", "..\sdch\sdch.vcproj", "{F54ABC59-5C00-414A-A9BA-BAF26D1699F0}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "..\third_party\sqlite\sqlite.vcproj", "{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -290,6 +293,10 @@ Global {625A8F11-2B4E-45B4-BD99-C6D629C606C0}.Debug|Win32.Build.0 = Debug|Win32 {625A8F11-2B4E-45B4-BD99-C6D629C606C0}.Release|Win32.ActiveCfg = Release|Win32 {625A8F11-2B4E-45B4-BD99-C6D629C606C0}.Release|Win32.Build.0 = Release|Win32 + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}.Debug|Win32.ActiveCfg = Debug|Win32 + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}.Debug|Win32.Build.0 = Debug|Win32 + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}.Release|Win32.ActiveCfg = Release|Win32 + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}.Release|Win32.Build.0 = Release|Win32 {7100F41F-868D-4E99-80A2-AF8E6574749D}.Debug|Win32.ActiveCfg = Debug|Win32 {7100F41F-868D-4E99-80A2-AF8E6574749D}.Debug|Win32.Build.0 = Debug|Win32 {7100F41F-868D-4E99-80A2-AF8E6574749D}.Release|Win32.ActiveCfg = Release|Win32 @@ -406,6 +413,7 @@ Global {5916D37D-8C97-424F-A904-74E52594C2D6} = {4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D} {60B43839-95E6-4526-A661-209F16335E0E} = {4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D} {625A8F11-2B4E-45B4-BD99-C6D629C606C0} = {4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D} + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} = {2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B} {7100F41F-868D-4E99-80A2-AF8E6574749D} = {2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B} {8423AF0D-4B88-4EBF-94E1-E4D00D00E21C} = {2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B} {865575D0-37E2-405E-8CBA-5F6C485B5A26} = {2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B} diff --git a/webkit/webkit_kjs.sln b/webkit/webkit_kjs.sln index 08eea29..71270b8 100644 --- a/webkit/webkit_kjs.sln +++ b/webkit/webkit_kjs.sln @@ -14,6 +14,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebCore", "build\WebCore\We ProjectSection(ProjectDependencies) = postProject {2BCD6193-D243-422C-BB1A-BC219BF147B3} = {2BCD6193-D243-422C-BB1A-BC219BF147B3} {2F7EDFA2-EE27-4D83-8454-9EFBD5779203} = {2F7EDFA2-EE27-4D83-8454-9EFBD5779203} + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} = {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Port", "build\port\port.vcproj", "{5597AD47-3494-4750-A235-4F9C2F864700}" @@ -205,6 +206,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testapi", "build\JavaScript {AA8A5A85-592B-4357-BC60-E0E91E026AF6} = {AA8A5A85-592B-4357-BC60-E0E91E026AF6} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "..\third_party\sqlite\sqlite.vcproj", "{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -279,6 +282,10 @@ Global {60B43839-95E6-4526-A661-209F16335E0E}.Debug|Win32.Build.0 = Debug|Win32 {60B43839-95E6-4526-A661-209F16335E0E}.Release|Win32.ActiveCfg = Release|Win32 {60B43839-95E6-4526-A661-209F16335E0E}.Release|Win32.Build.0 = Release|Win32 + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}.Debug|Win32.ActiveCfg = Debug|Win32 + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}.Debug|Win32.Build.0 = Debug|Win32 + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}.Release|Win32.ActiveCfg = Release|Win32 + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}.Release|Win32.Build.0 = Release|Win32 {7100F41F-868D-4E99-80A2-AF8E6574749D}.Debug|Win32.ActiveCfg = Debug|Win32 {7100F41F-868D-4E99-80A2-AF8E6574749D}.Debug|Win32.Build.0 = Debug|Win32 {7100F41F-868D-4E99-80A2-AF8E6574749D}.Release|Win32.ActiveCfg = Release|Win32 @@ -390,6 +397,7 @@ Global {5597AD47-3494-4750-A235-4F9C2F864700} = {4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D} {5916D37D-8C97-424F-A904-74E52594C2D6} = {4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D} {60B43839-95E6-4526-A661-209F16335E0E} = {4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D} + {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} = {2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B} {7100F41F-868D-4E99-80A2-AF8E6574749D} = {2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B} {8423AF0D-4B88-4EBF-94E1-E4D00D00E21C} = {2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B} {867F64C9-D631-41A9-B467-13D6378A72AA} = {4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D} |