Title: [105013] trunk/Source/WebCore
Revision
105013
Author
bfulg...@webkit.org
Date
2012-01-13 17:13:35 -0800 (Fri, 13 Jan 2012)

Log Message

[Windows, WinCairo] Build correction after r104919.

* WebCore.vcproj/WebCore.vcproj: Exclude ShadowContentSelectorQuery.cpp
  from the build, since it is built as part of DOMAllInOne.cpp.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105012 => 105013)


--- trunk/Source/WebCore/ChangeLog	2012-01-14 00:42:39 UTC (rev 105012)
+++ trunk/Source/WebCore/ChangeLog	2012-01-14 01:13:35 UTC (rev 105013)
@@ -1,3 +1,10 @@
+2012-01-13  Brent Fulgham  <bfulg...@webkit.org>
+
+        [Windows, WinCairo] Build correction after r104919.
+
+        * WebCore.vcproj/WebCore.vcproj: Exclude ShadowContentSelectorQuery.cpp
+          from the build, since it is built as part of DOMAllInOne.cpp.
+
 2012-01-13  Vincent Scheib  <sch...@chromium.org>
 
         Pointer Lock: Change isLocked() from operator to attribute isLocked

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (105012 => 105013)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2012-01-14 00:42:39 UTC (rev 105012)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2012-01-14 01:13:35 UTC (rev 105013)
@@ -51108,6 +51108,54 @@
 			<File
 				RelativePath="..\dom\ShadowContentSelectorQuery.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="Production|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
 			</File>
 			<File
 				RelativePath="..\dom\ShadowContentSelectorQuery.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to