Bug 135845

Summary: [iOS] build-webkit should not build WebKitSystemInterface and WebKitAdditions
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, ddkilzer, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch aestes: review+

Description Daniel Bates 2014-08-12 11:10:22 PDT
We should remove the logic added to build-webkit to build projects WebKitSystemInterface and WebKitAdditions when building the iOS WebKit port because build-webkit shouldn't be responsible for building such projects. Such logic was added as a convenience to expedite the bring up of the iOS WebKit port when it was upstreamed.
Comment 1 Daniel Bates 2014-08-12 11:14:58 PDT
Removing the dependencies to build projects WebKitSystemInterface and WebKitAdditions when building the iOS WebKit port will help towards building the iOS WebKit port using the public SDK.
Comment 2 Daniel Bates 2014-08-12 11:15:54 PDT
Created attachment 236456 [details]
Patch
Comment 3 Daniel Bates 2014-08-12 19:35:53 PDT
Committed r172511: <http://trac.webkit.org/changeset/172511>