[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

bfulgham at webkit.org bfulgham at webkit.org
Wed Dec 22 13:25:14 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 483b393c8386b1685f74270c08a8c9d9cfa4fe0d
Author: bfulgham at webkit.org <bfulgham at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 22:48:46 2010 +0000

    Build correction, no review.
    
    * WebCore.vcproj/WebCore.vcproj: Exclude OwnPtrCairo.cpp from
    non-Cairo based builds.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67505 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2f333fe..df7dfbe 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-14  Brent Fulgham  <bfulgham at webkit.org>
+
+        Build correction, no review.
+
+        * WebCore.vcproj/WebCore.vcproj: Exclude OwnPtrCairo.cpp from
+        non-Cairo based builds.
+
 2010-09-14  Jian Li  <jianli at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebCore/WebCore.vcproj/WebCore.vcproj b/WebCore/WebCore.vcproj/WebCore.vcproj
index 985eccb..94fc70d 100644
--- a/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -26577,6 +26577,38 @@
 					<File
 						RelativePath="..\platform\graphics\cairo\OwnPtrCairo.cpp"
 						>
+						<FileConfiguration
+							Name="Debug|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Release|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Debug_Internal|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Debug_All|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
 					</File>
 					<File
 						RelativePath="..\platform\graphics\cairo\PathCairo.cpp"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list