Title: [110923] trunk/Tools
Revision
110923
Author
bfulg...@webkit.org
Date
2012-03-15 17:55:32 -0700 (Thu, 15 Mar 2012)

Log Message

[WinCairo] Unreviewed build change after wtf path changes.

* DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops: Updated include
directories to look at the private header directory to find 'wtf'.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (110922 => 110923)


--- trunk/Tools/ChangeLog	2012-03-16 00:52:00 UTC (rev 110922)
+++ trunk/Tools/ChangeLog	2012-03-16 00:55:32 UTC (rev 110923)
@@ -1,3 +1,10 @@
+2012-03-15  Brent Fulgham  <bfulg...@webkit.org>
+
+        [WinCairo] Unreviewed build change after wtf path changes.
+
+        * DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops: Updated include
+        directories to look at the private header directory to find 'wtf'.
+
 2012-03-15  Kent Tamura  <tk...@chromium.org>
 
         REGRESSION(r110595): webkit-patch suggest-reviewers doesn't work

Modified: trunk/Tools/DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops (110922 => 110923)


--- trunk/Tools/DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops	2012-03-16 00:52:00 UTC (rev 110922)
+++ trunk/Tools/DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops	2012-03-16 00:55:32 UTC (rev 110923)
@@ -6,7 +6,7 @@
 	>
 	<Tool
 		Name="VCCLCompilerTool"
-		AdditionalIncludeDirectories="&quot;$(ConfigurationBuildDir)\include&quot;;&quot;$(ConfigurationBuildDir)\include\private&quot;;&quot;$(ConfigurationBuildDir)\include\WebCore\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitLibrariesDir)\include\private&quot;"
+		AdditionalIncludeDirectories="&quot;$(ConfigurationBuildDir)\include&quot;;&quot;$(ConfigurationBuildDir)\include\private&quot;;&quot;$(ConfigurationBuildDir)\include\private\_javascript_Core&quot;;&quot;$(ConfigurationBuildDir)\include\WebCore\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitLibrariesDir)\include\private&quot;"
 		PreprocessorDefinitions="NOMINMAX"
 	/>
 	<Tool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to