| Index: build/config/posix/BUILD.gn
|
| diff --git a/build/config/posix/BUILD.gn b/build/config/posix/BUILD.gn
|
| index e862c50e703a75af7271e016f353e85166c42d9e..fc5dd432103365e1b796e45f94c4a2603476c55f 100644
|
| --- a/build/config/posix/BUILD.gn
|
| +++ b/build/config/posix/BUILD.gn
|
| @@ -6,6 +6,10 @@ import("//build/config/sysroot.gni")
|
|
|
| assert(is_posix)
|
|
|
| +group("posix") {
|
| + visibility = [ "//:optimize_gn_gen" ]
|
| +}
|
| +
|
| # This is included by reference in the //build/config/compiler:runtime_library
|
| # config that is applied to all targets. It is here to separate out the logic
|
| # that is Posix-only. Please see that target for advice on what should go in
|
|
|