summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Wilson <brettw@chromium.org>2014-09-08 16:36:48 -0700
committerBrett Wilson <brettw@chromium.org>2014-09-08 16:36:48 -0700
commitedbf8ac5c5381a9e0dcc32032eafb823f571d7df (patch)
tree421166e19a563cde31d45d4e2509a013cbb3d7ed
parent1efeeeb1d9d74dc50e7a62859c1944158e72560e (diff)
downloadpdfium-chromium/2154.tar.xz
Convert GN visibility to be a list.chromium/2155chromium/2154chromium/2152
GN visibility currently allows either string or list types, but this is causing some problems for some templates. I'm going to require it to be lists, so am changing all callers before pushing the new binary. R=jam@chromium.org Review URL: https://codereview.chromium.org/555523002
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f811cf0130..c4c802eefd 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 = [