Commit b9897c33 authored by Erik Staab's avatar Erik Staab Committed by Commit Bot

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: default avatarDirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#786102}
parent dde2e874
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment