Groups
Groups
Sign in
Groups
Groups
gn-dev
Conversations
About
Send feedback
Help
Generated Xcode project should include public sources
26 views
Skip to first unread message
b17
unread,
Dec 30, 2016, 11:15:30 AM
12/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gn-dev
Hi,
When generating Xcode projects with gn gen --ide=xcode public source files aren't referenced in the "sources" project. For example, if I have:
executable("exe") {
public = [
"file.h",
]
sources = [
"file.cc",
]
}
then only "file.cc" is present in the generated Xcode project and not "file.h". Am I missing something obvious here? Or can this please be changed?
-Kal
Brett Wilson
unread,
Dec 30, 2016, 12:50:48 PM
12/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to b17, gn-dev
The public files should be listed so this does sound like a bug.
Brett
b17
unread,
Jan 7, 2017, 6:15:08 AM
1/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gn-dev, b17...@gmail.com, bre...@google.com
Should a bug report be filed?
b17
unread,
Feb 4, 2017, 9:57:05 AM
2/4/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gn-dev, b17...@gmail.com, bre...@google.com
Maintainer of GN Xcode project generator. Please fix this. ;-))
Sylvain Defresne
unread,
Mar 14, 2017, 5:06:45 AM
3/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to b17, gn-dev, Brett Wilson
This should be fixed with
https://codereview.chromium.org/2748783002/
.
-- Sylvain
Reply all
Reply to author
Forward
0 new messages