| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 66ca4b8963a431d96df447a06a7146dff074915b..28173e47d4115c0997164eb855f2b1ea89d9d0e4 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -60,6 +60,8 @@
|
| 'base/cookie_options.h',
|
| 'base/cookie_store.cc',
|
| 'base/cookie_store.h',
|
| + 'base/crl_filter.cc',
|
| + 'base/crl_filter.h',
|
| 'base/crypto_module.h',
|
| 'base/crypto_module_nss.cc',
|
| 'base/crypto_module_openssl.cc',
|
| @@ -834,6 +836,7 @@
|
| 'base/cert_database_nss_unittest.cc',
|
| 'base/cert_verifier_unittest.cc',
|
| 'base/cookie_monster_unittest.cc',
|
| + 'base/crl_filter_unittest.cc',
|
| 'base/data_url_unittest.cc',
|
| 'base/directory_lister_unittest.cc',
|
| 'base/dnssec_unittest.cc',
|
|
|