summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/WebCore.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/WebCore.vcproj')
-rw-r--r--Source/WebCore/WebCore.vcproj/QTMovieWinCommon.vsprops2
-rw-r--r--Source/WebCore/WebCore.vcproj/WebCore.make20
-rwxr-xr-xSource/WebCore/WebCore.vcproj/WebCore.vcproj596
-rw-r--r--Source/WebCore/WebCore.vcproj/WebCoreGenerated.vcproj4
-rwxr-xr-xSource/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd6
5 files changed, 523 insertions, 105 deletions
diff --git a/Source/WebCore/WebCore.vcproj/QTMovieWinCommon.vsprops b/Source/WebCore/WebCore.vcproj/QTMovieWinCommon.vsprops
index d56a941..9b03fc9 100644
--- a/Source/WebCore/WebCore.vcproj/QTMovieWinCommon.vsprops
+++ b/Source/WebCore/WebCore.vcproj/QTMovieWinCommon.vsprops
@@ -12,7 +12,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="QTMLClient.lib CVClient.lib JavaScriptCore$(WebKitDLLConfigSuffix).lib winmm.lib pthreadVC2$(LibraryConfigSuffix).lib Msimg32.lib user32.lib advapi32.lib"
+ AdditionalDependencies="QTMLClient.lib CVClient.lib JavaScriptCore$(WebKitDLLConfigSuffix).lib WebKitSystemInterface$(WebKitConfigSuffix).lib winmm.lib pthreadVC2$(LibraryConfigSuffix).lib Msimg32.lib user32.lib advapi32.lib"
OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll"
AdditionalLibraryDirectories="&quot;$(WebKitLibrariesDir)\QTInternalSDK\Libraries&quot;;&quot;$(WebKitLibrariesDir)\QuickTime SDK\Libraries&quot;;&quot;$(ProgramFiles)\QuickTime SDK\Libraries&quot;"
IgnoreDefaultLibraryNames="LIBCMT"
diff --git a/Source/WebCore/WebCore.vcproj/WebCore.make b/Source/WebCore/WebCore.vcproj/WebCore.make
index 7bb6659..1be2edd 100644
--- a/Source/WebCore/WebCore.vcproj/WebCore.make
+++ b/Source/WebCore/WebCore.vcproj/WebCore.make
@@ -9,15 +9,15 @@ install:
set WebKitLibrariesDir=$(SRCROOT)\AppleInternal
set WebKitOutputDir=$(OBJROOT)
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
- set WebKitVSPropsRedirectionDir=$(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\1\2\
- -mkdir 2>NUL "%WebKitOutputDir%\include\private\JavaScriptCore"
- xcopy "%WebKitLibrariesDir%\include\private\JavaScriptCore\*" "%WebKitOutputDir%\include\private\JavaScriptCore" /e/v/i/h/y
+ set WebKitVSPropsRedirectionDir=$(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\1\2\3\
+ -mkdir 2>NUL "%ConfigurationBuildDir%\include\private\JavaScriptCore"
+ xcopy "%WebKitLibrariesDir%\include\private\JavaScriptCore\*" "%ConfigurationBuildDir%\include\private\JavaScriptCore" /e/v/i/h/y
devenv "WebCore.submit.sln" /rebuild $(BUILDSTYLE)
- xcopy "$(ConfigurationBuildDir)\include\*" "$(DSTROOT)\AppleInternal\include\" /e/v/i/h/y
- xcopy "$(ConfigurationBuildDir)\lib\*" "$(DSTROOT)\AppleInternal\lib\" /e/v/i/h/y
- xcopy "$(ConfigurationBuildDir)\bin\WebKit.resources\*" "$(DSTROOT)\AppleInternal\bin\WebKit.resources" /e/v/i/h/y
- xcopy "$(ConfigurationBuildDir)\obj\WebCore\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y
- xcopy "$(ConfigurationBuildDir)\bin\*.pdb" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
- xcopy "$(ConfigurationBuildDir)\bin\*.dll" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
+ xcopy "%ConfigurationBuildDir%\include\*" "$(DSTROOT)\AppleInternal\include\" /e/v/i/h/y
+ xcopy "%ConfigurationBuildDir%\lib\*" "$(DSTROOT)\AppleInternal\lib\" /e/v/i/h/y
+ xcopy "%ConfigurationBuildDir%\bin\WebKit.resources\*" "$(DSTROOT)\AppleInternal\bin\WebKit.resources" /e/v/i/h/y
+ xcopy "%ConfigurationBuildDir%\obj\WebCore\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y
+ xcopy "%ConfigurationBuildDir%\bin\*.pdb" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
+ xcopy "%ConfigurationBuildDir%\bin\*.dll" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
-mkdir "$(DSTROOT)\AppleInternal\Sources\WebCore"
- xcopy "$(ConfigurationBuildDir)\obj\WebCore\DerivedSources\*" "$(DSTROOT)\AppleInternal\Sources\WebCore" /e/v/i/h/y
+ xcopy "%ConfigurationBuildDir%\obj\WebCore\DerivedSources\*" "$(DSTROOT)\AppleInternal\Sources\WebCore" /e/v/i/h/y
diff --git a/Source/WebCore/WebCore.vcproj/WebCore.vcproj b/Source/WebCore/WebCore.vcproj/WebCore.vcproj
index f1da922..2a8f340 100755
--- a/Source/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/Source/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -1754,6 +1754,62 @@
>
</File>
<File
+ RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\JSCrypto.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_All|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_LTCG|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\JSCrypto.h"
+ >
+ </File>
+ <File
RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\JSCSSCharsetRule.cpp"
>
<FileConfiguration
@@ -24394,6 +24450,14 @@
>
</File>
<File
+ RelativePath="..\page\ContentSecurityPolicy.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\page\ContentSecurityPolicy.h"
+ >
+ </File>
+ <File
RelativePath="..\page\ContextMenuClient.h"
>
</File>
@@ -24414,6 +24478,14 @@
>
</File>
<File
+ RelativePath="..\page\Crypto.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\page\Crypto.h"
+ >
+ </File>
+ <File
RelativePath="..\page\DOMSelection.cpp"
>
</File>
@@ -24817,14 +24889,6 @@
RelativePath="..\page\WorkerNavigator.h"
>
</File>
- <File
- RelativePath="..\page\XSSAuditor.cpp"
- >
- </File>
- <File
- RelativePath="..\page\XSSAuditor.h"
- >
- </File>
<Filter
Name="win"
>
@@ -25738,27 +25802,27 @@
>
</File>
<File
- RelativePath="..\platform\ScrollAnimator.cpp"
+ RelativePath="..\platform\ScrollableArea.cpp"
>
</File>
<File
- RelativePath="..\platform\ScrollAnimator.h"
+ RelativePath="..\platform\ScrollableArea.h"
>
</File>
<File
- RelativePath="..\platform\ScrollAnimatorWin.cpp"
+ RelativePath="..\platform\ScrollAnimator.cpp"
>
</File>
<File
- RelativePath="..\platform\ScrollAnimatorWin.h"
+ RelativePath="..\platform\ScrollAnimator.h"
>
</File>
<File
- RelativePath="..\platform\ScrollableArea.cpp"
+ RelativePath="..\platform\ScrollAnimatorWin.cpp"
>
</File>
<File
- RelativePath="..\platform\ScrollableArea.h"
+ RelativePath="..\platform\ScrollAnimatorWin.h"
>
</File>
<File
@@ -26549,6 +26613,10 @@
>
</File>
<File
+ RelativePath="..\platform\graphics\FontMetrics.h"
+ >
+ </File>
+ <File
RelativePath="..\platform\graphics\FontRenderingMode.h"
>
</File>
@@ -26765,6 +26833,14 @@
>
</File>
<File
+ RelativePath="..\platform\graphics\ShadowBlur.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\platform\graphics\ShadowBlur.h"
+ >
+ </File>
+ <File
RelativePath="..\platform\graphics\SimpleFontData.cpp"
>
</File>
@@ -28648,6 +28724,10 @@
Name="filters"
>
<File
+ RelativePath="..\platform\graphics\filters\DistantLightSource.cpp"
+ >
+ </File>
+ <File
RelativePath="..\platform\graphics\filters\DistantLightSource.h"
>
</File>
@@ -28800,6 +28880,10 @@
>
</File>
<File
+ RelativePath="..\platform\graphics\filters\PointLightSource.cpp"
+ >
+ </File>
+ <File
RelativePath="..\platform\graphics\filters\PointLightSource.h"
>
</File>
@@ -28820,6 +28904,10 @@
>
</File>
<File
+ RelativePath="..\platform\graphics\filters\SpotLightSource.cpp"
+ >
+ </File>
+ <File
RelativePath="..\platform\graphics\filters\SpotLightSource.h"
>
</File>
@@ -28895,6 +28983,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\platform\graphics\ca\win\CACFLayerTreeHostClient.h"
+ >
+ </File>
+ <File
RelativePath="..\platform\graphics\ca\win\LayerChangesFlusher.cpp"
>
<FileConfiguration
@@ -28935,6 +29027,14 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\platform\graphics\ca\win\LegacyCACFLayerTreeHost.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\platform\graphics\ca\win\LegacyCACFLayerTreeHost.h"
+ >
+ </File>
+ <File
RelativePath="..\platform\graphics\ca\win\PlatformCAAnimationWin.cpp"
>
</File>
@@ -28950,6 +29050,14 @@
RelativePath="..\platform\graphics\ca\win\PlatformCALayerWinInternal.h"
>
</File>
+ <File
+ RelativePath="..\platform\graphics\ca\win\WKCACFViewLayerTreeHost.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\platform\graphics\ca\win\WKCACFViewLayerTreeHost.h"
+ >
+ </File>
</Filter>
</Filter>
</Filter>
@@ -29312,6 +29420,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\platform\network\cf\DownloadBundle.h"
+ >
+ </File>
+ <File
RelativePath="..\platform\network\cf\FormDataStreamCFNet.cpp"
>
<FileConfiguration
@@ -29604,6 +29716,10 @@
Name="win"
>
<File
+ RelativePath="..\platform\network\win\DownloadBundleWin.cpp"
+ >
+ </File>
+ <File
RelativePath="..\platform\network\win\NetworkStateNotifierWin.cpp"
>
</File>
@@ -30157,10 +30273,6 @@
>
</File>
<File
- RelativePath="..\platform\text\CharacterNames.h"
- >
- </File>
- <File
RelativePath="..\platform\text\Hyphenation.h"
>
</File>
@@ -30173,6 +30285,14 @@
>
</File>
<File
+ RelativePath="..\platform\text\LocalizedNumber.h"
+ >
+ </File>
+ <File
+ RelativePath="..\platform\text\LocalizedNumberNone.cpp"
+ >
+ </File>
+ <File
RelativePath="..\platform\text\ParserUtilities.h"
>
</File>
@@ -30325,6 +30445,14 @@
>
</File>
<File
+ RelativePath="..\platform\text\TextCodecUTF8.h"
+ >
+ </File>
+ <File
+ RelativePath="..\platform\text\TextCodecUTF8.cpp"
+ >
+ </File>
+ <File
RelativePath="..\platform\text\TextCodecUTF16.h"
>
</File>
@@ -33026,6 +33154,62 @@
>
</File>
<File
+ RelativePath="..\rendering\RenderCombineText.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_All|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_LTCG|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\rendering\RenderCombineText.h"
+ >
+ </File>
+ <File
RelativePath="..\rendering\RenderCounter.cpp"
>
<FileConfiguration
@@ -42978,6 +43162,62 @@
>
</File>
<File
+ RelativePath="..\dom\DocumentOrderedMap.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_All|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_LTCG|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\dom\DocumentOrderedMap.h"
+ >
+ </File>
+ <File
RelativePath="..\dom\DocumentParser.cpp"
>
<FileConfiguration
@@ -43697,7 +43937,7 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug_All|Win32"
+ Name="Debug_Cairo_CFLite|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -43705,7 +43945,7 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug_Cairo_CFLite|Win32"
+ Name="Release_Cairo_CFLite|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -43713,7 +43953,7 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="Release_Cairo_CFLite|Win32"
+ Name="Debug_All|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -43721,7 +43961,7 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug_All|Win32"
+ Name="Release_LTCG|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -43776,17 +44016,9 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Release_LTCG|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
</File>
<File
- RelativePath="..\dom\EventTarget.h"
+ RelativePath="..\dom\EventQueue.h"
>
</File>
<File
@@ -43809,7 +44041,7 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug_Internal|Win32"
+ Name="Debug_Cairo_CFLite|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -43817,7 +44049,7 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug_Cairo|Win32"
+ Name="Release_Cairo_CFLite|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -43825,7 +44057,7 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="Release_Cairo|Win32"
+ Name="Debug_All|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -43833,7 +44065,31 @@
/>
</FileConfiguration>
<FileConfiguration
- Name="Debug_All|Win32"
+ Name="Release_LTCG|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_Internal|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_Cairo|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_Cairo|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -43842,7 +44098,7 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\dom\EventQueue.h"
+ RelativePath="..\dom\EventTarget.h"
>
</File>
<File
@@ -50190,6 +50446,22 @@
>
</File>
<File
+ RelativePath="..\html\canvas\ArrayBuffer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\ArrayBuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\ArrayBufferView.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\ArrayBufferView.h"
+ >
+ </File>
+ <File
RelativePath="..\html\canvas\CanvasGradient.cpp"
>
</File>
@@ -50238,6 +50510,70 @@
>
</File>
<File
+ RelativePath="..\html\canvas\DataView.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\DataView.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\Float32Array.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\Float32Array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\Int32Array.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\Int32Array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\Int16Array.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\Int16Array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\Int8Array.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\Int8Array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\UInt16Array.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\UInt16Array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\UInt32Array.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\UInt32Array.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\UInt8Array.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\canvas\UInt8Array.h"
+ >
+ </File>
+ <File
RelativePath="..\html\CheckboxInputType.cpp"
>
</File>
@@ -55433,6 +55769,14 @@
>
</File>
<File
+ RelativePath="..\html\parser\HTMLSourceTracker.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\parser\HTMLSourceTracker.h"
+ >
+ </File>
+ <File
RelativePath="..\html\parser\HTMLToken.h"
>
</File>
@@ -55480,11 +55824,31 @@
RelativePath="..\html\parser\TextViewSourceParser.h"
>
</File>
+ <File
+ RelativePath="..\html\parser\XSSFilter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\parser\XSSFilter.h"
+ >
+ </File>
</Filter>
<Filter
Name="shadow"
>
<File
+ RelativePath="..\html\shadow\MediaControls.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\html\shadow\MediaControls.h"
+ >
+ </File>
+ <File
+ RelativePath="..\html\shadow\ProgressBarValueElement.h"
+ >
+ </File>
+ <File
RelativePath="..\html\shadow\SliderThumbElement.cpp"
>
</File>
@@ -60029,6 +60393,58 @@
>
</File>
<File
+ RelativePath="..\bindings\js\JSMemoryInfoCustom.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug_All|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release_LTCG|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\bindings\js\JSMessageChannelCustom.cpp"
>
<FileConfiguration
@@ -64310,10 +64726,18 @@
</File>
</Filter>
<Filter
- Name="pcre"
+ Name="yarr"
>
<File
- RelativePath="..\ForwardingHeaders\pcre\pcre.h"
+ RelativePath="..\ForwardingHeaders\yarr\Yarr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\ForwardingHeaders\yarr\YarrInterpreter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\ForwardingHeaders\yarr\YarrPattern.h"
>
</File>
</Filter>
@@ -64357,14 +64781,6 @@
>
</File>
</Filter>
- <Filter
- Name="wrec"
- >
- <File
- RelativePath="..\ForwardingHeaders\wrec\WREC.h"
- >
- </File>
- </Filter>
</Filter>
<Filter
Name="history"
@@ -65070,6 +65486,14 @@
>
</File>
<File
+ RelativePath="..\inspector\InspectorAgent.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\inspector\InspectorAgent.h"
+ >
+ </File>
+ <File
RelativePath="..\inspector\InspectorApplicationCacheAgent.cpp"
>
</File>
@@ -65102,6 +65526,10 @@
>
</File>
<File
+ RelativePath="..\inspector\InspectorConsoleInstrumentation.h"
+ >
+ </File>
+ <File
RelativePath="..\inspector\InspectorController.cpp"
>
</File>
@@ -65126,6 +65554,10 @@
>
</File>
<File
+ RelativePath="..\inspector\InspectorDatabaseInstrumentation.h"
+ >
+ </File>
+ <File
RelativePath="..\inspector\InspectorDatabaseResource.cpp"
>
</File>
@@ -65166,14 +65598,6 @@
>
</File>
<File
- RelativePath="..\inspector\InspectorFileSystemAgent.cpp"
- >
- </File>
- <File
- RelativePath="..\inspector\InspectorFileSystemAgent.h"
- >
- </File>
- <File
RelativePath="..\inspector\InspectorFrontendClient.h"
>
</File>
@@ -65226,14 +65650,6 @@
>
</File>
<File
- RelativePath="..\inspector\InspectorSettings.cpp"
- >
- </File>
- <File
- RelativePath="..\inspector\InspectorSettings.h"
- >
- </File>
- <File
RelativePath="..\inspector\InspectorState.cpp"
>
</File>
@@ -65278,10 +65694,6 @@
>
</File>
<File
- RelativePath="..\inspector\ScriptBreakpoint.cpp"
- >
- </File>
- <File
RelativePath="..\inspector\ScriptBreakpoint.h"
>
</File>
@@ -65373,10 +65785,6 @@
>
</File>
<File
- RelativePath="..\inspector\front-end\ChangesView.js"
- >
- </File>
- <File
RelativePath="..\inspector\front-end\Checkbox.js"
>
</File>
@@ -65441,6 +65849,10 @@
>
</File>
<File
+ RelativePath="..\inspector\front-end\DetailedHeapshotView.js"
+ >
+ </File>
+ <File
RelativePath="..\inspector\front-end\DOMAgent.js"
>
</File>
@@ -65497,10 +65909,6 @@
>
</File>
<File
- RelativePath="..\inspector\front-end\FileSystemView.js"
- >
- </File>
- <File
RelativePath="..\inspector\front-end\FontView.js"
>
</File>
@@ -65521,6 +65929,10 @@
>
</File>
<File
+ RelativePath="..\inspector\front-end\HeapSnapshot.js"
+ >
+ </File>
+ <File
RelativePath="..\inspector\front-end\HeapSnapshotView.js"
>
</File>
@@ -65593,10 +66005,18 @@
>
</File>
<File
+ RelativePath="..\inspector\front-end\UglifyJS\parse-js.js"
+ >
+ </File>
+ <File
RelativePath="..\inspector\front-end\Placard.js"
>
</File>
<File
+ RelativePath="..\inspector\front-end\PleaseWaitMessage.js"
+ >
+ </File>
+ <File
RelativePath="..\inspector\front-end\popover.css"
>
</File>
@@ -65605,6 +66025,10 @@
>
</File>
<File
+ RelativePath="..\inspector\front-end\UglifyJS\process.js"
+ >
+ </File>
+ <File
RelativePath="..\inspector\front-end\ProfileDataGridTree.js"
>
</File>
@@ -65681,10 +66105,6 @@
>
</File>
<File
- RelativePath="..\inspector\front-end\ScriptView.js"
- >
- </File>
- <File
RelativePath="..\inspector\front-end\Section.js"
>
</File>
@@ -65697,6 +66117,10 @@
>
</File>
<File
+ RelativePath="..\inspector\front-end\ShowMoreDataGridNode.js"
+ >
+ </File>
+ <File
RelativePath="..\inspector\front-end\SidebarPane.js"
>
</File>
@@ -65713,19 +66137,19 @@
>
</File>
<File
- RelativePath="..\inspector\front-end\SourceHTMLTokenizer.js"
+ RelativePath="..\inspector\front-end\SourceFrameContent.js"
>
</File>
<File
- RelativePath="..\inspector\front-end\SourceJavaScriptTokenizer.js"
+ RelativePath="..\inspector\front-end\SourceHTMLTokenizer.js"
>
</File>
<File
- RelativePath="..\inspector\front-end\SourceTokenizer.js"
+ RelativePath="..\inspector\front-end\SourceJavaScriptTokenizer.js"
>
</File>
<File
- RelativePath="..\inspector\front-end\SourceView.js"
+ RelativePath="..\inspector\front-end\SourceTokenizer.js"
>
</File>
<File
@@ -65812,14 +66236,6 @@
RelativePath="..\inspector\front-end\WorkersSidebarPane.js"
>
</File>
- <File
- RelativePath="..\inspector\front-end\UglifyJS\parse-js.js"
- >
- </File>
- <File
- RelativePath="..\inspector\front-end\UglifyJS\process.js"
- >
- </File>
</Filter>
</Filter>
<Filter
diff --git a/Source/WebCore/WebCore.vcproj/WebCoreGenerated.vcproj b/Source/WebCore/WebCore.vcproj/WebCoreGenerated.vcproj
index 115189d..60bf017 100644
--- a/Source/WebCore/WebCore.vcproj/WebCoreGenerated.vcproj
+++ b/Source/WebCore/WebCore.vcproj/WebCoreGenerated.vcproj
@@ -85,6 +85,10 @@
>
</File>
<File
+ RelativePath="..\DerivedSources.make"
+ >
+ </File>
+ <File
RelativePath=".\migrate-scripts.sh"
>
</File>
diff --git a/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd b/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd
index b3f19c6..3351e60 100755
--- a/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd
+++ b/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd
@@ -7,13 +7,12 @@ mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\bindings"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\parser"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\runtime"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm"
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\pcre"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wrec"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\text"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\unicode"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\unicode\icu"
+mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr"
xcopy /y /d "%ProjectDir%..\config.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
xcopy /y /d "%CONFIGURATIONBUILDDIR%\obj\WebCore\DerivedSources\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
@@ -75,12 +74,11 @@ xcopy /y /d "%ProjectDir%..\ForwardingHeaders\bindings\*.h" "%CONFIGURATIONBUILD
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\parser\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\parser"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\runtime\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\runtime"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\masm\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm"
-xcopy /y /d "%ProjectDir%..\ForwardingHeaders\pcre\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\pcre"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\profiler\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
-xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wrec\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wrec"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\text\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\text"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\unicode\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\unicode"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\unicode\icu\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\unicode\icu"
+xcopy /y /d "%ProjectDir%..\ForwardingHeaders\yarr\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr"
if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"