| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index 3a566310b382d2950f3df5852c1bdf1a76c8a5a1..2ca1348f445c9567bbeedfd931d29003c928fbbc 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -98,6 +98,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',
|
| ],
|
| }, {
|
| @@ -183,6 +184,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',
|
| ],
|
| },
|
|
|