Skip to content

Draft: Say hello to GN plugin

BogDan Vatra requested to merge work/bogdan/gn_plugin into master

GN (https://gn.googlesource.com/gn/) is a super fast build system. This patch adds support for most of the GN targets, there are a few that are missing (e.g. groups).

Is not very easy to get started with GN as it doesn't come with any default toolchain files. The easiest way is to test this plugin is with these: https://gn.googlesource.com/gn/+/refs/heads/master/examples/ examples.

Of course you can also clone chromium to test it but ... :)

Edited by Milian Wolff

Merge request reports