Hi,
Thanks for working on this, it's very useful.
In the context of Chromium, I managed to generated the workspace, building content shell works just fine however after a long indexing time (which is ok considering the number of files) I can't get the code browsing to work by that I mean having Xcode to be able to parse correctly .h, .cc and .cpp files so that one can jump headers using cmd + click, navigate between methods using cmd + click or even using the "Jump to Definition" feature. Is this supposed to work? Quick Open works fine btw.
Setup : chromium master as of today
Xcode 7.3.1 on El Capitan
GN args : is_debug = false is_component_build = true enable_stripping = false
I used the filter function as well of gn with --filters=//content/*
Thanks.
BTW
https://chromium.googlesource.com/chromium/src/+/master/docs/mac_build_instructions.md#Using-Xcode_Ninja-Hybrid probably needs an update (I can do it after I got everything working).