Skip to content

Commit

Permalink
[chromium] making DumpRenderTree_resources a separate bundle breaks x…
Browse files Browse the repository at this point in the history
…code

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.

* DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:

Canonical link: https://commits.webkit.org/129887@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@144866 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
dpranke committed Mar 6, 2013
1 parent 41d87bb commit 6bef8b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Tools/ChangeLog
@@ -1,3 +1,16 @@
2013-03-05 Dirk Pranke <dpranke@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.

* DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:

2013-03-05 Dirk Pranke <dpranke@chromium.org>

[chromium] build a DumpRenderTree.pak even on windows
Expand Down
3 changes: 3 additions & 0 deletions Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
Expand Up @@ -390,6 +390,9 @@
'<(PRODUCT_DIR)/DumpRenderTree.pak',
],
'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
# 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,
}],
},
Expand Down

0 comments on commit 6bef8b6

Please sign in to comment.