[gn build] Fix typos in config visibility lists

GN https://gn-review.googlesource.com/c/gn/+/12140 identified these
typos. Fix them.

No effective behavior change.
This commit is contained in:
Nico Weber 2021-09-13 12:50:30 -04:00
parent 726b5d3416
commit 1a56a291c5
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import("//llvm/utils/gn/build/write_vcsrevision.gni")
config("write_vcsrevision_config") {
# To pick up the generated inc file.
include_dirs = [ target_gen_dir ]
visibility = [ ":write_vcsrevision" ]
visibility = [ ":write_vcsversion" ]
}
write_vcsrevision("write_vcsversion") {

View File

@ -3,7 +3,7 @@ import("//llvm/utils/gn/build/write_vcsrevision.gni")
config("write_vcsrevision_config") {
# To pick up the generated inc file.
include_dirs = [ target_gen_dir ]
visibility = [ ":write_vcsrevision" ]
visibility = [ ":write_vcsversion" ]
}
write_vcsrevision("write_vcsversion") {

View File

@ -3,7 +3,7 @@ import("//llvm/utils/gn/build/write_vcsrevision.gni")
config("write_vcsrevision_config") {
# To pick up the generated inc file.
include_dirs = [ target_gen_dir ]
visibility = [ ":write_vcsrevision" ]
visibility = [ ":write_vcsversion" ]
}
write_vcsrevision("write_vcsversion") {

View File

@ -223,7 +223,7 @@ write_cmake_config("Plugins.def") {
}
config("AllLldbPlugins_config") {
visibility = [ ":AllLldbPlugins" ]
visibility = [ ":LldbAllPlugins" ]
# To pick up Plugins.def.
include_dirs = [ "$root_gen_dir/lldb/source" ]