Change "gn check" to report all incorrect include

Backport of
https://chromium-review.googlesource.com/c/chromium/src/+/1107992 which
was landed after fork to standalone repo.

Change-Id: I940ab8451758f1ef77e4c66361f956a88fe2e2c4
Reviewed-on: https://gn-review.googlesource.com/1842
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
2 files changed
tree: 97ca2eb87b7c441efbc7aab640af8e97fe1548c1
  1. base/
  2. build/
  3. infra/
  4. tools/
  5. util/
  6. .clang-format
  7. .editorconfig
  8. .gitignore
  9. .style.yapf
  10. AUTHORS
  11. LICENSE
  12. README.md
README.md

GN

GN is a meta-build system that generates build files for Ninja.

Get started with:

git clone https://gn.googlesource.com/gn
cd gn
python build/gen.py
ninja -C out