diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 12:40:24 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 12:40:24 +0000 |
commit | 2b1782fc18e42a7ca9d19f18e0d3ccc9fc58e777 (patch) | |
tree | ae9dc034c37ffc23f93ef1fe0446551950337830 /webkit/build | |
parent | 1efd74d2f540a6d9ac77bbedd530871bfb3765bc (diff) | |
download | chromium_src-2b1782fc18e42a7ca9d19f18e0d3ccc9fc58e777.zip chromium_src-2b1782fc18e42a7ca9d19f18e0d3ccc9fc58e777.tar.gz chromium_src-2b1782fc18e42a7ca9d19f18e0d3ccc9fc58e777.tar.bz2 |
Delete the checked-in webkit .vcproj (and ancillary .sln) files.
Review URL: http://codereview.chromium.org/115188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15848 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/JSConfig/KJSConfig.vcproj | 150 | ||||
-rw-r--r-- | webkit/build/JSConfig/V8Config.vcproj | 74 | ||||
-rw-r--r-- | webkit/build/JavaScriptCore/JavaScriptCore.vcproj | 1184 | ||||
-rw-r--r-- | webkit/build/JavaScriptCore/JavaScriptCore_pcre.vcproj | 167 | ||||
-rw-r--r-- | webkit/build/JavaScriptCore/WTF.vcproj | 411 | ||||
-rw-r--r-- | webkit/build/JavaScriptCore/testapi.vcproj | 149 | ||||
-rw-r--r-- | webkit/build/KJSBindings/KJSBindings.vcproj | 3335 | ||||
-rw-r--r-- | webkit/build/KJSBindings/KJSBindings_prebuild.vcproj | 150 | ||||
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 3158 | ||||
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings_prebuild.vcproj | 90 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 7627 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore_prebuild.vcproj | 88 | ||||
-rw-r--r-- | webkit/build/WebKit/WebKit.vcproj | 327 | ||||
-rw-r--r-- | webkit/build/port/port.vcproj | 724 | ||||
-rw-r--r-- | webkit/build/webkit_resources/webkit_resources.vcproj | 89 | ||||
-rw-r--r-- | webkit/build/webkit_strings/webkit_strings.vcproj | 78 |
16 files changed, 0 insertions, 17801 deletions
diff --git a/webkit/build/JSConfig/KJSConfig.vcproj b/webkit/build/JSConfig/KJSConfig.vcproj deleted file mode 100644 index 3cdf197..0000000 --- a/webkit/build/JSConfig/KJSConfig.vcproj +++ /dev/null @@ -1,150 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="KJSConfig" - ProjectGUID="{2BCD6193-D243-422C-BB1A-BC219BF147B3}" - RootNamespace="KJSConfig" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="prebuild.bat $(OutDir) kjs" - AdditionalDependencies="$(ProjectDir)..\..\config.h.in" - Outputs="$(OutDir)\obj\WebCore\config.h" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)\..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="prebuild.bat $(OutDir) kjs" - AdditionalDependencies="$(ProjectDir)..\..\config.h.in" - Outputs="$(OutDir)\obj\WebCore\config.h" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/JSConfig/V8Config.vcproj b/webkit/build/JSConfig/V8Config.vcproj deleted file mode 100644 index 78aea2b..0000000 --- a/webkit/build/JSConfig/V8Config.vcproj +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="V8Config" - ProjectGUID="{2E2D3301-2EC4-4C0F-B889-87073B30F673}" - RootNamespace="V8Config" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="prebuild.bat $(OutDir) v8" - AdditionalDependencies="$(ProjectDir)..\..\config.h.in" - Outputs="$(OutDir)\obj\WebCore\config.h" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="prebuild.bat $(OutDir) v8" - AdditionalDependencies="$(ProjectDir)..\..\config.h.in" - Outputs="$(OutDir)\obj\WebCore\config.h" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\create-config.sh" - > - </File> - <File - RelativePath=".\prebuild.bat" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/JavaScriptCore/JavaScriptCore.vcproj b/webkit/build/JavaScriptCore/JavaScriptCore.vcproj deleted file mode 100644 index 6d9af07..0000000 --- a/webkit/build/JavaScriptCore/JavaScriptCore.vcproj +++ /dev/null @@ -1,1184 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="JavaScriptCore" - ProjectGUID="{011D10F1-B656-4A1B-A0C3-3842F02122C5}" - RootNamespace="JavaScriptCore" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets=".\bug_1124849_debug.vsprops;.\javascriptcore.vsprops;..\precompiled_webkit.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets=".\bug_1124849_release.vsprops;.\javascriptcore.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="KJS" - > - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ArgList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ArgList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Arguments.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Arguments.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ArrayConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ArrayConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ArrayPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ArrayPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\BooleanConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\BooleanConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\BooleanObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\BooleanObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\BooleanPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\BooleanPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ByteArray.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ByteArray.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\CallData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\CallData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ClassInfo.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\collector.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\collector.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\CollectorHeapIntrospector.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\CommonIdentifiers.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\CommonIdentifiers.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Completion.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\config.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ConstructData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ConstructData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\DateConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\DateConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\DateInstance.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\DateInstance.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\DateMath.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\DateMath.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\DatePrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\DatePrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\debugger\debugger.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\debugger\debugger.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\debugger\DebuggerCallFrame.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\debugger\DebuggerCallFrame.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\dtoa.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\dtoa.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Error.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Error.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ErrorConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ErrorConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ErrorInstance.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ErrorInstance.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ErrorPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ErrorPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\interpreter\CallFrame.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\interpreter\CallFrame.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\FunctionConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\FunctionConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\FunctionPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\FunctionPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\GetterSetter.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\GetterSetter.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\GlobalEvalFunction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\GlobalEvalFunction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Identifier.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\identifier.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\InitializeThreading.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\InitializeThreading.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\InternalFunction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\InternalFunction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Interpreter.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Interpreter.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSActivation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSActivation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSArray.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSArray.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSByteArray.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSByteArray.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSCell.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSCell.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSFunction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSFunction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSGlobalData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSGlobalData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSGlobalObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSGlobalObjectFunctions.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSGlobalObjectFunctions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSImmediate.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSImmediate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSLock.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSLock.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSNotAnObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSNotAnObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSNumberCell.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSNumberCell.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSStaticScopeObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSStaticScopeObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSString.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSString.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSType.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSVariableObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSVariableObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSWrapperObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSWrapperObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bytecompiler\LabelScope.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\parser\Lexer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\parser\Lexer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Lookup.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Lookup.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\MathObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\MathObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NativeErrorConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NativeErrorConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NativeErrorPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NativeErrorPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NodeInfo.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\parser\Nodes.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\parser\Nodes.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NumberConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NumberConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NumberObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NumberObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NumberPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\NumberPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ObjectConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ObjectConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ObjectPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ObjectPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Operations.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Operations.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\parser\Parser.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Parser.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\PropertyMapHashTable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\PropertyNameArray.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\PropertyNameArray.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\PropertySlot.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\PropertySlot.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\Protect.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\PrototypeFunction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\PrototypeFunction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\RegExp.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\RegExp.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\RegExpConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\RegExpConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\RegExpObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\RegExpObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\RegExpPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\RegExpPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ScopeChain.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ScopeChain.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ScopeChainMark.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\SmallStrings.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\SmallStrings.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\parser\SourceCode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\parser\SourceProvider.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StringConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StringConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StringObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StringObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StringObjectThatMasqueradesAsUndefined.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StringPrototype.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StringPrototype.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StructureID.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StructureID.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StructureIDChain.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StructureIDChain.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\StructureIDTransitionTable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\SymbolTable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\UString.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\ustring.h" - > - </File> - </Filter> - <Filter - Name="DerivedSources" - > - <File - RelativePath="$(IntDir)\DerivedSources\array_object.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\date_object.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\grammar.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\grammar.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\lexer.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\math_object.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\number_object.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\regexp_object.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\string_object.lut.h" - > - </File> - </Filter> - <Filter - Name="API" - > - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\APICast.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JavaScript.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JavaScriptCore.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSCallbackConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSCallbackConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSCallbackFunction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSCallbackFunction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSCallbackObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSCallbackObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSClassRef.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSClassRef.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSContextRef.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSContextRef.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSObjectRef.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSObjectRef.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSProfilerPrivate.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSProfilerPrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSRetainPtr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSStringRef.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSStringRef.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSStringRefBSTR.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSStringRefBSTR.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSValueRef.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\JSValueRef.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\OpaqueJSString.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\OpaqueJSString.h" - > - </File> - </Filter> - <Filter - Name="profiler" - > - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\CallIdentifier.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\HeavyProfile.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\HeavyProfile.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\Profile.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\Profile.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\ProfileGenerator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\ProfileGenerator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\ProfileNode.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\ProfileNode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\Profiler.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\Profiler.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\TreeProfile.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\profiler\TreeProfile.h" - > - </File> - </Filter> - <Filter - Name="VM" - > - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\CodeBlock.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\CodeBlock.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bytecompiler\CodeGenerator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bytecompiler\CodeGenerator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\CTI.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\CTI.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\ExceptionHelpers.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\ExceptionHelpers.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\Instruction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSPropertyNameIterator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\runtime\JSPropertyNameIterator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\LabelID.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\Machine.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\Machine.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\Opcode.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\Opcode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\Register.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\RegisterFile.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\RegisterFile.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\RegisterID.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\SamplingTool.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\SamplingTool.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\SegmentedVector.h" - > - </File> - </Filter> - <Filter - Name="wrec" - > - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wrec\CharacterClassConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wrec\CharacterClassConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wrec\WREC.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wrec\WREC.h" - > - </File> - </Filter> - <File - RelativePath="..\precompiled_webkit.cc" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\precompiled_webkit.h" - > - </File> - <File - RelativePath="..\precompiled_webkit_c.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - PrecompiledHeaderFile="$(IntDir)\precompiled_webkit_c.pch" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/JavaScriptCore/JavaScriptCore_pcre.vcproj b/webkit/build/JavaScriptCore/JavaScriptCore_pcre.vcproj deleted file mode 100644 index b34b3c5..0000000 --- a/webkit/build/JavaScriptCore/JavaScriptCore_pcre.vcproj +++ /dev/null @@ -1,167 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="JavaScriptCore_pcre" - ProjectGUID="{49909552-0B0C-4C14-8CF6-DB8A2ADE0934}" - RootNamespace="JavaScriptCore_pcre" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\javascriptcore.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\javascriptcore.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\copy_files.bat" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_compile.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_exec.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_internal.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_ucp_searchfuncs.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_tables.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_xclass.cpp" - > - </File> - <File - RelativePath=".\prebuild.bat" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\ucpinternal.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/JavaScriptCore/WTF.vcproj b/webkit/build/JavaScriptCore/WTF.vcproj deleted file mode 100644 index cd6c963..0000000 --- a/webkit/build/JavaScriptCore/WTF.vcproj +++ /dev/null @@ -1,411 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="WTF" - ProjectGUID="{AA8A5A85-592B-4357-BC60-E0E91E026AF6}" - RootNamespace="WTF" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;..\precompiled_webkit.vsprops;.\wtf.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\wtf.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="chromium" - > - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\chromium\ChromiumThreading.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\chromium\MainThreadChromium.cpp" - > - </File> - </Filter> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\AlwaysInline.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\ASCIICType.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Assertions.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Assertions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\ByteArray.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\ByteArray.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\chromium\ChromiumThreading.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\unicode\Collator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\unicode\icu\CollatorICU.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\CrossThreadRefCounted.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\CurrentTime.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Deque.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\dtoa.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\dtoa.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\FastMalloc.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\FastMalloc.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Forward.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\GetPtr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\HashCountedSet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\HashFunctions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\HashMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\HashSet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\HashTable.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\HashTable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\HashTraits.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\ListRefPtr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\MainThread.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\MainThread.h" - > - </File> - <File - RelativePath="..\..\pending\wtf\MathExtras.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Noncopyable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\OwnArrayPtr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\OwnPtr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\PassRefPtr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Platform.h" - > - </File> - <File - RelativePath="..\precompiled_webkit.cc" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\precompiled_webkit.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\PtrAndFlags.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\RandomNumber.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\RandomNumber.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\RefCounted.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\RefCountedLeakCounter.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\RefPtr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\RefPtrHashMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\StdLibExtras.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\StringExtras.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\TCPackedCache.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\TCPageMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\TCSpinLock.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\TCSystemAlloc.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\TCSystemAlloc.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Threading.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Threading.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\ThreadingWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\ThreadSpecific.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\ThreadSpecificWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\TypeTraits.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\TypeTraits.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\unicode\Unicode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\unicode\icu\UnicodeIcu.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\UnusedParam.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\unicode\UTF8.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\unicode\UTF8.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\Vector.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\VectorTraits.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/JavaScriptCore/testapi.vcproj b/webkit/build/JavaScriptCore/testapi.vcproj deleted file mode 100644 index 9bc556e..0000000 --- a/webkit/build/JavaScriptCore/testapi.vcproj +++ /dev/null @@ -1,149 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="testapi" - ProjectGUID="{BF27B0A0-08B1-44EB-B0A2-E58C187FB087}" - RootNamespace="testapi" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="1" - InheritedPropertySheets=".\bug_1124849_debug.vsprops;.\testapi.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="1" - InheritedPropertySheets=".\bug_1124849_release.vsprops;.\testapi.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\API\tests\testapi.js" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/KJSBindings/KJSBindings.vcproj b/webkit/build/KJSBindings/KJSBindings.vcproj deleted file mode 100644 index 936d952a..0000000 --- a/webkit/build/KJSBindings/KJSBindings.vcproj +++ /dev/null @@ -1,3335 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="KJSBindings" - ProjectGUID="{867F64C9-D631-41A9-B467-13D6378A72AA}" - RootNamespace="KJSBindings" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;..\precompiled_webkit.vsprops;.\KJSBindings.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\KJSBindings.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="DerivedSources" - > - <File - RelativePath="$(IntDir)\DerivedSources\CSSGrammar.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\CSSGrammar.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\HTMLNames.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\HTMLNames.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSAttr.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSAttr.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSBarInfo.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSBarInfo.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCanvasGradient.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCanvasGradient.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCanvasPattern.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCanvasPattern.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCanvasRenderingContext2D.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCanvasRenderingContext2D.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCDATASection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCDATASection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCharacterData.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCharacterData.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSClipboard.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSClipboard.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSComment.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSComment.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSConsole.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSConsole.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCounter.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCounter.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSCharsetRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSCharsetRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSFontFaceRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSFontFaceRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSImportRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSImportRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSMediaRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSMediaRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSPageRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSPageRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSPrimitiveValue.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSPrimitiveValue.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSRuleList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSRuleList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSStyleDeclaration.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSStyleDeclaration.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSStyleRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSStyleRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSStyleSheet.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSStyleSheet.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSValue.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSValue.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSValueList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSValueList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSVariablesDeclaration.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSVariablesDeclaration.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSVariablesRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSCSSVariablesRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDatabase.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDatabase.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDocument.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDocument.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDocumentFragment.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDocumentFragment.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDocumentType.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDocumentType.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMApplicationCache.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMApplicationCache.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMCoreException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMCoreException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMImplementation.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMImplementation.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMParser.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMParser.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMSelection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMSelection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMWindow.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMWindow.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSDOMWindowBase.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEntity.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEntity.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEntityReference.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEntityReference.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEventException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEventException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEventTargetBase.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEventTargetNode.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSEventTargetNode.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSFile.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSFile.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSFileList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSFileList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSGeolocation.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSGeoposition.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHistory.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHistory.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLAnchorElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLAnchorElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLAppletElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLAppletElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLAreaElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLAreaElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLAudioElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLAudioElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBaseElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBaseElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBaseFontElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBaseFontElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBlockquoteElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBlockquoteElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBodyElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBodyElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBRElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLBRElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLButtonElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLButtonElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLCanvasElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLCanvasElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLCollection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLCollection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLDirectoryElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLDirectoryElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLDivElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLDivElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLDListElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLDListElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLDocument.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLDocument.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLElementWrapperFactory.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLElementWrapperFactory.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLEmbedElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLEmbedElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFieldSetElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFieldSetElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFontElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFontElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFormElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFormElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFrameElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFrameElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFrameSetElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLFrameSetElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLHeadElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLHeadElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLHeadingElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLHeadingElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLHRElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLHRElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLHtmlElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLHtmlElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLIFrameElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLIFrameElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLImageElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLImageElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLInputElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLInputElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLIsIndexElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLIsIndexElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLLabelElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLLabelElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLLegendElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLLegendElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLLIElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLLIElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLLinkElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLLinkElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMapElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMapElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMarqueeElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMarqueeElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMediaElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMediaElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMenuElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMenuElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMetaElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLMetaElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLModElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLModElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLObjectElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLObjectElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLOListElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLOListElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLOptGroupElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLOptGroupElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLOptionElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLOptionElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLOptionsCollection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLOptionsCollection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLParagraphElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLParagraphElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLParamElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLParamElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLPreElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLPreElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLQuoteElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLQuoteElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLScriptElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLScriptElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLSelectElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLSelectElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLSourceElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLSourceElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLStyleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLStyleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableCaptionElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableCaptionElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableCellElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableCellElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableColElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableColElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableRowElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableRowElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableSectionElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTableSectionElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTextAreaElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTextAreaElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTitleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLTitleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLUListElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLUListElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLVideoElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSHTMLVideoElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSImageData.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSImageData.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSKeyboardEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSKeyboardEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSLocation.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSLocation.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMediaError.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMediaError.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMediaList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMediaList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMessageChannel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMessageChannel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMessageEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMessageEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMessagePort.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMessagePort.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMimeType.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMimeType.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMimeTypeArray.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMimeTypeArray.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMouseEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMouseEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMutationEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSMutationEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNamedNodeMap.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNamedNodeMap.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNavigator.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNavigator.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNode.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNode.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNodeFilter.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNodeFilter.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNodeIterator.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNodeIterator.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNodeList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNodeList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNotation.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSNotation.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSOverflowEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSOverflowEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSPlugin.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSPlugin.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSPluginArray.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSPluginArray.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSPositionError.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSPositionOptions.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSProcessingInstruction.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSProcessingInstruction.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSProgressEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSProgressEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSRange.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSRange.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSRangeException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSRangeException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSRect.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSRect.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSRGBColor.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSScreen.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSScreen.h" - > - </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> - <File - RelativePath="$(IntDir)\DerivedSources\JSStyleSheet.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSStyleSheetList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSStyleSheetList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAltGlyphElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAltGlyphElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAngle.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAngle.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimateColorElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimateColorElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedAngle.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedAngle.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedBoolean.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedBoolean.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedEnumeration.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedEnumeration.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedInteger.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedInteger.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedLength.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedLength.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedLengthList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedLengthList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedNumber.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedNumber.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedNumberList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedNumberList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedPreserveAspectRatio.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedPreserveAspectRatio.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedRect.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedRect.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedString.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedString.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedTransformList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimatedTransformList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimateElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimateElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimateTransformElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimateTransformElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimationElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGAnimationElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGCircleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGCircleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGClipPathElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGClipPathElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGColor.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGColor.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGComponentTransferFunctionElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGComponentTransferFunctionElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGCursorElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGCursorElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGDefinitionSrcElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGDefinitionSrcElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGDefsElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGDefsElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGDescElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGDescElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGDocument.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGDocument.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGElementInstance.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGElementInstance.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGElementInstanceList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGElementInstanceList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGElementWrapperFactory.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGElementWrapperFactory.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGEllipseElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGEllipseElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEBlendElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEBlendElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEColorMatrixElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEColorMatrixElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEComponentTransferElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEComponentTransferElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFECompositeElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFECompositeElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEDiffuseLightingElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEDiffuseLightingElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEDisplacementMapElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEDisplacementMapElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEDistantLightElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEDistantLightElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFloodElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFloodElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFuncAElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFuncAElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFuncBElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFuncBElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFuncGElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFuncGElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFuncRElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEFuncRElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEGaussianBlurElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEGaussianBlurElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEImageElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEImageElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEMergeElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEMergeElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEMergeNodeElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEMergeNodeElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEOffsetElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEOffsetElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEPointLightElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFEPointLightElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFESpecularLightingElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFESpecularLightingElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFESpotLightElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFESpotLightElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFETileElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFETileElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFETurbulenceElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFETurbulenceElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFilterElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFilterElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceFormatElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceFormatElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceNameElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceNameElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceSrcElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceSrcElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceUriElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGFontFaceUriElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGForeignObjectElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGForeignObjectElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGGElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGGElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGGlyphElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGGlyphElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGGradientElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGGradientElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGImageElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGImageElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGLength.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGLength.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGLengthList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGLengthList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGLinearGradientElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGLinearGradientElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGLineElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGLineElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMarkerElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMarkerElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMaskElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMaskElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMatrix.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMatrix.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMetadataElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMetadataElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMissingGlyphElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGMissingGlyphElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGNumber.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGNumber.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGNumberList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGNumberList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPaint.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPaint.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSeg.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSeg.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegArcAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegArcAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegArcRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegArcRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegClosePath.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegClosePath.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoCubicAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoCubicAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoCubicRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoCubicRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoCubicSmoothAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoCubicSmoothAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoCubicSmoothRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoCubicSmoothRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoQuadraticAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoQuadraticAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoQuadraticRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoQuadraticRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoQuadraticSmoothAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoQuadraticSmoothAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoQuadraticSmoothRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegCurvetoQuadraticSmoothRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoHorizontalAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoHorizontalAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoHorizontalRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoHorizontalRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoVerticalAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoVerticalAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoVerticalRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegLinetoVerticalRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegMovetoAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegMovetoAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegMovetoRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPathSegMovetoRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPatternElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPatternElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPoint.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPoint.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPointList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPointList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPolygonElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPolygonElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPolylineElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPolylineElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPreserveAspectRatio.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGPreserveAspectRatio.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGRadialGradientElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGRadialGradientElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGRect.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGRect.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGRectElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGRectElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGRenderingIntent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGRenderingIntent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGScriptElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGScriptElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGSetElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGSetElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGStopElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGStopElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGStringList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGStringList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGStyleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGStyleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGSVGElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGSVGElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGSwitchElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGSwitchElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGSymbolElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGSymbolElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTextContentElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTextContentElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTextElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTextElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTextPathElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTextPathElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTextPositioningElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTextPositioningElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTitleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTitleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTransform.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTransform.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTransformList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTransformList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTRefElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTRefElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTSpanElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGTSpanElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGUnitTypes.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGUnitTypes.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGUseElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGUseElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGViewElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGViewElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGZoomEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSSVGZoomEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSText.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSText.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSTextEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSTextEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSTextMetrics.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSTextMetrics.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSTimeRanges.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSTimeRanges.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSTreeWalker.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSTreeWalker.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSUIEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSUIEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSVoidCallback.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSVoidCallback.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitAnimationEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitAnimationEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitCSSKeyframeRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitCSSKeyframeRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitCSSKeyframesRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitCSSKeyframesRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitCSSTransformValue.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitCSSTransformValue.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitTransitionEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWebKitTransitionEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWheelEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSWheelEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequest.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequest.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequestException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequestException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequestProgressEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequestProgressEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequestUpload.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequestUpload.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLSerializer.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXMLSerializer.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathEvaluator.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathEvaluator.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathExpression.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathExpression.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathNSResolver.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathNSResolver.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathResult.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXPathResult.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXSLTProcessor.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSXSLTProcessor.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\kjs_navigator.lut.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\SVGElementFactory.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\SVGElementFactory.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\SVGNames.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\SVGNames.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\UserAgentStyleSheets.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\UserAgentStyleSheetsData.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XLinkNames.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XLinkNames.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XMLNames.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XMLNames.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XPathGrammar.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - /> - </FileConfiguration> - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XPathGrammar.h" - > - </File> - </Filter> - <Filter - Name="inspector" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptCallFrame.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptCallFrame.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptDebugListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptDebugServer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptDebugServer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptProfile.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptProfile.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptProfileNode.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\JavaScriptProfileNode.h" - > - </File> - </Filter> - <Filter - Name="bridge" - > - <File - RelativePath="..\..\port\bridge\KJSBridge.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\NP_jsobject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\NP_jsobject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\npruntime.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\npruntime.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\npruntime_impl.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\npruntime_internal.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\npruntime_priv.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime_array.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime_array.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime_method.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime_method.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime_object.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime_object.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime_root.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\runtime_root.h" - > - </File> - <Filter - Name="c" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\c\c_class.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\c\c_class.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\c\c_instance.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\c\c_instance.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\c\c_runtime.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\c\c_runtime.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\c\c_utility.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\c\c_utility.h" - > - </File> - </Filter> - </Filter> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\GCController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\GCController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSAttrCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSAudioConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSAudioConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCanvasRenderingContext2DCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSClipboardCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSConsoleCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCSSRuleCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCSSStyleDeclarationCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCSSValueCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomPositionCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomPositionErrorCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomSQLStatementCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomSQLStatementCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomSQLStatementErrorCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomSQLStatementErrorCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomSQLTransactionCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomSQLTransactionCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomSQLTransactionErrorCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomSQLTransactionErrorCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomVoidCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomVoidCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomXPathNSResolver.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSCustomXPathNSResolver.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDatabaseCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDocumentCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDocumentFragmentCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMApplicationCacheCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMBinding.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMBinding.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMGlobalObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMGlobalObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMWindowBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMWindowBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMWindowCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMWindowCustom.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMWindowShell.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDOMWindowShell.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventTarget.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventTarget.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventTargetNodeCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSGeolocationCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHistoryCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLAllCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLAllCollection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLAppletElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLCollectionCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLDocumentCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLEmbedElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLFormElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLFrameElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLFrameSetElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLIFrameElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLInputElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLInputElementCustom.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLObjectElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLOptionsCollectionCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLSelectElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLSelectElementCustom.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSImageConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSImageConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSImageDataCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSInspectedObjectWrapper.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSInspectedObjectWrapper.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSInspectorCallbackWrapper.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSInspectorCallbackWrapper.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSLocationCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSMessageChannelConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSMessageChannelConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSMessageChannelCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSMessagePortCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSMimeTypeArrayCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNamedNodeMapCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNamedNodesCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNamedNodesCollection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNavigatorCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNodeCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNodeFilterCondition.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNodeFilterCondition.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNodeFilterCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNodeIteratorCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSNodeListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSOptionConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSOptionConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSPluginArrayCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSPluginCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSPluginElementFunctions.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSPluginElementFunctions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSQuarantinedObjectWrapper.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSQuarantinedObjectWrapper.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSRGBColor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSRGBColor.h" - > - </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> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSStyleSheetListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGElementInstanceCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGLengthCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGMatrixCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGPathSegCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGPathSegListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGPODTypeWrapper.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGPointListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGTransformListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSTextCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSTreeWalkerCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXMLHttpRequestConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXMLHttpRequestConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXMLHttpRequestCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXMLHttpRequestUploadCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXSLTProcessorConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXSLTProcessorConstructor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXSLTProcessorCustom.cpp" - > - </File> - <File - RelativePath="..\precompiled_webkit.cc" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\precompiled_webkit.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScheduledAction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScheduledAction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScriptCallContext.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScriptController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScriptController.h" - > - </File> - <File - RelativePath="..\..\port\bindings\js\ScriptControllerChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\StringSourceProvider.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/KJSBindings/KJSBindings_prebuild.vcproj b/webkit/build/KJSBindings/KJSBindings_prebuild.vcproj deleted file mode 100644 index 8a40305..0000000 --- a/webkit/build/KJSBindings/KJSBindings_prebuild.vcproj +++ /dev/null @@ -1,150 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="KJSBindings_prebuild" - ProjectGUID="{2F7EDFA2-EE27-4D83-8454-9EFBD5779203}" - RootNamespace="KJSBindings_prebuild" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="prebuild.bat $(OutDir) $(OutDir)\obj\KJSBindings" - AdditionalDependencies="$(ProjectDir)\build-generated-files.sh;..\..\..\third_party\WebKit\WebCore\DerivedSources.make" - Outputs="$(OutDir)\obj\KJSBindings\DerivedSources\HTMLNames.cpp" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="prebuild.bat $(OutDir) $(OutDir)\obj\KJSBindings" - AdditionalDependencies="$(ProjectDir)\build-generated-files.sh;..\..\third_party\WebKit\WebCore\DerivedSources.make" - Outputs="$(OutDir)\obj\KJSBindings\DerivedSources\HTMLNames.cpp" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj deleted file mode 100644 index 96d51ed..0000000 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ /dev/null @@ -1,3158 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="V8Bindings" - ProjectGUID="{625A8F11-2B4E-45B4-BD99-C6D629C606C0}" - RootNamespace="V8" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\v8bindings.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="precompiled_v8bindings.h" - ForcedIncludeFiles="precompiled_v8bindings.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\v8bindings.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="custom" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CanvasRenderingContext2DCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8ClientRectListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8ClipboardCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CSSStyleDeclarationCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomBinding.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomEventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomSQLStatementCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomSQLStatementCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomSQLStatementErrorCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomSQLStatementErrorCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomSQLTransactionCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomSQLTransactionCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomSQLTransactionErrorCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomSQLTransactionErrorCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomVoidCallback.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8CustomVoidCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8DatabaseCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8DocumentCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8DOMParserConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8DOMStringListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8DOMWindowCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8EventCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLCanvasElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLCollectionCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLDocumentCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLFormElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLFrameSetElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLImageElementConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLInputElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLOptionElementConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLOptionsCollectionCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLPlugInElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLSelectElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLSelectElementCustom.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8InspectorControllerCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8LocationCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8MessageChannelConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NamedNodeMapCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NamedNodesCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NamedNodesCollection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NavigatorCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NodeCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NodeFilterCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NodeIteratorCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NodeListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SQLResultSetRowListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SQLTransactionCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8StyleSheetListCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SVGElementInstanceCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SVGLengthCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SVGMatrixCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8TreeWalkerCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8WebKitCSSMatrixConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8WorkerContextCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8WorkerCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8XMLHttpRequestConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8XMLHttpRequestCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8XMLHttpRequestUploadCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8XMLSerializerConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8XPathEvaluatorConstructor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8XSLTProcessorCustom.cpp" - > - </File> - </Filter> - <Filter - Name="DerivedSources" - > - <File - RelativePath="$(IntDir)\DerivedSources\CSSGrammar.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\CSSGrammar.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\HTMLElementFactory.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\HTMLElementFactory.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\HTMLNames.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\HTMLNames.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\SVGElementFactory.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\SVGElementFactory.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\SVGNames.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\SVGNames.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\UserAgentStyleSheets.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\UserAgentStyleSheetsData.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Attr.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Attr.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8BarInfo.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8BarInfo.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CanvasGradient.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CanvasGradient.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CanvasPattern.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CanvasPattern.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CanvasPixelArray.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CanvasPixelArray.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CanvasRenderingContext2D.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CanvasRenderingContext2D.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CDATASection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CDATASection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CharacterData.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CharacterData.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ClientRect.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ClientRect.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ClientRectList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ClientRectList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Clipboard.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Clipboard.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Comment.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Comment.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Console.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Console.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Counter.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Counter.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSCharsetRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSCharsetRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSFontFaceRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSFontFaceRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSImportRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSImportRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSMediaRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSMediaRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSPageRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSPageRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSPrimitiveValue.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSPrimitiveValue.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSRuleList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSRuleList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSStyleDeclaration.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSStyleDeclaration.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSStyleRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSStyleRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSStyleSheet.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSStyleSheet.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSValue.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSValue.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSValueList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSValueList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSVariablesDeclaration.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSVariablesDeclaration.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSVariablesRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8CSSVariablesRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Database.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Database.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Document.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Document.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DocumentFragment.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DocumentFragment.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DocumentType.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DocumentType.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMCoreException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMCoreException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMImplementation.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMImplementation.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMParser.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMParser.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMSelection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMSelection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMStringList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMStringList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMWindow.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8DOMWindow.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Element.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Element.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Entity.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Entity.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8EntityReference.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8EntityReference.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Event.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Event.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8EventException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8EventException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8File.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8File.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8FileList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8FileList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8History.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8History.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLAnchorElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLAnchorElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLAppletElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLAppletElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLAreaElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLAreaElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLAudioElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLAudioElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBaseElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBaseElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBaseFontElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBaseFontElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBlockquoteElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBlockquoteElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBodyElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBodyElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBRElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLBRElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLButtonElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLButtonElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLCanvasElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLCanvasElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLCollection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLCollection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLDirectoryElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLDirectoryElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLDivElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLDivElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLDListElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLDListElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLDocument.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLDocument.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLEmbedElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLEmbedElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFieldSetElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFieldSetElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFontElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFontElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFormElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFormElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFrameElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFrameElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFrameSetElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLFrameSetElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLHeadElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLHeadElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLHeadingElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLHeadingElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLHRElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLHRElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLHtmlElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLHtmlElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLIFrameElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLIFrameElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLImageElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLImageElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLInputElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLInputElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLIsIndexElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLIsIndexElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLLabelElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLLabelElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLLegendElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLLegendElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLLIElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLLIElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLLinkElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLLinkElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMapElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMapElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMarqueeElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMarqueeElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMediaElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMediaElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMenuElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMenuElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMetaElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLMetaElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLModElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLModElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLObjectElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLObjectElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLOListElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLOListElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLOptGroupElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLOptGroupElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLOptionElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLOptionElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLOptionsCollection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLOptionsCollection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLParagraphElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLParagraphElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLParamElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLParamElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLPreElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLPreElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLQuoteElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLQuoteElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLScriptElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLScriptElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLSelectElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLSelectElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLSourceElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLSourceElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLStyleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLStyleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableCaptionElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableCaptionElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableCellElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableCellElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableColElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableColElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableRowElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableRowElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableSectionElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTableSectionElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTextAreaElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTextAreaElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTitleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLTitleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLUListElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLUListElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLVideoElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8HTMLVideoElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ImageData.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ImageData.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8InspectorController.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8InspectorController.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8KeyboardEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8KeyboardEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Location.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Location.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MediaError.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MediaError.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MediaList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MediaList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MessageChannel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MessageChannel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MessageEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MessageEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MessagePort.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MessagePort.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MimeType.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MimeType.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MimeTypeArray.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MimeTypeArray.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MouseEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MouseEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MutationEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8MutationEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8NamedNodeMap.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8NamedNodeMap.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Navigator.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Navigator.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Node.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Node.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8NodeFilter.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8NodeFilter.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8NodeIterator.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8NodeIterator.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8NodeList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8NodeList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Notation.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Notation.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8OverflowEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8OverflowEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Plugin.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Plugin.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8PluginArray.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8PluginArray.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ProcessingInstruction.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ProcessingInstruction.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ProgressEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8ProgressEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Range.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Range.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8RangeException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8RangeException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Rect.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Rect.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8RGBColor.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8RGBColor.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Screen.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Screen.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SQLError.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SQLError.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SQLResultSet.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SQLResultSet.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SQLResultSetRowList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SQLResultSetRowList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SQLTransaction.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SQLTransaction.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8StyleSheet.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8StyleSheet.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8StyleSheetList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8StyleSheetList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAltGlyphElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAltGlyphElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAngle.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAngle.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimateColorElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimateColorElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedAngle.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedAngle.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedBoolean.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedBoolean.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedEnumeration.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedEnumeration.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedInteger.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedInteger.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedLength.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedLength.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedLengthList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedLengthList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedNumber.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedNumber.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedNumberList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedNumberList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedPoints.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedPoints.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedPreserveAspectRatio.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedPreserveAspectRatio.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedRect.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedRect.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedString.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedString.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedTransformList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimatedTransformList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimateElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimateElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimateTransformElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimateTransformElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimationElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGAnimationElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGCircleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGCircleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGClipPathElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGClipPathElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGColor.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGColor.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGCursorElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGCursorElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGDefinitionSrcElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGDefinitionSrcElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGDefsElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGDefsElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGDescElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGDescElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGDocument.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGDocument.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGElementInstance.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGElementInstance.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGElementInstanceList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGElementInstanceList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGEllipseElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGEllipseElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceFormatElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceFormatElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceNameElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceNameElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceSrcElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceSrcElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceUriElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGFontFaceUriElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGForeignObjectElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGForeignObjectElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGGElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGGElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGGlyphElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGGlyphElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGGradientElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGGradientElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGImageElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGImageElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGLength.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGLength.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGLengthList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGLengthList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGLinearGradientElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGLinearGradientElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGLineElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGLineElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGMarkerElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGMarkerElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGMaskElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGMaskElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGMatrix.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGMatrix.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGMetadataElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGMetadataElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGNumber.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGNumber.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGNumberList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGNumberList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPaint.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPaint.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSeg.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSeg.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegArcAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegArcAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegArcRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegArcRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegClosePath.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegClosePath.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoCubicAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoCubicAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoCubicRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoCubicRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoCubicSmoothAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoCubicSmoothAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoCubicSmoothRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoCubicSmoothRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoQuadraticAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoQuadraticAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoQuadraticRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoQuadraticRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoQuadraticSmoothAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoQuadraticSmoothAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoQuadraticSmoothRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegCurvetoQuadraticSmoothRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoHorizontalAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoHorizontalAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoHorizontalRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoHorizontalRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoVerticalAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoVerticalAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoVerticalRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegLinetoVerticalRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegMovetoAbs.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegMovetoAbs.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegMovetoRel.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPathSegMovetoRel.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPatternElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPatternElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPoint.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPoint.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPointList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPointList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPolygonElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPolygonElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPolylineElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPolylineElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPreserveAspectRatio.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGPreserveAspectRatio.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGRadialGradientElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGRadialGradientElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGRect.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGRect.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGRectElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGRectElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGRenderingIntent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGRenderingIntent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGScriptElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGScriptElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGSetElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGSetElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGStopElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGStopElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGStringList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGStringList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGStyleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGStyleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGSVGElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGSVGElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGSwitchElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGSwitchElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGSymbolElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGSymbolElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTextContentElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTextContentElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTextElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTextElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTextPathElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTextPathElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTextPositioningElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTextPositioningElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTitleElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTitleElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTransform.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTransform.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTransformList.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTransformList.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTRefElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTRefElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTSpanElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGTSpanElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGUnitTypes.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGUnitTypes.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGURIReference.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGURIReference.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGUseElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGUseElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGViewElement.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGViewElement.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGZoomEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8SVGZoomEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Text.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Text.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8TextEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8TextEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8TextMetrics.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8TextMetrics.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8TimeRanges.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8TimeRanges.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8TreeWalker.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8TreeWalker.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8UIEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8UIEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8UndetectableHTMLCollection.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8UndetectableHTMLCollection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitAnimationEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitAnimationEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitCSSKeyframeRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitCSSKeyframeRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitCSSKeyframesRule.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitCSSKeyframesRule.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitCSSMatrix.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitCSSMatrix.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitCSSTransformValue.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitCSSTransformValue.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitPoint.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitPoint.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitTransitionEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WebKitTransitionEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WheelEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WheelEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Window.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WindowCollection.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Worker.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8Worker.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WorkerContext.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WorkerContext.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WorkerLocation.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WorkerLocation.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WorkerNavigator.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8WorkerNavigator.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequest.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequest.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequestException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequestException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequestProgressEvent.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequestProgressEvent.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequestUpload.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLHttpRequestUpload.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLSerializer.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XMLSerializer.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathEvaluator.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathEvaluator.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathException.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathException.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathExpression.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathExpression.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathNSResolver.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathNSResolver.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathResult.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XPathResult.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XSLTProcessor.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\V8XSLTProcessor.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XLinkNames.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XLinkNames.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XMLNames.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XMLNames.h" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XPathGrammar.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\XPathGrammar.h" - > - </File> - </Filter> - <Filter - Name="SharedSources" - > - </Filter> - <Filter - Name="c_binding" - > - <File - RelativePath="..\..\port\bindings\v8\npruntime.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\npruntime_impl.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\npruntime_internal.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\npruntime_priv.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\NPV8Object.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\NPV8Object.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_helpers.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_helpers.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\V8NPObject.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\V8NPObject.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\V8NPUtils.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\V8NPUtils.h" - > - </File> - </Filter> - <Filter - Name="extensions" - > - <File - RelativePath="..\..\extensions\v8\gc_extension.cc" - > - </File> - <File - RelativePath="..\..\extensions\v8\gc_extension.h" - > - </File> - <File - RelativePath="..\..\extensions\v8\gears_extension.cc" - > - </File> - <File - RelativePath="..\..\extensions\v8\gears_extension.h" - > - </File> - <File - RelativePath="..\..\extensions\v8\interval_extension.cc" - > - </File> - <File - RelativePath="..\..\extensions\v8\interval_extension.h" - > - </File> - <File - RelativePath="..\..\extensions\v8\playback_extension.cc" - > - </File> - <File - RelativePath="..\..\extensions\v8\playback_extension.h" - > - </File> - <File - RelativePath="..\..\extensions\v8\profiler_extension.cc" - > - </File> - <File - RelativePath="..\..\extensions\v8\profiler_extension.h" - > - </File> - </Filter> - <File - RelativePath="..\..\port\bindings\v8\dom_wrapper_map.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\DOMObjectsInclude.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\JSDOMBinding.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\JSDOMBinding.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\JSXPathNSResolver.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\JSXPathNSResolver.h" - > - </File> - <File - RelativePath=".\precompiled_v8bindings.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\precompiled_v8bindings.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\RGBColor.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\RGBColor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScheduledAction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScheduledAction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptCachedFrameData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptCallFrame.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptCallFrame.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptCallStack.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptCallStack.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\ScriptController.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\ScriptController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptEventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptFunctionCall.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptFunctionCall.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptInstance.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptInstance.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptObjectQuarantine.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptObjectQuarantine.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptScope.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptScope.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptSourceCode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptState.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptState.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptString.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptValue.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_binding.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_binding.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_custom.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_custom.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_index.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_index.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_proxy.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_proxy.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_utility.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8AbstractEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8AbstractEventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Binding.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\V8CanvasPixelArrayCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Collection.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\V8DocumentLocationCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8DOMMap.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8DOMMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8EventListenerList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8EventListenerList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8LazyEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8LazyEventListener.h" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\V8MessagePortCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8NodeFilterCondition.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8NodeFilterCondition.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8ObjectEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8ObjectEventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Proxy.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Utilities.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Utilities.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8WorkerContextEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8WorkerContextEventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8WorkerContextObjectEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8WorkerContextObjectEventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerContextExecutionProxy.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerContextExecutionProxy.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerScriptController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerScriptController.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/V8Bindings/V8Bindings_prebuild.vcproj b/webkit/build/V8Bindings/V8Bindings_prebuild.vcproj deleted file mode 100644 index 598d4ae..0000000 --- a/webkit/build/V8Bindings/V8Bindings_prebuild.vcproj +++ /dev/null @@ -1,90 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="V8Bindings_prebuild" - ProjectGUID="{2F7EDFA2-EE27-4D83-8454-9EFBD5779203}" - RootNamespace="V8Bindings_prebuild" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="prebuild.bat $(OutDir) $(OutDir)\obj\V8Bindings" - AdditionalDependencies="$(ProjectDir)\build-generated-files.sh;$(ProjectDir)\copy_files.bat;$(ProjectDir)\..\..\port\DerivedSources.make;$(ProjectDir)\..\..\port\bindings\scripts\CodeGeneratorV8.pm;$(ProjectDir)\..\..\port\bindings\scripts\CodeGenerator.pm" - Outputs="$(OutDir)\obj\V8Bindings\DerivedSources\HTMLNames.cpp" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - CommandLine="prebuild.bat $(OutDir) $(OutDir)\obj\V8Bindings" - AdditionalDependencies="$(ProjectDir)\build-generated-files.sh;$(ProjectDir)\copy_files.bat;$(ProjectDir)\..\..\port\DerivedSources.make;$(ProjectDir)\..\..\port\bindings\scripts\CodeGeneratorV8.pm;$(ProjectDir)\..\..\port\bindings\scripts\CodeGenerator.pm" - Outputs="$(OutDir)\obj\V8Bindings\DerivedSources\HTMLNames.cpp" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\build-generated-files.sh" - > - </File> - <File - RelativePath="..\..\port\bindings\scripts\CodeGeneratorV8.pm" - > - </File> - <File - RelativePath=".\copy_files.bat" - > - </File> - <File - RelativePath="..\..\port\DerivedSources.make" - > - </File> - <File - RelativePath="..\..\port\bindings\scripts\generate-bindings.pl" - > - </File> - <File - RelativePath=".\prebuild.bat" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj deleted file mode 100644 index 1fe36b7..0000000 --- a/webkit/build/WebCore/WebCore.vcproj +++ /dev/null @@ -1,7627 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="WebCore" - ProjectGUID="{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}" - RootNamespace="WebCore" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;..\precompiled_webkit.vsprops;.\webcore.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\webcore.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="inspector" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\ConsoleMessage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\ConsoleMessage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDatabaseResource.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDatabaseResource.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDOMStorageResource.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDOMStorageResource.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorResource.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorResource.h" - > - </File> - </Filter> - <Filter - Name="page" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityImageMapLink.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityImageMapLink.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityListBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityListBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityListBoxOption.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityListBoxOption.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityRenderObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityRenderObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTable.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTableCell.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTableCell.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTableColumn.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTableColumn.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTableHeaderContainer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTableHeaderContainer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTableRow.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AccessibilityTableRow.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AXObjectCache.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\AXObjectCache.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\BarInfo.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\BarInfo.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Chrome.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Chrome.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\ChromeClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Console.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Console.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\ContextMenuClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\ContextMenuController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\ContextMenuController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DOMSelection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DOMSelection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DOMTimer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DOMTimer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DOMWindow.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DOMWindow.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DragActions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DragClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DragController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\DragController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\EventHandler.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\EventHandler.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\FocusController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\FocusController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\FocusDirection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Frame.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Frame.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\FrameLoadRequest.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\FrameTree.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\FrameTree.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\FrameView.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\FrameView.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Geolocation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Geolocation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Geoposition.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Geoposition.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\History.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\History.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Location.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Location.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\MouseEventWithHitTestResults.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\MouseEventWithHitTestResults.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Navigator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Navigator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\NavigatorBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\NavigatorBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Page.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Page.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PageGroup.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PageGroup.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PageGroupLoadDeferrer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PageGroupLoadDeferrer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PositionCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PositionError.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PositionErrorCallback.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PositionOptions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PrintContext.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\PrintContext.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Screen.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Screen.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\SecurityOrigin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\SecurityOrigin.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Settings.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Settings.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\WebKitPoint.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\WindowFeatures.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\WindowFeatures.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\WorkerNavigator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\WorkerNavigator.h" - > - </File> - <Filter - Name="animation" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\AnimationBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\AnimationBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\AnimationController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\AnimationController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\AnimationControllerPrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\CompositeAnimation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\CompositeAnimation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\ImplicitAnimation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\ImplicitAnimation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\KeyframeAnimation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\animation\KeyframeAnimation.h" - > - </File> - </Filter> - <Filter - Name="chromium" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\AccessibilityObjectChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\AXObjectCacheChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\ChromeClientChromium.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\DragControllerChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\EventHandlerChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\FrameChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\FrameChromium.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="loader" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\Cache.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\Cache.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedCSSStyleSheet.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedCSSStyleSheet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedFont.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedFont.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedResource.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedResource.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedResourceClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedResourceClientWalker.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedResourceClientWalker.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedResourceHandle.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedResourceHandle.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedScript.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedScript.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedXBLDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedXBLDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedXSLStyleSheet.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachedXSLStyleSheet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CachePolicy.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CrossOriginAccessControl.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CrossOriginAccessControl.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CrossOriginPreflightResultCache.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\CrossOriginPreflightResultCache.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocumentLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocumentLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocumentThreadableLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocumentThreadableLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\EmptyClients.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FormState.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FormState.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FrameLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FrameLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FrameLoaderClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FrameLoaderTypes.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FTPDirectoryDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FTPDirectoryDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FTPDirectoryParser.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FTPDirectoryParser.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ImageDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ImageDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ImageLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ImageLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\loader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\loader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\MainResourceLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\MainResourceLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\MediaDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\MediaDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\NavigationAction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\NavigationAction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\NetscapePlugInStreamLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\NetscapePlugInStreamLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\PluginDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\PluginDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ProgressTracker.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ProgressTracker.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\Request.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\Request.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ResourceLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ResourceLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\SubresourceLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\SubresourceLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\SubresourceLoaderClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\SubstituteData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\TextDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\TextDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\TextResourceDecoder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\TextResourceDecoder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ThreadableLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ThreadableLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ThreadableLoaderClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ThreadableLoaderClientWrapper.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\WorkerThreadableLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\WorkerThreadableLoader.h" - > - </File> - <Filter - Name="archive" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\archive\Archive.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\archive\ArchiveFactory.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\archive\ArchiveFactory.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\archive\ArchiveResource.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\archive\ArchiveResource.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\archive\ArchiveResourceCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\archive\ArchiveResourceCollection.h" - > - </File> - </Filter> - <Filter - Name="icon" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\icon\IconDatabase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\icon\IconDatabaseNone.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\icon\IconLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\icon\IconLoader.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="platform" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Arena.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\AutodrainedPool.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ContentType.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ContentType.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ContextMenu.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ContextMenu.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ContextMenuItem.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\CookieJar.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\CrossThreadCopier.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\CrossThreadCopier.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedPtrList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedPtrListImpl.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedPtrListImpl.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DragData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DragData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DragImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DragImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\FileChooser.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\FileChooser.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\FloatConversion.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Font.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Font.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontCache.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontCache.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontDescription.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontDescription.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontFallbackList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontFallbackList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontFamily.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontFamily.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontFastPath.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontSelector.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\GeolocationService.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\GeolocationService.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GlyphBuffer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GlyphPageTreeNode.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GlyphPageTreeNode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\HostWindow.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\KURL.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\KURLGoogle.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\KURLGooglePrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Language.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Length.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Length.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\LengthBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\LengthSize.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\LinkHash.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\LocalizedStrings.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Logging.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Logging.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\MIMETypeRegistry.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\NotImplemented.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Pasteboard.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PlatformKeyboardEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PlatformMenuDescription.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PlatformMouseEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PlatformScreen.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PlatformWheelEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PopupMenu.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PopupMenuClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PopupMenuStyle.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\PurgeableBuffer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollBar.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollBar.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollbarClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollbarTheme.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollbarThemeComposite.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollbarThemeComposite.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollView.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollView.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SearchPopupMenu.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SharedBuffer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SharedBuffer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SharedTimer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Sound.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SSLKeyGenerator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\StaticConstructors.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SystemTime.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Theme.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ThemeTypes.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ThreadGlobalData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ThreadGlobalData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ThreadTimers.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ThreadTimers.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Timer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Timer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\TreeShared.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Widget.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Widget.h" - > - </File> - <Filter - Name="graphics" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\BitmapImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\BitmapImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Color.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Color.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatPoint.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatPoint.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatPoint3D.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatPoint3D.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatQuad.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatQuad.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatRect.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatRect.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatSize.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatSize.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FontData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GeneratedImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GeneratedImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GlyphWidthMap.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GlyphWidthMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Gradient.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Gradient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GraphicsContext.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GraphicsContext.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GraphicsContextPrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GraphicsTypes.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GraphicsTypes.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Icon.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Image.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Image.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\ImageBuffer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\ImageObserver.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\ImageSource.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\IntPoint.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\IntRect.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\IntRect.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\IntSize.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\IntSizeHash.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\MediaPlayer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\MediaPlayer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Path.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Path.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\PathTraversalState.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\PathTraversalState.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Pattern.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Pattern.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Pen.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Pen.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\SegmentedFontData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\SegmentedFontData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\SimpleFontData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\SimpleFontData.h" - > - </File> - <Filter - Name="transforms" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\IdentityTransformOperation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\Matrix3DTransformOperation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\Matrix3DTransformOperation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\MatrixTransformOperation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\MatrixTransformOperation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\PerspectiveTransformOperation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\PerspectiveTransformOperation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\RotateTransformOperation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\RotateTransformOperation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\ScaleTransformOperation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\ScaleTransformOperation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\SkewTransformOperation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\SkewTransformOperation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\TransformationMatrix.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\TransformationMatrix.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\TransformOperation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\TransformOperations.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\TransformOperations.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\TranslateTransformOperation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\TranslateTransformOperation.h" - > - </File> - </Filter> - <Filter - Name="chromium" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\ColorChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontCacheChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontCustomPlatformData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontCustomPlatformData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontPlatformData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontPlatformDataChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontPlatformDataChromiumWin.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontUtilsChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\FontUtilsChromiumWin.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\GlyphPageTreeNodeChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\IconChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\ImageBufferData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\MediaPlayerPrivateChromium.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\opentype\OpenTypeUtilities.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\opentype\OpenTypeUtilities.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\PlatformIcon.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\SimpleFontDataChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\TransparencyWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\TransparencyWin.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\UniscribeHelper.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\UniscribeHelper.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\UniscribeHelperTextRun.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\chromium\UniscribeHelperTextRun.h" - > - </File> - </Filter> - <Filter - Name="skia" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\BitmapImageSingleFrameSkia.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\FloatPointSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\FloatRectSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\GradientSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\GraphicsContextPlatformPrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\GraphicsContextSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\ImageBufferSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\ImageSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\ImageSourceSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\ImageSourceSkia.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\IntPointSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\IntRectSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\NativeImageSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\NativeImageSkia.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\PathSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\PatternSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\PlatformContextSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\PlatformContextSkia.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\PlatformGraphics.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\SkiaFontWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\SkiaFontWin.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\SkiaUtils.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\SkiaUtils.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\skia\TransformationMatrixSkia.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="network" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\AuthenticationChallengeBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\AuthenticationChallengeBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\Credential.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\Credential.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\DNS.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\FormData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\FormData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\FormDataBuilder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\FormDataBuilder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\HTTPHeaderMap.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\HTTPHeaderMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\HTTPParsers.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\HTTPParsers.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\NetworkStateNotifier.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\NetworkStateNotifier.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ProtectionSpace.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ProtectionSpace.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceErrorBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceErrorBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceHandle.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceHandleClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceHandleInternal.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceRequestBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceRequestBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceResponseBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceResponseBase.h" - > - </File> - <Filter - Name="chromium" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\AuthenticationChallenge.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\AuthenticationChallengeChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\CookieJarChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\DNSChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\NetworkStateNotifierChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\NetworkStateNotifierPrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\ResourceError.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\ResourceRequest.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\chromium\ResourceResponse.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="win" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Arena.cpp" - > - </File> - </Filter> - <Filter - Name="text" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\AtomicString.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\AtomicString.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\AtomicStringHash.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\AtomicStringImpl.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\Base64.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\Base64.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\BidiContext.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\BidiContext.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\BidiResolver.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\CharacterNames.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\CString.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\CString.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\PlatformString.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\RegularExpression.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\RegularExpression.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\SegmentedString.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\SegmentedString.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\String.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\StringBuilder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\StringBuilder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\StringHash.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\StringImpl.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\StringImpl.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\StringTruncator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\StringTruncator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextBoundaries.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextBoundariesICU.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextBreakIterator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextBreakIteratorICU.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextBreakIteratorInternalICU.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodec.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodec.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecICU.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecICU.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecLatin1.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecLatin1.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecUserDefined.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecUserDefined.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecUTF16.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecUTF16.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextDirection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncoding.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncoding.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncodingDetector.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncodingDetectorICU.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncodingRegistry.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncodingRegistry.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextStream.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextStream.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\UnicodeRange.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\UnicodeRange.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\WidthIterator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\WidthIterator.h" - > - </File> - <Filter - Name="chromium" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\chromium\TextBreakIteratorInternalICUChromium.cpp" - > - </File> - </Filter> - </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 - Name="animation" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\animation\Animation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\animation\Animation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\animation\AnimationList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\animation\AnimationList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\animation\TimingFunction.h" - > - </File> - </Filter> - <Filter - Name="chromium" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ChromiumBridge.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ChromiumDataObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ChromiumDataObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ClipboardChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ClipboardChromium.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ClipboardChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ClipboardUtilitiesChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ClipboardUtilitiesChromium.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ContextMenuChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ContextMenuItemChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\CursorChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\DragDataChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\DragDataRef.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\DragImageChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\DragImageRef.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\FileChooserChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\FileSystemChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\FileSystemChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\FramelessScrollView.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\FramelessScrollView.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\FramelessScrollViewClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\KeyboardCodes.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\KeyboardCodesWin.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\KeyCodeConversion.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\Language.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\LinkHashChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\MimeTypeRegistryChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PasteboardChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PasteboardPrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PlatformCursor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PlatformKeyboardEventChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PlatformScreenChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PlatformWidget.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PopupMenuChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PopupMenuChromium.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\PopupMenuPrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ScrollbarThemeChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ScrollbarThemeChromium.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\ScrollbarThemeChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\SearchPopupMenuChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\SharedTimerChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\SoundChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\SSLKeyGeneratorChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\SuddenTerminationChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\SystemTimeChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\TemporaryLinkStubs.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\WidgetChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\WindowsVersion.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\WindowsVersion.h" - > - </File> - </Filter> - <Filter - Name="image-decoders" - > - <Filter - Name="skia" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\BMPImageDecoder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\BMPImageDecoder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\BMPImageReader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\BMPImageReader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\GIFImageDecoder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\GIFImageDecoder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\GIFImageReader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\GIFImageReader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\ICOImageDecoder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\ICOImageDecoder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\ImageDecoder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\JPEGImageDecoder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\JPEGImageDecoder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\PNGImageDecoder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\PNGImageDecoder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-encoders\skia\PNGImageEncoder.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-encoders\skia\PNGImageEncoder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\image-decoders\skia\XBMImageDecoder.cpp" - > - </File> - </Filter> - </Filter> - </Filter> - <Filter - Name="css" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\Counter.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSBorderImageValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSBorderImageValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSCanvasValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSCanvasValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSCharsetRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSCharsetRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSComputedStyleDeclaration.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSComputedStyleDeclaration.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSCursorImageValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSCursorImageValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontFace.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontFace.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontFaceRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontFaceRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontFaceSource.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontFaceSource.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontFaceSrcValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontFaceSrcValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontSelector.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontSelector.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFunctionValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFunctionValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSGradientValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSGradientValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSGrammar.y" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSHelper.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSHelper.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSImageGeneratorValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSImageGeneratorValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSImageValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSImageValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSImportRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSImportRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSInheritedValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSInheritedValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSInitialValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSInitialValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSMediaRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSMediaRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSMutableStyleDeclaration.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSMutableStyleDeclaration.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSNamespace.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSPageRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSPageRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSParser.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSParser.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSParserValues.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSParserValues.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSPrimitiveValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSPrimitiveValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSProperty.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSProperty.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSPropertyLonghand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSPropertyLonghand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSPropertyNames.in" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSQuirkPrimitiveValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSReflectValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSReflectValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSRuleList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSRuleList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSSegmentedFontFace.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSSegmentedFontFace.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSSelector.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSSelector.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSSelectorList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSSelectorList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSStyleDeclaration.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSStyleDeclaration.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSStyleRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSStyleRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSStyleSelector.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSStyleSelector.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSStyleSheet.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSStyleSheet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSTimingFunctionValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSTimingFunctionValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSUnicodeRangeValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSUnicodeRangeValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSUnknownRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSValueKeywords.in" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSValueList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSValueList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSVariableDependentValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSVariableDependentValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSVariablesDeclaration.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSVariablesDeclaration.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSVariablesRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSVariablesRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\DashboardRegion.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\FontFamilyValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\FontFamilyValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\FontValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\FontValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\html4.css" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\mediaControls.css" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaFeatureNames.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaFeatureNames.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaQuery.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaQuery.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaQueryEvaluator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaQueryEvaluator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaQueryExp.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\MediaQueryExp.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\Pair.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\quirks.css" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\Rect.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\ShadowValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\ShadowValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\StyleBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\StyleBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\StyleList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\StyleList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\StyleSheet.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\StyleSheet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\StyleSheetList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\StyleSheetList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\SVGCSSComputedStyleDeclaration.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\SVGCSSParser.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\SVGCSSStyleSelector.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\themeWin.css" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\themeWinQuirks.css" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\tokenizer.flex" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSKeyframeRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSKeyframeRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSKeyframesRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSKeyframesRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSMatrix.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSMatrix.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSTransformValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSTransformValue.h" - > - </File> - </Filter> - <Filter - Name="rendering" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\AutoTableLayout.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\AutoTableLayout.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\bidi.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\bidi.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\break_lines.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\break_lines.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\CounterNode.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\CounterNode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\EllipsisBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\EllipsisBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\FixedTableLayout.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\FixedTableLayout.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\GapRects.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\HitTestRequest.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\HitTestResult.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\HitTestResult.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\InlineBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\InlineBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\InlineFlowBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\InlineFlowBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\InlineRunBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\InlineTextBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\InlineTextBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\LayoutState.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\LayoutState.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\MediaControlElements.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\MediaControlElements.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\PointerEventsHitRules.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\PointerEventsHitRules.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderApplet.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderApplet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderArena.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderArena.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBlock.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBlock.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBoxModelObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBoxModelObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBR.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBR.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderButton.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderButton.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderCounter.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderCounter.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFieldset.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFieldset.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFileUploadControl.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFileUploadControl.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFlexibleBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFlexibleBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderForeignObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderForeignObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFrame.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFrame.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFrameSet.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderFrameSet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderHTMLCanvas.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderHTMLCanvas.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderImageGeneratedContent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderImageGeneratedContent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderInline.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderInline.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLayer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLayer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLineBoxList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLineBoxList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderListBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderListBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderListItem.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderListItem.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderListMarker.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderListMarker.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderMarquee.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderMarquee.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderMedia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderMedia.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderMenuList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderMenuList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderObjectChildList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderObjectChildList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderPart.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderPart.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderPartObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderPartObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderPath.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderPath.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderReplaced.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderReplaced.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderReplica.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderReplica.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderScrollbar.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderScrollbar.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderScrollbarPart.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderScrollbarPart.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderScrollbarTheme.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderScrollbarTheme.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSelectionInfo.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSlider.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSlider.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGBlock.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGBlock.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGContainer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGContainer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGGradientStop.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGGradientStop.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGHiddenContainer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGHiddenContainer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGInline.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGInline.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGInlineText.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGInlineText.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGModelObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGModelObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGRoot.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGRoot.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGText.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGText.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGTextPath.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGTextPath.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGTransformableContainer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGTransformableContainer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGTSpan.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGTSpan.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSVGViewportContainer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTable.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTable.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTableCell.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTableCell.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTableCol.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTableCol.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTableRow.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTableRow.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTableSection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTableSection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderText.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderText.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextControl.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextControl.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextControlMultiLine.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextControlMultiLine.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextControlSingleLine.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextControlSingleLine.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextFragment.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextFragment.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTheme.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTheme.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderThemeChromiumWin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderThemeChromiumWin.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTreeAsText.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTreeAsText.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderVideo.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderVideo.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderView.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderView.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderWidget.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderWidget.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderWordBreak.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderWordBreak.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RootInlineBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RootInlineBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\ScrollBehavior.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\ScrollBehavior.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGCharacterLayoutInfo.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGCharacterLayoutInfo.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGInlineFlowBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGInlineFlowBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGInlineTextBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGInlineTextBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRenderSupport.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRenderSupport.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRenderTreeAsText.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRenderTreeAsText.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRootInlineBox.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRootInlineBox.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TableLayout.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TextControlInnerElements.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TextControlInnerElements.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TransformState.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TransformState.h" - > - </File> - <Filter - Name="style" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\BindingURI.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\BindingURI.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\BorderData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\BorderValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\CollapsedBorderValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\ContentData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\ContentData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\CounterContent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\CounterDirectives.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\CounterDirectives.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\CursorData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\CursorList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\DataRef.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\FillLayer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\FillLayer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\KeyframeList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\KeyframeList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\NinePieceImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\NinePieceImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\OutlineValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\RenderStyle.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\RenderStyle.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\RenderStyleConstants.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\ShadowData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\ShadowData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleBackgroundData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleBackgroundData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleBoxData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleBoxData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleCachedImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleCachedImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleFlexibleBoxData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleFlexibleBoxData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleGeneratedImage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleGeneratedImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleInheritedData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleInheritedData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleMarqueeData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleMarqueeData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleMultiColData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleMultiColData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleRareInheritedData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleRareInheritedData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleRareNonInheritedData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleRareNonInheritedData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleReflection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleSurroundData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleSurroundData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleTransformData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleTransformData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleVisualData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\StyleVisualData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\SVGRenderStyle.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\SVGRenderStyle.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\SVGRenderStyleDefs.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\style\SVGRenderStyleDefs.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="xml" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\DOMParser.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\DOMParser.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\NativeXPathNSResolver.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\NativeXPathNSResolver.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XMLHttpRequest.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XMLHttpRequest.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XMLHttpRequestUpload.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XMLHttpRequestUpload.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XMLSerializer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XMLSerializer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathEvaluator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathEvaluator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathException.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathExpression.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathExpression.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathExpressionNode.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathExpressionNode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathFunctions.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathFunctions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathNamespace.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathNamespace.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathNodeSet.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathNodeSet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathNSResolver.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathNSResolver.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathParser.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathParser.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathPath.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathPath.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathPredicate.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathPredicate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathResult.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathResult.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathStep.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathStep.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathUtil.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathUtil.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathValue.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathValue.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathVariableReference.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XPathVariableReference.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLImportRule.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLImportRule.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLStyleSheet.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLStyleSheet.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLTExtensions.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLTExtensions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLTProcessor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLTProcessor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLTUnicodeSort.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLTUnicodeSort.h" - > - </File> - </Filter> - <Filter - Name="dom" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ActiveDOMObject.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ActiveDOMObject.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Attr.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Attr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Attribute.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Attribute.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\BeforeTextInsertedEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\BeforeTextInsertedEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\BeforeUnloadEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\BeforeUnloadEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CDATASection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CDATASection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CharacterData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CharacterData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CheckedRadioButtons.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CheckedRadioButtons.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ChildNodeList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ChildNodeList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClassNames.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClassNames.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClassNodeList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClassNodeList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClientRect.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClientRect.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClientRectList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClientRectList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Clipboard.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Clipboard.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClipboardAccessPolicy.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClipboardEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ClipboardEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Comment.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Comment.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ContainerNode.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ContainerNode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CSSMappedAttributeDeclaration.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CSSMappedAttributeDeclaration.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DocPtr.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Document.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Document.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DocumentFragment.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DocumentFragment.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DocumentMarker.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DocumentType.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DocumentType.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DOMImplementation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DOMImplementation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DynamicNodeList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\DynamicNodeList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EditingText.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EditingText.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Element.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Element.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Entity.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Entity.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EntityReference.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EntityReference.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Event.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Event.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EventException.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EventNames.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EventNames.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EventTarget.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\EventTarget.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ExceptionBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ExceptionBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ExceptionCode.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ExceptionCode.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\InputElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\InputElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\KeyboardEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MappedAttribute.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MappedAttribute.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MappedAttributeEntry.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MessageChannel.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MessageChannel.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MessageEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MessageEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MessagePort.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MessagePort.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MouseEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MouseEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MouseRelatedEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MouseRelatedEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MutationEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MutationEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NamedAttrMap.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NamedAttrMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NamedMappedAttrMap.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NamedMappedAttrMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NamedNodeMap.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NameNodeList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NameNodeList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Node.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Node.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NodeFilter.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NodeFilter.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NodeFilterCondition.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NodeFilterCondition.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NodeIterator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\NodeIterator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Notation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Notation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionGroupElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionGroupElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OverflowEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OverflowEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Position.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Position.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\PositionIterator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\PositionIterator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ProcessingInstruction.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ProcessingInstruction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ProgressEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ProgressEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\QualifiedName.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\QualifiedName.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Range.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Range.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\RangeException.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\RegisteredEventListener.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\RegisteredEventListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ScriptElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ScriptElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ScriptExecutionContext.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ScriptExecutionContext.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\SelectorNodeList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\SelectorNodeList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\StaticNodeList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\StaticNodeList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\StyledElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\StyledElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\StyleElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\StyleElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\TagNodeList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\TagNodeList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Text.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Text.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\TextEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\TextEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Tokenizer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Traversal.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Traversal.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\TreeWalker.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\TreeWalker.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\UIEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\UIEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\UIEventWithKeyState.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\UIEventWithKeyState.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WebKitAnimationEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WebKitAnimationEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WebKitTransitionEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WebKitTransitionEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WheelEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WheelEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\XMLTokenizer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\XMLTokenizer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\XMLTokenizerLibxml2.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\XMLTokenizerScope.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\XMLTokenizerScope.h" - > - </File> - </Filter> - <Filter - Name="editing" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\AppendNodeCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\AppendNodeCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\ApplyStyleCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\ApplyStyleCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\BreakBlockquoteCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\BreakBlockquoteCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\CompositeEditCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\CompositeEditCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\CreateLinkCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\CreateLinkCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\DeleteButton.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\DeleteButton.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\DeleteButtonController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\DeleteButtonController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\DeleteFromTextNodeCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\DeleteFromTextNodeCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\DeleteSelectionCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\DeleteSelectionCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\EditAction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\EditCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\EditCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\Editor.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\Editor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\chromium\EditorChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\EditorCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\EditorDeleteAction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\EditorInsertAction.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\FormatBlockCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\FormatBlockCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\htmlediting.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\htmlediting.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\HTMLInterchange.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\HTMLInterchange.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\IndentOutdentCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\IndentOutdentCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertIntoTextNodeCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertIntoTextNodeCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertLineBreakCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertLineBreakCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertListCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertListCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertNodeBeforeCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertNodeBeforeCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertParagraphSeparatorCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertParagraphSeparatorCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertTextCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\InsertTextCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\JoinTextNodesCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\JoinTextNodesCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\markup.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\markup.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\MergeIdenticalElementsCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\MergeIdenticalElementsCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\ModifySelectionListLevel.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\ModifySelectionListLevel.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\MoveSelectionCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\MoveSelectionCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveCSSPropertyCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveCSSPropertyCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveFormatCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveFormatCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodeCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodeCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodePreservingChildrenCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodePreservingChildrenCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\ReplaceSelectionCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\ReplaceSelectionCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SelectionController.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SelectionController.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SetNodeAttributeCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SetNodeAttributeCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SmartReplace.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SmartReplaceICU.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SplitElementCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SplitElementCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SplitTextNodeCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SplitTextNodeCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SplitTextNodeContainingElementCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\SplitTextNodeContainingElementCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\TextAffinity.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\TextGranularity.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\TextIterator.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\TextIterator.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\TypingCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\TypingCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\UnlinkCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\UnlinkCommand.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\visible_units.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\visible_units.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\VisiblePosition.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\VisiblePosition.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\VisibleSelection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\VisibleSelection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\WrapContentsInDummySpanCommand.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\editing\WrapContentsInDummySpanCommand.h" - > - </File> - </Filter> - <Filter - Name="html" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasGradient.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasGradient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasPattern.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasPattern.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasPixelArray.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasPixelArray.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasRenderingContext2D.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasRenderingContext2D.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasStyle.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasStyle.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CollectionCache.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CollectionCache.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\CollectionType.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\File.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\File.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\FileList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\FileList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\FormDataList.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\FormDataList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAnchorElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAnchorElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAppletElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAppletElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAreaElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAreaElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAudioElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAudioElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBaseElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBaseElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBaseFontElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBaseFontElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBlockquoteElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBlockquoteElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBodyElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBodyElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBRElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLBRElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLButtonElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLButtonElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLCanvasElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLCanvasElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLCollection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLDirectoryElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLDirectoryElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLDivElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLDivElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLDListElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLDListElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLEmbedElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLEmbedElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFieldSetElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFieldSetElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFontElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFontElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFormCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFormCollection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFormControlElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFormControlElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFormElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFormElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFrameElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFrameElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFrameElementBase.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFrameElementBase.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFrameOwnerElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFrameOwnerElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFrameSetElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLFrameSetElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLHeadElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLHeadElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLHeadingElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLHeadingElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLHRElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLHRElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLHtmlElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLHtmlElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLIFrameElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLIFrameElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLImageElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLImageElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLImageLoader.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLImageLoader.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLInputElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLInputElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLIsIndexElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLIsIndexElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLKeygenElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLKeygenElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLabelElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLabelElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLegendElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLegendElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLIElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLIElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLinkElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLinkElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMapElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMapElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMarqueeElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMarqueeElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMediaElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMediaElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMenuElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMenuElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMetaElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLMetaElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLModElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLModElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLNameCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLNameCollection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLObjectElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLObjectElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOListElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOListElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOptGroupElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOptGroupElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOptionElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOptionElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOptionsCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOptionsCollection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLParagraphElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLParagraphElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLParamElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLParamElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLParser.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLParser.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLParserErrorCodes.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLParserErrorCodes.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLPlugInElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLPlugInElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLPlugInImageElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLPlugInImageElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLPreElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLPreElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLQuoteElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLQuoteElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLScriptElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLScriptElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLSelectElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLSelectElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLSourceElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLSourceElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLStyleElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLStyleElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableCaptionElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableCaptionElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableCellElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableCellElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableColElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableColElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTablePartElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTablePartElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableRowElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableRowElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableRowsCollection.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableRowsCollection.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableSectionElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTableSectionElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTextAreaElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTextAreaElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTitleElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTitleElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTokenizer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTokenizer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLUListElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLUListElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLVideoElement.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLVideoElement.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLViewSourceDocument.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLViewSourceDocument.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\ImageData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\ImageData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\PreloadScanner.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\PreloadScanner.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\TimeRanges.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\TimeRanges.h" - > - </File> - </Filter> - <Filter - Name="history" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\BackForwardList.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\BackForwardListChromium.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedFrame.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedFrame.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedFramePlatformData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedPage.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\CachedPage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\HistoryItem.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\HistoryItem.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\PageCache.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\history\PageCache.h" - > - </File> - </Filter> - <Filter - 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="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\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 - Name="skia" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\skia\SVGResourceFilterSkia.cpp" - > - </File> - </Filter> - </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 - 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="workers" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\Worker.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\Worker.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerContext.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerContext.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerContextProxy.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerImportScriptsClient.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerImportScriptsClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerLocation.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerLocation.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerMessagingProxy.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerMessagingProxy.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerObjectProxy.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerRunLoop.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerRunLoop.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerThread.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerThread.h" - > - </File> - </Filter> - <Filter - Name="plugins" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\MimeType.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\MimeType.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\MimeTypeArray.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\MimeTypeArray.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\npfunctions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\Plugin.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\Plugin.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginArray.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginArray.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginData.h" - > - </File> - <Filter - Name="chromium" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\chromium\PluginDataChromium.cpp" - > - </File> - </Filter> - </Filter> - <File - RelativePath="..\precompiled_webkit.cc" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\precompiled_webkit.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/WebCore/WebCore_prebuild.vcproj b/webkit/build/WebCore/WebCore_prebuild.vcproj deleted file mode 100644 index 1c5b7c7..0000000 --- a/webkit/build/WebCore/WebCore_prebuild.vcproj +++ /dev/null @@ -1,88 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="WebCore_prebuild" - ProjectGUID="{1444235E-0E97-4C80-A73E-EE73F3706C32}" - RootNamespace="WebCore_prebuild" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - <ToolFile - RelativePath="..\webkit_version.rules" - /> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;..\precompiled_webkit.vsprops;.\webcore.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="WebKitVersion" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\webcore.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="WebKitVersion" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\Configurations\Version.xcconfig" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="WebKitVersion" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="WebKitVersion" - /> - </FileConfiguration> - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/WebKit/WebKit.vcproj b/webkit/build/WebKit/WebKit.vcproj deleted file mode 100644 index 2805c99..0000000 --- a/webkit/build/WebKit/WebKit.vcproj +++ /dev/null @@ -1,327 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="WebKit" - ProjectGUID="{5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65}" - RootNamespace="WebKit" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\WebKit.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\WebKit.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="chromium" - > - <Filter - Name="public" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebCache.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebCanvas.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebClipboard.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebColor.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebCommon.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebConsoleMessage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebCString.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebDragData.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebFindOptions.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebImage.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebInputEvent.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebKit.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebKitClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebMediaPlayer.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebMediaPlayerClient.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebPluginListBuilder.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebPoint.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebRect.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebScriptSource.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebSize.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebString.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebURL.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebVector.h" - > - </File> - <Filter - Name="win" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\win\WebInputEventFactory.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\win\WebSandboxSupport.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\win\WebScreenInfoFactory.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\win\WebThemeEngine.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="src" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\ChromiumBridge.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\ChromiumCurrentTime.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\ChromiumThreading.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebCache.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebCString.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebDragData.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebImageSkia.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebInputEvent.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebKit.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebKitPrivate.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebPluginListBuilderImpl.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebPluginListBuilderImpl.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebString.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebURL.cpp" - > - </File> - <Filter - Name="win" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\win\WebInputEventFactory.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\win\WebScreenInfoFactory.cpp" - > - </File> - </Filter> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj deleted file mode 100644 index a5e1dcf..0000000 --- a/webkit/build/port/port.vcproj +++ /dev/null @@ -1,724 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="Port" - ProjectGUID="{5597AD47-3494-4750-A235-4F9C2F864700}" - RootNamespace="port" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - <ToolFile - RelativePath=".\inspector_copy.rules" - /> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;..\..\..\third_party\zlib\using_zlib.vsprops;.\port.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="Inspector image file copy" - /> - <Tool - Name="Inspector file copy" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\port.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="Inspector image file copy" - /> - <Tool - Name="Inspector file copy" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="inspector" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Breakpoint.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\BreakpointsSidebarPane.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\CallStackSidebarPane.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Console.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Database.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\DatabaseQueryView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\DatabasesPanel.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\DatabaseTableView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\DataGrid.js" - > - </File> - <File - RelativePath="..\..\inspector\debugger.css" - > - </File> - <File - RelativePath="..\..\inspector\debugger.html" - > - </File> - <File - RelativePath="..\..\inspector\DebuggerConsole.js" - > - </File> - <File - RelativePath="..\..\inspector\DebuggerIPC.js" - > - </File> - <File - RelativePath="..\..\inspector\DebuggerPanel.js" - > - </File> - <File - RelativePath="..\..\inspector\DebuggerShell.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ElementsPanel.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ElementsTreeOutline.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\FontView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ImageView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\inspector.css" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\inspector.html" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\inspector.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\MetricsSidebarPane.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Object.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ObjectPropertiesSection.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Panel.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\PanelEnablerView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Placard.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ProfilesPanel.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ProfileView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\PropertiesSection.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\PropertiesSidebarPane.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Resource.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ResourceCategory.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ResourcesPanel.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ResourceView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ScopeChainSidebarPane.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Script.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ScriptsPanel.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ScriptView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\SidebarPane.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\SidebarTreeElement.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\SourceFrame.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\SourceView.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\StylesSidebarPane.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\TextPrompt.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\treeoutline.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\utilities.js" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\View.js" - > - </File> - <Filter - Name="images" - > - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\back.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\checker.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\clearConsoleButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\closeButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\consoleButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\database.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\databasesIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\databaseTable.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\debuggerContinue.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\debuggerPause.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\debuggerStepInto.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\debuggerStepOut.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\debuggerStepOver.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallDown.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallDownBlack.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallDownWhite.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallRight.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallRightBlack.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallRightDown.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallRightDownBlack.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallRightDownWhite.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\disclosureTriangleSmallRightWhite.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\dockButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\elementsIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\enableButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\errorIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\errorMediumIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\excludeButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\focusButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\forward.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\glossyHeader.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\glossyHeaderPressed.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\glossyHeaderSelected.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\glossyHeaderSelectedPressed.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\goArrow.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\graphLabelCalloutLeft.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\graphLabelCalloutRight.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\largerResourcesButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\nodeSearchButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\paneBottomGrow.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\paneBottomGrowActive.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\paneGrowHandleLine.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\pauseOnExceptionButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\percentButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\profileGroupIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\profileIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\profilesIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\profileSmallIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\profilesSilhouette.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\recordButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\reloadButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourceCSSIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourceDocumentIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourceDocumentIconSmall.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourceJSIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourcePlainIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourcePlainIconSmall.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourcesIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourcesSizeGraphIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\resourcesTimeGraphIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\scriptsIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\scriptsSilhouette.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\searchSmallBlue.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\searchSmallBrightBlue.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\searchSmallGray.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\searchSmallWhite.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\segment.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\segmentEnd.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\segmentHover.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\segmentHoverEnd.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\segmentSelected.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\segmentSelectedEnd.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\splitviewDimple.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\splitviewDividerBackground.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\statusbarBackground.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\statusbarBottomBackground.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\statusbarButtons.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\statusbarMenuButton.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\statusbarMenuButtonSelected.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\statusbarResizerHorizontal.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\statusbarResizerVertical.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelineHollowPillBlue.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelineHollowPillGray.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelineHollowPillGreen.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelineHollowPillOrange.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelineHollowPillPurple.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelineHollowPillRed.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelineHollowPillYellow.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelinePillBlue.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelinePillGray.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelinePillGreen.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelinePillOrange.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelinePillPurple.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelinePillRed.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\timelinePillYellow.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\tipBalloon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\tipBalloonBottom.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\tipIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\tipIconPressed.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\toolbarItemSelected.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\treeDownTriangleBlack.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\treeDownTriangleWhite.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\treeRightTriangleBlack.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\treeRightTriangleWhite.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\treeUpTriangleBlack.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\treeUpTriangleWhite.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\userInputIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\userInputPreviousIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\warningIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\warningMediumIcon.png" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\Images\warningsErrors.png" - > - </File> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/webkit/build/webkit_resources/webkit_resources.vcproj b/webkit/build/webkit_resources/webkit_resources.vcproj deleted file mode 100644 index 8d22b6d..0000000 --- a/webkit/build/webkit_resources/webkit_resources.vcproj +++ /dev/null @@ -1,89 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="webkit_resources"
- ProjectGUID="{0B469837-3D46-484A-AFB3-C5A6C68730B9}"
- RootNamespace="webkit_resources"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- <ToolFile
- RelativePath="..\..\..\tools\grit\build\grit_resources.rules"
- />
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="WebKitVersion"
- />
- <Tool
- Name="GRIT Generated Resources"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="WebKitVersion"
- />
- <Tool
- Name="GRIT Generated Resources"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Generated Files"
- SourceControlFiles="false"
- >
- <File
- RelativePath="$(OutDir)\grit_derived_sources\webkit_resources.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\glue\webkit_resources.grd"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/webkit/build/webkit_strings/webkit_strings.vcproj b/webkit/build/webkit_strings/webkit_strings.vcproj deleted file mode 100644 index 2481483..0000000 --- a/webkit/build/webkit_strings/webkit_strings.vcproj +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="webkit_strings" - ProjectGUID="{60B43839-95E6-4526-A661-209F16335E0E}" - RootNamespace="webkit_strings" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - <ToolFile - RelativePath="..\..\..\tools\grit\build\grit_localized_resources.rules" - /> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="GRIT Generated Resources" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="GRIT Generated Resources" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath="..\..\glue\webkit_strings.grd" - > - </File> - <File - RelativePath="$(OutDir)\grit_derived_sources\webkit_strings.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |