summaryrefslogtreecommitdiffstats
path: root/tools/gn/secondary/net/third_party/nss/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/secondary/net/third_party/nss/BUILD.gn')
-rw-r--r--tools/gn/secondary/net/third_party/nss/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/secondary/net/third_party/nss/BUILD.gn b/tools/gn/secondary/net/third_party/nss/BUILD.gn
index 8c3cadf..0815df7 100644
--- a/tools/gn/secondary/net/third_party/nss/BUILD.gn
+++ b/tools/gn/secondary/net/third_party/nss/BUILD.gn
@@ -89,6 +89,6 @@ component("ssl") {
configs += [ "//third_party/nss:nss_linux_config" ]
}
if (is_mac) {
- sources -= "ssl/bodge/secitem_array.c"
+ sources -= [ "ssl/bodge/secitem_array.c" ]
}
}