Title: [154917] trunk/Source/WebInspectorUI
Revision
154917
Author
[email protected]
Date
2013-08-30 16:13:57 -0700 (Fri, 30 Aug 2013)

Log Message

[Windows] Unreviewed build gardening.

* WebInspectorUI.vcxproj/WebInspectorUI.vcxproj: Adjust build dependencies so
that WebInspectorUI 'builds' after WebKit so that the expected resource directory
structure is always in place.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (154916 => 154917)


--- trunk/Source/WebInspectorUI/ChangeLog	2013-08-30 22:55:25 UTC (rev 154916)
+++ trunk/Source/WebInspectorUI/ChangeLog	2013-08-30 23:13:57 UTC (rev 154917)
@@ -1,3 +1,11 @@
+2013-08-30  Brent Fulgham  <[email protected]>
+
+        [Windows] Unreviewed build gardening.
+
+        * WebInspectorUI.vcxproj/WebInspectorUI.vcxproj: Adjust build dependencies so
+        that WebInspectorUI 'builds' after WebKit so that the expected resource directory
+        structure is always in place.
+
 2013-08-30  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Breakpoints should have Automatically Continue Option

Modified: trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj (154916 => 154917)


--- trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj	2013-08-30 22:55:25 UTC (rev 154916)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj	2013-08-30 23:13:57 UTC (rev 154917)
@@ -703,6 +703,11 @@
     <None Include="WebInspectorUIPostBuild.cmd" />
     <None Include="WebInspectorUIPreBuild.cmd" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\WebKit\WebKit.vcxproj\WebKit\WebKit.vcxproj">
+      <Project>{0662a8a9-82a3-4638-97d8-ec425d8d87c9}</Project>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to