Title: [166764] trunk/Source/WebKit
Revision
166764
Author
[email protected]
Date
2014-04-03 21:23:11 -0700 (Thu, 03 Apr 2014)

Log Message

Unreviewed build fix.

* WebKit.vcxproj/WebKit.sln: Make sure we don't generate the
WebInspectorUI before the generated JS is ready.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (166763 => 166764)


--- trunk/Source/WebKit/ChangeLog	2014-04-04 04:11:56 UTC (rev 166763)
+++ trunk/Source/WebKit/ChangeLog	2014-04-04 04:23:11 UTC (rev 166764)
@@ -1,3 +1,10 @@
+2014-04-03  Brent Fulgham  <[email protected]>
+
+        Unreviewed build fix.
+
+        * WebKit.vcxproj/WebKit.sln: Make sure we don't generate the
+        WebInspectorUI before the generated JS is ready.
+
 2014-04-02  Benjamin Poulain  <[email protected]>
 
         [iOS] Remove the legacy string drawing code

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit.sln (166763 => 166764)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKit.sln	2014-04-04 04:11:56 UTC (rev 166763)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit.sln	2014-04-04 04:23:11 UTC (rev 166764)
@@ -184,6 +184,8 @@
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebInspectorUI", "..\..\WebInspectorUI\WebInspectorUI.vcxproj\WebInspectorUI.vcxproj", "{0473724F-0AB3-4F12-892E-9FAB0186C804}"
 	ProjectSection(ProjectDependencies) = postProject
+		{3670D01F-95F3-45A8-B878-947EB6CF214E} = {3670D01F-95F3-45A8-B878-947EB6CF214E}
+		{A4159B6F-3106-4F75-9EDD-582307BDB96A} = {A4159B6F-3106-4F75-9EDD-582307BDB96A}
 		{0662A8A9-82A3-4638-97D8-EC425D8D87C9} = {0662A8A9-82A3-4638-97D8-EC425D8D87C9}
 	EndProjectSection
 EndProject
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to