diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-27 00:20:51 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-27 00:20:51 +0000 |
commit | f5b16fed647e941aa66933178da85db2860d639b (patch) | |
tree | f00e9856c04aad3b558a140955e7674add33f051 /webkit/build | |
parent | 920c091ac3ee15079194c82ae8a7a18215f3f23c (diff) | |
download | chromium_src-f5b16fed647e941aa66933178da85db2860d639b.zip chromium_src-f5b16fed647e941aa66933178da85db2860d639b.tar.gz chromium_src-f5b16fed647e941aa66933178da85db2860d639b.tar.bz2 |
Add webkit to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
59 files changed, 17963 insertions, 0 deletions
diff --git a/webkit/build/JSConfig/KJSConfig.vcproj b/webkit/build/JSConfig/KJSConfig.vcproj new file mode 100644 index 0000000..3cdf197 --- /dev/null +++ b/webkit/build/JSConfig/KJSConfig.vcproj @@ -0,0 +1,150 @@ +<?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/SConscript b/webkit/build/JSConfig/SConscript new file mode 100644 index 0000000..003a76b --- /dev/null +++ b/webkit/build/JSConfig/SConscript @@ -0,0 +1,39 @@ +# Copyright 2008, Google Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Google Inc. nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Import('env')
+
+env = env.Clone()
+
+# TODO(bradnelson): very bad, calls batch, calls sh, deps all wrong
+env.Append(ENV = {"OS" : "Windows_NT"})
+env.Command("obj/WebCore/config.h",
+ ["prebuild.bat", "../../config.h.in"],
+ "cd ${SOURCE.dir} && ${SOURCE.file} ${JSCONFIG_DIR.abspath} v8",
+ JSCONFIG_DIR = env.Dir('$WEBKIT_DIR/build/JSConfig'))
diff --git a/webkit/build/JSConfig/V8Config.vcproj b/webkit/build/JSConfig/V8Config.vcproj new file mode 100644 index 0000000..4451f23 --- /dev/null +++ b/webkit/build/JSConfig/V8Config.vcproj @@ -0,0 +1,150 @@ +<?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="1" + 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="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) v8" + 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/create-config.sh b/webkit/build/JSConfig/create-config.sh new file mode 100755 index 0000000..7f6759e --- /dev/null +++ b/webkit/build/JSConfig/create-config.sh @@ -0,0 +1,105 @@ +#!/usr/bin/bash -x +# +# In order to build KJS or V8 versions of Chrome, we need to create +# a custom configuration header. This script creates it. +# +# Input +# create-config.sh <OutputDir> <kjs|v8> +# +# Output +# in the $Output\WebCore directory, creates a config.h +# custom to the desired build setup +# +set -ex +# +# Step 1: Create the webkit config.h which is appropriate for our +# JavaScript engine. +# +if [[ "${OS}" != "Windows_NT" ]] +then + WebCoreObjDir="$1/WebCore" + JSHeadersDir="$1/WebCore/JavaScriptHeaders" + CP="cp -p" +else + WebCoreObjDir="$1\obj\WebCore" + JSHeadersDir="$1\obj\WebCore\JavaScriptHeaders" + CP="cp" +fi +mkdir -p "$WebCoreObjDir" +rm -f $WebCoreObjDir/definitions.h 2> /dev/null + + +if [[ "$2" = "kjs" ]] +then + cat > $WebCoreObjDir/definitions.h << -=EOF=- +#define WTF_USE_JAVASCRIPTCORE_BINDINGS 1 +#define WTF_USE_NPOBJECT 1 +-=EOF=- +else + cat > $WebCoreObjDir/definitions.h << -=EOF=- +#define WTF_USE_V8_BINDING 1 +#define WTF_USE_NPOBJECT 1 +-=EOF=- +fi + +pwd +cat ../../config.h.in $WebCoreObjDir/definitions.h > $WebCoreObjDir/config.h.new +if [[ "${OS}" = "Windows_NT" ]] || \ + ! diff -q $WebCoreObjDir/config.h.new $WebCoreObjDir/config.h >& /dev/null +then + mv $WebCoreObjDir/config.h.new $WebCoreObjDir/config.h +else + rm $WebCoreObjDir/config.h.new +fi + +# +# Step 2: Populate the JavaScriptHeaders based on the selected +# JavaScript engine. +# +mkdir -p $JSHeadersDir +JavaScriptCoreSrcDir="../../../third_party/WebKit/JavaScriptCore" +if [[ "$2" = "kjs" ]] +then + mkdir -p $JSHeadersDir/JavaScriptCore + # Note, we'd like to copy dir/*.h here, but the directories + # are poluted with files like Node.h. Copying the Node.h + # from these directories is fatal. So, we have to hand copy just + # the right list of files. Hooray! + $CP $JavaScriptCoreSrcDir/API/APICast.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/API/JSBase.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/API/JSValueRef.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/API/JSObjectRef.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/API/JSContextRef.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/API/JSStringRef.h $JSHeadersDir/JavaScriptCore + + $CP $JavaScriptCoreSrcDir/bindings/npapi.h $JSHeadersDir + $CP $JavaScriptCoreSrcDir/bindings/npruntime.h $JSHeadersDir + $CP $JavaScriptCoreSrcDir/bindings/npruntime_internal.h $JSHeadersDir + $CP $JavaScriptCoreSrcDir/bindings/npruntime_impl.h $JSHeadersDir + $CP $JavaScriptCoreSrcDir/bindings/npruntime_priv.h $JSHeadersDir + + $CP $JavaScriptCoreSrcDir/bindings/runtime.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/bindings/np_jsobject.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/bindings/runtime_object.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/bindings/runtime_root.h $JSHeadersDir/JavaScriptCore + + $CP $JavaScriptCoreSrcDir/kjs/JSImmediate.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/kjs/JSLock.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/kjs/JSType.h $JSHeadersDir/JavaScriptCore + $CP ../../../webkit/pending/kjs/collector.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/kjs/interpreter.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/kjs/protect.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/kjs/ustring.h $JSHeadersDir/JavaScriptCore + $CP $JavaScriptCoreSrcDir/kjs/value.h $JSHeadersDir/JavaScriptCore + + $CP $JavaScriptCoreSrcDir/wtf/HashCountedSet.h $JSHeadersDir/JavaScriptCore +else + $CP $JavaScriptCoreSrcDir/bindings/npapi.h $JSHeadersDir + $CP $JavaScriptCoreSrcDir/bindings/npruntime.h $JSHeadersDir + $CP ../../../webkit/port/bindings/v8/npruntime_priv.h $JSHeadersDir +fi + +if [[ "${OS}" = "Windows_NT" ]] +then + $CP $JavaScriptCoreSrcDir/os-win32/stdint.h $JSHeadersDir +fi diff --git a/webkit/build/JSConfig/prebuild.bat b/webkit/build/JSConfig/prebuild.bat new file mode 100644 index 0000000..8962781 --- /dev/null +++ b/webkit/build/JSConfig/prebuild.bat @@ -0,0 +1,14 @@ +@echo off + +setlocal +set OUTDIR=%1 +set JSENG=%2 +set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ +set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files + +set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32 + +:: Ensure that the cygwin mount points are defined +CALL %CYGWIN_ROOT%setup_mount.bat > NUL + +bash -x create-config.sh %OUTDIR% %JSENG% diff --git a/webkit/build/JavaScriptCore/JavaScriptCore.vcproj b/webkit/build/JavaScriptCore/JavaScriptCore.vcproj new file mode 100644 index 0000000..9af2266 --- /dev/null +++ b/webkit/build/JavaScriptCore/JavaScriptCore.vcproj @@ -0,0 +1,788 @@ +<?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\kjs\Activation.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\array_instance.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\array_instance.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\array_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\array_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\bool_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\bool_object.h" + > + </File> + <File + RelativePath="..\..\pending\kjs\collector.cpp" + > + </File> + <File + RelativePath="..\..\pending\kjs\collector.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\CommonIdentifiers.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\CommonIdentifiers.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\completion.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\config.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\date_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\date_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\DateMath.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\DateMath.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\debugger.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\debugger.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\dtoa.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\dtoa.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\error_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\error_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\ExecState.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\ExecState.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\function.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\function.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\function_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\function_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\identifier.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\identifier.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\internal.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\internal.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\interpreter.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\interpreter.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSGlobalObject.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSImmediate.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSImmediate.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSLock.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSLock.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSVariableObject.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSVariableObject.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSWrapperObject.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\JSWrapperObject.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\lexer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\lexer.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\list.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\list.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\LocalStorage.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\lookup.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\lookup.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\math_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\math_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\NodeInfo.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\nodes.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\nodes.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\nodes2string.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\number_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\number_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\object_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\object_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\operations.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\operations.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\Parser.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\Parser.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\property_map.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\property_map.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\property_slot.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\property_slot.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\PropertyNameArray.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\PropertyNameArray.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\protect.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\regexp.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\regexp.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\regexp_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\regexp_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\SavedBuiltins.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\scope_chain.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\scope_chain.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\scope_chain_mark.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\simple_number.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\os-win32\stdint.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\string_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\string_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\SymbolTable.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\types.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\ustring.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\ustring.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\value.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\value.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="Bindings" + > + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\c\c_class.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\c\c_class.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\c\c_instance.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\c\c_instance.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\c\c_runtime.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\c\c_runtime.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\c\c_utility.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\c\c_utility.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\NP_jsobject.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\NP_jsobject.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\npapi.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\npruntime.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\npruntime.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\npruntime_impl.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\npruntime_priv.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime_array.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime_array.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime_method.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime_method.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime_object.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime_object.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime_root.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\bindings\runtime_root.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\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> + </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 new file mode 100644 index 0000000..1092f16 --- /dev/null +++ b/webkit/build/JavaScriptCore/JavaScriptCore_pcre.vcproj @@ -0,0 +1,163 @@ +<?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="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_compile.cpp" + > + </File> + <File + RelativePath="..\..\pending\pcre_exec.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_internal.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_tables.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\pcre\pcre_ucp_searchfuncs.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/SConscript b/webkit/build/JavaScriptCore/SConscript new file mode 100644 index 0000000..1680584 --- /dev/null +++ b/webkit/build/JavaScriptCore/SConscript @@ -0,0 +1,173 @@ +# Copyright 2008, Google Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Google Inc. nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Import('env')
+
+env = env.Clone()
+
+
+cygwin = Dir('#../third_party/cygwin/bin')
+cygwin_posix = cygwin.abspath.replace('\\', '/')
+env.PrependENVPath('PATH', '../third_party/cygwin/bin')
+
+
+hash_table_cmd = '$PERL $CREATE_HASH_TABLE $SOURCE $CREATE_HASH_TABLE_FLAGS > $TARGET'
+
+env.Replace(
+ CREATE_HASH_TABLE_COM = hash_table_cmd,
+ CREATE_HASH_TABLE = env.File('#/../third_party/WebKit/JavascriptCore/kjs/create_hash_table'),
+ CREATE_HASH_TABLE_FLAGS = '-i',
+)
+
+env['BUILDERS']['Lookup_Table_h'] = Builder(action = '$CREATE_HASH_TABLE_COM',
+ suffix = '.lut.h',
+ src_suffix = '.cpp')
+
+
+inputs = [
+ 'array_object',
+ 'date_object',
+ 'math_object',
+ 'number_object',
+ 'regexp_object',
+ 'string_object',
+]
+
+for i in inputs:
+ env.Lookup_Table_h(i, '$KJS_DIR/%s.cpp' % i)
+
+env.Lookup_Table_h('lexer', '$KJS_DIR/keywords.table',
+ CREATE_HASH_TABLE_FLAGS='')
+
+# TODO(bradnelson): sucks, needs relative path
+env.Command('$WEBKIT_DIR/port/JavaScriptCore/chartables.c',
+ '$PCRE_DIR/dftables',
+ '$PERL ../third_party/WebKit/JavaScriptCore/pcre/dftables ' + \
+ '${TARGET.posix}')
+
+# We'd like to do this as follows:
+#env.CXXFile('grammar.cpp', '$KJS_DIR/grammar.y')
+# but SCons has a HARD-WIRED notion that the source must be a .yy file.
+# TODO(bradnelson): not sure why YACCCOM is needed, but fails without
+cpp = env.Command(['grammar.cpp', 'grammar.h'],
+ '$KJS_DIR/grammar.y',
+ '$YACCCOM',
+ YACCCOM = '$YACC $YACCFLAGS -o $TARGET $SOURCES',
+ YACCFLAGS = '-d -p kjsyy')
+env.AddPostAction(cpp, Move('${TARGETS[1]}', '${TARGET.dir}/grammar.hpp'))
+
+copies = [
+ 'API/APICast.h',
+ 'API/JSBase.h',
+ 'API/JSValueRef.h',
+ 'API/JSObjectRef.h',
+ 'API/JSRetainPtr.h',
+ 'API/JSContextRef.h',
+ 'API/JSStringRef.h',
+ 'API/JSStringRefCF.h',
+ 'API/JSStringRefBSTR.h',
+ 'API/JavaScriptCore.h',
+ 'bindings/npruntime.h',
+ 'bindings/runtime.h',
+ 'bindings/np_jsobject.h',
+ 'bindings/npruntime_internal.h',
+ 'bindings/npruntime_impl.h',
+ 'bindings/runtime_object.h',
+ 'bindings/runtime_root.h',
+ 'kjs/JSLock.h',
+ 'kjs/interpreter.h',
+ 'wtf/HashCountedSet.h',
+]
+
+JSCORE_OUT = '$WEBKIT_DIR/scons/WebCore/JavaScriptCore'
+
+for c in copies:
+ i = env.Install(JSCORE_OUT, '$JAVASCRIPTCORE_DIR/' + c)
+ env.Alias('webkit', i)
+
+i = env.Install(JSCORE_OUT, '../../pending/kjs/collector.h')
+env.Alias('webkit', i)
+
+
+# Stuff for WTF
+env = env.Clone(
+ CPPPATH = [
+ '$WEBKIT_DIR/build/JavaScriptCore',
+ '$JAVASCRIPTCORE_DIR',
+ '$JAVASCRIPTCORE_DIR/os-win32',
+ '$JAVASCRIPTCORE_DIR/kjs',
+ '$WTF_DIR',
+ '$JAVASCRIPTCORE_DIR/API',
+ '$JAVASCRIPTCORE_DIR/bindings',
+ '$JAVASCRIPTCORE_DIR/bindings/c',
+ '$JAVASCRIPTCORE_DIR/bindings/jni',
+ '$WEBKIT_DIR/pending',
+ '$WEBKIT_DIR/pending/wtf',
+ '$ICU38_DIR/public/common',
+ '$ICU38_DIR/public/i18n',
+ '$WEBKIT_DIR',
+ '#/..',
+ ],
+)
+
+env.Append(
+ CPPDEFINES = [
+ 'HAVE_CONFIG_H',
+ '__STD_C',
+ 'CRASH=__debugbreak',
+ 'U_STATIC_IMPLEMENTATION',
+ '_WIN32_WINNT=0x0600',
+ 'WINVER=0x0600',
+ 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
+ 'WIN32_LEAN_AND_MEAN',
+ ],
+ CCFLAGS = [
+ '/WX',
+ '/Wp64',
+ '/TP',
+
+ '/wd4127',
+ '/wd4355',
+ '/wd4510',
+ '/wd4512',
+ '/wd4610',
+ '/wd4706',
+ '/wd4503',
+ '/wd4819',
+ ],
+)
+
+wtf_inputs = [
+ '$WTF_DIR/Assertions.cpp',
+ '$WTF_DIR/unicode/UTF8.cpp',
+ '$WTF_DIR/TCSystemAlloc.cpp',
+ '$WTF_DIR/HashTable.cpp',
+]
+
+env.Library('WTF', wtf_inputs)
diff --git a/webkit/build/JavaScriptCore/WTF.vcproj b/webkit/build/JavaScriptCore/WTF.vcproj new file mode 100644 index 0000000..61d9269 --- /dev/null +++ b/webkit/build/JavaScriptCore/WTF.vcproj @@ -0,0 +1,299 @@ +<?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> + <File + RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wtf\AlwaysInline.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\Deque.h" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\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="..\..\pending\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\RefCounted.h" + > + </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\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\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/bug_1124849_debug.vsprops b/webkit/build/JavaScriptCore/bug_1124849_debug.vsprops new file mode 100644 index 0000000..a6dafb2 --- /dev/null +++ b/webkit/build/JavaScriptCore/bug_1124849_debug.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="bug_1124849_debug" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;_UNICODE;UNICODE;$(NOINHERIT)" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/bug_1124849_release.vsprops b/webkit/build/JavaScriptCore/bug_1124849_release.vsprops new file mode 100644 index 0000000..507df45 --- /dev/null +++ b/webkit/build/JavaScriptCore/bug_1124849_release.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="bug_1124849_release" + InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="NDEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;_UNICODE;UNICODE;$(NOINHERIT)" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/build-generated-files.sh b/webkit/build/JavaScriptCore/build-generated-files.sh new file mode 100755 index 0000000..520f2f1 --- /dev/null +++ b/webkit/build/JavaScriptCore/build-generated-files.sh @@ -0,0 +1,43 @@ +#!/usr/bin/bash + +# This file just sets some paths then defers file creation to +# DerivedSources.make. +# This file is almost the same as the one found in webkit. The only +# difference is that some paths have changed and we don't try to detect +# the number of CPUs. + +NUMCPUS=1 + +XSRCROOT="`pwd`/../.." +XSRCROOT=`realpath "$XSRCROOT"` +# Do a little dance to get the path into 8.3 form to make it safe for gnu make +# http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 +XSRCROOT=`cygpath -m -s "$XSRCROOT"` +XSRCROOT=`cygpath -u "$XSRCROOT"` +export XSRCROOT +export SOURCE_ROOT=$XSRCROOT + +XDSTROOT="$1" +export XDSTROOT +# Do a little dance to get the path into 8.3 form to make it safe for gnu make +# http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 +XDSTROOT=`cygpath -m -s "$XDSTROOT"` +XDSTROOT=`cygpath -u "$XDSTROOT"` +export XDSTROOT + +SDKROOT="$2" +export SDKROOT +# Do a little dance to get the path into 8.3 form to make it safe for gnu make +# http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 +SDKROOT=`cygpath -m -s "$SDKROOT"` +SDKROOT=`cygpath -u "$SDKROOT"` +export SDKROOT + +export BUILT_PRODUCTS_DIR="$XDSTROOT" + +mkdir -p "${BUILT_PRODUCTS_DIR}/DerivedSources" +cd "${BUILT_PRODUCTS_DIR}/DerivedSources" + +export JavaScriptCore="${XSRCROOT}/../third_party/WebKit/JavaScriptCore" +export DFTABLES_EXTENSION=".exe" +make -f "$JavaScriptCore/DerivedSources.make" -j ${NUMCPUS} || exit 1 diff --git a/webkit/build/JavaScriptCore/copy_files.bat b/webkit/build/JavaScriptCore/copy_files.bat new file mode 100644 index 0000000..8079609 --- /dev/null +++ b/webkit/build/JavaScriptCore/copy_files.bat @@ -0,0 +1,30 @@ +@echo off + +set DIR=%1 +set JAVASCRIPTCORE_DIR="..\..\..\third_party\WebKit\JavaScriptCore" +setlocal + +mkDIR 2>NUL %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\APICast.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JSBase.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JSValueRef.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JSObjectRef.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JSRetainPtr.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JSContextRef.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JSStringRef.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JSStringRefCF.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JSStringRefBSTR.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\API\JavaScriptCore.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\bindings\npruntime.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\bindings\runtime.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\bindings\np_jsobject.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\bindings\npruntime_internal.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\bindings\npruntime_impl.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\bindings\runtime_object.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\bindings\runtime_root.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\kjs\JSLock.h" %DIR% +xcopy /y /d "..\..\pending\kjs\collector.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\kjs\interpreter.h" %DIR% +xcopy /y /d "%JAVASCRIPTCORE_DIR%\wtf\HashCountedSet.h" %DIR% + +endlocal diff --git a/webkit/build/JavaScriptCore/javascriptcore.vsprops b/webkit/build/JavaScriptCore/javascriptcore.vsprops new file mode 100644 index 0000000..58fd97c --- /dev/null +++ b/webkit/build/JavaScriptCore/javascriptcore.vsprops @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="javascriptcore" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops;.\using_javascriptcore.vsprops" + DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)" + > + <Tool + Name="VCPreBuildEventTool" + Description="Constructing generated files..." + CommandLine="prebuild.bat $(IntDir) $(OutDir)" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(ProjectDir)";"$(IntDir)";"$(IntDir)\DerivedSources";../../../third_party/WebKit/JavaScriptCore;"../../../third_party/WebKit/JavaScriptCore/os-win32";../../../third_party/WebKit/JavaScriptCore/pcre;../../../third_party/WebKit/JavaScriptCore/kjs;../../../third_party/WebKit/JavaScriptCore/wtf;../../../third_party/WebKit/JavaScriptCore/API;../../../third_party/WebKit/JavaScriptCore/bindings;../../../third_party/WebKit/JavaScriptCore/bindings/c;../../../third_party/WebKit/JavaScriptCore/bindings/jni;../../pending;../../pending/kjs;../../pending/wtf" + PreprocessorDefinitions="HAVE_CONFIG_H;__STD_C" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/prebuild.bat b/webkit/build/JavaScriptCore/prebuild.bat new file mode 100644 index 0000000..f17f7dd --- /dev/null +++ b/webkit/build/JavaScriptCore/prebuild.bat @@ -0,0 +1,27 @@ +REM @echo off + +setlocal +set IntDir=%1 +set OutDir=%2 +set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ +set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files + +set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32 + +:: Ensure that the cygwin mount points are defined +CALL %CYGWIN_ROOT%setup_mount.bat > NUL + +:: Help dftables script to find a usable temporary directory. For an unknown +:: reason, /tmp is not defined on cygwin and this script looks at TMPDIR +:: environment variable, which is usually not defined on Windows either. +if "%TMPDIR%" == "" ( + REM It fails in even stranger way if the TEMP folder is not owned by the + REM current user, so create a folder to make sure we are the owner. + set TMPDIR=%TEMP%\javascriptcore_pcre + mkdir %TEMP%\javascriptcore_pcre + bash build-generated-files.sh "%IntDir%" "..\..\..\third_party\WebKit" + rd /q /s %TEMP%\javascriptcore_pcre +) else ( + bash build-generated-files.sh "%IntDir%" "..\..\..\third_party\WebKit" +) +copy_files.bat %IntDir%\JavaScriptCore diff --git a/webkit/build/JavaScriptCore/pthread.h b/webkit/build/JavaScriptCore/pthread.h new file mode 100644 index 0000000..4628e44 --- /dev/null +++ b/webkit/build/JavaScriptCore/pthread.h @@ -0,0 +1,105 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +#ifndef CHROME_WEBKIT_BUILD_JAVASCRIPTCORE_PTHREAD_H__ +#define CHROME_WEBKIT_BUILD_JAVASCRIPTCORE_PTHREAD_H__ + +#include <errno.h> +#include "wtf/Assertions.h" + +// Dummy implementations of various pthread APIs + +// ---------------------------------------------------------------------------- +// pthread_t + +typedef int pthread_t; + +inline pthread_t pthread_self() { + return 0; +} +inline int pthread_equal(pthread_t a, pthread_t b) { + return a == b; +} +inline int pthread_create(pthread_t* thread, void*, void* (*)(void*), void*) { + ASSERT_NOT_REACHED(); + return EINVAL; +} +inline int pthread_join(pthread_t thread, void **) { + ASSERT_NOT_REACHED(); + return EINVAL; +} + +// ---------------------------------------------------------------------------- +// pthread_mutex_t + +typedef int pthread_mutex_t; + +inline int pthread_mutex_init(pthread_mutex_t* mutex, const void*) { + return 0; +} +inline int pthread_mutex_destroy(pthread_mutex_t* mutex) { + return 0; +} +inline int pthread_mutex_lock(pthread_mutex_t* mutex) { + return 0; +} + +inline int pthread_mutex_trylock(pthread_mutex_t* mutex) { + return 0; +} + +inline int pthread_mutex_unlock(pthread_mutex_t* mutex) { + return 0; +} + +#define PTHREAD_MUTEX_INITIALIZER 0 + +// +// pthread_cond_t +typedef int pthread_cond_t; + +inline int pthread_cond_init(pthread_cond_t* cond, const void*) { + return 0; +} +inline int pthread_cond_destroy(pthread_cond_t* cond) { + return 0; +} + +inline int pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *) { + return 0; +} +inline int pthread_cond_signal(pthread_cond_t *) { + return 0; +} +inline int pthread_cond_broadcast(pthread_cond_t *) { + return 0; +} + + +#endif // CHROME_WEBKIT_BUILD_JAVASCRIPTCORE_PTHREAD_H__ diff --git a/webkit/build/JavaScriptCore/sched.h b/webkit/build/JavaScriptCore/sched.h new file mode 100644 index 0000000..6684d41 --- /dev/null +++ b/webkit/build/JavaScriptCore/sched.h @@ -0,0 +1,39 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +#ifndef WEBKIT_BUILD_JAVASCRIPTCORE_SCHED_H__ +#define WEBKIT_BUILD_JAVASCRIPTCORE_SCHED_H__ + +// Dummy implementation of sched.h so WTF will compile. + +inline int sched_yield() { + return 0; +} + +#endif // WEBKIT_BUILD_JAVASCRIPTCORE_SCHED_H__ diff --git a/webkit/build/JavaScriptCore/testkjs.vcproj b/webkit/build/JavaScriptCore/testkjs.vcproj new file mode 100644 index 0000000..0161da0 --- /dev/null +++ b/webkit/build/JavaScriptCore/testkjs.vcproj @@ -0,0 +1,149 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="testkjs" + ProjectGUID="{5FDEEC10-DC87-4830-9DC6-FC8D2F373E80}" + RootNamespace="testkjs" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets=".\bug_1124849_debug.vsprops;.\testkjs.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;.\testkjs.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\kjs\testkjs.cpp" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/webkit/build/JavaScriptCore/testkjs.vsprops b/webkit/build/JavaScriptCore/testkjs.vsprops new file mode 100644 index 0000000..164d595 --- /dev/null +++ b/webkit/build/JavaScriptCore/testkjs.vsprops @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="testkjs" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../../pending;../../pending/kjs;../../pending/wtf;../../../third_party/WebKit/JavaScriptCore;"../../../third_party/WebKit/JavaScriptCore/os-win32";../../../third_party/WebKit/JavaScriptCore/pcre;../../../third_party/WebKit/JavaScriptCore/wtf" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="winmm.lib" + AdditionalLibraryDirectories=""$(OutDir)\lib"" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/using_javascriptcore.vsprops b/webkit/build/JavaScriptCore/using_javascriptcore.vsprops new file mode 100644 index 0000000..1261c86 --- /dev/null +++ b/webkit/build/JavaScriptCore/using_javascriptcore.vsprops @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="using_javascriptcore" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="$(IntDir)\..\JavaScriptCore;$(IntDir)\..\KJSBindings\DerivedSources;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\bindings;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\kjs" + PreprocessorDefinitions="CRASH=__debugbreak" + DisableSpecificWarnings="4127; 4355; 4510; 4512; 4610; 4706" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/wtf.vsprops b/webkit/build/JavaScriptCore/wtf.vsprops new file mode 100644 index 0000000..f954882 --- /dev/null +++ b/webkit/build/JavaScriptCore/wtf.vsprops @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="wtf" + InheritedPropertySheets="$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\common.vsprops" + DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="$(ProjectDir);"$(IntDir)";"../../../third_party/WebKit/JavaScriptCore";"../../../third_party/WebKit/JavaScriptCore/os-win32";"../../../third_party/WebKit/JavaScriptCore/kjs";"../../../third_party/WebKit/JavaScriptCore/wtf";"../../../third_party/WebKit/JavaScriptCore/API";"../../../third_party/WebKit/JavaScriptCore/bindings";"../../../third_party/WebKit/JavaScriptCore/bindings/c";"../../../third_party/WebKit/JavaScriptCore/bindings/jni";../../pending;../../pending/wtf" + PreprocessorDefinitions="HAVE_CONFIG_H;__STD_C;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;CRASH=__debugbreak" + DisableSpecificWarnings="4127; 4355; 4510; 4512; 4610; 4706" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/KJSBindings/KJSBindings.vcproj b/webkit/build/KJSBindings/KJSBindings.vcproj new file mode 100644 index 0000000..9a6b155 --- /dev/null +++ b/webkit/build/KJSBindings/KJSBindings.vcproj @@ -0,0 +1,2847 @@ +<?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\ColorData.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="0" + /> + </FileConfiguration> + </File> + <File + RelativePath="$(IntDir)\DerivedSources\CSSGrammar.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\CSSGrammar.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\HTMLEntityNames.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="0" + /> + </FileConfiguration> + </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\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\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\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\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\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\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\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\JSKeyboardEvent.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSKeyboardEvent.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSLocation.lut.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSMediaList.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSMediaList.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSMessageEvent.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSMessageEvent.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\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\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\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\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\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\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\JSWheelEvent.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSWheelEvent.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequestException.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\JSXMLHttpRequestException.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.lut.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\kjs_css.lut.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\kjs_events.lut.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\kjs_html.lut.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\kjs_navigator.lut.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\kjs_window.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\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> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\GCController.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\GCController.h" + > + </File> + <File + RelativePath="..\..\port\page\inspector\InspectorControllerKJS.cpp" + > + </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\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\JSCSSValueCustom.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\JSDOMWindowCustom.cpp" + > + </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\JSEventTargetBase.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventTargetBase.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventTargetNode.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSEventTargetNode.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHistoryCustom.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\JSHTMLElementWrapperFactory.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLElementWrapperFactory.h" + > + </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\JSHTMLInputElementBase.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLInputElementBase.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLObjectElementCustom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLOptionElementConstructor.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSHTMLOptionElementConstructor.h" + > + </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\JSLocation.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSLocation.h" + > + </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\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\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\JSSVGElementWrapperFactory.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGElementWrapperFactory.h" + > + </File> + <File + RelativePath="..\..\pending\JSSVGLazyEventListener.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGLazyEventListener.h" + > + </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\JSTreeWalkerCustom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXMLHttpRequest.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXMLHttpRequest.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXSLTProcessor.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSXSLTProcessor.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_binding.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_binding.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_css.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_css.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_dom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_dom.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_events.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_events.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_html.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_html.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_navigator.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_navigator.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_proxy.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_proxy.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_window.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\kjs_window.h" + > + </File> + <File + RelativePath="..\..\port\bridge\KJSBridge.cpp" + > + </File> + <File + RelativePath="..\..\port\bridge\KJSBridge.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\PausedTimeouts.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\PausedTimeouts.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\WebCore\bindings\js\ScheduledAction.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScheduledAction.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/webkit/build/KJSBindings/KJSBindings.vsprops b/webkit/build/KJSBindings/KJSBindings.vsprops new file mode 100644 index 0000000..04f30fd --- /dev/null +++ b/webkit/build/KJSBindings/KJSBindings.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="KJSBindings" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;..\JavaScriptCore\using_javascriptcore.vsprops;.\using_KJSBindings.vsprops;..\webkit_common.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(OutDir)\obj\kjsbindings\derivedsources"" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/KJSBindings/KJSBindings_prebuild.vcproj b/webkit/build/KJSBindings/KJSBindings_prebuild.vcproj new file mode 100644 index 0000000..a45cf2c --- /dev/null +++ b/webkit/build/KJSBindings/KJSBindings_prebuild.vcproj @@ -0,0 +1,150 @@ +<?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;..\..\pending\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;..\..\pending\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/KJSBindings/build-generated-files.sh b/webkit/build/KJSBindings/build-generated-files.sh new file mode 100755 index 0000000..ed98e4c --- /dev/null +++ b/webkit/build/KJSBindings/build-generated-files.sh @@ -0,0 +1,40 @@ +#!/usr/bin/bash + +XSRCROOT="$1" +# Do a little dance to get the path into 8.3 form to make it safe for gnu make +# http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 +XSRCROOT=`cygpath -m -s "$XSRCROOT"` +XSRCROOT=`cygpath -u "$XSRCROOT"` +export XSRCROOT +export SOURCE_ROOT=$XSRCROOT + +PORTROOT="$2" +PORTROOT=`cygpath -m -s "$PORTROOT"` +PORTROOT=`cygpath -u "$PORTROOT"` +export PORTROOT=`realpath "$PORTROOT"` + +XDSTROOT="$3" +export XDSTROOT +# Do a little dance to get the path into 8.3 form to make it safe for gnu make +# http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 +XDSTROOT=`cygpath -m -s "$XDSTROOT"` +XDSTROOT=`cygpath -u "$XDSTROOT"` +export XDSTROOT + +export BUILT_PRODUCTS_DIR="$4" +export CREATE_HASH_TABLE="$XSRCROOT/../JavaScriptCore/kjs/create_hash_table" + +DerivedSourcesDir="${BUILT_PRODUCTS_DIR}\DerivedSources" +echo "$DerivedSourcesDir" +mkdir -p "$DerivedSourcesDir" +cd "$DerivedSourcesDir" + +export WebCore="${XSRCROOT}" +export ENCODINGS_FILE="${WebCore}/platform/win/win-encodings.txt"; +export ENCODINGS_PREFIX="" + +# To see what FEATURE_DEFINES Apple uses, look at: +# webkit/third_party/WebCore/Configurations/WebCore.xcconfig +export FEATURE_DEFINES="ENABLE_XSLT ENABLE_XPATH ENABLE_SVG ENABLE_SVG_FOREIGN_OBJECT ENABLE_SVG_USE ENABLE_SVG_AS_IMAGE ENABLE_SVG_FONTS ENABLE_CROSS_DOCUMENT_MESSAGING" + +make -f "$WebCore/../../../webkit/pending/DerivedSources.make" -j 2 || exit 1 diff --git a/webkit/build/KJSBindings/prebuild.bat b/webkit/build/KJSBindings/prebuild.bat new file mode 100644 index 0000000..411ef55 --- /dev/null +++ b/webkit/build/KJSBindings/prebuild.bat @@ -0,0 +1,11 @@ +@echo off + +setlocal +set OUTDIR=%1 +set INTDIR=%2 +set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ +set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files + +set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32 + +bash build-generated-files.sh ..\..\..\third_party\WebKit\WebCore ..\..\port "%OUTDIR%" "%INTDIR%" diff --git a/webkit/build/KJSBindings/using_KJSBindings.vsprops b/webkit/build/KJSBindings/using_KJSBindings.vsprops new file mode 100644 index 0000000..c9399d8 --- /dev/null +++ b/webkit/build/KJSBindings/using_KJSBindings.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="using_KJSBindings" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE" + DisableSpecificWarnings="4244; 4291; 4521; 4099;" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript new file mode 100644 index 0000000..915d413 --- /dev/null +++ b/webkit/build/V8Bindings/SConscript @@ -0,0 +1,327 @@ +# Copyright 2008, Google Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Google Inc. nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Import('env')
+
+env = env.Clone()
+
+
+env.Prepend(
+ CPPDEFINES = [
+ 'NOGDI',
+ ],
+
+ CCFLAGS = [
+ '/TP',
+
+ '/wd4291',
+ '/wd4099',
+ '/wd4996',
+ '/wd4521',
+ '/wd4244',
+ '/wd4800',
+ '/wd4503',
+ '/wd4819',
+ ],
+)
+
+inputs = [
+ '$DERIVED_DIR/V8MimeType.cpp',
+ '$DERIVED_DIR/V8MimeTypeArray.cpp',
+ '$PORT_DIR/bridge/V8Bridge.cpp',
+ '$PORT_DIR/bindings/v8/v8_vectornodelist.cpp',
+ '$PORT_DIR/bindings/v8/v8_proxy.cpp',
+ '$PORT_DIR/bindings/v8/v8_nodefilter.cpp',
+ '$PORT_DIR/bindings/v8/v8_index.cpp',
+ '$PORT_DIR/bindings/v8/v8_events.cpp',
+ '$PORT_DIR/bindings/v8/v8_custom.cpp',
+ '$PORT_DIR/bindings/v8/JSXPathNSResolver.cpp',
+ '$PORT_DIR/page/inspector/InspectorController.cpp',
+ '$PORT_DIR/bindings/v8/v8_npobject.cpp',
+ '$PORT_DIR/bindings/v8/v8_np_utils.cpp',
+ '$PORT_DIR/bindings/v8/v8_helpers.cpp',
+ '$PORT_DIR/bindings/v8/npruntime.cpp',
+ '$PORT_DIR/bindings/v8/np_v8object.cpp',
+ '$PORT_DIR/page/Navigator.cpp',
+ '$PORT_DIR/page/Location.cpp',
+ '$SHARED_DIR/PausedTimeouts.cpp',
+ '$DERIVED_DIR/XPathGrammar.cpp',
+ '$DERIVED_DIR/CSSGrammar.cpp',
+ '$DERIVED_DIR/XMLNames.cpp',
+ '$DERIVED_DIR/XLinkNames.cpp',
+ '$DERIVED_DIR/V8XSLTProcessor.cpp',
+ '$DERIVED_DIR/V8XPathResult.cpp',
+ '$DERIVED_DIR/V8XPathNSResolver.cpp',
+ '$DERIVED_DIR/V8XPathExpression.cpp',
+ '$DERIVED_DIR/V8XPathException.cpp',
+ '$DERIVED_DIR/V8XPathEvaluator.cpp',
+ '$DERIVED_DIR/V8XMLSerializer.cpp',
+ '$DERIVED_DIR/V8XMLHttpRequestException.cpp',
+ '$DERIVED_DIR/V8XMLHttpRequest.cpp',
+ '$DERIVED_DIR/V8WheelEvent.cpp',
+ '$DERIVED_DIR/V8UndetectableHTMLCollection.cpp',
+ '$DERIVED_DIR/V8UIEvent.cpp',
+ '$DERIVED_DIR/V8TreeWalker.cpp',
+ '$DERIVED_DIR/V8TextEvent.cpp',
+ '$DERIVED_DIR/V8Text.cpp',
+ '$DERIVED_DIR/V8SVGZoomEvent.cpp',
+ '$DERIVED_DIR/V8SVGViewElement.cpp',
+ '$DERIVED_DIR/V8SVGUseElement.cpp',
+ '$DERIVED_DIR/V8SVGURIReference.cpp',
+ '$DERIVED_DIR/V8SVGUnitTypes.cpp',
+ '$DERIVED_DIR/V8SVGTSpanElement.cpp',
+ '$DERIVED_DIR/V8SVGTRefElement.cpp',
+ '$DERIVED_DIR/V8SVGTransformList.cpp',
+ '$DERIVED_DIR/V8SVGTransform.cpp',
+ '$DERIVED_DIR/V8SVGTitleElement.cpp',
+ '$DERIVED_DIR/V8SVGTextPositioningElement.cpp',
+ '$DERIVED_DIR/V8SVGTextPathElement.cpp',
+ '$DERIVED_DIR/V8SVGTextElement.cpp',
+ '$DERIVED_DIR/V8SVGTextContentElement.cpp',
+ '$DERIVED_DIR/V8SVGSymbolElement.cpp',
+ '$DERIVED_DIR/V8SVGSwitchElement.cpp',
+ '$DERIVED_DIR/V8SVGSVGElement.cpp',
+ '$DERIVED_DIR/V8SVGStyleElement.cpp',
+ '$DERIVED_DIR/V8SVGStringList.cpp',
+ '$DERIVED_DIR/V8SVGStopElement.cpp',
+ '$DERIVED_DIR/V8SVGScriptElement.cpp',
+ '$DERIVED_DIR/V8SVGRenderingIntent.cpp',
+ '$DERIVED_DIR/V8SVGRectElement.cpp',
+ '$DERIVED_DIR/V8SVGRect.cpp',
+ '$DERIVED_DIR/V8SVGRadialGradientElement.cpp',
+ '$DERIVED_DIR/V8SVGPreserveAspectRatio.cpp',
+ '$DERIVED_DIR/V8SVGPolylineElement.cpp',
+ '$DERIVED_DIR/V8SVGPolygonElement.cpp',
+ '$DERIVED_DIR/V8SVGPointList.cpp',
+ '$DERIVED_DIR/V8SVGPoint.cpp',
+ '$DERIVED_DIR/V8SVGPatternElement.cpp',
+ '$DERIVED_DIR/V8SVGPathSegMovetoRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegMovetoAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSegList.cpp',
+ '$DERIVED_DIR/V8SVGPathSegLinetoVerticalRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegLinetoVerticalAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSegLinetoRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegLinetoHorizontalRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegLinetoHorizontalAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSegLinetoAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSegCurvetoQuadraticSmoothRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegCurvetoQuadraticSmoothAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSegCurvetoQuadraticRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegCurvetoQuadraticAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSegCurvetoCubicSmoothRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegCurvetoCubicSmoothAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSegCurvetoCubicRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegCurvetoCubicAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSegClosePath.cpp',
+ '$DERIVED_DIR/V8SVGPathSegArcRel.cpp',
+ '$DERIVED_DIR/V8SVGPathSegArcAbs.cpp',
+ '$DERIVED_DIR/V8SVGPathSeg.cpp',
+ '$DERIVED_DIR/V8SVGPathElement.cpp',
+ '$DERIVED_DIR/V8SVGPaint.cpp',
+ '$DERIVED_DIR/V8SVGNumberList.cpp',
+ '$DERIVED_DIR/V8SVGNumber.cpp',
+ '$DERIVED_DIR/V8SVGMetadataElement.cpp',
+ '$DERIVED_DIR/V8SVGMatrix.cpp',
+ '$DERIVED_DIR/V8SVGMaskElement.cpp',
+ '$DERIVED_DIR/V8SVGMarkerElement.cpp',
+ '$DERIVED_DIR/V8SVGLineElement.cpp',
+ '$DERIVED_DIR/V8SVGLinearGradientElement.cpp',
+ '$DERIVED_DIR/V8SVGLengthList.cpp',
+ '$DERIVED_DIR/V8SVGLength.cpp',
+ '$DERIVED_DIR/V8SVGImageElement.cpp',
+ '$DERIVED_DIR/V8SVGGradientElement.cpp',
+ '$DERIVED_DIR/V8SVGGElement.cpp',
+ '$DERIVED_DIR/V8SVGForeignObjectElement.cpp',
+ '$DERIVED_DIR/V8SVGFontFaceUriElement.cpp',
+ '$DERIVED_DIR/V8SVGFontFaceSrcElement.cpp',
+ '$DERIVED_DIR/V8SVGFontFaceNameElement.cpp',
+ '$DERIVED_DIR/V8SVGFontFaceFormatElement.cpp',
+ '$DERIVED_DIR/V8SVGFontFaceElement.cpp',
+ '$DERIVED_DIR/V8SVGException.cpp',
+ '$DERIVED_DIR/V8SVGEllipseElement.cpp',
+ '$DERIVED_DIR/V8SVGElementInstanceList.cpp',
+ '$DERIVED_DIR/V8SVGElementInstance.cpp',
+ '$DERIVED_DIR/V8SVGElement.cpp',
+ '$DERIVED_DIR/V8SVGDocument.cpp',
+ '$DERIVED_DIR/V8SVGDescElement.cpp',
+ '$DERIVED_DIR/V8SVGDefsElement.cpp',
+ '$DERIVED_DIR/V8SVGDefinitionSrcElement.cpp',
+ '$DERIVED_DIR/V8SVGCursorElement.cpp',
+ '$DERIVED_DIR/V8SVGColor.cpp',
+ '$DERIVED_DIR/V8SVGClipPathElement.cpp',
+ '$DERIVED_DIR/V8SVGCircleElement.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedTransformList.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedString.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedRect.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedPreserveAspectRatio.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedPoints.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedNumberList.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedNumber.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedLengthList.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedLength.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedInteger.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedEnumeration.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedBoolean.cpp',
+ '$DERIVED_DIR/V8SVGAnimatedAngle.cpp',
+ '$DERIVED_DIR/V8SVGAngle.cpp',
+ '$DERIVED_DIR/V8SVGAElement.cpp',
+ '$DERIVED_DIR/V8StyleSheetList.cpp',
+ '$DERIVED_DIR/V8StyleSheet.cpp',
+ '$DERIVED_DIR/V8Screen.cpp',
+ '$DERIVED_DIR/V8RGBColor.cpp',
+ '$DERIVED_DIR/V8Rect.cpp',
+ '$DERIVED_DIR/V8RangeException.cpp',
+ '$DERIVED_DIR/V8Range.cpp',
+ '$DERIVED_DIR/V8ProgressEvent.cpp',
+ '$DERIVED_DIR/V8ProcessingInstruction.cpp',
+ '$DERIVED_DIR/V8PluginArray.cpp',
+ '$DERIVED_DIR/V8Plugin.cpp',
+ '$DERIVED_DIR/V8OverflowEvent.cpp',
+ '$DERIVED_DIR/V8Notation.cpp',
+ '$DERIVED_DIR/V8NodeList.cpp',
+ '$DERIVED_DIR/V8NodeIterator.cpp',
+ '$DERIVED_DIR/V8NodeFilter.cpp',
+ '$DERIVED_DIR/V8Node.cpp',
+ '$DERIVED_DIR/V8Navigator.cpp',
+ '$DERIVED_DIR/V8NamedNodeMap.cpp',
+ '$DERIVED_DIR/V8MutationEvent.cpp',
+ '$DERIVED_DIR/V8MouseEvent.cpp',
+ '$DERIVED_DIR/V8MessageEvent.cpp',
+ '$DERIVED_DIR/V8MediaList.cpp',
+ '$DERIVED_DIR/V8Location.cpp',
+ '$DERIVED_DIR/V8KeyboardEvent.cpp',
+ '$DERIVED_DIR/V8InspectorController.cpp',
+ '$DERIVED_DIR/V8HTMLUListElement.cpp',
+ '$DERIVED_DIR/V8HTMLTitleElement.cpp',
+ '$DERIVED_DIR/V8HTMLTextAreaElement.cpp',
+ '$DERIVED_DIR/V8HTMLTableSectionElement.cpp',
+ '$DERIVED_DIR/V8HTMLTableRowElement.cpp',
+ '$DERIVED_DIR/V8HTMLTableElement.cpp',
+ '$DERIVED_DIR/V8HTMLTableColElement.cpp',
+ '$DERIVED_DIR/V8HTMLTableCellElement.cpp',
+ '$DERIVED_DIR/V8HTMLTableCaptionElement.cpp',
+ '$DERIVED_DIR/V8HTMLStyleElement.cpp',
+ '$DERIVED_DIR/V8HTMLSelectionInputElement.cpp',
+ '$DERIVED_DIR/V8HTMLSelectElement.cpp',
+ '$DERIVED_DIR/V8HTMLScriptElement.cpp',
+ '$DERIVED_DIR/V8HTMLQuoteElement.cpp',
+ '$DERIVED_DIR/V8HTMLPreElement.cpp',
+ '$DERIVED_DIR/V8HTMLParamElement.cpp',
+ '$DERIVED_DIR/V8HTMLParagraphElement.cpp',
+ '$DERIVED_DIR/V8HTMLOptionsCollection.cpp',
+ '$DERIVED_DIR/V8HTMLOptionElement.cpp',
+ '$DERIVED_DIR/V8HTMLOptGroupElement.cpp',
+ '$DERIVED_DIR/V8HTMLOListElement.cpp',
+ '$DERIVED_DIR/V8HTMLObjectElement.cpp',
+ '$DERIVED_DIR/V8HTMLModElement.cpp',
+ '$DERIVED_DIR/V8HTMLMetaElement.cpp',
+ '$DERIVED_DIR/V8HTMLMenuElement.cpp',
+ '$DERIVED_DIR/V8HTMLMarqueeElement.cpp',
+ '$DERIVED_DIR/V8HTMLMapElement.cpp',
+ '$DERIVED_DIR/V8HTMLLinkElement.cpp',
+ '$DERIVED_DIR/V8HTMLLIElement.cpp',
+ '$DERIVED_DIR/V8HTMLLegendElement.cpp',
+ '$DERIVED_DIR/V8HTMLLabelElement.cpp',
+ '$DERIVED_DIR/V8HTMLIsIndexElement.cpp',
+ '$DERIVED_DIR/V8HTMLInputElement.cpp',
+ '$DERIVED_DIR/V8HTMLImageElement.cpp',
+ '$DERIVED_DIR/V8HTMLIFrameElement.cpp',
+ '$DERIVED_DIR/V8HTMLHtmlElement.cpp',
+ '$DERIVED_DIR/V8HTMLHRElement.cpp',
+ '$DERIVED_DIR/V8HTMLHeadingElement.cpp',
+ '$DERIVED_DIR/V8HTMLHeadElement.cpp',
+ '$DERIVED_DIR/V8HTMLFrameSetElement.cpp',
+ '$DERIVED_DIR/V8HTMLFrameElement.cpp',
+ '$DERIVED_DIR/V8HTMLFormElement.cpp',
+ '$DERIVED_DIR/V8HTMLFontElement.cpp',
+ '$DERIVED_DIR/V8HTMLFieldSetElement.cpp',
+ '$DERIVED_DIR/V8HTMLEmbedElement.cpp',
+ '$DERIVED_DIR/V8HTMLElement.cpp',
+ '$DERIVED_DIR/V8HTMLDocument.cpp',
+ '$DERIVED_DIR/V8HTMLDListElement.cpp',
+ '$DERIVED_DIR/V8HTMLDivElement.cpp',
+ '$DERIVED_DIR/V8HTMLDirectoryElement.cpp',
+ '$DERIVED_DIR/V8HTMLCollection.cpp',
+ '$DERIVED_DIR/V8HTMLCanvasElement.cpp',
+ '$DERIVED_DIR/V8HTMLButtonElement.cpp',
+ '$DERIVED_DIR/V8HTMLBRElement.cpp',
+ '$DERIVED_DIR/V8HTMLBodyElement.cpp',
+ '$DERIVED_DIR/V8HTMLBlockquoteElement.cpp',
+ '$DERIVED_DIR/V8HTMLBaseFontElement.cpp',
+ '$DERIVED_DIR/V8HTMLBaseElement.cpp',
+ '$DERIVED_DIR/V8HTMLAreaElement.cpp',
+ '$DERIVED_DIR/V8HTMLAppletElement.cpp',
+ '$DERIVED_DIR/V8HTMLAnchorElement.cpp',
+ '$DERIVED_DIR/V8History.cpp',
+ '$DERIVED_DIR/V8EventTargetNode.cpp',
+ '$DERIVED_DIR/V8EventException.cpp',
+ '$DERIVED_DIR/V8Event.cpp',
+ '$DERIVED_DIR/V8EntityReference.cpp',
+ '$DERIVED_DIR/V8Entity.cpp',
+ '$DERIVED_DIR/V8Element.cpp',
+ '$DERIVED_DIR/V8DOMWindow.cpp',
+ '$DERIVED_DIR/V8DOMSelection.cpp',
+ '$DERIVED_DIR/V8DOMParser.cpp',
+ '$DERIVED_DIR/V8DOMImplementation.cpp',
+ '$DERIVED_DIR/V8DOMCoreException.cpp',
+ '$DERIVED_DIR/V8DocumentType.cpp',
+ '$DERIVED_DIR/V8DocumentFragment.cpp',
+ '$DERIVED_DIR/V8Document.cpp',
+ '$DERIVED_DIR/V8CSSValueList.cpp',
+ '$DERIVED_DIR/V8CSSValue.cpp',
+ '$DERIVED_DIR/V8CSSStyleSheet.cpp',
+ '$DERIVED_DIR/V8CSSStyleRule.cpp',
+ '$DERIVED_DIR/V8CSSStyleDeclaration.cpp',
+ '$DERIVED_DIR/V8CSSRuleList.cpp',
+ '$DERIVED_DIR/V8CSSRule.cpp',
+ '$DERIVED_DIR/V8CSSPrimitiveValue.cpp',
+ '$DERIVED_DIR/V8CSSPageRule.cpp',
+ '$DERIVED_DIR/V8CSSMediaRule.cpp',
+ '$DERIVED_DIR/V8CSSImportRule.cpp',
+ '$DERIVED_DIR/V8CSSFontFaceRule.cpp',
+ '$DERIVED_DIR/V8CSSCharsetRule.cpp',
+ '$DERIVED_DIR/V8Counter.cpp',
+ '$DERIVED_DIR/V8Console.cpp',
+ '$DERIVED_DIR/V8Comment.cpp',
+ '$DERIVED_DIR/V8Clipboard.cpp',
+ '$DERIVED_DIR/V8CharacterData.cpp',
+ '$DERIVED_DIR/V8CDATASection.cpp',
+ '$DERIVED_DIR/V8CanvasRenderingContext2D.cpp',
+ '$DERIVED_DIR/V8CanvasPattern.cpp',
+ '$DERIVED_DIR/V8CanvasGradient.cpp',
+ '$DERIVED_DIR/V8BarInfo.cpp',
+ '$DERIVED_DIR/V8Attr.cpp',
+ '$DERIVED_DIR/UserAgentStyleSheetsData.cpp',
+ '$DERIVED_DIR/SVGNames.cpp',
+ '$DERIVED_DIR/SVGElementFactory.cpp',
+ '$DERIVED_DIR/HTMLNames.cpp',
+]
+
+
+env.Library('V8Bindings', inputs)
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj new file mode 100644 index 0000000..151e2ee --- /dev/null +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -0,0 +1,2318 @@ +<?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="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\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\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\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\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\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\V8EventTargetNode.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\V8EventTargetNode.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\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\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\V8HTMLSelectionInputElement.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\V8HTMLSelectionInputElement.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\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\V8MediaList.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\V8MediaList.h" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\V8MessageEvent.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\V8MessageEvent.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\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\V8SVGAngle.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\V8SVGAngle.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\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\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\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\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\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\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\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" + > + <File + RelativePath="$(IntDir)\SharedSources\PausedTimeouts.cpp" + > + </File> + <File + RelativePath="$(IntDir)\SharedSources\PausedTimeouts.h" + > + </File> + </Filter> + <Filter + Name="c_binding" + > + <File + RelativePath="..\..\port\bindings\v8\np_v8object.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\np_v8object.h" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\npruntime.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\npruntime_priv.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\v8_np_utils.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\v8_np_utils.h" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\v8_npobject.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\v8_npobject.h" + > + </File> + </Filter> + <File + RelativePath="..\..\port\bindings\v8\dom_wrapper_map.h" + > + </File> + <File + RelativePath="..\..\port\page\inspector\InspectorController.cpp" + > + </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\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_events.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\v8_events.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_nodefilter.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\v8_nodefilter.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="..\..\port\bindings\v8\v8_vectornodelist.cpp" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\v8_vectornodelist.h" + > + </File> + <File + RelativePath="..\..\port\bridge\V8Bridge.cpp" + > + </File> + <File + RelativePath="..\..\port\bridge\V8Bridge.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/webkit/build/V8Bindings/V8Bindings_prebuild.vcproj b/webkit/build/V8Bindings/V8Bindings_prebuild.vcproj new file mode 100644 index 0000000..2cdbf7b --- /dev/null +++ b/webkit/build/V8Bindings/V8Bindings_prebuild.vcproj @@ -0,0 +1,150 @@ +<?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="1" + 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="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\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="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/build-generated-files.sh b/webkit/build/V8Bindings/build-generated-files.sh new file mode 100755 index 0000000..41fe66e --- /dev/null +++ b/webkit/build/V8Bindings/build-generated-files.sh @@ -0,0 +1,50 @@ +#!/usr/bin/bash -x +# +# This build script is similar to the one found in webkit. +# We've temporarily modified it to support conditional compiling of +# the V8 DerivedSources. When we build our DerivedSources, we build +# partly from our port directory, and partly from the webkit directory; +# chosing files from our port area only if they contain changes from +# the original. +# + +XSRCROOT="$1" +# Do a little dance to get the path into 8.3 form to make it safe for gnu make +# http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 +XSRCROOT=`cygpath -m -s "$XSRCROOT"` +XSRCROOT=`cygpath -u "$XSRCROOT"` +export XSRCROOT +export SOURCE_ROOT="$XSRCROOT" + +PORTROOT="$2" +PORTROOT=`cygpath -m -s "$PORTROOT"` +PORTROOT=`cygpath -u "$PORTROOT"` +export PORTROOT=`realpath "$PORTROOT"` + +XDSTROOT="$3" +export XDSTROOT +# Do a little dance to get the path into 8.3 form to make it safe for gnu make +# http://bugzilla.opendarwin.org/show_bug.cgi?id=8173 +XDSTROOT=`cygpath -m -s "$XDSTROOT"` +XDSTROOT=`cygpath -u "$XDSTROOT"` +export XDSTROOT + +export BUILT_PRODUCTS_DIR="$4" +export CREATE_HASH_TABLE="$XSRCROOT/../JavaScriptCore/kjs/create_hash_table" + +DerivedSourcesDir="${BUILT_PRODUCTS_DIR}\DerivedSources" +echo "$DerivedSourcesDir" +mkdir -p "$DerivedSourcesDir" +cd "$DerivedSourcesDir" + +export WebCore="${XSRCROOT}" +export ENCODINGS_FILE="${WebCore}/platform/win/win-encodings.txt"; +export ENCODINGS_PREFIX="" + +# To see what FEATURE_DEFINES Apple uses, look at: +# webkit/third_party/WebCore/Configurations/WebCore.xcconfig +export FEATURE_DEFINES="ENABLE_XSLT ENABLE_XPATH ENABLE_SVG ENABLE_SVG_FOREIGN_OBJECT ENABLE_SVG_USE ENABLE_SVG_AS_IMAGE ENABLE_SVG_FONTS ENABLE_CROSS_DOCUMENT_MESSAGING" + +echo Building DerivedSources ${PORTROOT}... +# Use silent flag. +make -s -f "${PORTROOT}/DerivedSources.make" -j 2 || exit 1 diff --git a/webkit/build/V8Bindings/copy_files.bat b/webkit/build/V8Bindings/copy_files.bat new file mode 100644 index 0000000..c0e0172 --- /dev/null +++ b/webkit/build/V8Bindings/copy_files.bat @@ -0,0 +1,18 @@ +@echo off + +:: +:: Some of the files used by the KJS bindings are not KJS specific and +:: can therefore be used directly by the V8 bindings. This script +:: copies those filed from the third_party KJS bindings directory +:: to the directory given as argument to the script. +:: +set DIR=%1 +set KJS_BINDINGS_DIR="..\..\..\third_party\WebKit\WebCore\bindings\js" +setlocal + +mkdir 2>NUL %DIR% +xcopy /y /d "%KJS_BINDINGS_DIR%\PausedTimeouts.h" %DIR% +xcopy /y /d "%KJS_BINDINGS_DIR%\PausedTimeouts.cpp" %DIR% + +endlocal + diff --git a/webkit/build/V8Bindings/prebuild.bat b/webkit/build/V8Bindings/prebuild.bat new file mode 100644 index 0000000..fd30d03 --- /dev/null +++ b/webkit/build/V8Bindings/prebuild.bat @@ -0,0 +1,18 @@ +@echo off + +setlocal +set OUTDIR=%1 +set INTDIR=%2 +set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ +set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files + +set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32 + +:: Ensure that the cygwin mount points are defined +CALL %CYGWIN_ROOT%setup_mount.bat > NUL + +:: Copy files that the V8 bindings share with the KJS bindings. +call copy_files.bat %IntDir%\SharedSources + +:: Build the generated files from IDL files. +bash build-generated-files.sh ..\..\..\third_party\WebKit\WebCore ..\..\port "%OUTDIR%" "%INTDIR%" diff --git a/webkit/build/V8Bindings/precompiled_v8bindings.cpp b/webkit/build/V8Bindings/precompiled_v8bindings.cpp new file mode 100644 index 0000000..b9f79a7 --- /dev/null +++ b/webkit/build/V8Bindings/precompiled_v8bindings.cpp @@ -0,0 +1,3 @@ +// Copyright 2008 Google Inc. All Rights Reserved. + +#include "precompiled_v8bindings.h" diff --git a/webkit/build/V8Bindings/precompiled_v8bindings.h b/webkit/build/V8Bindings/precompiled_v8bindings.h new file mode 100644 index 0000000..9e919af --- /dev/null +++ b/webkit/build/V8Bindings/precompiled_v8bindings.h @@ -0,0 +1,40 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +#include "config.h" +#include "v8_proxy.h" +#include "v8_binding.h" + +#include <assert.h> +#include <math.h> +#include <time.h> + +#include <hash_map> +#include <string> +#include <vector> diff --git a/webkit/build/V8Bindings/using_v8bindings.vsprops b/webkit/build/V8Bindings/using_v8bindings.vsprops new file mode 100644 index 0000000..69a3252 --- /dev/null +++ b/webkit/build/V8Bindings/using_v8bindings.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="using_v8bindings" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="$(SolutionDir)..\v8\src\api;$(SolutionDir)..\v8\public;$(IntDir)\..\V8Bindings\DerivedSources;$(IntDir)\..\V8Bindings\SharedSources;$(SolutionDir)..\webkit\port\bindings\v8;" + PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS;CRASH=__debugbreak" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/V8Bindings/v8bindings.vsprops b/webkit/build/V8Bindings/v8bindings.vsprops new file mode 100644 index 0000000..702f21b --- /dev/null +++ b/webkit/build/V8Bindings/v8bindings.vsprops @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="v8bindings" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;..\webkit_common.vsprops" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="NOGDI;WIN32_LEAN_AND_MEAN" + DisableSpecificWarnings="4291,4099,4996,4521,4244" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/WebCore/DerivedSources.make b/webkit/build/WebCore/DerivedSources.make new file mode 100644 index 0000000..ffb8b7a --- /dev/null +++ b/webkit/build/WebCore/DerivedSources.make @@ -0,0 +1,180 @@ +VPATH = \ + $(WebCore) \ + $(WebCore)/dom \ + +.PHONY : all + +all : \ + CSSGrammar.cpp \ + CSSPropertyNames.h \ + CSSValueKeywords.h \ + ColorData.c \ + DocTypeStrings.cpp \ + HTMLEntityNames.c \ + HTMLEntityCodes.c \ + SVGNames.cpp \ + HTMLNames.cpp \ + UserAgentStyleSheets.h \ + XLinkNames.cpp \ + XMLNames.cpp \ + XPathGrammar.cpp \ + tokenizer.cpp \ + JSNode.h \ + + +# CSS property names and value keywords + +CSSPropertyNames.h : css/CSSPropertyNames.in css/SVGCSSPropertyNames.in + # if sort $< $(WebCore)/css/SVGCSSPropertyNames.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi + cat $< $(WebCore)/css/SVGCSSPropertyNames.in > CSSPropertyNames.in + perl "$(WebCore)/../../../webkit/pending/makeprop.pl" + +CSSValueKeywords.h : css/CSSValueKeywords.in css/SVGCSSValueKeywords.in + # Lower case all the values, as CSS values are case-insensitive + perl -ne 'print lc' $(WebCore)/css/SVGCSSValueKeywords.in > SVGCSSValueKeywords.in + # if sort $< SVGCSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi + cat $< SVGCSSValueKeywords.in > CSSValueKeywords.in + perl "$(WebCore)/../../../webkit/pending/makevalues.pl" + +# DOCTYPE strings + +DocTypeStrings.cpp : html/DocTypeStrings.gperf + gperf -CEot -L ANSI-C -k "*" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards $< > $@ + +# HTML entity names + +HTMLEntityNames.c : html/HTMLEntityNames.gperf + gperf -a -L ANSI-C -C -G -c -o -t -k '*' -N findEntity -D -s 2 $< > $@ + +HTMLEntityCodes.c : html/HTMLEntityNames.gperf + perl $(WebCore)/../../../webkit/build/WebCore/generate_entitycodes.pl $< > $@ + +# color names + +ColorData.c : platform/ColorData.gperf + gperf -CDEot -L ANSI-C -k '*' -N findColor -D -s 2 $< > $@ + +# CSS tokenizer + +tokenizer.cpp : css/tokenizer.flex css/maketokenizer + flex -t $< | perl $(WebCore)/css/maketokenizer > $@ + +# CSS grammar +# NOTE: older versions of bison do not inject an inclusion guard, so we do it + +CSSGrammar.cpp : css/CSSGrammar.y + bison -d -p cssyy $< -o $@ + touch CSSGrammar.cpp.h + touch CSSGrammar.hpp + echo '#ifndef CSSGrammar_h' > CSSGrammar.h + echo '#define CSSGrammar_h' >> CSSGrammar.h + cat CSSGrammar.cpp.h CSSGrammar.hpp >> CSSGrammar.h + echo '#endif' >> CSSGrammar.h + rm -f CSSGrammar.cpp.h CSSGrammar.hpp + +# XPath grammar +# NOTE: older versions of bison do not inject an inclusion guard, so we do it + +XPathGrammar.cpp : xml/XPathGrammar.y $(PROJECT_FILE) + bison -d -p xpathyy $< -o $@ + touch XPathGrammar.cpp.h + touch XPathGrammar.hpp + echo '#ifndef XPathGrammar_h' > XPathGrammar.h + echo '#define XPathGrammar_h' >> XPathGrammar.h + cat XPathGrammar.cpp.h XPathGrammar.hpp >> XPathGrammar.h + echo '#endif' >> XPathGrammar.h + rm -f XPathGrammar.cpp.h XPathGrammar.hpp + +# user agent style sheets + +USER_AGENT_STYLE_SHEETS = $(WebCore)/css/view-source.css $(WebCore)/css/svg.css +UserAgentStyleSheets.h : css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/html4.css $(PORTROOT)/css/html4-overrides.css $(PORTROOT)/css/quirks-overrides.css + cat $(WebCore)/css/html4.css $(PORTROOT)/css/html4-overrides.css > $(DerivedSourcesDir)/html4.css + cat $(WebCore)/css/quirks.css $(PORTROOT)/css/quirks-overrides.css > $(DerivedSourcesDir)/quirks.css + perl $< $@ UserAgentStyleSheetsData.cpp $(DerivedSourcesDir)/html4.css $(DerivedSourcesDir)/quirks.css $(USER_AGENT_STYLE_SHEETS) + +# HTML tag and attribute names + +HTMLNames.cpp : dom/make_names.pl html/HTMLTagNames.in html/HTMLAttributeNames.in + perl $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in \ + --namespace HTML --namespacePrefix xhtml --cppNamespace WebCore --namespaceURI "http://www.w3.org/1999/xhtml" --attrsNullNamespace --output . + +XMLNames.cpp : dom/make_names.pl xml/xmlattrs.in + perl $< --attrs $(WebCore)/xml/xmlattrs.in \ + --namespace XML --cppNamespace WebCore --namespaceURI "http://www.w3.org/XML/1998/namespace" --output . + +ifeq ($(findstring ENABLE_SVG,$(FEATURE_DEFINES)), ENABLE_SVG) + +ifeq ($(findstring ENABLE_SVG_USE,$(FEATURE_DEFINES)), ENABLE_SVG_USE) + SVG_FLAGS := $(SVG_FLAGS) ENABLE_SVG_USE=1 +endif + +ifeq ($(findstring ENABLE_SVG_FONTS,$(FEATURE_DEFINES)), ENABLE_SVG_FONTS) + SVG_FLAGS := $(SVG_FLAGS) ENABLE_SVG_FONTS=1 +endif + +ifeq ($(findstring ENABLE_SVG_FILTERS,$(FEATURE_DEFINES)), ENABLE_SVG_FILTERS) + SVG_FLAGS := $(SVG_FLAGS) ENABLE_SVG_FILTERS=1 +endif + +ifeq ($(findstring ENABLE_SVG_AS_IMAGE,$(FEATURE_DEFINES)), ENABLE_SVG_AS_IMAGE) + SVG_FLAGS := $(SVG_FLAGS) ENABLE_SVG_AS_IMAGE=1 +endif + +ifeq ($(findstring ENABLE_SVG_ANIMATION,$(FEATURE_DEFINES)), ENABLE_SVG_ANIMATION) + SVG_FLAGS := $(SVG_FLAGS) ENABLE_SVG_ANIMATION=1 + endif + +ifeq ($(findstring ENABLE_SVG_FOREIGN_OBJECT,$(FEATURE_DEFINES)), ENABLE_SVG_FOREIGN_OBJECT) + SVG_FLAGS := $(SVG_FLAGS) ENABLE_SVG_FOREIGN_OBJECT=1 +endif + +# SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled) +ifdef SVG_FLAGS +SVGElementFactory.cpp SVGNames.cpp : dom/make_names.pl svg/svgtags.in svg/svgattrs.in + perl $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FLAGS)" \ + --namespace SVG --cppNamespace WebCore --namespaceURI "http://www.w3.org/2000/svg" --factory --attrsNullNamespace --output . +else +SVGElementFactory.cpp SVGNames.cpp : dom/make_names.pl svg/svgtags.in svg/svgattrs.in + perl $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in \ + --namespace SVG --cppNamespace WebCore --namespaceURI "http://www.w3.org/2000/svg" --factory --attrsNullNamespace --output . + +endif + +XLinkNames.cpp : dom/make_names.pl svg/xlinkattrs.in + perl $< --attrs $(WebCore)/svg/xlinkattrs.in \ + --namespace XLink --cppNamespace WebCore --namespaceURI "http://www.w3.org/1999/xlink" --output . + +# SVG CSS property names and value keywords + +else + +SVGElementFactory.cpp : + echo > SVGElementFactory.cpp + +SVGNames.cpp : + echo > SVGNames.cpp + +XLinkNames.cpp : + echo > XLinkNames.cpp + +ksvgcssproperties.h : + echo > ksvgcssproperties.h + +ksvgcssvalues.h : + echo > ksvgcssvalues.h + +endif + +# new-style JavaScript bindings + +JS_BINDINGS_SCRIPTS = \ + bindings/scripts/CodeGenerator.pm \ + bindings/scripts/CodeGeneratorJS.pm \ + bindings/scripts/IDLParser.pm \ + bindings/scripts/IDLStructure.pm \ + bindings/scripts/generate-bindings.pl \ +# + +JSNode.h : Node.idl $(JS_BINDINGS_SCRIPTS) + perl -I $(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator JS --include dom --include html --include css --include page --include xml --include svg --include bingings/js --outputdir . $< diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript new file mode 100644 index 0000000..33ed052 --- /dev/null +++ b/webkit/build/WebCore/SConscript @@ -0,0 +1,704 @@ +# Copyright 2008, Google Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Google Inc. nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Import('env')
+
+env = env.Clone()
+
+env.Append(
+ CCFLAGS = [
+ '/TP',
+
+ '/wd4138',
+ '/wd4244',
+ '/wd4291',
+ '/wd4305',
+ '/wd4521',
+ '/wd4099',
+ '/wd4800',
+ '/wd4503',
+ '/wd4819',
+ ],
+)
+
+
+env_p = env.Clone()
+env_p.Append(CCFLAGS='/Ylwebcore')
+pch, obj = env_p.PCH('../precompiled_webkit.cc')
+env['PCH'] = pch
+env['PCHSTOP'] = 'precompiled_webkit.h'
+env.Append(CCPCHFLAGS = ['/FIprecompiled_webkit.h'])
+
+
+input_files = [
+ '$PENDING_DIR/JSSVGLazyEventListener.cpp',
+
+ '$WEBCORE_DIR/css/CSSBorderImageValue.cpp',
+ '$WEBCORE_DIR/css/CSSCharsetRule.cpp',
+ '$WEBCORE_DIR/css/CSSComputedStyleDeclaration.cpp',
+ '$WEBCORE_DIR/css/CSSCursorImageValue.cpp',
+ '$WEBCORE_DIR/css/CSSFontFace.cpp',
+ '$WEBCORE_DIR/css/CSSFontFaceRule.cpp',
+ '$WEBCORE_DIR/css/CSSFontFaceSource.cpp',
+ '$WEBCORE_DIR/css/CSSFontFaceSrcValue.cpp',
+ '$PENDING_DIR/CSSFontSelector.cpp',
+ '$WEBCORE_DIR/css/CSSHelper.cpp',
+ '$WEBCORE_DIR/css/CSSImageValue.cpp',
+ '$WEBCORE_DIR/css/CSSImportRule.cpp',
+ '$WEBCORE_DIR/css/CSSInheritedValue.cpp',
+ '$WEBCORE_DIR/css/CSSInitialValue.cpp',
+ '$WEBCORE_DIR/css/CSSMediaRule.cpp',
+ '$WEBCORE_DIR/css/CSSMutableStyleDeclaration.cpp',
+ '$WEBCORE_DIR/css/CSSPageRule.cpp',
+ '$PENDING_DIR/CSSParser.cpp',
+ '$WEBCORE_DIR/css/CSSPrimitiveValue.cpp',
+ '$WEBCORE_DIR/css/CSSProperty.cpp',
+ '$WEBCORE_DIR/css/CSSRule.cpp',
+ '$WEBCORE_DIR/css/CSSRuleList.cpp',
+ '$WEBCORE_DIR/css/CSSSegmentedFontFace.cpp',
+ '$WEBCORE_DIR/css/CSSSelector.cpp',
+ '$WEBCORE_DIR/css/CSSStyleDeclaration.cpp',
+ '$WEBCORE_DIR/css/CSSStyleRule.cpp',
+ '$PENDING_DIR/CSSStyleSelector.cpp',
+ '$WEBCORE_DIR/css/CSSStyleSheet.cpp',
+ '$WEBCORE_DIR/css/CSSTimingFunctionValue.cpp',
+ '$WEBCORE_DIR/css/CSSTransformValue.cpp',
+ '$WEBCORE_DIR/css/CSSUnicodeRangeValue.cpp',
+ '$WEBCORE_DIR/css/CSSValueList.cpp',
+ '$WEBCORE_DIR/css/FontFamilyValue.cpp',
+ '$WEBCORE_DIR/css/FontValue.cpp',
+ '$WEBCORE_DIR/css/MediaFeatureNames.cpp',
+ '$WEBCORE_DIR/css/MediaList.cpp',
+ '$WEBCORE_DIR/css/MediaQuery.cpp',
+ '$WEBCORE_DIR/css/MediaQueryEvaluator.cpp',
+ '$WEBCORE_DIR/css/MediaQueryExp.cpp',
+ '$WEBCORE_DIR/css/ShadowValue.cpp',
+ '$WEBCORE_DIR/css/StyleBase.cpp',
+ '$WEBCORE_DIR/css/StyleList.cpp',
+ '$WEBCORE_DIR/css/StyleSheet.cpp',
+ '$WEBCORE_DIR/css/StyleSheetList.cpp',
+ '$WEBCORE_DIR/css/SVGCSSComputedStyleDeclaration.cpp',
+ '$WEBCORE_DIR/css/SVGCSSParser.cpp',
+ '$WEBCORE_DIR/css/SVGCSSStyleSelector.cpp',
+
+ '$WEBCORE_DIR/dom/Attr.cpp',
+ '$WEBCORE_DIR/dom/Attribute.cpp',
+ '$WEBCORE_DIR/dom/BeforeTextInsertedEvent.cpp',
+ '$WEBCORE_DIR/dom/BeforeUnloadEvent.cpp',
+ '$WEBCORE_DIR/dom/CDATASection.cpp',
+ '$PENDING_DIR/CharacterData.cpp',
+ '$WEBCORE_DIR/dom/ChildNodeList.cpp',
+ '$WEBCORE_DIR/dom/ClassNames.cpp',
+ '$WEBCORE_DIR/dom/ClassNodeList.cpp',
+ '$WEBCORE_DIR/dom/Clipboard.cpp',
+ '$WEBCORE_DIR/dom/ClipboardEvent.cpp',
+ '$WEBCORE_DIR/dom/Comment.cpp',
+ '$PENDING_DIR/ContainerNode.cpp',
+ '$WEBCORE_DIR/dom/CSSMappedAttributeDeclaration.cpp',
+ '$PENDING_DIR/Document.cpp',
+ '$WEBCORE_DIR/dom/DocumentFragment.cpp',
+ '$WEBCORE_DIR/dom/DocumentType.cpp',
+ '$WEBCORE_DIR/dom/DOMImplementation.cpp',
+ '$WEBCORE_DIR/dom/DynamicNodeList.cpp',
+ '$WEBCORE_DIR/dom/EditingText.cpp',
+ '$WEBCORE_DIR/dom/Element.cpp',
+ '$WEBCORE_DIR/dom/Entity.cpp',
+ '$WEBCORE_DIR/dom/EntityReference.cpp',
+ '$WEBCORE_DIR/dom/Event.cpp',
+ '$WEBCORE_DIR/dom/EventNames.cpp',
+ '$PENDING_DIR/EventTarget.cpp',
+ '$PENDING_DIR/EventTargetNode.cpp',
+ '$WEBCORE_DIR/dom/ExceptionBase.cpp',
+ '$WEBCORE_DIR/dom/ExceptionCode.cpp',
+ '$WEBCORE_DIR/dom/KeyboardEvent.cpp',
+ '$WEBCORE_DIR/dom/MappedAttribute.cpp',
+ '$WEBCORE_DIR/dom/MessageEvent.cpp',
+ '$WEBCORE_DIR/dom/MouseEvent.cpp',
+ '$WEBCORE_DIR/dom/MouseRelatedEvent.cpp',
+ '$WEBCORE_DIR/dom/MutationEvent.cpp',
+ '$PENDING_DIR/NamedAttrMap.cpp',
+ '$WEBCORE_DIR/dom/NamedMappedAttrMap.cpp',
+ '$WEBCORE_DIR/dom/NameNodeList.cpp',
+ '$PENDING_DIR/Node.cpp',
+ '$WEBCORE_DIR/dom/NodeFilter.cpp',
+ '$WEBCORE_DIR/dom/NodeFilterCondition.cpp',
+ '$WEBCORE_DIR/dom/NodeIterator.cpp',
+ '$WEBCORE_DIR/dom/Notation.cpp',
+ '$WEBCORE_DIR/dom/OverflowEvent.cpp',
+ '$WEBCORE_DIR/dom/Position.cpp',
+ '$WEBCORE_DIR/dom/PositionIterator.cpp',
+ '$WEBCORE_DIR/dom/ProcessingInstruction.cpp',
+ '$WEBCORE_DIR/dom/ProgressEvent.cpp',
+ '$WEBCORE_DIR/dom/QualifiedName.cpp',
+ '$WEBCORE_DIR/dom/Range.cpp',
+ '$WEBCORE_DIR/dom/RegisteredEventListener.cpp',
+ '$WEBCORE_DIR/dom/SelectorNodeList.cpp',
+ '$WEBCORE_DIR/dom/StaticNodeList.cpp',
+ '$WEBCORE_DIR/dom/StyledElement.cpp',
+ '$WEBCORE_DIR/dom/StyleElement.cpp',
+ '$WEBCORE_DIR/dom/TagNodeList.cpp',
+ '$WEBCORE_DIR/dom/Text.cpp',
+ '$WEBCORE_DIR/dom/TextEvent.cpp',
+ '$WEBCORE_DIR/dom/Traversal.cpp',
+ '$WEBCORE_DIR/dom/TreeWalker.cpp',
+ '$WEBCORE_DIR/dom/UIEvent.cpp',
+ '$WEBCORE_DIR/dom/UIEventWithKeyState.cpp',
+ '$WEBCORE_DIR/dom/WheelEvent.cpp',
+ '$PENDING_DIR/XMLTokenizer.cpp',
+
+ '$WEBCORE_DIR/editing/AppendNodeCommand.cpp',
+ '$WEBCORE_DIR/editing/ApplyStyleCommand.cpp',
+ '$WEBCORE_DIR/editing/BreakBlockquoteCommand.cpp',
+ '$WEBCORE_DIR/editing/CompositeEditCommand.cpp',
+ '$WEBCORE_DIR/editing/CreateLinkCommand.cpp',
+ '$WEBCORE_DIR/editing/DeleteButton.cpp',
+ '$WEBCORE_DIR/editing/DeleteButtonController.cpp',
+ '$WEBCORE_DIR/editing/DeleteFromTextNodeCommand.cpp',
+ '$PENDING_DIR/DeleteSelectionCommand.cpp',
+ '$WEBCORE_DIR/editing/EditCommand.cpp',
+ '$WEBCORE_DIR/editing/Editor.cpp',
+ '$WEBCORE_DIR/editing/EditorCommand.cpp',
+ '$WEBCORE_DIR/editing/FormatBlockCommand.cpp',
+ '$WEBCORE_DIR/editing/htmlediting.cpp',
+ '$WEBCORE_DIR/editing/HTMLInterchange.cpp',
+ '$PENDING_DIR/IndentOutdentCommand.cpp',
+ '$WEBCORE_DIR/editing/InsertIntoTextNodeCommand.cpp',
+ '$WEBCORE_DIR/editing/InsertLineBreakCommand.cpp',
+ '$WEBCORE_DIR/editing/InsertListCommand.cpp',
+ '$WEBCORE_DIR/editing/InsertNodeBeforeCommand.cpp',
+ '$WEBCORE_DIR/editing/InsertParagraphSeparatorCommand.cpp',
+ '$WEBCORE_DIR/editing/InsertTextCommand.cpp',
+ '$WEBCORE_DIR/editing/JoinTextNodesCommand.cpp',
+ '$PENDING_DIR/markup.cpp',
+ '$WEBCORE_DIR/editing/MergeIdenticalElementsCommand.cpp',
+ '$WEBCORE_DIR/editing/ModifySelectionListLevel.cpp',
+ '$WEBCORE_DIR/editing/MoveSelectionCommand.cpp',
+ '$WEBCORE_DIR/editing/RemoveCSSPropertyCommand.cpp',
+ '$PENDING_DIR/RemoveFormatCommand.cpp',
+ '$WEBCORE_DIR/editing/RemoveNodeAttributeCommand.cpp',
+ '$WEBCORE_DIR/editing/RemoveNodeCommand.cpp',
+ '$WEBCORE_DIR/editing/RemoveNodePreservingChildrenCommand.cpp',
+ '$PENDING_DIR/ReplaceSelectionCommand.cpp',
+ '$PENDING_DIR/Selection.cpp',
+ '$WEBCORE_DIR/editing/SelectionController.cpp',
+ '$WEBCORE_DIR/editing/SetNodeAttributeCommand.cpp',
+ '$WEBCORE_DIR/editing/SmartReplaceICU.cpp',
+ '$WEBCORE_DIR/editing/SmartReplace.cpp',
+ '$WEBCORE_DIR/editing/SplitElementCommand.cpp',
+ '$WEBCORE_DIR/editing/SplitTextNodeCommand.cpp',
+ '$WEBCORE_DIR/editing/SplitTextNodeContainingElementCommand.cpp',
+ '$WEBCORE_DIR/editing/TextIterator.cpp',
+ '$WEBCORE_DIR/editing/TypingCommand.cpp',
+ '$WEBCORE_DIR/editing/UnlinkCommand.cpp',
+ '$WEBCORE_DIR/editing/visible_units.cpp',
+ '$WEBCORE_DIR/editing/VisiblePosition.cpp',
+ '$WEBCORE_DIR/editing/WrapContentsInDummySpanCommand.cpp',
+
+ '$WEBCORE_DIR/history/PageCache.cpp',
+ '$WEBCORE_DIR/history/HistoryItem.cpp',
+
+ '$PENDING_DIR/CanvasGradient.cpp',
+ '$PENDING_DIR/CanvasPattern.cpp',
+ '$PENDING_DIR/CanvasRenderingContext2D.cpp',
+ '$PENDING_DIR/CanvasStyle.cpp',
+ '$WEBCORE_DIR/html/FormDataList.cpp',
+ '$PENDING_DIR/HTMLAnchorElement.cpp',
+ '$PENDING_DIR/HTMLAppletElement.cpp',
+ '$PENDING_DIR/HTMLAreaElement.cpp',
+ '$WEBCORE_DIR/html/HTMLAudioElement.cpp',
+ '$WEBCORE_DIR/html/HTMLBaseElement.cpp',
+ '$WEBCORE_DIR/html/HTMLBaseFontElement.cpp',
+ '$WEBCORE_DIR/html/HTMLBlockquoteElement.cpp',
+ '$WEBCORE_DIR/html/HTMLBodyElement.cpp',
+ '$WEBCORE_DIR/html/HTMLBRElement.cpp',
+ '$WEBCORE_DIR/html/HTMLButtonElement.cpp',
+ '$PENDING_DIR/HTMLCanvasElement.cpp',
+ '$WEBCORE_DIR/html/HTMLCollection.cpp',
+ '$WEBCORE_DIR/html/HTMLDirectoryElement.cpp',
+ '$WEBCORE_DIR/html/HTMLDivElement.cpp',
+ '$WEBCORE_DIR/html/HTMLDListElement.cpp',
+ '$WEBCORE_DIR/html/HTMLDocument.cpp',
+ '$PENDING_DIR/HTMLElement.cpp',
+ '$WEBCORE_DIR/html/HTMLElementFactory.cpp',
+ '$PENDING_DIR/HTMLEmbedElement.cpp',
+ '$PENDING_DIR/HTMLFieldSetElement.cpp',
+ '$WEBCORE_DIR/html/HTMLFontElement.cpp',
+ '$WEBCORE_DIR/html/HTMLFormCollection.cpp',
+ '$WEBCORE_DIR/html/HTMLFormElement.cpp',
+ '$WEBCORE_DIR/html/HTMLFrameElement.cpp',
+ '$WEBCORE_DIR/html/HTMLFrameElementBase.cpp',
+ '$WEBCORE_DIR/html/HTMLFrameOwnerElement.cpp',
+ '$WEBCORE_DIR/html/HTMLFrameSetElement.cpp',
+ '$PENDING_DIR/HTMLGenericFormElement.cpp',
+ '$WEBCORE_DIR/html/HTMLHeadElement.cpp',
+ '$WEBCORE_DIR/html/HTMLHeadingElement.cpp',
+ '$WEBCORE_DIR/html/HTMLHRElement.cpp',
+ '$WEBCORE_DIR/html/HTMLHtmlElement.cpp',
+ '$WEBCORE_DIR/html/HTMLIFrameElement.cpp',
+ '$WEBCORE_DIR/html/HTMLImageElement.cpp',
+ '$WEBCORE_DIR/html/HTMLImageLoader.cpp',
+ '$PENDING_DIR/HTMLInputElement.cpp',
+ '$WEBCORE_DIR/html/HTMLIsIndexElement.cpp',
+ '$WEBCORE_DIR/html/HTMLKeygenElement.cpp',
+ '$WEBCORE_DIR/html/HTMLLabelElement.cpp',
+ '$PENDING_DIR/HTMLLegendElement.cpp',
+ '$WEBCORE_DIR/html/HTMLLIElement.cpp',
+ '$PENDING_DIR/HTMLLinkElement.cpp',
+ '$WEBCORE_DIR/html/HTMLMapElement.cpp',
+ '$WEBCORE_DIR/html/HTMLMarqueeElement.cpp',
+ '$WEBCORE_DIR/html/HTMLMediaElement.cpp',
+ '$WEBCORE_DIR/html/HTMLMenuElement.cpp',
+ '$WEBCORE_DIR/html/HTMLMetaElement.cpp',
+ '$WEBCORE_DIR/html/HTMLModElement.cpp',
+ '$WEBCORE_DIR/html/HTMLNameCollection.cpp',
+ '$PENDING_DIR/HTMLObjectElement.cpp',
+ '$WEBCORE_DIR/html/HTMLOListElement.cpp',
+ '$PENDING_DIR/HTMLOptGroupElement.cpp',
+ '$PENDING_DIR/HTMLOptionElement.cpp',
+ '$WEBCORE_DIR/html/HTMLOptionsCollection.cpp',
+ '$WEBCORE_DIR/html/HTMLParagraphElement.cpp',
+ '$WEBCORE_DIR/html/HTMLParamElement.cpp',
+ '$PENDING_DIR/HTMLParser.cpp',
+ '$WEBCORE_DIR/html/HTMLParserErrorCodes.cpp',
+ '$PENDING_DIR/HTMLPlugInElement.cpp',
+ '$WEBCORE_DIR/html/HTMLPreElement.cpp',
+ '$WEBCORE_DIR/html/HTMLQuoteElement.cpp',
+ '$PENDING_DIR/HTMLScriptElement.cpp',
+ '$WEBCORE_DIR/html/HTMLSelectElement.cpp',
+ '$WEBCORE_DIR/html/HTMLStyleElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTableCaptionElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTableCellElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTableColElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTableElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTablePartElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTableRowElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTableRowsCollection.cpp',
+ '$WEBCORE_DIR/html/HTMLTableSectionElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTextAreaElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTextFieldInnerElement.cpp',
+ '$WEBCORE_DIR/html/HTMLTitleElement.cpp',
+ '$PENDING_DIR/HTMLTokenizer.cpp',
+ '$WEBCORE_DIR/html/HTMLUListElement.cpp',
+ '$WEBCORE_DIR/html/HTMLVideoElement.cpp',
+ '$WEBCORE_DIR/html/HTMLViewSourceDocument.cpp',
+
+ '$WEBCORE_DIR/loader/Cache.cpp',
+ '$WEBCORE_DIR/loader/CachedCSSStyleSheet.cpp',
+ '$WEBCORE_DIR/loader/CachedFont.cpp',
+ '$WEBCORE_DIR/loader/CachedImage.cpp',
+ '$WEBCORE_DIR/loader/CachedResource.cpp',
+ '$WEBCORE_DIR/loader/CachedResourceClientWalker.cpp',
+ '$WEBCORE_DIR/loader/CachedScript.cpp',
+ '$WEBCORE_DIR/loader/CachedXBLDocument.cpp',
+ '$WEBCORE_DIR/loader/CachedXSLStyleSheet.cpp',
+ '$PENDING_DIR/DocLoader.cpp',
+ '$WEBCORE_DIR/loader/DocumentLoader.cpp',
+ '$WEBCORE_DIR/loader/FormState.cpp',
+ '$PENDING_DIR/FrameLoader.cpp',
+ '$WEBCORE_DIR/loader/FTPDirectoryDocument.cpp',
+ '$WEBCORE_DIR/loader/ImageDocument.cpp',
+ '$WEBCORE_DIR/loader/loader.cpp',
+ '$WEBCORE_DIR/loader/MainResourceLoader.cpp',
+ '$WEBCORE_DIR/loader/NavigationAction.cpp',
+ '$WEBCORE_DIR/loader/NetscapePlugInStreamLoader.cpp',
+ '$WEBCORE_DIR/loader/PluginDocument.cpp',
+ '$WEBCORE_DIR/loader/ProgressTracker.cpp',
+ '$WEBCORE_DIR/loader/Request.cpp',
+ '$WEBCORE_DIR/loader/ResourceLoader.cpp',
+ '$WEBCORE_DIR/loader/SubresourceLoader.cpp',
+ '$WEBCORE_DIR/loader/TextDocument.cpp',
+ '$PENDING_DIR/TextResourceDecoder.cpp',
+
+ '$WEBCORE_DIR/page/AnimationController.cpp',
+ '$WEBCORE_DIR/page/BarInfo.cpp',
+ '$PENDING_DIR/AXObjectCache.cpp',
+ '$WEBCORE_DIR/page/AnimationController.cpp',
+ '$PENDING_DIR/AccessibilityObject.cpp',
+ '$WEBCORE_DIR/page/BarInfo.cpp',
+ '$PENDING_DIR/Chrome.cpp',
+ '$WEBCORE_DIR/page/Console.cpp',
+ '$WEBCORE_DIR/page/ContextMenuController.cpp',
+ '$WEBCORE_DIR/page/DOMSelection.cpp',
+ '$PENDING_DIR/DOMWindow.cpp',
+ '$PENDING_DIR/DragController.cpp',
+ '$PENDING_DIR/EventHandler.cpp',
+ '$WEBCORE_DIR/page/FocusController.cpp',
+ '$PENDING_DIR/Frame.cpp',
+ '$WEBCORE_DIR/page/FrameTree.cpp',
+ '$PENDING_DIR/FrameView.cpp',
+ '$WEBCORE_DIR/page/History.cpp',
+ '$WEBCORE_DIR/page/MouseEventWithHitTestResults.cpp',
+ '$PENDING_DIR/Page.cpp',
+ '$WEBCORE_DIR/page/Screen.cpp',
+ '$PENDING_DIR/Settings.cpp',
+ '$WEBCORE_DIR/page/WindowFeatures.cpp',
+
+ '$WEBCORE_DIR/platform/Arena.cpp',
+ '$WEBCORE_DIR/platform/ArrayImpl.cpp',
+ '$WEBCORE_DIR/platform/ContextMenu.cpp',
+ '$WEBCORE_DIR/platform/DeprecatedCString.cpp',
+ '$WEBCORE_DIR/platform/DeprecatedPtrListImpl.cpp',
+ '$PENDING_DIR/DeprecatedString.cpp',
+ '$WEBCORE_DIR/platform/DeprecatedStringList.cpp',
+ '$WEBCORE_DIR/platform/DeprecatedValueListImpl.cpp',
+ '$WEBCORE_DIR/platform/DragData.cpp',
+ '$WEBCORE_DIR/platform/DragImage.cpp',
+ '$WEBCORE_DIR/platform/FileChooser.cpp',
+ '$PENDING_DIR/Font.cpp',
+ '$PENDING_DIR/FontCache.cpp',
+ '$WEBCORE_DIR/platform/graphics/FontFallbackList.cpp',
+ '$WEBCORE_DIR/platform/graphics/FontFamily.cpp',
+ '$WEBCORE_DIR/platform/graphics/GlyphPageTreeNode.cpp',
+ '$PENDING_DIR/GlyphWidthMap.cpp',
+ '$PENDING_DIR/KURL.cpp',
+ '$WEBCORE_DIR/platform/Logging.cpp',
+ '$PORT_DIR/platform/MIMETypeRegistry.cpp',
+ '$WEBCORE_DIR/platform/ScrollBar.cpp',
+ '$PENDING_DIR/SecurityOrigin.cpp',
+ '$WEBCORE_DIR/platform/SharedBuffer.cpp',
+ '$WEBCORE_DIR/platform/Timer.cpp',
+ '$WEBCORE_DIR/platform/Widget.cpp',
+ '$WEBCORE_DIR/platform/graphics/AffineTransform.cpp',
+ '$PENDING_DIR/BitmapImage.cpp',
+ '$WEBCORE_DIR/platform/graphics/Color.cpp',
+ '$WEBCORE_DIR/platform/graphics/FloatPoint.cpp',
+ '$WEBCORE_DIR/platform/graphics/FloatPoint3D.cpp',
+ '$WEBCORE_DIR/platform/graphics/FloatRect.cpp',
+ '$WEBCORE_DIR/platform/graphics/FloatSize.cpp',
+ '$WEBCORE_DIR/platform/graphics/FontData.cpp',
+ '$WEBCORE_DIR/platform/graphics/GraphicsContext.cpp',
+ '$WEBCORE_DIR/platform/graphics/GraphicsTypes.cpp',
+ '$WEBCORE_DIR/platform/graphics/Image.cpp',
+ '$WEBCORE_DIR/platform/graphics/IntRect.cpp',
+ '$WEBCORE_DIR/platform/graphics/Path.cpp',
+ '$WEBCORE_DIR/platform/graphics/PathTraversalState.cpp',
+ '$WEBCORE_DIR/platform/graphics/Pen.cpp',
+ '$WEBCORE_DIR/platform/graphics/SegmentedFontData.cpp',
+ '$PENDING_DIR/SimpleFontData.cpp',
+ '$WEBCORE_DIR/platform/network/AuthenticationChallenge.cpp',
+ '$WEBCORE_DIR/platform/network/Credential.cpp',
+ '$WEBCORE_DIR/platform/network/FormData.cpp',
+ '$WEBCORE_DIR/platform/network/HTTPParsers.cpp',
+ '$WEBCORE_DIR/platform/network/ProtectionSpace.cpp',
+ '$WEBCORE_DIR/platform/network/ResourceError.cpp',
+ '$WEBCORE_DIR/platform/network/ResourceRequestBase.cpp',
+ '$WEBCORE_DIR/platform/network/ResourceResponseBase.cpp',
+ '$PENDING_DIR/FileSystemWin.cpp',
+ '$PENDING_DIR/AtomicString.cpp',
+ '$WEBCORE_DIR/platform/text/Base64.cpp',
+ '$WEBCORE_DIR/platform/text/BidiContext.cpp',
+ '$WEBCORE_DIR/platform/text/CString.cpp',
+ '$WEBCORE_DIR/platform/text/RegularExpression.cpp',
+ '$WEBCORE_DIR/platform/text/SegmentedString.cpp',
+ '$PENDING_DIR/String.cpp',
+ '$PENDING_DIR/StringImpl.cpp',
+ '$WEBCORE_DIR/platform/graphics/StringTruncator.cpp',
+ '$WEBCORE_DIR/platform/text/TextBoundariesICU.cpp',
+ '$WEBCORE_DIR/platform/text/TextBreakIteratorICU.cpp',
+ '$PENDING_DIR/TextCodec.cpp',
+ '$PENDING_DIR/TextCodecICU.cpp',
+ '$WEBCORE_DIR/platform/text/TextCodecLatin1.cpp',
+ '$WEBCORE_DIR/platform/text/TextCodecUserDefined.cpp',
+ '$PENDING_DIR/TextCodecUTF16.cpp',
+ '$PENDING_DIR/TextDecoder.cpp',
+ '$WEBCORE_DIR/platform/text/TextEncoding.cpp',
+ '$WEBCORE_DIR/platform/text/TextEncodingRegistry.cpp',
+ '$WEBCORE_DIR/platform/text/TextStream.cpp',
+ '$WEBCORE_DIR/platform/text/UnicodeRange.cpp',
+
+ '$WEBCORE_DIR/rendering/AutoTableLayout.cpp',
+ '$PENDING_DIR/bidi.cpp',
+ '$WEBCORE_DIR/rendering/break_lines.cpp',
+ '$WEBCORE_DIR/rendering/CounterNode.cpp',
+ '$WEBCORE_DIR/rendering/EllipsisBox.cpp',
+ '$WEBCORE_DIR/rendering/FixedTableLayout.cpp',
+ '$WEBCORE_DIR/rendering/HitTestResult.cpp',
+ '$WEBCORE_DIR/rendering/InlineBox.cpp',
+ '$WEBCORE_DIR/rendering/InlineFlowBox.cpp',
+ '$WEBCORE_DIR/rendering/InlineTextBox.cpp',
+ '$WEBCORE_DIR/rendering/LayoutState.cpp',
+ '$WEBCORE_DIR/rendering/ListMarkerBox.cpp',
+ '$WEBCORE_DIR/rendering/MediaControlElements.cpp',
+ '$WEBCORE_DIR/rendering/PointerEventsHitRules.cpp',
+ '$WEBCORE_DIR/rendering/RenderApplet.cpp',
+ '$WEBCORE_DIR/rendering/RenderArena.cpp',
+ '$PENDING_DIR/RenderBlock.cpp',
+ '$WEBCORE_DIR/rendering/RenderBox.cpp',
+ '$WEBCORE_DIR/rendering/RenderBR.cpp',
+ '$PENDING_DIR/RenderButton.cpp',
+ '$WEBCORE_DIR/rendering/RenderContainer.cpp',
+ '$WEBCORE_DIR/rendering/RenderCounter.cpp',
+ '$WEBCORE_DIR/rendering/RenderFieldset.cpp',
+ '$WEBCORE_DIR/rendering/RenderFileUploadControl.cpp',
+ '$WEBCORE_DIR/rendering/RenderFlexibleBox.cpp',
+ '$WEBCORE_DIR/rendering/RenderFlow.cpp',
+ '$WEBCORE_DIR/rendering/RenderForeignObject.cpp',
+ '$WEBCORE_DIR/rendering/RenderFrame.cpp',
+ '$WEBCORE_DIR/rendering/RenderFrameSet.cpp',
+ '$WEBCORE_DIR/rendering/RenderHTMLCanvas.cpp',
+ '$WEBCORE_DIR/rendering/RenderImage.cpp',
+ '$WEBCORE_DIR/rendering/RenderInline.cpp',
+ '$WEBCORE_DIR/rendering/RenderLayer.cpp',
+ '$WEBCORE_DIR/rendering/RenderLegend.cpp',
+ '$WEBCORE_DIR/rendering/RenderListBox.cpp',
+ '$WEBCORE_DIR/rendering/RenderListItem.cpp',
+ '$WEBCORE_DIR/rendering/RenderListMarker.cpp',
+ '$PENDING_DIR/RenderMenuList.cpp',
+ '$PENDING_DIR/RenderObject.cpp',
+ '$WEBCORE_DIR/rendering/RenderPart.cpp',
+ '$PENDING_DIR/RenderPartObject.cpp',
+ '$WEBCORE_DIR/rendering/RenderPath.cpp',
+ '$WEBCORE_DIR/rendering/RenderReplaced.cpp',
+ '$WEBCORE_DIR/rendering/RenderSlider.cpp',
+ '$WEBCORE_DIR/rendering/RenderStyle.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGBlock.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGContainer.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGGradientStop.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGHiddenContainer.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGImage.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGInline.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGInlineText.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGRoot.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGText.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGTextPath.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGTransformableContainer.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGTSpan.cpp',
+ '$WEBCORE_DIR/rendering/RenderSVGViewportContainer.cpp',
+ '$PENDING_DIR/RenderTable.cpp',
+ '$WEBCORE_DIR/rendering/RenderTableCell.cpp',
+ '$WEBCORE_DIR/rendering/RenderTableCol.cpp',
+ '$WEBCORE_DIR/rendering/RenderTableRow.cpp',
+ '$WEBCORE_DIR/rendering/RenderTableSection.cpp',
+ '$PENDING_DIR/RenderText.cpp',
+ '$PENDING_DIR/RenderTextControl.cpp',
+ '$WEBCORE_DIR/rendering/RenderTextFragment.cpp',
+ '$WEBCORE_DIR/rendering/RenderTheme.cpp',
+ '$WEBCORE_DIR/rendering/RenderTreeAsText.cpp',
+ '$WEBCORE_DIR/rendering/RenderVideo.cpp',
+ '$WEBCORE_DIR/rendering/RenderView.cpp',
+ '$WEBCORE_DIR/rendering/RenderWidget.cpp',
+ '$PENDING_DIR/RenderWordBreak.cpp',
+ '$WEBCORE_DIR/rendering/RootInlineBox.cpp',
+ '$WEBCORE_DIR/rendering/SVGCharacterLayoutInfo.cpp',
+ '$WEBCORE_DIR/rendering/SVGInlineFlowBox.cpp',
+ '$WEBCORE_DIR/rendering/SVGInlineTextBox.cpp',
+ '$WEBCORE_DIR/rendering/SVGRenderStyle.cpp',
+ '$WEBCORE_DIR/rendering/SVGRenderStyleDefs.cpp',
+ '$WEBCORE_DIR/rendering/SVGRenderSupport.cpp',
+ '$WEBCORE_DIR/rendering/SVGRenderTreeAsText.cpp',
+ '$PENDING_DIR/SVGRootInlineBox.cpp',
+
+ '$WEBCORE_DIR/svg/ColorDistance.cpp',
+ '$WEBCORE_DIR/svg/SVGAElement.cpp',
+ '$WEBCORE_DIR/svg/SVGAngle.cpp',
+ '$WEBCORE_DIR/svg/SVGAnimateColorElement.cpp',
+ '$WEBCORE_DIR/svg/SVGAnimatedPathData.cpp',
+ '$WEBCORE_DIR/svg/SVGAnimatedPoints.cpp',
+ '$WEBCORE_DIR/svg/SVGAnimateElement.cpp',
+ '$WEBCORE_DIR/svg/SVGAnimateMotionElement.cpp',
+ '$WEBCORE_DIR/svg/SVGAnimateTransformElement.cpp',
+ '$WEBCORE_DIR/svg/SVGAnimationElement.cpp',
+ '$WEBCORE_DIR/svg/SVGCircleElement.cpp',
+ '$WEBCORE_DIR/svg/SVGClipPathElement.cpp',
+ '$WEBCORE_DIR/svg/SVGColor.cpp',
+ '$WEBCORE_DIR/svg/SVGComponentTransferFunctionElement.cpp',
+ '$WEBCORE_DIR/svg/SVGCursorElement.cpp',
+ '$WEBCORE_DIR/svg/SVGDefinitionSrcElement.cpp',
+ '$WEBCORE_DIR/svg/SVGDefsElement.cpp',
+ '$WEBCORE_DIR/svg/SVGDescElement.cpp',
+ '$WEBCORE_DIR/svg/SVGDocument.cpp',
+ '$PENDING_DIR/SVGDocumentExtensions.cpp',
+ '$WEBCORE_DIR/svg/SVGElement.cpp',
+ '$WEBCORE_DIR/svg/SVGElementInstance.cpp',
+ '$WEBCORE_DIR/svg/SVGElementInstanceList.cpp',
+ '$WEBCORE_DIR/svg/SVGEllipseElement.cpp',
+ '$WEBCORE_DIR/svg/SVGExternalResourcesRequired.cpp',
+ '$WEBCORE_DIR/svg/SVGFEBlendElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEColorMatrixElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEComponentTransferElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFECompositeElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEDiffuseLightingElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEDisplacementMapElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEDistantLightElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEFloodElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEFuncAElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEFuncBElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEFuncGElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEFuncRElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEGaussianBlurElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEImageElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFELightElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEMergeElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEMergeNodeElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEOffsetElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFEPointLightElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFESpecularLightingElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFESpotLightElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFETileElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFETurbulenceElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFilterElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFilterPrimitiveStandardAttributes.cpp',
+ '$WEBCORE_DIR/svg/SVGFitToViewBox.cpp',
+ '$WEBCORE_DIR/svg/SVGFont.cpp',
+ '$WEBCORE_DIR/svg/SVGFontData.cpp',
+ '$WEBCORE_DIR/svg/SVGFontElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFontFaceElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFontFaceFormatElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFontFaceNameElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFontFaceSrcElement.cpp',
+ '$WEBCORE_DIR/svg/SVGFontFaceUriElement.cpp',
+ '$WEBCORE_DIR/svg/SVGForeignObjectElement.cpp',
+ '$WEBCORE_DIR/svg/SVGGElement.cpp',
+ '$WEBCORE_DIR/svg/SVGGlyphElement.cpp',
+ '$WEBCORE_DIR/svg/SVGGradientElement.cpp',
+ '$WEBCORE_DIR/svg/SVGImageElement.cpp',
+ '$WEBCORE_DIR/svg/SVGImageLoader.cpp',
+ '$WEBCORE_DIR/svg/SVGLangSpace.cpp',
+ '$WEBCORE_DIR/svg/SVGLength.cpp',
+ '$WEBCORE_DIR/svg/SVGLengthList.cpp',
+ '$WEBCORE_DIR/svg/SVGLinearGradientElement.cpp',
+ '$WEBCORE_DIR/svg/SVGLineElement.cpp',
+ '$WEBCORE_DIR/svg/SVGLocatable.cpp',
+ '$WEBCORE_DIR/svg/SVGMarkerElement.cpp',
+ '$WEBCORE_DIR/svg/SVGMaskElement.cpp',
+ '$WEBCORE_DIR/svg/SVGMetadataElement.cpp',
+ '$WEBCORE_DIR/svg/SVGMissingGlyphElement.cpp',
+ '$WEBCORE_DIR/svg/SVGMPathElement.cpp',
+ '$WEBCORE_DIR/svg/SVGNumberList.cpp',
+ '$WEBCORE_DIR/svg/SVGPaint.cpp',
+ '$WEBCORE_DIR/svg/SVGParserUtilities.cpp',
+ '$WEBCORE_DIR/svg/SVGPathElement.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegArc.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegClosePath.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegCurvetoCubic.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegCurvetoCubicSmooth.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegCurvetoQuadratic.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegCurvetoQuadraticSmooth.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegLineto.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegLinetoHorizontal.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegLinetoVertical.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegList.cpp',
+ '$WEBCORE_DIR/svg/SVGPathSegMoveto.cpp',
+ '$WEBCORE_DIR/svg/SVGPatternElement.cpp',
+ '$WEBCORE_DIR/svg/SVGPointList.cpp',
+ '$WEBCORE_DIR/svg/SVGPolyElement.cpp',
+ '$WEBCORE_DIR/svg/SVGPolygonElement.cpp',
+ '$WEBCORE_DIR/svg/SVGPolylineElement.cpp',
+ '$WEBCORE_DIR/svg/SVGPreserveAspectRatio.cpp',
+ '$WEBCORE_DIR/svg/SVGRadialGradientElement.cpp',
+ '$WEBCORE_DIR/svg/SVGRectElement.cpp',
+ '$WEBCORE_DIR/svg/SVGScriptElement.cpp',
+ '$WEBCORE_DIR/svg/SVGSetElement.cpp',
+ '$WEBCORE_DIR/svg/SVGStopElement.cpp',
+ '$WEBCORE_DIR/svg/SVGStringList.cpp',
+ '$WEBCORE_DIR/svg/SVGStylable.cpp',
+ '$WEBCORE_DIR/svg/SVGStyledElement.cpp',
+ '$WEBCORE_DIR/svg/SVGStyledLocatableElement.cpp',
+ '$WEBCORE_DIR/svg/SVGStyledTransformableElement.cpp',
+ '$WEBCORE_DIR/svg/SVGStyleElement.cpp',
+ '$WEBCORE_DIR/svg/SVGSVGElement.cpp',
+ '$WEBCORE_DIR/svg/SVGSwitchElement.cpp',
+ '$WEBCORE_DIR/svg/SVGSymbolElement.cpp',
+ '$WEBCORE_DIR/svg/SVGTests.cpp',
+ '$WEBCORE_DIR/svg/SVGTextContentElement.cpp',
+ '$WEBCORE_DIR/svg/SVGTextElement.cpp',
+ '$WEBCORE_DIR/svg/SVGTextPathElement.cpp',
+ '$WEBCORE_DIR/svg/SVGTextPositioningElement.cpp',
+ '$WEBCORE_DIR/svg/SVGTimer.cpp',
+ '$WEBCORE_DIR/svg/SVGTitleElement.cpp',
+ '$WEBCORE_DIR/svg/SVGTransform.cpp',
+ '$WEBCORE_DIR/svg/SVGTransformable.cpp',
+ '$WEBCORE_DIR/svg/SVGTransformDistance.cpp',
+ '$WEBCORE_DIR/svg/SVGTransformList.cpp',
+ '$WEBCORE_DIR/svg/SVGTRefElement.cpp',
+ '$WEBCORE_DIR/svg/SVGTSpanElement.cpp',
+ '$WEBCORE_DIR/svg/SVGURIReference.cpp',
+ '$WEBCORE_DIR/svg/SVGUseElement.cpp',
+ '$WEBCORE_DIR/svg/SVGViewElement.cpp',
+ '$WEBCORE_DIR/svg/SVGViewSpec.cpp',
+ '$WEBCORE_DIR/svg/SVGZoomAndPan.cpp',
+ '$WEBCORE_DIR/svg/SVGZoomEvent.cpp',
+ '$WEBCORE_DIR/svg/TimeScheduler.cpp',
+ '$PENDING_DIR/SVGImage.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGPaintServer.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGPaintServerGradient.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGPaintServerLinearGradient.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGPaintServerPattern.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGPaintServerRadialGradient.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGPaintServerSolid.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGResource.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGResourceClipper.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGResourceFilter.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGResourceMarker.cpp',
+ '$WEBCORE_DIR/svg/graphics/SVGResourceMasker.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEBlend.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEColorMatrix.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEComponentTransfer.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEComposite.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEConvolveMatrix.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEDiffuseLighting.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEDisplacementMap.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEFlood.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEGaussianBlur.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEImage.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEMerge.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEMorphology.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFEOffset.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFESpecularLighting.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFETurbulence.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGFilterEffect.cpp',
+ '$WEBCORE_DIR/svg/graphics/filters/SVGLightSource.cpp',
+
+ '$WEBCORE_DIR/xml/DOMParser.cpp',
+ '$WEBCORE_DIR/xml/NativeXPathNSResolver.cpp',
+ '$PENDING_DIR/XMLHttpRequest.cpp',
+ '$WEBCORE_DIR/xml/XMLSerializer.cpp',
+ '$WEBCORE_DIR/xml/XPathEvaluator.cpp',
+ '$WEBCORE_DIR/xml/XPathExpression.cpp',
+ '$WEBCORE_DIR/xml/XPathExpressionNode.cpp',
+ '$WEBCORE_DIR/xml/XPathFunctions.cpp',
+ '$WEBCORE_DIR/xml/XPathNamespace.cpp',
+ '$WEBCORE_DIR/xml/XPathNodeSet.cpp',
+ '$WEBCORE_DIR/xml/XPathNSResolver.cpp',
+ '$WEBCORE_DIR/xml/XPathParser.cpp',
+ '$WEBCORE_DIR/xml/XPathPath.cpp',
+ '$WEBCORE_DIR/xml/XPathPredicate.cpp',
+ '$WEBCORE_DIR/xml/XPathResult.cpp',
+ '$WEBCORE_DIR/xml/XPathStep.cpp',
+ '$WEBCORE_DIR/xml/XPathUtil.cpp',
+ '$WEBCORE_DIR/xml/XPathValue.cpp',
+ '$WEBCORE_DIR/xml/XPathVariableReference.cpp',
+ '$PENDING_DIR/XSLImportRule.cpp',
+ '$PENDING_DIR/XSLStyleSheet.cpp',
+ '$WEBCORE_DIR/xml/XSLTExtensions.cpp',
+ '$PENDING_DIR/XSLTProcessor.cpp',
+ '$WEBCORE_DIR/xml/XSLTUnicodeSort.cpp',
+]
+
+env.StaticLibrary('WebCore', input_files + [obj])
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj new file mode 100644 index 0000000..0484a7a --- /dev/null +++ b/webkit/build/WebCore/WebCore.vcproj @@ -0,0 +1,5759 @@ +<?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="page" + > + <File + RelativePath="..\..\pending\AccessibilityObject.cpp" + > + </File> + <File + RelativePath="..\..\pending\AccessibilityObject.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\AnimationController.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\AnimationController.h" + > + </File> + <File + RelativePath="..\..\pending\AXObjectCache.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\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="..\..\pending\DOMWindow.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\DragController.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\DragController.h" + > + </File> + <File + RelativePath="..\..\pending\EventHandler.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\Frame.cpp" + > + </File> + <File + RelativePath="..\..\pending\Frame.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\FrameLoadRequest.h" + > + </File> + <File + RelativePath="..\..\pending\FramePrivate.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\FrameTree.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\FrameTree.h" + > + </File> + <File + RelativePath="..\..\pending\FrameView.cpp" + > + </File> + <File + RelativePath="..\..\pending\FrameView.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\InspectorClient.h" + > + </File> + <File + RelativePath="..\..\pending\InspectorController.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\MouseEventWithHitTestResults.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\MouseEventWithHitTestResults.h" + > + </File> + <File + RelativePath="..\..\pending\Page.cpp" + > + </File> + <File + RelativePath="..\..\pending\Page.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\Plugin.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\Screen.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\Screen.h" + > + </File> + <File + RelativePath="..\..\pending\Settings.cpp" + > + </File> + <File + RelativePath="..\..\pending\Settings.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\WindowFeatures.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\WindowFeatures.h" + > + </File> + </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="..\..\pending\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="..\..\pending\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="..\..\pending\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="..\..\pending\DocLoader.cpp" + > + </File> + <File + RelativePath="..\..\pending\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\FormState.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\loader\FormState.h" + > + </File> + <File + RelativePath="..\..\pending\FrameLoader.cpp" + > + </File> + <File + RelativePath="..\..\pending\FrameLoader.h" + > + </File> + <File + RelativePath="..\..\pending\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\ImageDocument.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\loader\ImageDocument.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\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="..\..\pending\TextResourceDecoder.cpp" + > + </File> + <File + RelativePath="..\..\pending\TextResourceDecoder.h" + > + </File> + </Filter> + <Filter + Name="platform" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Arena.cpp" + > + </File> + <File + RelativePath="..\..\pending\Arena.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ArrayImpl.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ArrayImpl.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\AutodrainedPool.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="..\..\port\platform\Cursor.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedArray.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedCString.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedCString.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\DeprecatedPtrQueue.h" + > + </File> + <File + RelativePath="..\..\pending\DeprecatedString.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedString.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedStringList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedStringList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedValueList.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedValueListImpl.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedValueListImpl.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\FileSystem.h" + > + </File> + <File + RelativePath="..\..\pending\FloatConversion.h" + > + </File> + <File + RelativePath="..\..\pending\Font.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Font.h" + > + </File> + <File + RelativePath="..\..\pending\FontCache.cpp" + > + </File> + <File + RelativePath="..\..\pending\FontCache.h" + > + </File> + <File + RelativePath="..\..\pending\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\FontSelector.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="..\..\pending\KURL.cpp" + > + </File> + <File + RelativePath="..\..\pending\KURL.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Language.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="..\..\port\platform\MIMETypeRegistry.cpp" + > + </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="..\..\pending\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\ScrollBar.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollBar.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollTypes.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ScrollView.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SearchPopupMenu.h" + > + </File> + <File + RelativePath="..\..\pending\SecurityOrigin.cpp" + > + </File> + <File + RelativePath="..\..\pending\SecurityOrigin.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="..\..\pending\StaticConstructors.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\SystemTime.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextStyle.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Threading.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Timer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Timer.h" + > + </File> + <File + RelativePath="..\..\pending\TreeShared.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Widget.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\Widget.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\WidgetClient.h" + > + </File> + <Filter + Name="graphics" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\AffineTransform.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\AffineTransform.h" + > + </File> + <File + RelativePath="..\..\pending\BitmapImage.cpp" + > + </File> + <File + RelativePath="..\..\pending\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\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="..\..\pending\GlyphWidthMap.cpp" + > + </File> + <File + RelativePath="..\..\pending\GlyphWidthMap.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GraphicsContext.cpp" + > + </File> + <File + RelativePath="..\..\pending\GraphicsContext.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="..\..\pending\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\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\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="..\..\pending\SimpleFontData.cpp" + > + </File> + <File + RelativePath="..\..\pending\SimpleFontData.h" + > + </File> + </Filter> + <Filter + Name="network" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\AuthenticationChallenge.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\AuthenticationChallenge.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\FormData.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\FormData.h" + > + </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\ProtectionSpace.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ProtectionSpace.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceError.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\ResourceError.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> + <Filter + Name="win" + > + <File + RelativePath="..\..\pending\FileSystemWin.cpp" + > + </File> + </Filter> + <Filter + Name="text" + > + <File + RelativePath="..\..\pending\AtomicString.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\AtomicString.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="..\..\pending\String.cpp" + > + </File> + <File + RelativePath="..\..\pending\StringHash.h" + > + </File> + <File + RelativePath="..\..\pending\StringImpl.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\TextCodec.cpp" + > + </File> + <File + RelativePath="..\..\pending\TextCodec.h" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\TextCodecUTF16.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextCodecUTF16.h" + > + </File> + <File + RelativePath="..\..\pending\TextDecoder.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextDecoder.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\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> + </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\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="..\..\pending\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="..\..\pending\CSSFontSelector.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSFontSelector.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\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="..\..\pending\CSSPageRule.h" + > + </File> + <File + RelativePath="..\..\pending\CSSParser.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSParser.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\CSSPropertyNames.in" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSQuirkPrimitiveValue.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\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="..\..\pending\CSSStyleRule.h" + > + </File> + <File + RelativePath="..\..\pending\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\CSSTransformValue.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSTransformValue.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\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\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\SVGCSSParser.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\css\SVGCSSStyleSelector.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\css\tokenizer.flex" + > + </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="..\..\pending\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\DataRef.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\Length.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\ListMarkerBox.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\ListMarkerBox.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="..\..\pending\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\RenderBR.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderBR.h" + > + </File> + <File + RelativePath="..\..\pending\RenderButton.cpp" + > + </File> + <File + RelativePath="..\..\pending\RenderButton.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderContainer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderContainer.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\RenderFlow.cpp" + > + </File> + <File + RelativePath="..\..\pending\RenderFlow.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\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\RenderLegend.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLegend.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="..\..\pending\RenderMenuList.cpp" + > + </File> + <File + RelativePath="..\..\pending\RenderMenuList.h" + > + </File> + <File + RelativePath="..\..\pending\RenderObject.cpp" + > + </File> + <File + RelativePath="..\..\pending\RenderObject.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderPart.cpp" + > + </File> + <File + RelativePath="..\..\pending\RenderPart.h" + > + </File> + <File + RelativePath="..\..\pending\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\RenderSlider.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderSlider.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderStyle.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderStyle.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\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="..\..\pending\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="..\..\pending\RenderText.cpp" + > + </File> + <File + RelativePath="..\..\pending\RenderText.h" + > + </File> + <File + RelativePath="..\..\pending\RenderTextControl.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderTextControl.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="..\..\pending\RenderTheme.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="..\..\pending\RenderWordBreak.cpp" + > + </File> + <File + RelativePath="..\..\pending\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\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\SVGRenderStyle.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRenderStyle.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRenderStyleDefs.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRenderStyleDefs.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="..\..\pending\SVGRootInlineBox.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\SVGRootInlineBox.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TableLayout.h" + > + </File> + </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="..\..\pending\XMLHttpRequest.cpp" + > + </File> + <File + RelativePath="..\..\pending\XMLHttpRequest.h" + > + </File> + <File + RelativePath="..\xml\XMLHttpRequestException.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="..\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="..\..\pending\XSLImportRule.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\xml\XSLImportRule.h" + > + </File> + <File + RelativePath="..\..\pending\XSLStyleSheet.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\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\AtomicStringList.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="..\..\pending\CharacterData.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CharacterData.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\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="..\..\pending\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="..\..\pending\Document.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\dom\DOMCoreException.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="..\..\pending\EventTarget.cpp" + > + </File> + <File + RelativePath="..\..\pending\EventTarget.h" + > + </File> + <File + RelativePath="..\..\pending\EventTargetNode.cpp" + > + </File> + <File + RelativePath="..\..\pending\EventTargetNode.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\KeyboardEvent.cpp" + > + </File> + <File + RelativePath="..\..\pending\KeyboardEvent.h" + > + </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\MessageEvent.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MessageEvent.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\MouseEvent.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\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="..\..\pending\Node.cpp" + > + </File> + <File + RelativePath="..\..\pending\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\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\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\WheelEvent.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WheelEvent.h" + > + </File> + <File + RelativePath="..\..\pending\XMLTokenizer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\XMLTokenizer.h" + > + </File> + </Filter> + <Filter + Name="bridge" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bridge\EditorClient.h" + > + </File> + <File + RelativePath="..\..\pending\GlobalHistory.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="..\..\pending\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="..\..\pending\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="..\..\pending\Editor.h" + > + </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="..\..\pending\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="..\..\pending\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="..\..\pending\RemoveFormatCommand.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveFormatCommand.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodeAttributeCommand.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\editing\RemoveNodeAttributeCommand.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="..\..\pending\ReplaceSelectionCommand.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\editing\ReplaceSelectionCommand.h" + > + </File> + <File + RelativePath="..\..\pending\Selection.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\editing\Selection.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\WrapContentsInDummySpanCommand.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\editing\WrapContentsInDummySpanCommand.h" + > + </File> + </Filter> + <Filter + Name="html" + > + <File + RelativePath="..\..\pending\CanvasGradient.cpp" + > + </File> + <File + RelativePath="..\..\pending\CanvasGradient.h" + > + </File> + <File + RelativePath="..\..\pending\CanvasPattern.cpp" + > + </File> + <File + RelativePath="..\..\pending\CanvasPattern.h" + > + </File> + <File + RelativePath="..\..\pending\CanvasRenderingContext2D.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\CanvasRenderingContext2D.h" + > + </File> + <File + RelativePath="..\..\pending\CanvasStyle.cpp" + > + </File> + <File + RelativePath="..\..\pending\CanvasStyle.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\FormDataList.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\FormDataList.h" + > + </File> + <File + RelativePath="..\..\pending\HTMLAnchorElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\HTMLAnchorElement.h" + > + </File> + <File + RelativePath="..\..\pending\HTMLAppletElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\HTMLAppletElement.h" + > + </File> + <File + RelativePath="..\..\pending\HTMLAreaElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\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="..\..\pending\HTMLElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\HTMLElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLElementFactory.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLElementFactory.h" + > + </File> + <File + RelativePath="..\..\pending\HTMLEmbedElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\HTMLEmbedElement.h" + > + </File> + <File + RelativePath="..\..\pending\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\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="..\..\pending\HTMLGenericFormElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\HTMLGenericFormElement.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="..\..\pending\HTMLInputElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\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="..\..\pending\HTMLLinkElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\HTMLObjectElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\HTMLOptGroupElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLOptGroupElement.h" + > + </File> + <File + RelativePath="..\..\pending\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="..\..\pending\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="..\..\pending\HTMLPlugInElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\HTMLPlugInElement.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="..\..\pending\HTMLScriptElement.cpp" + > + </File> + <File + RelativePath="..\..\pending\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\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\HTMLTextFieldInnerElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTextFieldInnerElement.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTitleElement.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLTitleElement.h" + > + </File> + <File + RelativePath="..\..\pending\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> + </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\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="..\..\pending\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\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\SVGTimer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\SVGTimer.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> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\TimeScheduler.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\TimeScheduler.h" + > + </File> + <Filter + Name="graphics" + > + <File + RelativePath="..\..\pending\SVGImage.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGImage.h" + > + </File> + <File + RelativePath="..\..\pending\SVGImageEmptyClients.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServer.cpp" + > + </File> + <File + RelativePath="..\..\pending\SVGPaintServer.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerGradient.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerGradient.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerLinearGradient.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerLinearGradient.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerPattern.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerPattern.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerRadialGradient.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerRadialGradient.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerSolid.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGPaintServerSolid.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResource.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResource.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceClipper.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceClipper.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceFilter.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceFilter.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceListener.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMarker.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMarker.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMasker.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\SVGResourceMasker.h" + > + </File> + <Filter + Name="filters" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGDistantLightSource.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEBlend.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEBlend.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEColorMatrix.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEColorMatrix.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEComponentTransfer.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEComponentTransfer.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEComposite.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEComposite.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEConvolveMatrix.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEConvolveMatrix.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEDiffuseLighting.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEDiffuseLighting.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEDisplacementMap.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEDisplacementMap.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEFlood.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEFlood.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEGaussianBlur.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEGaussianBlur.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEImage.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEImage.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEMerge.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEMerge.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEMorphology.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEMorphology.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEOffset.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFEOffset.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFESpecularLighting.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFESpecularLighting.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFETile.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFETurbulence.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFETurbulence.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFilterEffect.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGFilterEffect.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGLightSource.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGLightSource.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGPointLightSource.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\svg\graphics\filters\SVGSpotLightSource.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="events" + > + <File + RelativePath="..\..\pending\JSSVGLazyEventListener.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSVGLazyEventListener.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="history" + > + <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="storage" + > + </Filter> + <Filter + Name="plugins" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\npfunctions.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginDatabase.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginDebug.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginInfoStore.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginPackage.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginQuirkSet.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginStream.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginView.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> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/webkit/build/WebCore/generate_entitycodes.pl b/webkit/build/WebCore/generate_entitycodes.pl new file mode 100644 index 0000000..8ee0566 --- /dev/null +++ b/webkit/build/WebCore/generate_entitycodes.pl @@ -0,0 +1,79 @@ +#!/usr/bin/perl -w +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# +# This script is for generating the reverse entity code mapping using +# HTMLEntityNames.gperf as input. + +# Get original file path from agruments. +my $originalFileName = shift; + +# Open file for reading. +open $FILE, "<", $originalFileName or die "Can't open $originalFileName: $!"; + +# status for indicating current parsing status. +# 0 means waiting start, 1 means starting parsing, 2 means stopping parsing. +my $parseStatus = 0; + +# Counter for calculating number of entities. +my $dataCount = 0; + +# print file head comments. +print "// This file is generated from HTMLEntityNames.gperf. DO NOT EDIT IT!\n\n"; + +#print an anonymous namespace to avoid link-time conflicts. +print "namespace {\n\n"; + +# print the strutcure declaration of EntityCode. +print "struct EntityCode {\n wchar_t code;\n const char* name;\n};\n\n"; + +# print the array declaration of entities. +print "static const EntityCode entity_codes[] = {\n"; + +while(<$FILE>) { + chomp; + if (/^\%\%$/i) { + ++$parseStatus; + } elsif (!/^\#/ && $parseStatus == 1) { + my ($name, $code) = split(/,/); + if (defined($name) && defined($code)) { + $name =~ s/\s//g; + $code =~ s/\s//g; + if (length($name) > 0 && length($code) > 0) { + print ",\n" if $dataCount > 0; + print " {$code, \"&$name;\"}"; + ++$dataCount; + } + } + } +} + +# print declaration of entity_codes_length and close anonymous namespace declaration. +print "\n};\n\nstatic int entity_codes_length = sizeof(entity_codes) / sizeof(EntityCode);\n\n}\n"; diff --git a/webkit/build/WebCore/webcore.vsprops b/webkit/build/WebCore/webcore.vsprops new file mode 100644 index 0000000..e0b0446 --- /dev/null +++ b/webkit/build/WebCore/webcore.vsprops @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="webcore" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;..\webkit_common.vsprops" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="__PRETTY_FUNCTION__=__FUNCTION__;DISABLE_ACTIVEX_TYPE_CONVERSION_MPLAYER2" + DisableSpecificWarnings="4138; 4244; 4291; 4305; 4355; 4521; 4099;" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/font_file_copy.rules b/webkit/build/font_file_copy.rules new file mode 100644 index 0000000..0a526d5 --- /dev/null +++ b/webkit/build/font_file_copy.rules @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<VisualStudioToolFile + Name="Font file copy" + Version="8.00" + > + <Rules> + <CustomBuildRule + Name="Font file copy" + DisplayName="Font file copy" + CommandLine="xcopy /Y /F $(InputPath) $(OutDir)\fonts" + Outputs="$(OutDir)\fonts\$(InputFileName)" + FileExtensions="*.ttf;*.afm;*.txt" + ExecutionDescription="Copying font file..." + > + <Properties> + </Properties> + </CustomBuildRule> + </Rules> +</VisualStudioToolFile> diff --git a/webkit/build/glue/glue.vcproj b/webkit/build/glue/glue.vcproj new file mode 100644 index 0000000..89c44b6 --- /dev/null +++ b/webkit/build/glue/glue.vcproj @@ -0,0 +1,679 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="Glue" + ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}" + RootNamespace="glue" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\glue.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;.\glue.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="API" + > + <File + RelativePath="..\..\glue\cache_manager.h" + > + </File> + <File + RelativePath="..\..\glue\console_message_level.h" + > + </File> + <File + RelativePath="..\..\glue\context_node_types.h" + > + </File> + <File + RelativePath="..\..\glue\cpp_bound_class.h" + > + </File> + <File + RelativePath="..\..\glue\cpp_variant.h" + > + </File> + <File + RelativePath="..\..\glue\form_data.h" + > + </File> + <File + RelativePath="..\..\glue\image_decoder.h" + > + </File> + <File + RelativePath="..\..\glue\password_form.h" + > + </File> + <File + RelativePath="..\..\glue\resource_type.h" + > + </File> + <File + RelativePath="..\..\glue\webdatasource.h" + > + </File> + <File + RelativePath="..\..\glue\weberror.h" + > + </File> + <File + RelativePath="..\..\glue\webframe.h" + > + </File> + <File + RelativePath="..\..\glue\webhistoryitem.h" + > + </File> + <File + RelativePath="..\..\glue\webinputevent.h" + > + </File> + <File + RelativePath="..\..\glue\webplugin.h" + > + </File> + <File + RelativePath="..\..\glue\webplugin_delegate.h" + > + </File> + <File + RelativePath="..\..\glue\webpreferences.h" + > + </File> + <File + RelativePath="..\..\glue\webresponse.h" + > + </File> + <File + RelativePath="..\..\glue\webtextinput.h" + > + </File> + <File + RelativePath="..\..\glue\weburlrequest.h" + > + </File> + <File + RelativePath="..\..\glue\webview.h" + > + </File> + <File + RelativePath="..\..\glue\webview_delegate.h" + > + </File> + <File + RelativePath="..\..\glue\webwidget.h" + > + </File> + <File + RelativePath="..\..\glue\webwidget_delegate.h" + > + </File> + <File + RelativePath="..\..\glue\window_open_disposition.h" + > + </File> + </Filter> + <Filter + Name="Library" + > + <File + RelativePath="..\..\pending\AccessibleBase.cpp" + > + </File> + <File + RelativePath="..\..\pending\AccessibleBase.h" + > + </File> + <File + RelativePath="..\..\pending\AccessibleDocument.cpp" + > + </File> + <File + RelativePath="..\..\pending\AccessibleDocument.h" + > + </File> + <File + RelativePath="..\..\glue\alt_404_page_resource_fetcher.cc" + > + </File> + <File + RelativePath="..\..\glue\alt_404_page_resource_fetcher.h" + > + </File> + <File + RelativePath="..\..\glue\alt_error_page_resource_fetcher.cc" + > + </File> + <File + RelativePath="..\..\glue\alt_error_page_resource_fetcher.h" + > + </File> + <File + RelativePath="..\..\glue\autocomplete_input_listener.cc" + > + </File> + <File + RelativePath="..\..\glue\autocomplete_input_listener.h" + > + </File> + <File + RelativePath="..\..\glue\cache_manager.cc" + > + </File> + <File + RelativePath="..\..\glue\chrome_client_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\chrome_client_impl.h" + > + </File> + <File + RelativePath="..\..\glue\context_menu_client_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\context_menu_client_impl.h" + > + </File> + <File + RelativePath="..\..\glue\cpp_binding_example.cc" + > + </File> + <File + RelativePath="..\..\glue\cpp_bound_class.cc" + > + </File> + <File + RelativePath="..\..\glue\cpp_variant.cc" + > + </File> + <File + RelativePath="..\..\glue\debugger.cc" + > + </File> + <File + RelativePath="..\..\glue\debugger.h" + > + </File> + <File + RelativePath="..\..\glue\dom_operations.cc" + > + </File> + <File + RelativePath="..\..\glue\dom_operations.h" + > + </File> + <File + RelativePath="..\..\glue\dom_serializer.cc" + > + </File> + <File + RelativePath="..\..\glue\dom_serializer.h" + > + </File> + <File + RelativePath="..\..\glue\dom_serializer_delegate.h" + > + </File> + <File + RelativePath="..\..\glue\dragclient_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\dragclient_impl.h" + > + </File> + <File + RelativePath="..\..\glue\editor_client_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\editor_client_impl.h" + > + </File> + <File + RelativePath="..\..\glue\entity_map.cc" + > + </File> + <File + RelativePath="..\..\glue\entity_map.h" + > + </File> + <File + RelativePath="..\..\glue\event_conversion.cc" + > + </File> + <File + RelativePath="..\..\glue\event_conversion.h" + > + </File> + <File + RelativePath="..\..\glue\feed_preview.cc" + > + </File> + <File + RelativePath="..\..\glue\feed_preview.h" + > + </File> + <File + RelativePath="..\..\glue\glue_serialize.cc" + > + </File> + <File + RelativePath="..\..\glue\glue_serialize.h" + > + </File> + <File + RelativePath="..\..\glue\glue_util.cc" + > + </File> + <File + RelativePath="..\..\glue\glue_util.h" + > + </File> + <File + RelativePath="..\..\glue\image_decoder.cc" + > + </File> + <File + RelativePath="..\..\glue\image_resource_fetcher.cc" + > + </File> + <File + RelativePath="..\..\glue\image_resource_fetcher.h" + > + </File> + <File + RelativePath="..\..\glue\inspector_client_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\inspector_client_impl.h" + > + </File> + <File + RelativePath="..\..\glue\localized_strings.cc" + > + </File> + <File + RelativePath="..\..\glue\multipart_response_delegate.cc" + > + </File> + <File + RelativePath="..\..\glue\multipart_response_delegate.h" + > + </File> + <File + RelativePath="..\..\glue\password_autocomplete_listener.cc" + > + </File> + <File + RelativePath="..\..\glue\password_autocomplete_listener.h" + > + </File> + <File + RelativePath="..\..\glue\password_form_dom_manager.cc" + > + </File> + <File + RelativePath="..\..\glue\password_form_dom_manager.h" + > + </File> + <File + RelativePath="..\..\glue\resource.h" + > + </File> + <File + RelativePath="..\..\glue\resource_fetcher.cc" + > + </File> + <File + RelativePath="..\..\glue\resource_fetcher.h" + > + </File> + <File + RelativePath="..\..\glue\resource_handle_win.cc" + > + </File> + <File + RelativePath="..\..\glue\resource_loader_bridge.h" + > + </File> + <File + RelativePath="..\..\glue\searchable_form_data.cc" + > + </File> + <File + RelativePath="..\..\glue\searchable_form_data.h" + > + </File> + <File + RelativePath="..\..\glue\simple_clipboard_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webcursor.cc" + > + </File> + <File + RelativePath="..\..\glue\webcursor.h" + > + </File> + <File + RelativePath="..\..\glue\webdatasource_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webdatasource_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webdocumentloader_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webdocumentloader_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webdropdata.cc" + > + </File> + <File + RelativePath="..\..\glue\webdropdata.h" + > + </File> + <File + RelativePath="..\..\glue\weberror_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\weberror_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webframe_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webframe_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webframeloaderclient_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webframeloaderclient_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webhistoryitem_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webhistoryitem_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webinputevent.cc" + > + </File> + <File + RelativePath="..\..\glue\webkit_glue.cc" + > + </File> + <File + RelativePath="..\..\glue\webkit_glue.h" + > + </File> + <File + RelativePath="..\..\glue\webplugin_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webplugin_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webresponse_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webtextinput_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webtextinput_impl.h" + > + </File> + <File + RelativePath="..\..\glue\weburlrequest_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\weburlrequest_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webview_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webview_impl.h" + > + </File> + <File + RelativePath="..\..\glue\webwidget_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\webwidget_impl.h" + > + </File> + </Filter> + <Filter + Name="Plugins" + > + <File + RelativePath="..\..\glue\plugins\mozilla_extensions.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\mozilla_extensions.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\nphostapi.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_data_stream.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_data_stream.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_host.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_host.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_instance.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_instance.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_lib.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_lib.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_list.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_list.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_stream.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_stream.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_stream_url.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_stream_url.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_string_stream.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\plugin_string_stream.h" + > + </File> + <File + RelativePath="..\..\glue\plugins\webplugin_delegate_impl.cc" + > + </File> + <File + RelativePath="..\..\glue\plugins\webplugin_delegate_impl.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/webkit/build/glue/glue.vsprops b/webkit/build/glue/glue.vsprops new file mode 100644 index 0000000..54cd1aa --- /dev/null +++ b/webkit/build/glue/glue.vsprops @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="glue" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\glue;"$(OutDir)";"$(IntDir)\..\localized_strings";"$(IntDir)\..\generated_resources"" + PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE;_HAS_EXCEPTIONS=1" + WarnAsError="true" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/js_engine.vsprops b/webkit/build/js_engine.vsprops new file mode 100644 index 0000000..e1b5060 --- /dev/null +++ b/webkit/build/js_engine.vsprops @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="js_engine" + InheritedPropertySheets=".\V8Bindings\using_v8bindings.vsprops" + > +</VisualStudioPropertySheet> diff --git a/webkit/build/js_engine_kjs.vsprops b/webkit/build/js_engine_kjs.vsprops new file mode 100644 index 0000000..02f569a --- /dev/null +++ b/webkit/build/js_engine_kjs.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="js_engine" + InheritedPropertySheets=".\KJSBindings\using_KJSBindings.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""..\..\pending\kjs";"$(IntDir)\..\KJSBindings\DerivedSources";"..\..\..\third_party\WebKit\WebCore\bindings\js";"..\..\build\JavaScriptCore";" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/localized_strings/SConscript b/webkit/build/localized_strings/SConscript new file mode 100644 index 0000000..d5f9e90 --- /dev/null +++ b/webkit/build/localized_strings/SConscript @@ -0,0 +1,58 @@ +# Copyright 2008, Google Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Google Inc. nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Import(['env', 'env_res'])
+
+env = env.Clone()
+env_res = env_res.Clone()
+
+env_res.Append(
+ CPPPATH = [
+ ".",
+ #"#/../chrome/Debug/obj/chrome_dll",
+ "#/..",
+ #"#/../chrome/Debug/obj",
+ ],
+ RCFLAGS = [
+ ["/l", "0x409"],
+ ],
+)
+
+import os
+import sys
+sys.path.append(Dir('#/../tools/grit').abspath)
+env_grd = env.Clone()
+env_grd.Tool('scons', toolpath=['#/../tools/grit/grit'])
+# This dummy target (webkit_strings) is used to tell the emitter where
+# to put the target files.
+generated = env_grd.GRIT('webkit_strings',
+ '#/../webkit/glue/webkit_strings.grd')
+for g in [ g for g in generated if str(g).endswith('.rc') ]:
+ env_res.RES(g)
+
diff --git a/webkit/build/localized_strings/localized_strings.vcproj b/webkit/build/localized_strings/localized_strings.vcproj new file mode 100644 index 0000000..f63cd28 --- /dev/null +++ b/webkit/build/localized_strings/localized_strings.vcproj @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="localized_strings" + ProjectGUID="{60B43839-95E6-4526-A661-209F16335E0E}" + RootNamespace="localized_strings" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + <ToolFile + RelativePath="..\..\..\tools\grit\build\grit_resource_file.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="$(IntDir)\webkit_strings.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/webkit/build/port/SConscript b/webkit/build/port/SConscript new file mode 100644 index 0000000..b503255 --- /dev/null +++ b/webkit/build/port/SConscript @@ -0,0 +1,657 @@ +# Copyright 2008, Google Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Google Inc. nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+import os.path
+import re
+
+Import('env')
+
+webcore = env.Dir('$WEBKIT_DIR/WebCore')
+webcore_posix = webcore.abspath.replace('\\', '/')
+
+cygwin = env.Dir('$CYGWIN_DIR/bin')
+cygwin_posix = cygwin.abspath.replace('\\', '/')
+
+pending = env.Dir('#../webkit/pending')
+portroot = env.Dir('#../webkit/port')
+webkit_build = env.Dir('#../webkit/build')
+bindings_output_dir = env.Dir('#/../webkit/$BUILD_TYPE/scons/V8Bindings')
+
+
+env = env.Clone(
+ WEBCORE = webcore,
+ PORTROOT = portroot,
+ WEBKIT_BUILD = webkit_build,
+
+ BINDINGS_SCRIPTS_DIR = '$WEBKIT_DIR/port/bindings/scripts',
+ BINDINGS_SCRIPT = '$BINDINGS_SCRIPTS_DIR/generate-bindings.pl',
+
+ PERL_INCLUDE_PATH = ['$BINDINGS_SCRIPTS_DIR',
+ '#/../third_party/WebKit/WebCore/bindings/scripts'],
+
+ WEBKIT_PORT_DIR = '$WEBKIT_DIR/port',
+
+ FEATURE_DEFINES = [
+ 'ENABLE_XSLT',
+ 'ENABLE_XPATH',
+ 'ENABLE_SVG',
+ 'ENABLE_SVG_FOREIGN_OBJECT',
+ 'ENABLE_SVG_USE',
+ 'ENABLE_SVG_AS_IMAGE',
+ 'ENABLE_SVG_FONTS',
+ ],
+
+ SVG_FLAGS = [
+ 'ENABLE_SVG_FOREIGN_OBJECT=1',
+ 'ENABLE_SVG_USE=1',
+ 'ENABLE_SVG_AS_IMAGE=1',
+ 'ENABLE_SVG_FONTS=1',
+ ],
+
+ BINDINGS_INCLUDE_PATH = [
+ '$WEBCORE/dom',
+ '$WEBCORE/html',
+ '$WEBCORE/css',
+ '$WEBCORE/page',
+ '$WEBCORE/xml',
+ '$WEBCORE/svg',
+ ],
+ BINDINGS_INCLUDE_FLAG = '--include ',
+ BINDINGS_INCLUDE_SUFFIX = '',
+ _BINDINGS_INCLUDE_FLAGS = '${_concat(BINDINGS_INCLUDE_FLAG, ' + \
+ 'BINDINGS_INCLUDE_PATH, ' + \
+ 'BINDINGS_INCLUDE_SUFFIX, ' + \
+ '__env__, RDirs, TARGET, SOURCE)}',
+)
+
+env.PrependENVPath('PATH', cygwin_posix)
+
+bindings_perl_modules = env.Glob('$BINDINGS_SCRIPTS_DIR/*.pm')
+
+
+def BindingsEmitter(target, source, env):
+ idl_contents = open(source[0].rfile().abspath, 'r').read()
+ idl_contents = re.sub('//[^\\n]*\\n', '', idl_contents)
+ interfaces = re.findall('interface\\s*(?:\\[[^]]+\\])?\\s*'
+ '(\\w+)[^{]*[{]', idl_contents)
+ new_target = []
+ for i in interfaces:
+ new_cpp = '$DERIVED_DIR/${BINDINGSPREFIX}' + i + '.cpp'
+ new_h = '$DERIVED_DIR/${BINDINGSPREFIX}' + i + '.h'
+ new_target.extend([new_cpp, new_h])
+ env.Depends(new_cpp, bindings_perl_modules)
+ env.Depends(new_h, bindings_perl_modules)
+ source.append('$BINDINGS_SCRIPT')
+ return new_target, source
+
+
+env.Append(
+ BUILDERS = {'Bindings' : Builder(action = '$BINDINGSCOM',
+ src_suffix = '.idl',
+ emitter = BindingsEmitter,
+ ),
+ },
+)
+env.Replace(
+ # TODO(bradnelson): don't have the path change here!!!
+ # TODO(bradnelson): fix ugly hack with one include!
+ BINDINGSCOM = '$PERL $_PERL_INCLUDE_FLAGS ' + \
+ '${SOURCES[1]} ' + \
+ '--include ../webkit/port/dom ' + \
+ '--include ../third_party/WebKit/WebCore/svg ' + \
+ '--defines "$FEATURE_DEFINES $BINDINGS_LANGUAGE" ' + \
+ '--generator $BINDINGS_GENERATOR_ARG ' + \
+ '$_BINDINGS_INCLUDE_FLAGS ' + \
+ '--outputdir ${TARGET.dir} ' + \
+ '${SOURCES[0].posix}',
+)
+
+if env['PLATFORM'] == 'mac': # Mac OS X
+ env['BINDINGSPREFIX'] = 'DOM'
+ env['BINDINGS_GENERATOR_ARG'] = 'ObjC'
+ env['BINDINGS_LANGUAGE'] = 'LANGUAGE_OBJECTIVE_C'
+ env.Append(BINDINGS_INCLUDE_PATH = [ 'bindings/js' ])
+elif False:
+ env['BINDINGSPREFIX'] = 'JS'
+ env['BINDINGS_GENERATOR_ARG'] = 'JS'
+ env['BINDINGS_LANGUAGE'] = 'LANGUAGE_JAVASCRIPT'
+ env.Append(BINDINGS_INCLUDE_PATH = [ 'bindings/js' ])
+elif True:
+ env['BINDINGSPREFIX'] = 'V8'
+ env['BINDINGS_GENERATOR_ARG'] = 'V8'
+ env['BINDINGS_LANGUAGE'] = 'LANGUAGE_JAVASCRIPT V8_BINDING'
+ env.Prepend(PERL_INCLUDE_PATH = [ '$PORTROOT/bindings/scripts' ])
+ env.Prepend(BINDINGS_INCLUDE_PATH = [
+ '$PORTROOT/dom',
+ '$PORTROOT/html',
+ '$PORTROOT/page',
+ '$PORTROOT/xml',
+ ])
+else:
+ print 'I am not going to generate bindings for you!'
+
+
+idl_files = [
+ 'css/Counter.idl',
+ 'css/CSSCharsetRule.idl',
+ 'css/CSSFontFaceRule.idl',
+ 'css/CSSImportRule.idl',
+ 'css/CSSMediaRule.idl',
+ 'css/CSSPageRule.idl',
+ 'css/CSSPrimitiveValue.idl',
+ 'css/CSSRule.idl',
+ 'css/CSSRuleList.idl',
+ 'css/CSSStyleDeclaration.idl',
+ 'css/CSSStyleRule.idl',
+ 'css/CSSStyleSheet.idl',
+ 'css/CSSUnknownRule.idl',
+ 'css/CSSValue.idl',
+ 'css/CSSValueList.idl',
+ 'css/MediaList.idl',
+ 'css/Rect.idl',
+ 'css/RGBColor.idl',
+ 'css/StyleSheet.idl',
+ 'css/StyleSheetList.idl',
+
+ 'dom/Attr.idl',
+ 'dom/CDATASection.idl',
+ 'dom/CharacterData.idl',
+ 'dom/Clipboard.idl', # port only
+ 'dom/Comment.idl',
+ 'dom/Document.idl',
+ 'dom/DocumentFragment.idl',
+ 'dom/DocumentType.idl',
+ 'dom/DOMCoreException.idl',
+ 'dom/DOMImplementation.idl',
+ 'dom/Element.idl',
+ 'dom/Entity.idl',
+ 'dom/EntityReference.idl',
+ 'dom/Event.idl',
+ 'dom/EventException.idl',
+ 'dom/EventListener.idl',
+ 'dom/EventTarget.idl',
+ 'dom/EventTargetNode.idl', # port only
+ 'dom/KeyboardEvent.idl',
+ 'dom/MessageEvent.idl',
+ 'dom/MouseEvent.idl',
+ 'dom/MutationEvent.idl',
+ 'dom/NamedNodeMap.idl',
+ 'dom/Node.idl',
+ 'dom/NodeFilter.idl',
+ 'dom/NodeIterator.idl',
+ 'dom/NodeList.idl',
+ 'dom/Notation.idl',
+ 'dom/OverflowEvent.idl',
+ 'dom/ProcessingInstruction.idl',
+ 'dom/ProgressEvent.idl',
+ 'dom/Range.idl',
+ 'dom/RangeException.idl',
+ 'dom/Text.idl',
+ 'dom/TextEvent.idl',
+ 'dom/TreeWalker.idl',
+ 'dom/UIEvent.idl',
+ 'dom/WheelEvent.idl',
+
+ 'html/CanvasGradient.idl',
+ 'html/CanvasPattern.idl',
+ 'html/CanvasRenderingContext2D.idl',
+ 'html/HTMLAnchorElement.idl',
+ 'html/HTMLAppletElement.idl',
+ 'html/HTMLAreaElement.idl',
+ 'html/HTMLAudioElement.idl',
+ 'html/HTMLBaseElement.idl',
+ 'html/HTMLBaseFontElement.idl',
+ 'html/HTMLBlockquoteElement.idl',
+ 'html/HTMLBodyElement.idl',
+ 'html/HTMLBRElement.idl',
+ 'html/HTMLButtonElement.idl',
+ 'html/HTMLCanvasElement.idl',
+ 'html/HTMLCollection.idl',
+ 'html/HTMLDirectoryElement.idl',
+ 'html/HTMLDivElement.idl',
+ 'html/HTMLDListElement.idl',
+ 'html/HTMLDocument.idl',
+ 'html/HTMLElement.idl',
+ 'html/HTMLEmbedElement.idl',
+ 'html/HTMLFieldSetElement.idl',
+ 'html/HTMLFontElement.idl',
+ 'html/HTMLFormElement.idl',
+ 'html/HTMLFrameElement.idl',
+ 'html/HTMLFrameSetElement.idl',
+ 'html/HTMLHeadElement.idl',
+ 'html/HTMLHeadingElement.idl',
+ 'html/HTMLHRElement.idl',
+ 'html/HTMLHtmlElement.idl',
+ 'html/HTMLIFrameElement.idl',
+ 'html/HTMLImageElement.idl',
+ 'html/HTMLInputElement.idl',
+ 'html/HTMLIsIndexElement.idl',
+ 'html/HTMLLabelElement.idl',
+ 'html/HTMLLegendElement.idl',
+ 'html/HTMLLIElement.idl',
+ 'html/HTMLLinkElement.idl',
+ 'html/HTMLMapElement.idl',
+ 'html/HTMLMarqueeElement.idl',
+ 'html/HTMLMediaElement.idl',
+ 'html/HTMLMenuElement.idl',
+ 'html/HTMLMetaElement.idl',
+ 'html/HTMLModElement.idl',
+ 'html/HTMLObjectElement.idl',
+ 'html/HTMLOListElement.idl',
+ 'html/HTMLOptGroupElement.idl',
+ 'html/HTMLOptionElement.idl',
+ 'html/HTMLOptionsCollection.idl',
+ 'html/HTMLParagraphElement.idl',
+ 'html/HTMLParamElement.idl',
+ 'html/HTMLPreElement.idl',
+ 'html/HTMLQuoteElement.idl',
+ 'html/HTMLScriptElement.idl',
+ 'html/HTMLSelectElement.idl',
+ 'html/HTMLSelectionInputElement.idl', # port only
+ 'html/HTMLSourceElement.idl',
+ 'html/HTMLStyleElement.idl',
+ 'html/HTMLTableCaptionElement.idl',
+ 'html/HTMLTableCellElement.idl',
+ 'html/HTMLTableColElement.idl',
+ 'html/HTMLTableElement.idl',
+ 'html/HTMLTableRowElement.idl',
+ 'html/HTMLTableSectionElement.idl',
+ 'html/HTMLTextAreaElement.idl',
+ 'html/HTMLTitleElement.idl',
+ 'html/HTMLUListElement.idl',
+ 'html/UndetectableHTMLCollection.idl', # port only
+ 'html/HTMLVideoElement.idl',
+ 'html/MediaError.idl',
+ 'html/TimeRanges.idl',
+ 'html/VoidCallback.idl',
+
+ 'page/AbstractView.idl',
+ 'page/BarInfo.idl',
+ 'page/Console.idl',
+ 'page/DOMSelection.idl',
+ 'page/DOMWindow.idl',
+ 'page/History.idl',
+ 'page/Screen.idl',
+
+ 'page/inspector/InspectorController.idl', # port only
+
+ 'page/Navigator.idl', # port only
+ 'page/Location.idl', # port only
+
+
+ 'xml/DOMParser.idl',
+ 'xml/DOMParser.idl',
+ 'xml/XMLHttpRequest.idl', # port only
+ 'xml/XMLHttpRequestException.idl',
+ 'xml/XMLSerializer.idl',
+ 'xml/XPathEvaluator.idl',
+ 'xml/XPathException.idl',
+ 'xml/XPathExpression.idl',
+ 'xml/XPathNSResolver.idl',
+ 'xml/XPathResult.idl',
+ 'xml/XSLTProcessor.idl', # port only
+
+ 'ksvg2/svg/SVGMatrix.idl', # port only
+ 'ksvg2/svg/SVGPathSegList.idl', # port only
+ 'ksvg2/svg/SVGPointList.idl', # port only
+ 'ksvg2/svg/SVGTransformList.idl', # port only
+
+ 'svg/SVGLength.idl',
+ 'svg/SVGElement.idl',
+ 'svg/SVGAElement.idl',
+ 'svg/SVGURIReference.idl',
+ 'svg/SVGRect.idl',
+ 'svg/SVGRectElement.idl',
+ 'svg/SVGRenderingIntent.idl',
+ 'svg/SVGAngle.idl',
+ 'svg/SVGAnimateColorElement.idl',
+ 'svg/SVGAnimateElement.idl',
+ 'svg/SVGAnimateTransformElement.idl',
+ 'svg/SVGAnimatedAngle.idl',
+ 'svg/SVGAnimatedBoolean.idl',
+ 'svg/SVGAnimatedEnumeration.idl',
+ 'svg/SVGAnimatedInteger.idl',
+ 'svg/SVGAnimatedLength.idl',
+ 'svg/SVGAnimatedLengthList.idl',
+ 'svg/SVGAnimatedNumber.idl',
+ 'svg/SVGAnimatedNumberList.idl',
+ 'svg/SVGAnimatedPathData.idl',
+ 'svg/SVGAnimatedPoints.idl',
+ 'svg/SVGAnimatedPreserveAspectRatio.idl',
+ 'svg/SVGAnimatedRect.idl',
+ 'svg/SVGAnimatedString.idl',
+ 'svg/SVGAnimatedTransformList.idl',
+ 'svg/SVGAnimationElement.idl',
+ 'svg/SVGCircleElement.idl',
+ 'svg/SVGClipPathElement.idl',
+ 'svg/SVGColor.idl',
+ 'svg/SVGComponentTransferFunctionElement.idl',
+ 'svg/SVGCursorElement.idl',
+ 'svg/SVGDefinitionSrcElement.idl',
+ 'svg/SVGDefsElement.idl',
+ 'svg/SVGDescElement.idl',
+ 'svg/SVGDocument.idl',
+ 'svg/SVGElement.idl',
+ 'svg/SVGElementInstance.idl',
+ 'svg/SVGElementInstanceList.idl',
+ 'svg/SVGEllipseElement.idl',
+ 'svg/SVGException.idl',
+ 'svg/SVGExternalResourcesRequired.idl',
+ 'svg/SVGFEBlendElement.idl',
+ 'svg/SVGFEColorMatrixElement.idl',
+ 'svg/SVGFEComponentTransferElement.idl',
+ 'svg/SVGFECompositeElement.idl',
+ 'svg/SVGFEDiffuseLightingElement.idl',
+ 'svg/SVGFEDisplacementMapElement.idl',
+ 'svg/SVGFEDistantLightElement.idl',
+ 'svg/SVGFEFloodElement.idl',
+ 'svg/SVGFEFuncAElement.idl',
+ 'svg/SVGFEFuncBElement.idl',
+ 'svg/SVGFEFuncGElement.idl',
+ 'svg/SVGFEFuncRElement.idl',
+ 'svg/SVGFEGaussianBlurElement.idl',
+ 'svg/SVGFEImageElement.idl',
+ 'svg/SVGFEMergeElement.idl',
+ 'svg/SVGFEMergeNodeElement.idl',
+ 'svg/SVGFEOffsetElement.idl',
+ 'svg/SVGFEPointLightElement.idl',
+ 'svg/SVGFESpecularLightingElement.idl',
+ 'svg/SVGFESpotLightElement.idl',
+ 'svg/SVGFETileElement.idl',
+ 'svg/SVGFETurbulenceElement.idl',
+ 'svg/SVGFontElement.idl',
+ 'svg/SVGFontFaceElement.idl',
+ 'svg/SVGFontFaceFormatElement.idl',
+ 'svg/SVGFontFaceNameElement.idl',
+ 'svg/SVGFontFaceSrcElement.idl',
+ 'svg/SVGFontFaceUriElement.idl',
+ 'svg/SVGFilterElement.idl',
+ 'svg/SVGFilterPrimitiveStandardAttributes.idl',
+ 'svg/SVGFitToViewBox.idl',
+ 'svg/SVGForeignObjectElement.idl',
+ 'svg/SVGGElement.idl',
+ 'svg/SVGGlyphElement.idl',
+ 'svg/SVGGradientElement.idl',
+ 'svg/SVGImageElement.idl',
+ 'svg/SVGLangSpace.idl',
+ 'svg/SVGLength.idl',
+ 'svg/SVGLengthList.idl',
+ 'svg/SVGLineElement.idl',
+ 'svg/SVGLinearGradientElement.idl',
+ 'svg/SVGLocatable.idl',
+ 'svg/SVGMarkerElement.idl',
+ 'svg/SVGMaskElement.idl',
+ 'svg/SVGMetadataElement.idl',
+ 'svg/SVGMissingGlyphElement.idl',
+ 'svg/SVGNumber.idl',
+ 'svg/SVGNumberList.idl',
+ 'svg/SVGPaint.idl',
+ 'svg/SVGPathElement.idl',
+ 'svg/SVGPathSeg.idl',
+ 'svg/SVGPathSegArcAbs.idl',
+ 'svg/SVGPathSegArcRel.idl',
+ 'svg/SVGPathSegClosePath.idl',
+ 'svg/SVGPathSegCurvetoCubicAbs.idl',
+ 'svg/SVGPathSegCurvetoCubicRel.idl',
+ 'svg/SVGPathSegCurvetoCubicSmoothAbs.idl',
+ 'svg/SVGPathSegCurvetoCubicSmoothRel.idl',
+ 'svg/SVGPathSegCurvetoQuadraticAbs.idl',
+ 'svg/SVGPathSegCurvetoQuadraticRel.idl',
+ 'svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl',
+ 'svg/SVGPathSegCurvetoQuadraticSmoothRel.idl',
+ 'svg/SVGPathSegLinetoAbs.idl',
+ 'svg/SVGPathSegLinetoHorizontalAbs.idl',
+ 'svg/SVGPathSegLinetoHorizontalRel.idl',
+ 'svg/SVGPathSegLinetoRel.idl',
+ 'svg/SVGPathSegLinetoVerticalAbs.idl',
+ 'svg/SVGPathSegLinetoVerticalRel.idl',
+ 'svg/SVGPathSegMovetoAbs.idl',
+ 'svg/SVGPathSegMovetoRel.idl',
+ 'svg/SVGPatternElement.idl',
+ 'svg/SVGPoint.idl',
+ 'svg/SVGPolygonElement.idl',
+ 'svg/SVGPolylineElement.idl',
+ 'svg/SVGPreserveAspectRatio.idl',
+ 'svg/SVGRadialGradientElement.idl',
+ 'svg/SVGRect.idl',
+ 'svg/SVGRectElement.idl',
+ 'svg/SVGRenderingIntent.idl',
+ 'svg/SVGSVGElement.idl',
+ 'svg/SVGScriptElement.idl',
+ 'svg/SVGSetElement.idl',
+ 'svg/SVGStopElement.idl',
+ 'svg/SVGStringList.idl',
+ 'svg/SVGStylable.idl',
+ 'svg/SVGStyleElement.idl',
+ 'svg/SVGSwitchElement.idl',
+ 'svg/SVGSymbolElement.idl',
+ 'svg/SVGTRefElement.idl',
+ 'svg/SVGTSpanElement.idl',
+ 'svg/SVGTests.idl',
+ 'svg/SVGTextContentElement.idl',
+ 'svg/SVGTextElement.idl',
+ 'svg/SVGTextPathElement.idl',
+ 'svg/SVGTextPositioningElement.idl',
+ 'svg/SVGTitleElement.idl',
+ 'svg/SVGTransform.idl',
+ 'svg/SVGTransformable.idl',
+ 'svg/SVGURIReference.idl',
+ 'svg/SVGUnitTypes.idl',
+ 'svg/SVGUseElement.idl',
+ 'svg/SVGViewElement.idl',
+ 'svg/SVGZoomAndPan.idl',
+ 'svg/SVGZoomEvent.idl',
+]
+
+for subdir in set([os.path.dirname(n) for n in idl_files]):
+ dir = env.Dir('#/$BUILD_TYPE/webkit/port/' + subdir)
+
+ dir.addRepository(env.Dir('#/../webkit/pending'))
+ dir.addRepository(env.Dir('#/../webkit/port/' + subdir))
+ dir.addRepository(env.Dir('#/../third_party/WebKit/WebCore/' + subdir))
+
+for name in idl_files:
+ env.Bindings('$WEBKIT_DIR/port/' + name)
+
+
+# copy over some files
+i = env.Install('$SHARED_DIR',
+ ['$WEBKIT_PORT_DIR/bindings/js/PausedTimeouts.h',
+ '$WEBKIT_PORT_DIR/bindings/js/PausedTimeouts.cpp'])
+env.Alias('webkit', i)
+
+
+
+# HTML tag and attribute names
+env.Command(['$DERIVED_DIR/HTMLNames.cpp',
+ '$DERIVED_DIR/HTMLNames.h'],
+ ['$WEBKIT_PORT_DIR/dom/make_names.pl',
+ '$WEBKIT_PORT_DIR/html/HTMLTagNames.in',
+ '$WEBKIT_PORT_DIR/html/HTMLAttributeNames.in'],
+ '$PERL ${SOURCES[0].posix} ' + \
+ '--tags ${SOURCES[1].posix} ' + \
+ '--attrs ${SOURCES[2].posix} ' + \
+ '--namespace HTML --namespacePrefix xhtml ' + \
+ '--cppNamespace WebCore ' + \
+ '--namespaceURI "http://www.w3.org/1999/xhtml" ' + \
+ '--attrsNullNamespace --output $DERIVED_DIR')
+
+env.Command(['$DERIVED_DIR/XMLNames.cpp',
+ '$DERIVED_DIR/XMLNames.h'],
+ ['$WEBKIT_PORT_DIR/dom/make_names.pl',
+ '$WEBKIT_PORT_DIR/xml/xmlattrs.in'],
+ '$PERL ${SOURCES[0].posix} ' + \
+ '--attrs ${SOURCES[1].posix} ' + \
+ '--namespace XML --cppNamespace WebCore ' + \
+ '--namespaceURI "http://www.w3.org/XML/1998/namespace" ' + \
+ '--output $DERIVED_DIR')
+
+env.Command(['$DERIVED_DIR/SVGElementFactory.cpp',
+ '$DERIVED_DIR/SVGElementFactory.h',
+ '$DERIVED_DIR/SVGNames.cpp',
+ '$DERIVED_DIR/SVGNames.h'],
+ ['$WEBKIT_PORT_DIR/dom/make_names.pl',
+ '$WEBKIT_PORT_DIR/svg/svgtags.in',
+ '$WEBKIT_PORT_DIR/svg/svgattrs.in'],
+ '$PERL ${SOURCES[0].posix} ' + \
+ '--tags ${SOURCES[1].posix} ' + \
+ '--attrs ${SOURCES[2].posix} ' + \
+ '--extraDefines "$SVG_FLAGS" ' + \
+ '--namespace SVG --cppNamespace WebCore ' + \
+ '--namespaceURI "http://www.w3.org/2000/svg" ' + \
+ '--factory --attrsNullNamespace --output $DERIVED_DIR')
+
+env.Command(['$DERIVED_DIR/XLinkNames.cpp',
+ '$DERIVED_DIR/XLinkNames.h'],
+ ['$WEBKIT_PORT_DIR/dom/make_names.pl',
+ '$WEBKIT_PORT_DIR/svg/xlinkattrs.in'],
+ '$PERL ${SOURCES[0].posix} ' + \
+ '--attrs ${SOURCES[1].posix} ' + \
+ '--namespace XLink --cppNamespace WebCore ' + \
+ '--namespaceURI "http://www.w3.org/1999/xlink" ' + \
+ '--output $DERIVED_DIR')
+
+# Add SVG Symbols to the WebCore exported symbols file
+# TODO(bradnelson): fix this
+#WebCore.exp : WebCore.base.exp WebCore.SVG.exp
+# cat $^ > $@
+
+
+env.Command('$DERIVED_DIR/html4.css',
+ ['$WEBKIT_PORT_DIR/css/html4.css',
+ '$PORTROOT/css/html4-overrides.css'],
+ 'type $SOURCES > $TARGETS')
+
+env.Command('$DERIVED_DIR/quirks.css',
+ ['$WEBKIT_PORT_DIR/css/quirks.css',
+ '$PORTROOT/css/quirks-overrides.css'],
+ 'type $SOURCES > $TARGETS')
+
+env.Command(['$DERIVED_DIR/UserAgentStyleSheets.h',
+ '$DERIVED_DIR/UserAgentStyleSheetsData.cpp'],
+ ['$WEBKIT_PORT_DIR/css/make-css-file-arrays.pl',
+ '$WEBKIT_PORT_DIR/css/view-source.css',
+ '$WEBKIT_PORT_DIR/css/svg.css',
+ '$DERIVED_DIR/html4.css',
+ '$DERIVED_DIR/quirks.css'],
+ '$PERL ${SOURCES[0].posix} ${TARGETS.posix} ${SOURCES[1:].posix}')
+
+env.Command(['$DERIVED_DIR/XPathGrammar.cpp',
+ '$DERIVED_DIR/XPathGrammar.h'],
+ ['$WEBKIT_PORT_DIR/xml/XPathGrammar.y'],
+ '$YACC -d -p xpathyy ${SOURCES[0].posix} -o ${TARGET.posix} && ' + \
+ 'echo #ifndef XPathGrammar_h ' + \
+ '> $DERIVED_DIR\\XPathGrammar.h && ' + \
+ 'echo #define XPathGrammar_h ' + \
+ '>> $DERIVED_DIR\\XPathGrammar.h && ' + \
+ 'type $DERIVED_DIR\\XPathGrammar.hpp ' + \
+ '>> $DERIVED_DIR\\XPathGrammar.h && ' + \
+ 'echo #endif ' + \
+ '>> $DERIVED_DIR\\XPathGrammar.h && ' + \
+ 'del $DERIVED_DIR\\XPathGrammar.hpp')
+
+env.Command(['$DERIVED_DIR/CSSGrammar.cpp',
+ '$DERIVED_DIR/CSSGrammar.h'],
+ ['$WEBKIT_PORT_DIR/css/CSSGrammar.y'],
+ '$YACC -d -p cssyy ${SOURCES[0].posix} -o ${TARGET.posix} && ' + \
+ 'echo #ifndef CSSGrammar_h ' + \
+ '> $DERIVED_DIR\\CSSGrammar.h && ' + \
+ 'echo #define CSSGrammar_h ' + \
+ '>> $DERIVED_DIR\\CSSGrammar.h && ' + \
+ 'type $DERIVED_DIR\\CSSGrammar.hpp ' + \
+ '>> $DERIVED_DIR\\CSSGrammar.h && ' + \
+ 'echo #endif ' + \
+ '>> $DERIVED_DIR\\CSSGrammar.h && ' + \
+ 'del $DERIVED_DIR\\CSSGrammar.hpp')
+
+# TODO(bradnelson): need to add in error checking
+
+env.Command('$WEBKIT_PORT_DIR/SVGCSSValueKeywords.in',
+ '$WEBKIT_PORT_DIR/css/SVGCSSValueKeywords.in',
+ '$PERL -ne "print lc" $SOURCES > $TARGET')
+
+env.Command('$WEBKIT_PORT_DIR/CSSValueKeywords.in',
+ ['$WEBKIT_PORT_DIR/css/CSSValueKeywords.in',
+ '$WEBKIT_PORT_DIR/css/SVGCSSValueKeywords.in'],
+ '$PERL -ne "print lc" $SOURCES > $TARGET')
+
+env.Command('$WEBKIT_PORT_DIR/CSSPropertyNames.in',
+ ['$WEBKIT_PORT_DIR/css/CSSPropertyNames.in',
+ '$WEBKIT_PORT_DIR/css/SVGCSSPropertyNames.in'],
+ '$PERL -ne "print lc" $SOURCES > $TARGET')
+
+env.Command(['$DERIVED_DIR/CSSValueKeywords.c',
+ '$DERIVED_DIR/CSSValueKeywords.h'],
+ ['#/../webkit/pending/makevalues.pl',
+ '$WEBKIT_PORT_DIR/CSSValueKeywords.in'],
+ ['cd ${SOURCES[1].dir} && $PERL ${str(SOURCES[0].abspath).replace("\\\\", "/")}',
+ Move('${TARGETS[0]}', '${SOURCES[1].dir}/${TARGETS[0].file}'),
+ Move('${TARGETS[1]}', '${SOURCES[1].dir}/${TARGETS[1].file}'),
+ ])
+
+env.Command(['$DERIVED_DIR/CSSPropertyNames.c',
+ '$DERIVED_DIR/CSSPropertyNames.h'],
+ ['#/../webkit/pending/makeprop.pl',
+ '$WEBKIT_PORT_DIR/CSSPropertyNames.in'],
+ ['cd ${SOURCES[1].dir} && $PERL ${str(SOURCES[0].abspath).replace("\\\\", "/")}',
+ Move('${TARGETS[0]}', '${SOURCES[1].dir}/${TARGETS[0].file}'),
+ Move('${TARGETS[1]}', '${SOURCES[1].dir}/${TARGETS[1].file}'),
+ ])
+
+
+# DOCTYPE strings
+env.Command('$DERIVED_DIR/DocTypeStrings.cpp',
+ '$WEBKIT_PORT_DIR/html/DocTypeStrings.gperf',
+ 'gperf -CEot -L ANSI-C -k "*" -N findDoctypeEntry -F ' + \
+ ',PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards ' + \
+ '$SOURCE > $TARGET')
+
+# color names
+env.Command('$DERIVED_DIR/ColorData.c',
+ '$WEBKIT_PORT_DIR/platform/ColorData.gperf',
+ 'gperf -CDEot -L ANSI-C -k "*" -N findColor -D -s 2 ' + \
+ '$SOURCE > $TARGET')
+
+# HTML entity names
+env.Command('$DERIVED_DIR/HTMLEntityNames.c',
+ '$WEBKIT_PORT_DIR/html/HTMLEntityNames.gperf',
+ 'gperf -a -L ANSI-C -C -G -c -o -t -k "*" -N findEntity ' + \
+ '-D -s 2 $SOURCE > $TARGET')
+
+env.Command('$DERIVED_DIR/HTMLEntityCodes.c',
+ '$WEBKIT_PORT_DIR/html/HTMLEntityNames.gperf',
+ 'perl $WEBKIT_BUILD/WebCore/generate_entitycodes.pl ' + \
+ '$SOURCE > $TARGET')
+
+# CSS tokenizer
+env.Command('$DERIVED_DIR/tokenizer.cpp',
+ ['$WEBKIT_PORT_DIR/css/tokenizer.flex',
+ '$WEBKIT_PORT_DIR/css/maketokenizer'],
+ 'flex -t $SOURCE | perl ${SOURCES[1]} > $TARGET')
+
diff --git a/webkit/build/port/inspector_copy.rules b/webkit/build/port/inspector_copy.rules new file mode 100644 index 0000000..920d5f6 --- /dev/null +++ b/webkit/build/port/inspector_copy.rules @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<VisualStudioToolFile + Name="Inspector file copy" + Version="8.00" + > + <Rules> + <CustomBuildRule + Name="Inspector file copy" + CommandLine="xcopy /Y /D $(InputPath) $(OutDir)\Resources\Inspector\" + Outputs="$(OutDir)\Resources\Inspector\$(InputFileName)" + FileExtensions="*.html;*.js;*.gif;*.css" + ExecutionDescription="Copying resource file..." + > + <Properties> + </Properties> + </CustomBuildRule> + <CustomBuildRule + Name="Inspector image file copy" + CommandLine="xcopy /Y /D $(InputPath) $(OutDir)\Resources\Inspector\Images\" + Outputs="$(OutDir)\Resources\Inspector\Images\$(InputFileName)" + FileExtensions="*.png" + ExecutionDescription="Copying resource file..." + > + <Properties> + </Properties> + </CustomBuildRule> + </Rules> +</VisualStudioToolFile> diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj new file mode 100644 index 0000000..1da2bb1 --- /dev/null +++ b/webkit/build/port/port.vcproj @@ -0,0 +1,1194 @@ +<?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="4" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;..\..\..\third_party\zlib\using_zlib.vsprops;.\port.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="Inspector file copy" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="Inspector image file copy" + /> + <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;.\port.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="Inspector file copy" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="Inspector image file copy" + /> + <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="css" + > + <File + RelativePath="..\..\port\css\html4-overrides.css" + > + </File> + <File + RelativePath="..\..\port\css\quirks-overrides.css" + > + </File> + <File + RelativePath="..\..\port\css\RGBColor.cpp" + > + </File> + <File + RelativePath="..\..\port\css\RGBColor.h" + > + </File> + </Filter> + <Filter + Name="dom" + > + <File + RelativePath="..\..\port\page\Location.cpp" + > + </File> + <File + RelativePath="..\..\port\page\Location.h" + > + </File> + <File + RelativePath="..\..\port\page\Navigator.cpp" + > + </File> + <File + RelativePath="..\..\port\page\Navigator.h" + > + </File> + <File + RelativePath="..\..\port\dom\ScheduledAction.h" + > + </File> + </Filter> + <Filter + Name="page" + > + <File + RelativePath="..\..\port\page\AccessibilityObjectWrapperWin.h" + > + </File> + <File + RelativePath="..\..\port\page\AXObjectCacheWin.cpp" + > + </File> + <File + RelativePath="..\..\port\page\DragControllerWin.cpp" + > + </File> + <File + RelativePath="..\..\port\page\EventHandlerWin.cpp" + > + </File> + </Filter> + <Filter + Name="inspector" + > + <File + RelativePath="..\..\port\page\inspector\BreakpointsSidebarPane.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\CallStackSidebarPane.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Console.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Database.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\DatabaseQueryView.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\DatabasesPanel.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\DatabaseTableView.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\ElementsPanel.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\FontView.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\ImageView.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\inspector.css" + > + </File> + <File + RelativePath="..\..\port\page\inspector\inspector.html" + > + </File> + <File + RelativePath="..\..\port\page\inspector\inspector.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\MetricsSidebarPane.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Panel.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\PropertiesSection.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\PropertiesSidebarPane.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Resource.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\ResourceCategory.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\ResourcesPanel.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\ResourceView.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\ScriptsPanel.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\SidebarPane.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\SidebarTreeElement.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\SourceView.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\StylesSidebarPane.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\TextPrompt.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\treeoutline.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\utilities.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\View.js" + > + </File> + <Filter + Name="images" + > + <File + RelativePath="..\..\port\page\inspector\Images\back.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\checker.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\clearConsoleButtons.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\consoleButtons.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\database.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\databasesIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\databaseTable.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\debuggerContinue.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\debuggerPause.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\debuggerStepInto.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\debuggerStepOut.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\debuggerStepOver.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\debuggingButtons.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallDown.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallDownBlack.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallDownWhite.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallRight.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallRightBlack.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallRightDown.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallRightDownBlack.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallRightDownWhite.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\disclosureTriangleSmallRightWhite.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\dockButtons.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\elementsIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\errorIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\errorMediumIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\forward.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\glossyHeader.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\glossyHeaderPressed.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\goArrow.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\largerResourcesButtons.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\paneBottomGrow.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\paneBottomGrowActive.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\paneGrowHandleLine.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourceCSSIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourceDocumentIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourceDocumentIconSmall.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourceJSIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourcePlainIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourcePlainIconSmall.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourcesIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourcesSizeGraphIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\resourcesTimeGraphIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\scriptsIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\segment.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\segmentEnd.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\segmentHover.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\segmentHoverEnd.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\segmentSelected.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\segmentSelectedEnd.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\splitviewDimple.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\splitviewDividerBackground.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\statusbarBackground.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\statusbarBottomBackground.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\statusbarButtons.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\statusbarMenuButton.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\statusbarMenuButtonSelected.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\statusbarResizerHorizontal.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\statusbarResizerVertical.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\timelinePillBlue.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\timelinePillGray.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\timelinePillGreen.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\timelinePillOrange.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\timelinePillPurple.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\timelinePillRed.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\timelinePillYellow.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\tipBalloon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\tipBalloonBottom.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\tipIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\tipIconPressed.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\toolbarItemSelected.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\treeDownTriangleBlack.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\treeDownTriangleWhite.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\treeRightTriangleBlack.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\treeRightTriangleWhite.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\userInputIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\userInputPreviousIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\warningIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\warningMediumIcon.png" + > + </File> + <File + RelativePath="..\..\port\page\inspector\Images\warningsErrors.png" + > + </File> + </Filter> + </Filter> + <Filter + Name="loader" + > + <File + RelativePath="..\..\port\loader\IconDatabaseNone.cpp" + > + </File> + <File + RelativePath="..\..\port\loader\IconLoader.cpp" + > + </File> + </Filter> + <Filter + Name="platform" + > + <File + RelativePath="..\..\port\platform\BString.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\BString.h" + > + </File> + <File + RelativePath="..\..\port\platform\ClipboardUtilitiesWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\ClipboardUtilitiesWin.h" + > + </File> + <File + RelativePath="..\..\port\platform\ClipboardWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\ClipboardWin.h" + > + </File> + <File + RelativePath="..\..\port\platform\COMPtr.h" + > + </File> + <File + RelativePath="..\..\port\platform\ContextMenuItemWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\ContextMenuWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\CursorWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\DragDataWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\DragImageWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\EditorWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\FileChooserWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\FontMetrics.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\FontMetrics.h" + > + </File> + <File + RelativePath="..\..\port\platform\FramelessScrollView.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\FramelessScrollView.h" + > + </File> + <File + RelativePath="..\..\port\platform\GKURL.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\KeyEventWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\Language.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\LogWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\LogWin.h" + > + </File> + <File + RelativePath="..\..\port\platform\MimeTypeRegistryWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\PasteboardWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\PlatformMouseEventWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\PlatformScrollBar.h" + > + </File> + <File + RelativePath="..\..\port\platform\PlatformScrollBarWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\PopupMenuWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\ScreenWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\ScrollViewWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\SearchPopupMenuWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\SharedTimerWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\SoundWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\SSLKeyGeneratorWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\StateTrackingString.h" + > + </File> + <File + RelativePath="..\..\port\platform\SystemTimeWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\TemporaryLinkStubs.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\TextBoundariesWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\TextBreakIteratorInternalICUWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\ThemeData.h" + > + </File> + <File + RelativePath="..\..\port\platform\UniscribeStateTextRun.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\UniscribeStateTextRun.h" + > + </File> + <File + RelativePath="..\..\port\platform\WCDataObject.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\WCDataObject.h" + > + </File> + <File + RelativePath="..\..\port\platform\WheelEventWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\WidgetClientWin.h" + > + </File> + <File + RelativePath="..\..\port\platform\WidgetWin.cpp" + > + </File> + <Filter + Name="graphics" + > + <File + RelativePath="..\..\port\platform\graphics\AffineTransformSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\FontCacheWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\FontCustomPlatformData.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\FontCustomPlatformData.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\FontPlatformData.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\FontPlatformDataWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\FontWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\GlyphPageTreeNodeWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\GraphicsContextPrivate.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\GraphicsContextPrivate.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\GraphicsContextSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\IconWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\ImageBufferSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\ImageSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\ImageSourceSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\ImageSourceSkia.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\IntPointWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\IntRectWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\IntSizeWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\NativeImageSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\NativeImageSkia.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\PathSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\PlatformContextSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\PlatformContextSkia.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\SimpleFontDataWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\SkGraphicsContext.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\SkGraphicsContext.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\SkiaUtils.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\SkiaUtils.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\SkPaintContext.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\SkPaintContext.h" + > + </File> + <Filter + Name="svg" + > + <File + RelativePath="..\..\port\platform\graphics\svg\RenderPathSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SkiaSupport.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SkiaSupport.h" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SVGPaintServerGradientSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SVGPaintServerPatternSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SVGPaintServerSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SVGPaintServerSolidSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SVGResourceClipperSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SVGResourceFilterSkia.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\svg\SVGResourceMaskerSkia.cpp" + > + </File> + </Filter> + </Filter> + <Filter + Name="image-decoders" + > + <File + RelativePath="..\..\port\platform\image-decoders\ImageDecoder.h" + > + </File> + <Filter + Name="bmp" + > + <File + RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageDecoder.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageDecoder.h" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageReader.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageReader.h" + > + </File> + </Filter> + <Filter + Name="ico" + > + <File + RelativePath="..\..\port\platform\image-decoders\ico\ICOImageDecoder.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\ico\ICOImageDecoder.h" + > + </File> + </Filter> + <Filter + Name="xbm" + > + <File + RelativePath="..\..\port\platform\image-decoders\xbm\XBMImageDecoder.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\xbm\XBMImageDecoder.h" + > + </File> + </Filter> + <Filter + Name="jpeg" + > + <File + RelativePath="..\..\port\platform\image-decoders\jpeg\JPEGImageDecoder.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\jpeg\JPEGImageDecoder.h" + > + </File> + </Filter> + <Filter + Name="gif" + > + <File + RelativePath="..\..\port\platform\image-decoders\gif\GIFImageDecoder.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\gif\GIFImageDecoder.h" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\gif\GIFImageReader.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\gif\GIFImageReader.h" + > + </File> + </Filter> + <Filter + Name="png" + > + <File + RelativePath="..\..\port\platform\image-decoders\png\PNGImageDecoder.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\png\PNGImageDecoder.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="network" + > + <File + RelativePath="..\..\port\platform\network\CookieJarWin.cpp" + > + </File> + <File + RelativePath="..\..\port\platform\network\ResourceRequest.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="rendering" + > + <File + RelativePath="..\..\port\rendering\RenderThemeWin.cpp" + > + </File> + <File + RelativePath="..\..\port\rendering\RenderThemeWin.h" + > + </File> + </Filter> + <Filter + Name="bridge" + > + <File + RelativePath="..\..\port\bridge\FrameWin.cpp" + > + </File> + <File + RelativePath="..\..\port\bridge\HistoryWin.cpp" + > + </File> + <File + RelativePath="..\..\port\bridge\JSBridge.h" + > + </File> + <File + RelativePath="..\..\port\bridge\PageWin.cpp" + > + </File> + <File + RelativePath="..\..\port\bridge\PluginsWin.cpp" + > + </File> + </Filter> + <Filter + Name="history" + > + <File + RelativePath="..\..\port\history\BackForwardList.cpp" + > + </File> + <File + RelativePath="..\..\port\history\BackForwardList.h" + > + </File> + <File + RelativePath="..\..\port\history\CachedPage.cpp" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/webkit/build/port/port.vsprops b/webkit/build/port/port.vsprops new file mode 100644 index 0000000..4e9af53 --- /dev/null +++ b/webkit/build/port/port.vsprops @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="port" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;..\..\..\third_party\zlib\using_zlib.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""..\..\port\platform\image-decoders";"..\..\port\platform\image-decoders\bmp";"..\..\port\platform\image-decoders\gif";"..\..\port\platform\image-decoders\ico";"..\..\port\platform\image-decoders\jpeg";"..\..\port\platform\image-decoders\png";"..\..\port\platform\image-decoders\xbm"" + DisableSpecificWarnings="4244; 4291; 4345; 4521" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/precompiled_webkit.cc b/webkit/build/precompiled_webkit.cc new file mode 100644 index 0000000..6c56adf --- /dev/null +++ b/webkit/build/precompiled_webkit.cc @@ -0,0 +1,8 @@ +// There is no need to include anything here. You may ask: Why? Well that's a +// valid question. +// +// The answer is that since we are using the /FI compiler option, not including +// the PCH file here asserts that the /FI option is indeed correctly set. +// +// "/FI [header file]" means force include. The specified include file will be +// included before each compilation unit (.c/.cc file).
\ No newline at end of file diff --git a/webkit/build/precompiled_webkit.h b/webkit/build/precompiled_webkit.h new file mode 100644 index 0000000..44ccfe4 --- /dev/null +++ b/webkit/build/precompiled_webkit.h @@ -0,0 +1,29 @@ +#include "config.h" + +#include <assert.h> +#include <ctype.h> +#include <fcntl.h> +#include <float.h> +#include <locale.h> +#include <math.h> +#include <sys/types.h> +#include <setjmp.h> +#include <signal.h> +#include <stdarg.h> +#include <stddef.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <time.h> + +#ifdef __cplusplus + +#include <algorithm> +#include <cstddef> +#include <list> +#include <new> +#include <typeinfo> + +#endif + +#define __PRETTY_FUNCTION__ __FUNCTION__ diff --git a/webkit/build/precompiled_webkit.vsprops b/webkit/build/precompiled_webkit.vsprops new file mode 100644 index 0000000..d9359c2 --- /dev/null +++ b/webkit/build/precompiled_webkit.vsprops @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="precompiled_webkit" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(SolutionDir)webkit\build"" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="precompiled_webkit.h" + PrecompiledHeaderFile="$(IntDir)\precompiled_webkit.pch" + ForcedIncludeFiles="precompiled_webkit.h" + /> +</VisualStudioPropertySheet> diff --git a/webkit/build/precompiled_webkit_c.c b/webkit/build/precompiled_webkit_c.c new file mode 100644 index 0000000..ad33662 --- /dev/null +++ b/webkit/build/precompiled_webkit_c.c @@ -0,0 +1,13 @@ +// There is no need to include anything here. You may ask: Why? Well that's a +// valid question. +// +// The answer is that since we are using the /FI compiler option, not including +// the PCH file here asserts that the /FI option is indeed correctly set. +// +// "/FI [header file]" means force include. The specified include file will be +// included before each compilation unit (.c/.cc file). +// +// Why a second .c file (in addition to a .cc file) ? Well, PCH for C and C++ +// are not intermixable and it happens that some projects have a lot of C files. +// Also, the base name of the file must be different because MSVC has some +// trouble with having more than one source file with the same base name.
\ No newline at end of file diff --git a/webkit/build/webkit_common.vsprops b/webkit/build/webkit_common.vsprops new file mode 100644 index 0000000..4b1460f --- /dev/null +++ b/webkit/build/webkit_common.vsprops @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="webkit_common" + InheritedPropertySheets=".\webkit_common_includes.vsprops;.\js_engine$(JS_ENGINE_TYPE).vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops" + > +</VisualStudioPropertySheet> diff --git a/webkit/build/webkit_common_includes.vsprops b/webkit/build/webkit_common_includes.vsprops new file mode 100644 index 0000000..202ae85 --- /dev/null +++ b/webkit/build/webkit_common_includes.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="webkit_common_includes" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(OutDir)\obj\WebCore";"$(OutDir)\obj\WebCore\JavaScriptHeaders";"$(OutDir)\obj\WebCore\JavaScriptHeaders\JavaScriptCore";..\..\pending\;..\..\pending\kjs;..\..\pending\wtf;..\..\port\bridge;..\..\port\css;..\..\port\dom;..\..\port\history;..\..\port\loader;..\..\port\page;..\..\port\platform;..\..\port\platform\image-decoders;..\..\port\platform\image-decoders\bmp;..\..\port\platform\image-decoders\gif;..\..\port\platform\image-decoders\ico;..\..\port\platform\image-decoders\jpeg;..\..\port\platform\image-decoders\png;..\..\port\platform\image-decoders\xbm;..\..\port\platform\network;..\..\port\plugins;..\..\port\rendering;..\..\;"$(ProjectDir)";..\..\..\third_party\WebKit\WebCore\;..\..\..\third_party\WebKit\WebCore\bridge;..\..\..\third_party\WebKit\WebCore\css;..\..\..\third_party\WebKit\WebCore\dom;..\..\..\third_party\WebKit\WebCore\editing;..\..\..\third_party\WebKit\WebCore\history;..\..\..\third_party\WebKit\WebCore\html;..\..\..\third_party\WebKit\WebCore\loader;..\..\..\third_party\WebKit\WebCore\loader\icon;..\..\..\third_party\WebKit\WebCore\page;..\..\..\third_party\WebKit\WebCore\platform;..\..\..\third_party\WebKit\WebCore\platform\text;..\..\..\third_party\WebKit\WebCore\platform\graphics;..\..\port\platform\graphics;..\..\..\third_party\WebKit\WebCore\svg\graphics;..\..\..\third_party\WebKit\WebCore\platform\network;..\..\..\third_party\WebKit\WebCore\platform\sql;..\..\..\third_party\WebKit\WebCore\platform\network\win;..\..\..\third_party\WebKit\WebCore\rendering;..\..\..\third_party\WebKit\WebCore\storage;..\..\..\third_party\WebKit\WebCore\xml;..\..\..\third_party\WebKit\WebCore;"..\..\..\third_party\WebKit\WebCore\os-win32";..\..\..\third_party\WebKit\WebCore\wtf;..\..\..\third_party\WebKit\JavaScriptCore;..\..\..\third_party\WebKit\JavaScriptCore\wtf;"..\..\..\third_party\WebKit\JavaScriptCore\os-win32";..\..\build;"$(SDKIncludes)";"$(IntDir)\..\WebCore\DerivedSources";..\..\..\third_party\WebKit\WebCore\svg;..\..\..\third_party\WebKit\WebCore\svg\graphics\filters;..\..\..\third_party\WebKit\WebCore\plugins" + PreprocessorDefinitions="ENABLE_CROSS_DOCUMENT_MESSAGING=1;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SVG=1;ENABLE_SVG_AS_IMAGE=1;ENABLE_SVG_USE=1;ENABLE_SVG_FOREIGN_OBJECT=1;ENABLE_SVG_FONTS=1;ANDROID_CANVAS_IMPL=1;WEBCORE_NAVIGATOR_PLATFORM="\"Win32\"";USE_GOOGLE_URL_LIBRARY;CRASH=__debugbreak" + /> +</VisualStudioPropertySheet> |