Bug 126936

Summary: [iOS] Exclude Shims and PluginProcess.app from the WebKit2 build
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, dbates, ddkilzer, mitz, mrowe, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[iOS] Exclude shims and PluginProcess.app from the WebKit2 build dbates: review+

Description Andy Estes 2014-01-13 15:17:05 PST
[iOS] Exclude Shims and PluginProcess.app from the WebKit2 build
Comment 1 Andy Estes 2014-01-13 15:44:15 PST
Created attachment 221083 [details]
[iOS] Exclude shims and PluginProcess.app from the WebKit2 build
Comment 2 Daniel Bates 2014-01-13 15:55:23 PST
Comment on attachment 221083 [details]
[iOS] Exclude shims and PluginProcess.app from the WebKit2 build

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

Looks sane to me. Feel free to ask a build system expert for a more thorough review.

> Source/WebKit2/Configurations/Shim.xcconfig:33
> +OTHER_LDFLAGS_PluginProcessShim = -framework AppKit -framework Carbon -framework QuartzCore;
> +OTHER_LDFLAGS_SecItemShim = -framework Security;
> +OTHER_LDFLAGS_WebProcessShim = -framework CoreServices -framework Security;

I take it you feel that it wouldn't improve readability to include _macosx_ in the names of these variables.
Comment 3 Andy Estes 2014-01-13 16:29:41 PST
Committed r161918: <http://trac.webkit.org/changeset/161918>
Comment 4 Andy Estes 2014-01-13 16:30:27 PST
(In reply to comment #2)
> (From update of attachment 221083 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=221083&action=review
> 
> Looks sane to me. Feel free to ask a build system expert for a more thorough review.
> 
> > Source/WebKit2/Configurations/Shim.xcconfig:33
> > +OTHER_LDFLAGS_PluginProcessShim = -framework AppKit -framework Carbon -framework QuartzCore;
> > +OTHER_LDFLAGS_SecItemShim = -framework Security;
> > +OTHER_LDFLAGS_WebProcessShim = -framework CoreServices -framework Security;
> 
> I take it you feel that it wouldn't improve readability to include _macosx_ in the names of these variables.

Per a recommendation from mitzpettel, I ended up creating new .xcconfigs for each of the shims and moving these options there.