[Webkit-unassigned] [Bug 109248] [Mac] Experimental gyp-based build system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 14:31:37 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109248





--- Comment #11 from Mark Rowe (bdash) <mrowe at apple.com>  2013-02-13 14:33:51 PST ---
(In reply to comment #10)
> (From update of attachment 187227 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=187227&action=review
> 
> > Source/WTF/WTF.gyp/mac/WTF.gyp:7
> > +      'xcode_config_file': '<(project_dir)/Configurations/Base.xcconfig',
> 
> Just FYI: xcode_config_file works for the xcode backend of gyp, but there's no support for it in the make and ninja generators. There's http://crbug.com/90043 open for adding support, but we ended up not needing it for chromium, so we didn't implement that.
> 
> Just copying the contents of the xcconfig into an xcode_settings block doesn't quite work either, because the conditional syntax used in your xcconfig files isn't emulated either: http://crbug.com/122592 We ended up using gyp conditionals instead, so we didn't end up implementing this either.
> 
> If you only care about producing xcode files , this is a non-issue for you.

Understood. I'm initially trying to match the structure of our existing Xcode projects. Once we get that working, we can evolve towards a less Xcode-specific gyp file.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list