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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 14:23:54 PST 2013


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





--- Comment #10 from Nico Weber <thakis at chromium.org>  2013-02-13 14:26:08 PST ---
(From update of attachment 187227)
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.

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