Index: content/plugin/BUILD.gn |
diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn |
index 80c429589abd3d2f2e8ce516ea8da105781085ab..90d266efad9191250541bd89db919fbd09f1bba8 100644 |
--- a/content/plugin/BUILD.gn |
+++ b/content/plugin/BUILD.gn |
@@ -7,7 +7,7 @@ import("//build/config/features.gni") |
# This is the NPAPI plugin process. It isn't used on Linux. |
if (enable_plugins && !is_linux) { |
source_set("plugin") { |
- visibility = "//content/*" |
+ visibility = [ "//content/*" ] |
sources = [ |
"plugin_channel.cc", |
"plugin_channel.h", |