| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index 1461b957f7c7c8b30f721df8cc296b0f09742798..fb3935faedddf3d4bab4e95cc2491cd9323a9aba 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -106,6 +106,7 @@
|
| 'third_party/nss/chromium-nss.h',
|
| 'third_party/nss/chromium-sha256.h',
|
| 'third_party/nss/pk11akey.cc',
|
| + 'third_party/nss/secsign.cc',
|
| 'third_party/nss/sha512.cc',
|
| ],
|
| }, {
|
| @@ -193,6 +194,7 @@
|
| 'third_party/nss/chromium-nss.h',
|
| 'third_party/nss/chromium-sha256.h',
|
| 'third_party/nss/pk11akey.cc',
|
| + 'third_party/nss/secsign.cc',
|
| 'third_party/nss/sha512.cc',
|
| ],
|
| },
|
|
|