diff options
| author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-03 01:03:17 +0000 |
|---|---|---|
| committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-03 01:03:17 +0000 |
| commit | e74d4e35ec4d0d235f1aa08846e36b1e96ad0327 (patch) | |
| tree | 485d80ee41ee67be965cb071cce116a9c6782e7b /webkit/build | |
| parent | dd1329de461b6a0cdc702ee4d1539c132530b25d (diff) | |
| download | chromium_src-e74d4e35ec4d0d235f1aa08846e36b1e96ad0327.zip chromium_src-e74d4e35ec4d0d235f1aa08846e36b1e96ad0327.tar.gz chromium_src-e74d4e35ec4d0d235f1aa08846e36b1e96ad0327.tar.bz2 | |
Reverting 9052.
Review URL: http://codereview.chromium.org/20004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
| -rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 56 |
1 files changed, 43 insertions, 13 deletions
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index e2b9c10..70f42d3 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\webcore.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;..\precompiled_webkit.vsprops;.\webcore.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -27,6 +27,9 @@ Name="VCCustomBuildTool" /> <Tool + Name="WebKitVersion" + /> + <Tool Name="VCXMLDataGeneratorTool" /> <Tool @@ -78,6 +81,9 @@ Name="VCCustomBuildTool" /> <Tool + Name="WebKitVersion" + /> + <Tool Name="VCXMLDataGeneratorTool" /> <Tool @@ -669,15 +675,15 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocumentThreadableLoader.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\loader\EmptyClients.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocumentThreadableLoader.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocumentThreadableLoader.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\loader\EmptyClients.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\loader\DocumentThreadableLoader.h" > </File> <File @@ -3312,7 +3318,7 @@ RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLegend.h" > </File> - <File + <File RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\RenderLineBoxList.cpp" > </File> @@ -4477,19 +4483,19 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElementWithState.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElementWithState.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElementWithState.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElement.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElementWithState.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\FormControlElement.h" > </File> <File @@ -4637,19 +4643,19 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionGroupElement.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionGroupElement.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionGroupElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionElement.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionGroupElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\OptionElement.h" > </File> <File @@ -7505,6 +7511,30 @@ </File> </Filter> </Filter> + <File + RelativePath="..\precompiled_webkit.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\precompiled_webkit.h" + > + </File> </Files> <Globals> </Globals> |
