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

Unified Diff: Source/wtf/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/web/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/BUILD.gn
diff --git a/Source/wtf/BUILD.gn b/Source/wtf/BUILD.gn
index 92cf56053299f348246ff8d6b6b19a47b700bab5..6004dda31a976f55547cd258a0fd8430328a8219 100644
--- a/Source/wtf/BUILD.gn
+++ b/Source/wtf/BUILD.gn
@@ -8,7 +8,7 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
"scope",
[ "wtf.gypi" ])
-visibility = "//third_party/WebKit/*"
+visibility = [ "//third_party/WebKit/*" ]
config("wtf_config") {
if (is_win) {
« no previous file with comments | « Source/web/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698