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

Unified Diff: ui/resources/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/keyboard/webui/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/BUILD.gn
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
index e4dbd9386e0d6e5f0e5308a65388cfe2fab04290..aa8903500380b6a2f9265a74c0dda840b009f67e 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -15,7 +15,6 @@ group("resources") {
}
grit("ui_resources_grd") {
- visibility = ":resources"
source = "ui_resources.grd"
outputs = [
"grit/ui_resources.h",
@@ -27,7 +26,6 @@ grit("ui_resources_grd") {
}
grit("ui_unscaled_resources_grd") {
- visibility = ":resources"
source = "ui_unscaled_resources.grd"
outputs = [
"grit/ui_unscaled_resources.h",
@@ -36,7 +34,6 @@ grit("ui_unscaled_resources_grd") {
}
grit("webui_resources_grd") {
- visibility = ":resources"
source = "../webui/resources/webui_resources.grd"
outputs = [
"grit/webui_resources.h",
@@ -74,7 +71,7 @@ if (is_ios) {
# GYP version: ui/resources/ui_resources.gyp:ui_test_pak
repack("repack_ui_test_pak") {
# Depend on ui_test_pak instead of this one.
- visibility = ":ui_test_pak"
+ visibility = [ ":ui_test_pak" ]
sources = [
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
« no previous file with comments | « ui/keyboard/webui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698