Title: [154181] trunk/Source/WebCore
Revision
154181
Author
[email protected]
Date
2013-08-16 08:33:17 -0700 (Fri, 16 Aug 2013)

Log Message

[Windows] Unreviewed build correction after r154165.

* WebCore.vcxproj/copyForwardingHeaders.cmd: Copy html/shadow header files
to WebKit include location.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154180 => 154181)


--- trunk/Source/WebCore/ChangeLog	2013-08-16 15:27:35 UTC (rev 154180)
+++ trunk/Source/WebCore/ChangeLog	2013-08-16 15:33:17 UTC (rev 154181)
@@ -1,3 +1,10 @@
+2013-08-16  Brent Fulgham  <[email protected]>
+
+        [Windows] Unreviewed build correction after r154165.
+
+        * WebCore.vcxproj/copyForwardingHeaders.cmd: Copy html/shadow header files
+        to WebKit include location.
+
 2013-08-15  Brent Fulgham  <[email protected]>
 
         [Windows] Prevent dangling CACFLayer when switching to/from Tiled backing.

Modified: trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd (154180 => 154181)


--- trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2013-08-16 15:27:35 UTC (rev 154180)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2013-08-16 15:33:17 UTC (rev 154181)
@@ -36,6 +36,7 @@
 xcopy /y /d "%ProjectDir%..\html\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\html\forms\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\html\parser\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
+xcopy /y /d "%ProjectDir%..\html\shadow\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\html\track\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\css\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\platform\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to