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

Unified Diff: Source/devtools/BUILD.gn

Issue 550333003: Convert GN visibility to lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « Source/core/inspector/BUILD.gn ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index 6f9ecef66a083d72488e9d968ca67d9760ce0475..59a181fbfbdc5e8100de10fbe85e7b34a7be56a8 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -33,7 +33,7 @@ devtools_extensions_js_files = gypi_values.devtools_extensions_js_files -
#-------------------------------------------------------------------------------
-visibility = "//third_party/WebKit/*"
+visibility = [ "//third_party/WebKit/*" ]
# Probably need to parameterize this. If we set it to true, there will be some
# further work in the scripts below.
« no previous file with comments | « Source/core/inspector/BUILD.gn ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698