Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: mojo/views/BUILD.gn

Issue 571043003: Conver mojo visibility to be a list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/views/BUILD.gn
diff --git a/mojo/views/BUILD.gn b/mojo/views/BUILD.gn
index e89ce3ee587e76363ee096c065462a2fd731b035..dcd2bb76822e5c72c27467cee98535bf5a0201fe 100644
--- a/mojo/views/BUILD.gn
+++ b/mojo/views/BUILD.gn
@@ -35,7 +35,7 @@ source_set("views") {
component("views_internal") {
output_name = "mojo_views_support_internal"
- visibility = ":views"
+ visibility = [ ":views" ]
sources = [
"mojo_views_export.h",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698