| Index: tools/gn/secondary/crypto/BUILD.gn
|
| diff --git a/tools/gn/secondary/crypto/BUILD.gn b/tools/gn/secondary/crypto/BUILD.gn
|
| index ebadceec3f338f50554e1ff01b7a26f882cde37e..02387409aa2117fef5b625bb761862ed3cde83c1 100644
|
| --- a/tools/gn/secondary/crypto/BUILD.gn
|
| +++ b/tools/gn/secondary/crypto/BUILD.gn
|
| @@ -137,7 +137,7 @@ component("crypto") {
|
| }
|
|
|
| if (use_nss) {
|
| - configs += "//third_party/nss:nss_linux_config"
|
| + configs += [ "//third_party/nss:nss_linux_config" ]
|
| } else {
|
| sources -= [
|
| "ec_private_key_nss.cc",
|
|
|