Index: build/config/sanitizers/BUILD.gn |
diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn |
index 63728d946c49c3584101bd5baf2a999385e6809c..5d3e113cfb1459c604b25b1430a39c4ca5f4f855 100644 |
--- a/build/config/sanitizers/BUILD.gn |
+++ b/build/config/sanitizers/BUILD.gn |
@@ -22,7 +22,10 @@ config("sanitizer_options_link_helper") { |
} |
source_set("options_sources") { |
- visibility = [ ":deps" ] |
+ visibility = [ |
+ ":deps", |
+ "//:gn_visibility", |
+ ] |
sources = [ |
"//build/sanitizers/sanitizer_options.cc", |
] |