| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index 6fabaf22510bf6410eb5a0afe6f0f5d66f9c1a5e..7435f328bb464f6fadcf94950566ca50baf165d2 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -484,6 +484,8 @@
|
| 'log/trace_net_log_observer.cc',
|
| 'log/trace_net_log_observer.h',
|
| 'disk_cache/simple/simple_histogram_macros.h' ,
|
| + 'cert_net/nss_ocsp.cc',
|
| + 'cert_net/nss_ocsp.h',
|
| 'disk_cache/simple/simple_index.cc',
|
| 'disk_cache/simple/simple_index.h',
|
| 'disk_cache/simple/simple_index_delegate.h',
|
| @@ -693,8 +695,6 @@
|
| 'http/url_security_manager.h',
|
| 'http/url_security_manager_posix.cc',
|
| 'http/url_security_manager_win.cc',
|
| - 'ocsp/nss_ocsp.cc',
|
| - 'ocsp/nss_ocsp.h',
|
| 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
|
| 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
|
| 'proxy/dhcp_proxy_script_fetcher.cc',
|
| @@ -1318,6 +1318,7 @@
|
| 'cert/x509_util_openssl_unittest.cc',
|
| 'cert/x509_util_unittest.cc',
|
| 'cert_net/cert_net_fetcher_impl_unittest.cc',
|
| + 'cert_net/nss_ocsp_unittest.cc',
|
| 'cookies/canonical_cookie_unittest.cc',
|
| 'cookies/cookie_constants_unittest.cc',
|
| 'cookies/cookie_monster_unittest.cc',
|
| @@ -1435,7 +1436,6 @@
|
| 'log/net_log_unittest.h',
|
| 'log/net_log_util_unittest.cc',
|
| 'log/trace_net_log_observer_unittest.cc',
|
| - 'ocsp/nss_ocsp_unittest.cc',
|
| 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
|
| 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
|
| 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
|
|
|