| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 8d27cfa631f4b02e6ff58d222cc3a38a436b5357..6173fd015f6e1416739dc90e5a18657f8b688868 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -195,7 +195,6 @@
|
| 'base/rand_callback.h',
|
| 'base/registry_controlled_domain.cc',
|
| 'base/registry_controlled_domain.h',
|
| - 'base/scoped_cert_chain_context.h',
|
| 'base/sdch_filter.cc',
|
| 'base/sdch_filter.h',
|
| 'base/sdch_manager.cc',
|
| @@ -247,8 +246,12 @@
|
| 'base/x509_certificate_nss.cc',
|
| 'base/x509_certificate_openssl.cc',
|
| 'base/x509_certificate_win.cc',
|
| + 'base/x509_util_mac.cc',
|
| + 'base/x509_util_mac.h',
|
| 'base/x509_util_openssl.cc',
|
| 'base/x509_util_openssl.h',
|
| + 'base/x509_util_win.cc',
|
| + 'base/x509_util_win.h',
|
| 'disk_cache/addr.cc',
|
| 'disk_cache/addr.h',
|
| 'disk_cache/backend_impl.cc',
|
|
|