| Index: build/secondary/third_party/nss/BUILD.gn
|
| diff --git a/build/secondary/third_party/nss/BUILD.gn b/build/secondary/third_party/nss/BUILD.gn
|
| index 8d152e9e1cb825d40906bb07df111b9e4fa12122..7060f0796b60ef8376bc6e22b8a5a24ff4f25a3e 100644
|
| --- a/build/secondary/third_party/nss/BUILD.gn
|
| +++ b/build/secondary/third_party/nss/BUILD.gn
|
| @@ -695,6 +695,8 @@ if (is_linux) {
|
| "nss/lib/freebl/win_rand.c",
|
| "nss/lib/nss/nss.h",
|
| "nss/lib/nss/nssinit.c",
|
| + "nss/lib/nss/nssoptions.c",
|
| + "nss/lib/nss/nssoptions.h",
|
| "nss/lib/nss/nssrenam.h",
|
| "nss/lib/nss/utilwrap.c",
|
| "nss/lib/pk11wrap/debug_module.c",
|
| @@ -859,6 +861,7 @@ if (is_linux) {
|
| "nss/lib/util/utilpars.h",
|
| "nss/lib/util/utilparst.h",
|
| "nss/lib/util/utilrename.h",
|
| + "nss/lib/util/verref.h",
|
| ]
|
|
|
| sources -= [
|
|
|