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

Side by Side Diff: net/net.gypi

Issue 329733002: Disk Based Certificate Cache Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed memory leak by remembering to close entry and free OSCertHandle. Created 6 years, 5 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'ftp/ftp_response_info.cc', 558 'ftp/ftp_response_info.cc',
559 'ftp/ftp_response_info.h', 559 'ftp/ftp_response_info.h',
560 'ftp/ftp_server_type_histograms.cc', 560 'ftp/ftp_server_type_histograms.cc',
561 'ftp/ftp_server_type_histograms.h', 561 'ftp/ftp_server_type_histograms.h',
562 'ftp/ftp_transaction.h', 562 'ftp/ftp_transaction.h',
563 'ftp/ftp_transaction_factory.h', 563 'ftp/ftp_transaction_factory.h',
564 'ftp/ftp_util.cc', 564 'ftp/ftp_util.cc',
565 'ftp/ftp_util.h', 565 'ftp/ftp_util.h',
566 'http/des.cc', 566 'http/des.cc',
567 'http/des.h', 567 'http/des.h',
568 'http/disk_based_cert_cache.cc',
569 'http/disk_based_cert_cache.h',
568 'http/disk_cache_based_quic_server_info.cc', 570 'http/disk_cache_based_quic_server_info.cc',
569 'http/disk_cache_based_quic_server_info.h', 571 'http/disk_cache_based_quic_server_info.h',
570 'http/failing_http_transaction_factory.cc', 572 'http/failing_http_transaction_factory.cc',
571 'http/failing_http_transaction_factory.h', 573 'http/failing_http_transaction_factory.h',
572 'http/http_atom_list.h', 574 'http/http_atom_list.h',
573 'http/http_auth.cc', 575 'http/http_auth.cc',
574 'http/http_auth.h', 576 'http/http_auth.h',
575 'http/http_auth_cache.cc', 577 'http/http_auth_cache.cc',
576 'http/http_auth_cache.h', 578 'http/http_auth_cache.h',
577 'http/http_auth_controller.cc', 579 'http/http_auth_controller.cc',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1335 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1334 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1336 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1335 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1337 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1336 'ftp/ftp_directory_listing_parser_unittest.cc', 1338 'ftp/ftp_directory_listing_parser_unittest.cc',
1337 'ftp/ftp_directory_listing_parser_unittest.h', 1339 'ftp/ftp_directory_listing_parser_unittest.h',
1338 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1340 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1339 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1341 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1340 'ftp/ftp_network_transaction_unittest.cc', 1342 'ftp/ftp_network_transaction_unittest.cc',
1341 'ftp/ftp_util_unittest.cc', 1343 'ftp/ftp_util_unittest.cc',
1342 'http/des_unittest.cc', 1344 'http/des_unittest.cc',
1345 'http/disk_based_cert_cache_unittest.cc',
1343 'http/disk_cache_based_quic_server_info_unittest.cc', 1346 'http/disk_cache_based_quic_server_info_unittest.cc',
1344 'http/http_auth_cache_unittest.cc', 1347 'http/http_auth_cache_unittest.cc',
1345 'http/http_auth_challenge_tokenizer_unittest.cc', 1348 'http/http_auth_challenge_tokenizer_unittest.cc',
1346 'http/http_auth_controller_unittest.cc', 1349 'http/http_auth_controller_unittest.cc',
1347 'http/http_auth_filter_unittest.cc', 1350 'http/http_auth_filter_unittest.cc',
1348 'http/http_auth_gssapi_posix_unittest.cc', 1351 'http/http_auth_gssapi_posix_unittest.cc',
1349 'http/http_auth_handler_basic_unittest.cc', 1352 'http/http_auth_handler_basic_unittest.cc',
1350 'http/http_auth_handler_digest_unittest.cc', 1353 'http/http_auth_handler_digest_unittest.cc',
1351 'http/http_auth_handler_factory_unittest.cc', 1354 'http/http_auth_handler_factory_unittest.cc',
1352 'http/http_auth_handler_mock.cc', 1355 'http/http_auth_handler_mock.cc',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 'tools/quic/test_tools/quic_test_client.h', 1711 'tools/quic/test_tools/quic_test_client.h',
1709 'tools/quic/test_tools/quic_test_utils.cc', 1712 'tools/quic/test_tools/quic_test_utils.cc',
1710 'tools/quic/test_tools/quic_test_utils.h', 1713 'tools/quic/test_tools/quic_test_utils.h',
1711 'tools/quic/test_tools/server_thread.h', 1714 'tools/quic/test_tools/server_thread.h',
1712 'tools/quic/test_tools/server_thread.cc', 1715 'tools/quic/test_tools/server_thread.cc',
1713 'tools/quic/test_tools/simple_client.h', 1716 'tools/quic/test_tools/simple_client.h',
1714 'tools/quic/test_tools/simple_client.cc', 1717 'tools/quic/test_tools/simple_client.cc',
1715 ], 1718 ],
1716 } 1719 }
1717 } 1720 }
OLDNEW
« net/http/disk_based_cert_cache_unittest.cc ('K') | « net/http/disk_based_cert_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698