Bug 135216 - Add a pseudo target to create sandbox override roots
Summary: Add a pseudo target to create sandbox override roots
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-23 14:52 PDT by Oliver Hunt
Modified: 2014-07-23 17:52 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.85 KB, patch)
2014-07-23 14:59 PDT, Oliver Hunt
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2014-07-23 14:52:59 PDT
Add a pseudo target to create sandbox override roots
Comment 1 Oliver Hunt 2014-07-23 14:59:07 PDT
Created attachment 235382 [details]
Patch
Comment 2 Alexey Proskuryakov 2014-07-23 15:01:55 PDT
Comment on attachment 235382 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=235382&action=review

> Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:10029
> +				PRODUCT_NAME = "WebKit2SandboxProfiles copy";

:-/

> Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:10036
> +				PRODUCT_NAME = "WebKit2SandboxProfiles copy";

:-/

> Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:10043
> +				PRODUCT_NAME = "WebKit2SandboxProfiles copy";

:-/
Comment 3 Oliver Hunt 2014-07-23 15:04:21 PDT
Committed r171493: <http://trac.webkit.org/changeset/171493>
Comment 4 mitz 2014-07-23 17:52:10 PDT
(In reply to comment #0)
> Add a pseudo target to create sandbox override roots

What makes this new target a “pseudo target”? Why can’t this be accomplished by a build setting to the existing target (similarly to how there are no separate targets for staged frameworks)?