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

Side by Side Diff: net/BUILD.gn

Issue 2898983006: Fix and refactor HttpServerPropertiesImpl's alternative services brokenness expiration behavior (Closed)
Patch Set: Fixed cherie's comments from ps9; added BrokenAlternativeServicesTest.ScheduleExpireTaskAfterExpire Created 3 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
« no previous file with comments | « no previous file | net/http/broken_alternative_services.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 "filter/sdch_source_stream.h", 786 "filter/sdch_source_stream.h",
787 "filter/source_stream.cc", 787 "filter/source_stream.cc",
788 "filter/source_stream.h", 788 "filter/source_stream.h",
789 "filter/source_stream_type_list.h", 789 "filter/source_stream_type_list.h",
790 "http/bidirectional_stream.cc", 790 "http/bidirectional_stream.cc",
791 "http/bidirectional_stream.h", 791 "http/bidirectional_stream.h",
792 "http/bidirectional_stream_impl.cc", 792 "http/bidirectional_stream_impl.cc",
793 "http/bidirectional_stream_impl.h", 793 "http/bidirectional_stream_impl.h",
794 "http/bidirectional_stream_request_info.cc", 794 "http/bidirectional_stream_request_info.cc",
795 "http/bidirectional_stream_request_info.h", 795 "http/bidirectional_stream_request_info.h",
796 "http/broken_alternative_services.cc",
797 "http/broken_alternative_services.h",
796 "http/des.cc", 798 "http/des.cc",
797 "http/des.h", 799 "http/des.h",
798 "http/failing_http_transaction_factory.cc", 800 "http/failing_http_transaction_factory.cc",
799 "http/failing_http_transaction_factory.h", 801 "http/failing_http_transaction_factory.h",
800 "http/http_auth.cc", 802 "http/http_auth.cc",
801 "http/http_auth.h", 803 "http/http_auth.h",
802 "http/http_auth_cache.cc", 804 "http/http_auth_cache.cc",
803 "http/http_auth_cache.h", 805 "http/http_auth_cache.h",
804 "http/http_auth_controller.cc", 806 "http/http_auth_controller.cc",
805 "http/http_auth_controller.h", 807 "http/http_auth_controller.h",
(...skipping 3623 matching lines...) Expand 10 before | Expand all | Expand 10 after
4429 "ftp/ftp_auth_cache_unittest.cc", 4431 "ftp/ftp_auth_cache_unittest.cc",
4430 "ftp/ftp_ctrl_response_buffer_unittest.cc", 4432 "ftp/ftp_ctrl_response_buffer_unittest.cc",
4431 "ftp/ftp_directory_listing_parser_ls_unittest.cc", 4433 "ftp/ftp_directory_listing_parser_ls_unittest.cc",
4432 "ftp/ftp_directory_listing_parser_unittest.cc", 4434 "ftp/ftp_directory_listing_parser_unittest.cc",
4433 "ftp/ftp_directory_listing_parser_unittest.h", 4435 "ftp/ftp_directory_listing_parser_unittest.h",
4434 "ftp/ftp_directory_listing_parser_vms_unittest.cc", 4436 "ftp/ftp_directory_listing_parser_vms_unittest.cc",
4435 "ftp/ftp_directory_listing_parser_windows_unittest.cc", 4437 "ftp/ftp_directory_listing_parser_windows_unittest.cc",
4436 "ftp/ftp_network_transaction_unittest.cc", 4438 "ftp/ftp_network_transaction_unittest.cc",
4437 "ftp/ftp_util_unittest.cc", 4439 "ftp/ftp_util_unittest.cc",
4438 "http/bidirectional_stream_unittest.cc", 4440 "http/bidirectional_stream_unittest.cc",
4441 "http/broken_alternative_services_unittest.cc",
4439 "http/des_unittest.cc", 4442 "http/des_unittest.cc",
4440 "http/http_auth_cache_unittest.cc", 4443 "http/http_auth_cache_unittest.cc",
4441 "http/http_auth_challenge_tokenizer_unittest.cc", 4444 "http/http_auth_challenge_tokenizer_unittest.cc",
4442 "http/http_auth_controller_unittest.cc", 4445 "http/http_auth_controller_unittest.cc",
4443 "http/http_auth_filter_unittest.cc", 4446 "http/http_auth_filter_unittest.cc",
4444 "http/http_auth_gssapi_posix_unittest.cc", 4447 "http/http_auth_gssapi_posix_unittest.cc",
4445 "http/http_auth_handler_basic_unittest.cc", 4448 "http/http_auth_handler_basic_unittest.cc",
4446 "http/http_auth_handler_digest_unittest.cc", 4449 "http/http_auth_handler_digest_unittest.cc",
4447 "http/http_auth_handler_factory_unittest.cc", 4450 "http/http_auth_handler_factory_unittest.cc",
4448 "http/http_auth_handler_mock.cc", 4451 "http/http_auth_handler_mock.cc",
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
5945 ] 5948 ]
5946 deps = [ 5949 deps = [
5947 ":net_fuzzer_test_support", 5950 ":net_fuzzer_test_support",
5948 ":test_support", 5951 ":test_support",
5949 "//base", 5952 "//base",
5950 "//net", 5953 "//net",
5951 ] 5954 ]
5952 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5955 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5953 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5956 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5954 } 5957 }
OLDNEW
« no previous file with comments | « no previous file | net/http/broken_alternative_services.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698