Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GN: switch from check_targets to no_check_targets.
The list was semi-automatically generated by parsing the output of "gn check" against various configurations. With some exceptions, parsing was done using: grep -E -A1 '(The target:|It is not in)' | grep '//' | \ grep -v '//build/toolchain' | cut -f1 -d: | sort | uniq -c | \ sed -e 's/ *\([0-9]*\) *\(.*\)/ "\2:*", # \1 errors/' Note: if this breaks the "gn gen" step of a build configuration that isn't tested in the CQ please add more entries to this .gn file instead of reverting this CL. Bug: 896680 Change-Id: I4e3d2b316ec014f969303f7c4bb809e436447b10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278172 Commit-Queue: Erik Staab <estaab@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#786102}
- Loading branch information