Bug 135216

Summary: Add a pseudo target to create sandbox override roots
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ap: review+

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)?