Skip to content

Commit

Permalink
GN: switch from check_targets to no_check_targets.
Browse files Browse the repository at this point in the history
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
Erik Staab authored and Commit Bot committed Jul 8, 2020
1 parent dde2e87 commit b9897c3
Showing 1 changed file with 321 additions and 519 deletions.
Loading

0 comments on commit b9897c3

Please sign in to comment.