Remove CompareIgnoreCase

I noticed the giant lower_case_table[] for Mac when the formatting for it got
all screwy when clang-formatting.

But looking into where it was used, the only thing was for `gn clean` to not
remove "args.gn" when iterating the output directory. It seems like overkill
for that, so just ToLowerASCII() at that point.

Change-Id: I5673fbb22abfa70ae0ac4fb22c5a50899c06e686
Reviewed-on: https://gn-review.googlesource.com/1626
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Brett Wilson <brettw@chromium.org>
3 files changed
tree: 74c21b0a6379593e8352961c3abe885dfec60a07
  1. base/
  2. build/
  3. infra/
  4. src/
  5. tools/
  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