| Index: tools/gn/secondary/net/third_party/nss/BUILD.gn
|
| diff --git a/tools/gn/secondary/net/third_party/nss/BUILD.gn b/tools/gn/secondary/net/third_party/nss/BUILD.gn
|
| index 8c3cadf94e3fce8f4ac29903617faed0ef66622c..0815df7426b690d5f17730e8b543d10b87a33d54 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" ]
|
| }
|
| }
|
|
|