Chromium Code Reviews| Index: content/BUILD.gn |
| diff --git a/content/BUILD.gn b/content/BUILD.gn |
| index b4eeb264ee5596f8eaab08d03461966f234085c2..7f749aa7dbe01b35ed40e88eba88ebf143d23a32 100644 |
| --- a/content/BUILD.gn |
| +++ b/content/BUILD.gn |
| @@ -49,7 +49,7 @@ grit("resources") { |
| # This target exists to "hold" the content_export header so we can do proper |
| # inclusion testing of it. |
| source_set("export") { |
| - visibility = "//content/*" |
| + visibility = [ "//content/*" ] |
| sources = [ |
| "content/common/content_export.h" |
| ] |