Title: [91088] trunk/Source/WebCore
Revision
91088
Author
je...@apple.com
Date
2011-07-15 12:16:05 -0700 (Fri, 15 Jul 2011)

Log Message

Add UserAgentStyleSheetsData.cpp to WebCore.vcproj
https://bugs.webkit.org/show_bug.cgi?id=64609
        
Add UserAgentStyleSheetsData.cpp to WebCore.vcproj for convenient access, but don't compile it.
This matches what we do with other generated DerivedSources.

Reviewed by Brian Weinstein.
        
No new tests, just adding a file.

* WebCore.vcproj/WebCore.vcproj: Add UserAgentStyleSheetsData.cpp.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (91087 => 91088)


--- trunk/Source/WebCore/ChangeLog	2011-07-15 19:15:49 UTC (rev 91087)
+++ trunk/Source/WebCore/ChangeLog	2011-07-15 19:16:05 UTC (rev 91088)
@@ -1,3 +1,17 @@
+2011-07-15  Jeff Miller  <je...@apple.com>
+
+        Add UserAgentStyleSheetsData.cpp to WebCore.vcproj
+        https://bugs.webkit.org/show_bug.cgi?id=64609
+        
+        Add UserAgentStyleSheetsData.cpp to WebCore.vcproj for convenient access, but don't compile it.
+        This matches what we do with other generated DerivedSources.
+
+        Reviewed by Brian Weinstein.
+        
+        No new tests, just adding a file.
+
+        * WebCore.vcproj/WebCore.vcproj: Add UserAgentStyleSheetsData.cpp.
+
 2011-07-15  Pratik Solanki  <psola...@apple.com>
 
         Part of https://bugs.webkit.org/show_bug.cgi?id=63674

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (91087 => 91088)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-07-15 19:15:49 UTC (rev 91087)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-07-15 19:16:05 UTC (rev 91088)
@@ -23738,6 +23738,58 @@
 				>
 			</File>
 			<File
+				RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\UserAgentStyleSheetsData.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="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\XLinkNames.cpp"
 				>
 			</File>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to