Index: net/net.gypi |
diff --git a/net/net.gypi b/net/net.gypi |
index b178f538e204d6bab56f686ed859fe5337d17e37..30aa315868aca139b31690b732372c49b80ce04d 100644 |
--- a/net/net.gypi |
+++ b/net/net.gypi |
@@ -561,6 +561,8 @@ |
'ftp/ftp_util.h', |
'http/des.cc', |
'http/des.h', |
+ 'http/disk_based_cert_cache.h', |
+ 'http/disk_based_cert_cache.cc', |
wtc
2014/06/12 03:13:17
Nit: list .cc before .h. See the other files as ex
|
'http/disk_cache_based_quic_server_info.cc', |
'http/disk_cache_based_quic_server_info.h', |
'http/failing_http_transaction_factory.cc', |
@@ -1328,6 +1330,7 @@ |
'ftp/ftp_network_transaction_unittest.cc', |
'ftp/ftp_util_unittest.cc', |
'http/des_unittest.cc', |
+ 'http/disk_based_cert_cache_unittest.cc', |
'http/disk_cache_based_quic_server_info_unittest.cc', |
'http/http_auth_cache_unittest.cc', |
'http/http_auth_challenge_tokenizer_unittest.cc', |