Index: ui/gl/BUILD.gn |
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
index bf6f32a4f1c9d5b7337cc4d4254a03adc56ad3e0..a44364502c8051cc509759441173298256855499 100644 |
--- a/ui/gl/BUILD.gn |
+++ b/ui/gl/BUILD.gn |
@@ -258,7 +258,7 @@ component("gl") { |
} |
action("generate_gl_bindings") { |
- visibility = ":*" # Only targets in this file can see this. |
+ visibility = [ ":*" ] # Only targets in this file can see this. |
script = "generate_bindings.py" |