| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index 3f1b4ba14f4792a1993b89ffc748571736688273..3a566310b382d2950f3df5852c1bdf1a76c8a5a1 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -93,11 +93,11 @@
|
| 'signature_creator_nss.cc',
|
| 'signature_verifier_nss.cc',
|
| 'symmetric_key_nss.cc',
|
| - 'third_party/nss/blapi.h',
|
| - 'third_party/nss/blapit.h',
|
| + 'third_party/nss/chromium-blapi.h',
|
| + 'third_party/nss/chromium-blapit.h',
|
| 'third_party/nss/chromium-nss.h',
|
| + 'third_party/nss/chromium-sha256.h',
|
| 'third_party/nss/pk11akey.cc',
|
| - 'third_party/nss/sha256.h',
|
| 'third_party/nss/sha512.cc',
|
| ],
|
| }, {
|
| @@ -178,11 +178,11 @@
|
| 'symmetric_key_nss.cc',
|
| 'symmetric_key_openssl.cc',
|
| 'symmetric_key_win.cc',
|
| - 'third_party/nss/blapi.h',
|
| - 'third_party/nss/blapit.h',
|
| + 'third_party/nss/chromium-blapi.h',
|
| + 'third_party/nss/chromium-blapit.h',
|
| 'third_party/nss/chromium-nss.h',
|
| + 'third_party/nss/chromium-sha256.h',
|
| 'third_party/nss/pk11akey.cc',
|
| - 'third_party/nss/sha256.h',
|
| 'third_party/nss/sha512.cc',
|
| ],
|
| },
|
|
|