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

Side by Side Diff: net/net.gypi

Issue 2021433004: Cert - protobufs to serialize and deserialize CertVerifierCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_support_for_walking_1999733002
Patch Set: Added histogram for cache size Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 # 1290 #
1291 # To make "gn check" validate the header usage properly, these are the 1291 # To make "gn check" validate the header usage properly, these are the
1292 # websocket headers needed by the shared net code, which are duplicated 1292 # websocket headers needed by the shared net code, which are duplicated
1293 # unconditionally here from the conditional websockets list below. 1293 # unconditionally here from the conditional websockets list below.
1294 'websockets/websocket_handshake_stream_base.h', 1294 'websockets/websocket_handshake_stream_base.h',
1295 'websockets/websocket_stream.h', 1295 'websockets/websocket_stream.h',
1296 'websockets/websocket_handshake_request_info.h', 1296 'websockets/websocket_handshake_request_info.h',
1297 'websockets/websocket_handshake_response_info.h', 1297 'websockets/websocket_handshake_response_info.h',
1298 ], 1298 ],
1299 'net_extras_sources': [ 1299 'net_extras_sources': [
1300 'extras/cert/cert_verifier_cache_persister.cc',
1301 'extras/cert/cert_verifier_cache_persister.h',
1300 'extras/sqlite/cookie_crypto_delegate.h', 1302 'extras/sqlite/cookie_crypto_delegate.h',
1301 'extras/sqlite/sqlite_channel_id_store.cc', 1303 'extras/sqlite/sqlite_channel_id_store.cc',
1302 'extras/sqlite/sqlite_channel_id_store.h', 1304 'extras/sqlite/sqlite_channel_id_store.h',
1303 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1305 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1304 'extras/sqlite/sqlite_persistent_cookie_store.h', 1306 'extras/sqlite/sqlite_persistent_cookie_store.h',
1305 ], 1307 ],
1306 'net_test_sources': [ 1308 'net_test_sources': [
1307 'android/dummy_spnego_authenticator.cc', 1309 'android/dummy_spnego_authenticator.cc',
1308 'android/dummy_spnego_authenticator.h', 1310 'android/dummy_spnego_authenticator.h',
1309 'android/http_auth_negotiate_android_unittest.cc', 1311 'android/http_auth_negotiate_android_unittest.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'dns/host_resolver_impl_unittest.cc', 1436 'dns/host_resolver_impl_unittest.cc',
1435 'dns/host_resolver_mojo_unittest.cc', 1437 'dns/host_resolver_mojo_unittest.cc',
1436 'dns/mapped_host_resolver_unittest.cc', 1438 'dns/mapped_host_resolver_unittest.cc',
1437 'dns/mdns_cache_unittest.cc', 1439 'dns/mdns_cache_unittest.cc',
1438 'dns/mdns_client_unittest.cc', 1440 'dns/mdns_client_unittest.cc',
1439 'dns/mojo_host_resolver_impl_unittest.cc', 1441 'dns/mojo_host_resolver_impl_unittest.cc',
1440 'dns/record_parsed_unittest.cc', 1442 'dns/record_parsed_unittest.cc',
1441 'dns/record_rdata_unittest.cc', 1443 'dns/record_rdata_unittest.cc',
1442 'dns/serial_worker_unittest.cc', 1444 'dns/serial_worker_unittest.cc',
1443 'dns/single_request_host_resolver_unittest.cc', 1445 'dns/single_request_host_resolver_unittest.cc',
1446 'extras/cert/cert_verifier_cache_persister_unittest.cc',
1444 'extras/sqlite/sqlite_channel_id_store_unittest.cc', 1447 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
1445 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc', 1448 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc',
1446 'filter/brotli_filter_unittest.cc', 1449 'filter/brotli_filter_unittest.cc',
1447 'filter/filter_unittest.cc', 1450 'filter/filter_unittest.cc',
1448 'filter/gzip_filter_unittest.cc', 1451 'filter/gzip_filter_unittest.cc',
1449 'filter/mock_filter_context.cc', 1452 'filter/mock_filter_context.cc',
1450 'filter/mock_filter_context.h', 1453 'filter/mock_filter_context.h',
1451 'filter/sdch_filter_unittest.cc', 1454 'filter/sdch_filter_unittest.cc',
1452 'ftp/ftp_auth_cache_unittest.cc', 1455 'ftp/ftp_auth_cache_unittest.cc',
1453 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1456 'ftp/ftp_ctrl_response_buffer_unittest.cc',
(...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
3098 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3101 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3099 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3102 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3100 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3103 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3101 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3104 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3102 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3105 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3103 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3106 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3104 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3107 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3105 ], 3108 ],
3106 } 3109 }
3107 } 3110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698