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

Unified Diff: BUILD.gn

Issue 555523002: Convert GN visibility to be a list. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f811cf0130f9d17c8d54ca28323e4086c22ef259..c4c802eefd5f26251a733677f562c7fdb1c8816a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -116,7 +116,7 @@ static_library("pdfium") {
}
# Targets below this are only visible within this file.
-visibility = ":*"
+visibility = [ ":*" ]
component("safemath") {
sources = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698