| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index 906cbedf9eec58888631c77ec7131d9cd862a32d..62682e5dddff2cdf176ca86f2c1a0cdc6825e89d 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -131,6 +131,8 @@
|
| 'hmac_win.cc',
|
| 'mac_security_services_lock.cc',
|
| 'mac_security_services_lock.h',
|
| + 'mutual_auth.cc',
|
| + 'mutual_auth.h',
|
| 'nss_util.cc',
|
| 'nss_util.h',
|
| 'nss_util_internal.h',
|
| @@ -187,6 +189,7 @@
|
| 'encryptor_unittest.cc',
|
| 'hmac_unittest.cc',
|
| 'p224_unittest.cc',
|
| + 'mutual_auth_unittest.cc',
|
| 'rsa_private_key_unittest.cc',
|
| 'rsa_private_key_nss_unittest.cc',
|
| 'secure_hash_unittest.cc',
|
|
|