You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking of contributing GnToolchain and GnDeps to support several Google-specific packages (such as Skia, ANGLE, and possibly even Chromium) on CCI, but it could be useful outside of that context as well.
GN is a "Generate Ninja" build tool from Google that appears to be a predecessor to Bazel: https://gn.googlesource.com/gn/
There is probably considerable overlap with Bazel, so a lot of the logic and functionality from its generators can likely be reused.
Is this something that would be considered for inclusion in the Conan client, if I were to implement it and open a PR?
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
What is your suggestion?
I'm thinking of contributing
GnToolchain
andGnDeps
to support several Google-specific packages (such as Skia, ANGLE, and possibly even Chromium) on CCI, but it could be useful outside of that context as well.GN is a "Generate Ninja" build tool from Google that appears to be a predecessor to Bazel: https://gn.googlesource.com/gn/
There is probably considerable overlap with Bazel, so a lot of the logic and functionality from its generators can likely be reused.
Is this something that would be considered for inclusion in the Conan client, if I were to implement it and open a PR?
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: