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

Unified Diff: ui/keyboard/webui/BUILD.gn

Issue 544423002: Convert GN visibility variables to lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « ui/gl/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/webui/BUILD.gn
diff --git a/ui/keyboard/webui/BUILD.gn b/ui/keyboard/webui/BUILD.gn
index 6672ca488e91506d12f241ca0272cbaa394e6460..cf306815aa39b1b2795f2ad830ed5a483a1d22c7 100644
--- a/ui/keyboard/webui/BUILD.gn
+++ b/ui/keyboard/webui/BUILD.gn
@@ -13,7 +13,7 @@ mojom("mojo_bindings") {
# GYP version: part of ui/keyboard/keyboard.gyp:keyboard
source_set("webui") {
- visibility = "//ui/keyboard"
+ visibility = [ "//ui/keyboard" ]
sources = [
"../keyboard_export.h",
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698