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

Unified Diff: Source/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 | « no previous file | Source/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/BUILD.gn
diff --git a/Source/BUILD.gn b/Source/BUILD.gn
index ae07394d10cf1b98e996058840ce319cae56683b..8808e06c84b4343a321bffed4ef1a536b9cbd246 100644
--- a/Source/BUILD.gn
+++ b/Source/BUILD.gn
@@ -7,7 +7,7 @@ if (is_clang) {
import("//build/config/clang/clang.gni")
}
-visibility = "//third_party/WebKit/*"
+visibility = [ "//third_party/WebKit/*" ]
# features ---------------------------------------------------------------------
« no previous file with comments | « no previous file | Source/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698