Commit e77127ef authored by brettw's avatar brettw Committed by Commit bot

Conver mojo visibility to be a list.

The GN on trunk requires this.

Review URL: https://codereview.chromium.org/571043003

Cr-Commit-Position: refs/heads/master@{#294952}
parent fbe23b5a
...@@ -35,7 +35,7 @@ source_set("views") { ...@@ -35,7 +35,7 @@ source_set("views") {
component("views_internal") { component("views_internal") {
output_name = "mojo_views_support_internal" output_name = "mojo_views_support_internal"
visibility = ":views" visibility = [ ":views" ]
sources = [ sources = [
"mojo_views_export.h", "mojo_views_export.h",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment