| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 27ec7648d725f7a2402e20957a849338f63482e0..8668c99ad37d2a5c141c2ce2a591c2cdad6ea1aa 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -558,6 +558,7 @@
|
| 'sources': [
|
| 'crypto/capi_util.cc',
|
| 'crypto/capi_util.h',
|
| + 'crypto/crypto_module_blocking_password_delegate.h',
|
| 'crypto/cssm_init.cc',
|
| 'crypto/cssm_init.h',
|
| 'crypto/encryptor.h',
|
| @@ -565,7 +566,6 @@
|
| 'crypto/encryptor_nss.cc',
|
| 'crypto/encryptor_openssl.cc',
|
| 'crypto/encryptor_win.cc',
|
| - 'crypto/pk11_blocking_password_delegate.h',
|
| 'crypto/rsa_private_key.h',
|
| 'crypto/rsa_private_key.cc',
|
| 'crypto/rsa_private_key_mac.cc',
|
|
|