[gn build] rewrap a comment to 80 cols

This commit is contained in:
Nico Weber 2021-03-27 12:50:33 -04:00
parent bb88a5aeee
commit ab158d35b5
1 changed files with 4 additions and 4 deletions

View File

@ -84,10 +84,10 @@ if (supported_toolchains != []) {
outputs = [ "$target_gen_dir/run-lit" ] # Non-existing, so that ninja runs
# it each time.
# Since check-hwasan is always dirty, //:default doesn't depend on it so that
# it's not part of the default ninja target. Hence, check-hwasan shouldn't
# have any deps except :hwasan. so that the default target is sure to build
# all the deps.
# Since check-hwasan is always dirty, //:default doesn't depend on it so
# that it's not part of the default ninja target. Hence, check-hwasan
# shouldn't have any deps except :hwasan. so that the default target is
# sure to build all the deps.
deps = [ ":hwasan" ]
testonly = true