Title: [144867] trunk/Tools
Revision
144867
Author
dpra...@chromium.org
Date
2013-03-05 19:27:49 -0800 (Tue, 05 Mar 2013)

Log Message

[chromium] making DumpRenderTree_resources a separate bundle breaks xcode
https://bugs.webkit.org/show_bug.cgi?id=111509

Unreviewed, build fix.

Actually comment out the flag :(.

* DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (144866 => 144867)


--- trunk/Tools/ChangeLog	2013-03-06 03:07:18 UTC (rev 144866)
+++ trunk/Tools/ChangeLog	2013-03-06 03:27:49 UTC (rev 144867)
@@ -5,6 +5,17 @@
 
         Unreviewed, build fix.
 
+        Actually comment out the flag :(.
+
+        * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
+
+2013-03-05  Dirk Pranke  <dpra...@chromium.org>
+
+        [chromium] making DumpRenderTree_resources a separate bundle breaks xcode
+        https://bugs.webkit.org/show_bug.cgi?id=111509
+
+        Unreviewed, build fix.
+
         r144863 appears to have broken the xcode build; I'm temporarily
         trying this instead, and if this doesn't work, I'll revert the
         other changes.

Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp (144866 => 144867)


--- trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp	2013-03-06 03:07:18 UTC (rev 144866)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp	2013-03-06 03:27:49 UTC (rev 144867)
@@ -393,7 +393,7 @@
                 # FIXME: does this need to be enabled? If it is, xcode
                 # seems to break since DumpRenderTree_resources isn't actually
                 # a bundle.
-                'process_outputs_as_mac_bundle_resources': 1,
+                # 'process_outputs_as_mac_bundle_resources': 1,
             }],
         },
         {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to