| commit | edbcffa99515b523ba5aacbb1649db5f44370c9f | [log] [tgz] |
|---|---|---|
| author | Petr Hosek <phosek@google.com> | Wed Oct 10 18:44:29 2018 -0700 |
| committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 12 02:43:31 2018 +0000 |
| tree | e555af2d7cb0f1314743633546be2e09773ee92b | |
| parent | 1d4533556657f085fd0edb26db5faf37759e66c4 [diff] |
Use FilePathToUTF8/UTF8ToFilePath for conversion to/from string This is consistent with the rest of GN codebase. Change-Id: I90089091632cfba3d5a76ad484247e12122bfc31 Reviewed-on: https://gn-review.googlesource.com/c/2940 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Petr Hosek <phosek@google.com>
GN is a meta-build system that generates build files for Ninja. There is documentation in docs/.
git clone https://gn.googlesource.com/gn cd gn python build/gen.py ninja -C out # To run tests: out/gn_unittests
On Windows, it is expected that cl.exe, link.exe, and lib.exe can be found in PATH, so you'll want to run from a Visual Studio command prompt, or similar.
On Linux and Mac, the default compiler is clang++, a recent version is expected to be found in PATH. This can be overridden by setting CC, CXX, and AR.
GN uses Gerrit for code review. The short version of how to patch is:
Register at https://gn-review.googlesource.com. ... edit code ... ninja -C out && out/gn_unittests
Then, to upload a change for review:
git commit git cl upload --gerrit
When revising a change, use:
git commit --amend git cl upload --gerrit
which will add the new changes to the existing code review, rather than creating a new one.
We ask that all contributors sign Google's Contributor License Agreement (either individual or corporate as appropriate, select ‘any other Google project’).
You may ask questions and follow along w/ GN‘s development on Chromium’s gn-dev@ Google Group.