Index: third_party/protobuf/BUILD.gn |
diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn |
index 72c94913d65388d9ab5247dc91ff89614a0900b4..411905406f0d4a0246c5ae795771ddf87c150789 100644 |
--- a/third_party/protobuf/BUILD.gn |
+++ b/third_party/protobuf/BUILD.gn |
@@ -105,7 +105,8 @@ source_set("protobuf_lite") { |
# into that category. Do not use in Chrome code. |
source_set("protobuf_full") { |
- visibility = ":*" # Prevent people from depending on this outside our file. |
+ # Prevent people from depending on this outside our file. |
+ visibility = [ ":*" ] |
sources = protobuf_lite_sources |
sources += [ |