1 # Hacking on the GN binary itself
5 GN is part of the Chromium tree. If you have a Chromium checkout, you
6 already have the source and you can do `ninja -C out/Debug gn` to
9 To build gn using gn, run (in the root `src` directory):
13 ninja -C out/Default gn
16 Change `out/Default` as necessary to put the build directory where you
19 ## Running GN's unit tests
22 ninja -C out/Default gn_unittests && out/Default/gn_unittests