Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1104)

Unified Diff: net/net.gypi

Issue 1070893002: Move net/ocsp/* into net/cert_net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_fetcher
Patch Set: undo header re-ordering -- seems to be breaking compile Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698