Bug 127919 - Enable iOS Tools builds by default
Summary: Enable iOS Tools builds by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad All
: P2 Normal
Assignee: David Farler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 10:26 PST by David Farler
Modified: 2014-01-30 11:32 PST (History)
4 users (show)

See Also:


Attachments
Patch (7.33 KB, patch)
2014-01-30 11:12 PST, David Farler
no flags Details | Formatted Diff | Diff
Patch (3.71 KB, patch)
2014-01-30 11:27 PST, David Farler
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Farler 2014-01-30 10:26:22 PST
In Tools/Makefile and in build-webkit, where possible:

- DumpRenderTree. Additionally, the top-level target needs to build the app bundle and its target dependencies.
- WebKitTestRunner
- gtest
- TestWebKitAPI
Comment 1 David Farler 2014-01-30 11:12:14 PST
Created attachment 222691 [details]
Patch
Comment 2 David Farler 2014-01-30 11:19:50 PST
Comment on attachment 222691 [details]
Patch

DumpRenderTree.app is already building in the All target correctly, so no need to do anything with the xcodeproj. One moment for an updated patch.
Comment 3 David Farler 2014-01-30 11:27:58 PST
Created attachment 222697 [details]
Patch
Comment 4 David Farler 2014-01-30 11:32:50 PST
Committed r163096: <http://trac.webkit.org/changeset/163096>