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

Side by Side Diff: net/BUILD.gn

Issue 2820573004: Remove the code to store and load QUIC server configs in the disk cache. (Closed)
Patch Set: Fix Created 3 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 "filter/source_stream.h", 781 "filter/source_stream.h",
782 "filter/source_stream_type_list.h", 782 "filter/source_stream_type_list.h",
783 "http/bidirectional_stream.cc", 783 "http/bidirectional_stream.cc",
784 "http/bidirectional_stream.h", 784 "http/bidirectional_stream.h",
785 "http/bidirectional_stream_impl.cc", 785 "http/bidirectional_stream_impl.cc",
786 "http/bidirectional_stream_impl.h", 786 "http/bidirectional_stream_impl.h",
787 "http/bidirectional_stream_request_info.cc", 787 "http/bidirectional_stream_request_info.cc",
788 "http/bidirectional_stream_request_info.h", 788 "http/bidirectional_stream_request_info.h",
789 "http/des.cc", 789 "http/des.cc",
790 "http/des.h", 790 "http/des.h",
791 "http/disk_cache_based_quic_server_info.cc",
792 "http/disk_cache_based_quic_server_info.h",
793 "http/failing_http_transaction_factory.cc", 791 "http/failing_http_transaction_factory.cc",
794 "http/failing_http_transaction_factory.h", 792 "http/failing_http_transaction_factory.h",
795 "http/http_auth.cc", 793 "http/http_auth.cc",
796 "http/http_auth.h", 794 "http/http_auth.h",
797 "http/http_auth_cache.cc", 795 "http/http_auth_cache.cc",
798 "http/http_auth_cache.h", 796 "http/http_auth_cache.h",
799 "http/http_auth_controller.cc", 797 "http/http_auth_controller.cc",
800 "http/http_auth_controller.h", 798 "http/http_auth_controller.h",
801 "http/http_auth_filter.cc", 799 "http/http_auth_filter.cc",
802 "http/http_auth_filter.h", 800 "http/http_auth_filter.h",
(...skipping 3515 matching lines...) Expand 10 before | Expand all | Expand 10 after
4318 "ftp/ftp_ctrl_response_buffer_unittest.cc", 4316 "ftp/ftp_ctrl_response_buffer_unittest.cc",
4319 "ftp/ftp_directory_listing_parser_ls_unittest.cc", 4317 "ftp/ftp_directory_listing_parser_ls_unittest.cc",
4320 "ftp/ftp_directory_listing_parser_unittest.cc", 4318 "ftp/ftp_directory_listing_parser_unittest.cc",
4321 "ftp/ftp_directory_listing_parser_unittest.h", 4319 "ftp/ftp_directory_listing_parser_unittest.h",
4322 "ftp/ftp_directory_listing_parser_vms_unittest.cc", 4320 "ftp/ftp_directory_listing_parser_vms_unittest.cc",
4323 "ftp/ftp_directory_listing_parser_windows_unittest.cc", 4321 "ftp/ftp_directory_listing_parser_windows_unittest.cc",
4324 "ftp/ftp_network_transaction_unittest.cc", 4322 "ftp/ftp_network_transaction_unittest.cc",
4325 "ftp/ftp_util_unittest.cc", 4323 "ftp/ftp_util_unittest.cc",
4326 "http/bidirectional_stream_unittest.cc", 4324 "http/bidirectional_stream_unittest.cc",
4327 "http/des_unittest.cc", 4325 "http/des_unittest.cc",
4328 "http/disk_cache_based_quic_server_info_unittest.cc",
4329 "http/http_auth_cache_unittest.cc", 4326 "http/http_auth_cache_unittest.cc",
4330 "http/http_auth_challenge_tokenizer_unittest.cc", 4327 "http/http_auth_challenge_tokenizer_unittest.cc",
4331 "http/http_auth_controller_unittest.cc", 4328 "http/http_auth_controller_unittest.cc",
4332 "http/http_auth_filter_unittest.cc", 4329 "http/http_auth_filter_unittest.cc",
4333 "http/http_auth_gssapi_posix_unittest.cc", 4330 "http/http_auth_gssapi_posix_unittest.cc",
4334 "http/http_auth_handler_basic_unittest.cc", 4331 "http/http_auth_handler_basic_unittest.cc",
4335 "http/http_auth_handler_digest_unittest.cc", 4332 "http/http_auth_handler_digest_unittest.cc",
4336 "http/http_auth_handler_factory_unittest.cc", 4333 "http/http_auth_handler_factory_unittest.cc",
4337 "http/http_auth_handler_mock.cc", 4334 "http/http_auth_handler_mock.cc",
4338 "http/http_auth_handler_mock.h", 4335 "http/http_auth_handler_mock.h",
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
5795 ] 5792 ]
5796 deps = [ 5793 deps = [
5797 ":net_fuzzer_test_support", 5794 ":net_fuzzer_test_support",
5798 ":test_support", 5795 ":test_support",
5799 "//base", 5796 "//base",
5800 "//net", 5797 "//net",
5801 ] 5798 ]
5802 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5799 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5803 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5800 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5804 } 5801 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698