RESOLVED FIXED 126936
[iOS] Exclude Shims and PluginProcess.app from the WebKit2 build
https://bugs.webkit.org/show_bug.cgi?id=126936
Summary [iOS] Exclude Shims and PluginProcess.app from the WebKit2 build
Andy Estes
Reported 2014-01-13 15:17:05 PST
[iOS] Exclude Shims and PluginProcess.app from the WebKit2 build
Attachments
[iOS] Exclude shims and PluginProcess.app from the WebKit2 build (18.04 KB, patch)
2014-01-13 15:44 PST, Andy Estes
dbates: review+
Andy Estes
Comment 1 2014-01-13 15:44:15 PST
Created attachment 221083 [details] [iOS] Exclude shims and PluginProcess.app from the WebKit2 build
Daniel Bates
Comment 2 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.
Andy Estes
Comment 3 2014-01-13 16:29:41 PST
Andy Estes
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.