diff options
-rw-r--r-- | BUILD.gn | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -135,8 +135,12 @@ static_library("pdfium") { } } -# Targets below this are only visible within this file. -visibility = [ ":*" ] +# Targets below this are only visible within this file (and to the +# top-level gn_visibility target used to help gn_all build everything). +visibility = [ + ":*", + "//:gn_visibility", +] static_library("fdrm") { sources = [ |