Title: [103918] trunk/Source/WebCore
Revision
103918
Author
hara...@chromium.org
Date
2012-01-02 16:44:29 -0800 (Mon, 02 Jan 2012)

Log Message

Add resolve-supplemental.pl to build scripts of AppleWin
https://bugs.webkit.org/show_bug.cgi?id=75412

Reviewed by Adam Barth.

We should have added "resolve-supplemental.pl" to build scripts of AppleWin
when we enabled the [Supplemental] IDL on AppleWin at r103519.
This is a follow-up patch for it.

No tests. Just confirm that the AppleWin build passes.

* WebCore.vcproj/MigrateScripts:
* WebCore.vcproj/WebCore.vcproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (103917 => 103918)


--- trunk/Source/WebCore/ChangeLog	2012-01-03 00:39:40 UTC (rev 103917)
+++ trunk/Source/WebCore/ChangeLog	2012-01-03 00:44:29 UTC (rev 103918)
@@ -1,3 +1,19 @@
+2012-01-02  Kentaro Hara  <hara...@chromium.org>
+
+        Add resolve-supplemental.pl to build scripts of AppleWin
+        https://bugs.webkit.org/show_bug.cgi?id=75412
+
+        Reviewed by Adam Barth.
+
+        We should have added "resolve-supplemental.pl" to build scripts of AppleWin
+        when we enabled the [Supplemental] IDL on AppleWin at r103519.
+        This is a follow-up patch for it.
+
+        No tests. Just confirm that the AppleWin build passes.
+
+        * WebCore.vcproj/MigrateScripts:
+        * WebCore.vcproj/WebCore.vcproj:
+
 2012-01-02  Sam Weinig  <s...@webkit.org>
 
         Fix the build.

Modified: trunk/Source/WebCore/WebCore.vcproj/MigrateScripts (103917 => 103918)


--- trunk/Source/WebCore/WebCore.vcproj/MigrateScripts	2012-01-03 00:39:40 UTC (rev 103917)
+++ trunk/Source/WebCore/WebCore.vcproj/MigrateScripts	2012-01-03 00:44:29 UTC (rev 103918)
@@ -31,6 +31,7 @@
     $(WEBKIT_OUTPUT)/IDLStructure.pm \
     $(WEBKIT_OUTPUT)/generate-bindings.pl \
     $(WEBKIT_OUTPUT)/preprocessor.pm \
+    $(WEBKIT_OUTPUT)/resolve-supplemental.pl \
 #
 
 MIGRATE_CMD = cp $< $@

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (103917 => 103918)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2012-01-03 00:39:40 UTC (rev 103917)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2012-01-03 00:44:29 UTC (rev 103918)
@@ -68628,6 +68628,10 @@
 					RelativePath="..\bindings\scripts\IDLStructure.pm"
 					>
 				</File>
+				<File
+					RelativePath="..\bindings\scripts\resolve-supplemental.pl"
+					>
+				</File>
 			</Filter>
 		</Filter>
 		<Filter
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to