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

Unified Diff: build/secondary/testing/gtest/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
Index: build/secondary/testing/gtest/BUILD.gn
diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
index f7c1e0d7208c9e49f7dc652d03800293de449f11..cab98923969e319ce86e846e2b70e5e1d723dbf2 100644
--- a/build/secondary/testing/gtest/BUILD.gn
+++ b/build/secondary/testing/gtest/BUILD.gn
@@ -54,7 +54,7 @@ config("gtest_config") {
}
config("gtest_direct_config") {
- visibility = ":*"
+ visibility = [ ":*" ]
defines = [ "UNIT_TEST" ]
}

Powered by Google App Engine
This is Rietveld 408576698