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

Side by Side Diff: net/BUILD.gn

Issue 2898983006: Fix and refactor HttpServerPropertiesImpl's alternative services brokenness expiration behavior (Closed)
Patch Set: Fixed rch's comments from ps6 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
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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 "filter/sdch_source_stream.h", 785 "filter/sdch_source_stream.h",
786 "filter/source_stream.cc", 786 "filter/source_stream.cc",
787 "filter/source_stream.h", 787 "filter/source_stream.h",
788 "filter/source_stream_type_list.h", 788 "filter/source_stream_type_list.h",
789 "http/bidirectional_stream.cc", 789 "http/bidirectional_stream.cc",
790 "http/bidirectional_stream.h", 790 "http/bidirectional_stream.h",
791 "http/bidirectional_stream_impl.cc", 791 "http/bidirectional_stream_impl.cc",
792 "http/bidirectional_stream_impl.h", 792 "http/bidirectional_stream_impl.h",
793 "http/bidirectional_stream_request_info.cc", 793 "http/bidirectional_stream_request_info.cc",
794 "http/bidirectional_stream_request_info.h", 794 "http/bidirectional_stream_request_info.h",
795 "http/broken_alternative_services.cc",
796 "http/broken_alternative_services.h",
795 "http/des.cc", 797 "http/des.cc",
796 "http/des.h", 798 "http/des.h",
797 "http/failing_http_transaction_factory.cc", 799 "http/failing_http_transaction_factory.cc",
798 "http/failing_http_transaction_factory.h", 800 "http/failing_http_transaction_factory.h",
799 "http/http_auth.cc", 801 "http/http_auth.cc",
800 "http/http_auth.h", 802 "http/http_auth.h",
801 "http/http_auth_cache.cc", 803 "http/http_auth_cache.cc",
802 "http/http_auth_cache.h", 804 "http/http_auth_cache.h",
803 "http/http_auth_controller.cc", 805 "http/http_auth_controller.cc",
804 "http/http_auth_controller.h", 806 "http/http_auth_controller.h",
(...skipping 3613 matching lines...) Expand 10 before | Expand all | Expand 10 after
4418 "ftp/ftp_auth_cache_unittest.cc", 4420 "ftp/ftp_auth_cache_unittest.cc",
4419 "ftp/ftp_ctrl_response_buffer_unittest.cc", 4421 "ftp/ftp_ctrl_response_buffer_unittest.cc",
4420 "ftp/ftp_directory_listing_parser_ls_unittest.cc", 4422 "ftp/ftp_directory_listing_parser_ls_unittest.cc",
4421 "ftp/ftp_directory_listing_parser_unittest.cc", 4423 "ftp/ftp_directory_listing_parser_unittest.cc",
4422 "ftp/ftp_directory_listing_parser_unittest.h", 4424 "ftp/ftp_directory_listing_parser_unittest.h",
4423 "ftp/ftp_directory_listing_parser_vms_unittest.cc", 4425 "ftp/ftp_directory_listing_parser_vms_unittest.cc",
4424 "ftp/ftp_directory_listing_parser_windows_unittest.cc", 4426 "ftp/ftp_directory_listing_parser_windows_unittest.cc",
4425 "ftp/ftp_network_transaction_unittest.cc", 4427 "ftp/ftp_network_transaction_unittest.cc",
4426 "ftp/ftp_util_unittest.cc", 4428 "ftp/ftp_util_unittest.cc",
4427 "http/bidirectional_stream_unittest.cc", 4429 "http/bidirectional_stream_unittest.cc",
4430 "http/broken_alternative_services_unittest.cc",
4428 "http/des_unittest.cc", 4431 "http/des_unittest.cc",
4429 "http/http_auth_cache_unittest.cc", 4432 "http/http_auth_cache_unittest.cc",
4430 "http/http_auth_challenge_tokenizer_unittest.cc", 4433 "http/http_auth_challenge_tokenizer_unittest.cc",
4431 "http/http_auth_controller_unittest.cc", 4434 "http/http_auth_controller_unittest.cc",
4432 "http/http_auth_filter_unittest.cc", 4435 "http/http_auth_filter_unittest.cc",
4433 "http/http_auth_gssapi_posix_unittest.cc", 4436 "http/http_auth_gssapi_posix_unittest.cc",
4434 "http/http_auth_handler_basic_unittest.cc", 4437 "http/http_auth_handler_basic_unittest.cc",
4435 "http/http_auth_handler_digest_unittest.cc", 4438 "http/http_auth_handler_digest_unittest.cc",
4436 "http/http_auth_handler_factory_unittest.cc", 4439 "http/http_auth_handler_factory_unittest.cc",
4437 "http/http_auth_handler_mock.cc", 4440 "http/http_auth_handler_mock.cc",
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
5934 ] 5937 ]
5935 deps = [ 5938 deps = [
5936 ":net_fuzzer_test_support", 5939 ":net_fuzzer_test_support",
5937 ":test_support", 5940 ":test_support",
5938 "//base", 5941 "//base",
5939 "//net", 5942 "//net",
5940 ] 5943 ]
5941 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5944 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5942 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5945 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5943 } 5946 }
OLDNEW
« no previous file with comments | « no previous file | net/http/broken_alternative_services.h » ('j') | net/http/broken_alternative_services.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698