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

Side by Side Diff: net/BUILD.gn

Issue 2886483002: Adds a new class HttpCache::Writers for multiple cache transactions reading from the network. (Closed)
Patch Set: AddTransaction to take unique_ptr of network transaction. Created 3 years, 7 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/http_cache.h » ('j') | net/http/http_cache_writers.h » ('J')
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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 "http/http_basic_state.cc", 826 "http/http_basic_state.cc",
827 "http/http_basic_state.h", 827 "http/http_basic_state.h",
828 "http/http_basic_stream.cc", 828 "http/http_basic_stream.cc",
829 "http/http_basic_stream.h", 829 "http/http_basic_stream.h",
830 "http/http_cache.cc", 830 "http/http_cache.cc",
831 "http/http_cache.h", 831 "http/http_cache.h",
832 "http/http_cache_lookup_manager.cc", 832 "http/http_cache_lookup_manager.cc",
833 "http/http_cache_lookup_manager.h", 833 "http/http_cache_lookup_manager.h",
834 "http/http_cache_transaction.cc", 834 "http/http_cache_transaction.cc",
835 "http/http_cache_transaction.h", 835 "http/http_cache_transaction.h",
836 "http/http_cache_writers.cc",
837 "http/http_cache_writers.h",
836 "http/http_chunked_decoder.cc", 838 "http/http_chunked_decoder.cc",
837 "http/http_chunked_decoder.h", 839 "http/http_chunked_decoder.h",
838 "http/http_content_disposition.cc", 840 "http/http_content_disposition.cc",
839 "http/http_content_disposition.h", 841 "http/http_content_disposition.h",
840 "http/http_network_layer.cc", 842 "http/http_network_layer.cc",
841 "http/http_network_layer.h", 843 "http/http_network_layer.h",
842 "http/http_network_session.cc", 844 "http/http_network_session.cc",
843 "http/http_network_session.h", 845 "http/http_network_session.h",
844 "http/http_network_session_peer.cc", 846 "http/http_network_session_peer.cc",
845 "http/http_network_session_peer.h", 847 "http/http_network_session_peer.h",
(...skipping 3551 matching lines...) Expand 10 before | Expand all | Expand 10 after
4397 "http/http_auth_handler_negotiate_unittest.cc", 4399 "http/http_auth_handler_negotiate_unittest.cc",
4398 "http/http_auth_handler_unittest.cc", 4400 "http/http_auth_handler_unittest.cc",
4399 "http/http_auth_multi_round_parse_unittest.cc", 4401 "http/http_auth_multi_round_parse_unittest.cc",
4400 "http/http_auth_preferences_unittest.cc", 4402 "http/http_auth_preferences_unittest.cc",
4401 "http/http_auth_sspi_win_unittest.cc", 4403 "http/http_auth_sspi_win_unittest.cc",
4402 "http/http_auth_unittest.cc", 4404 "http/http_auth_unittest.cc",
4403 "http/http_basic_state_unittest.cc", 4405 "http/http_basic_state_unittest.cc",
4404 "http/http_byte_range_unittest.cc", 4406 "http/http_byte_range_unittest.cc",
4405 "http/http_cache_lookup_manager_unittest.cc", 4407 "http/http_cache_lookup_manager_unittest.cc",
4406 "http/http_cache_unittest.cc", 4408 "http/http_cache_unittest.cc",
4409 "http/http_cache_writers_unittest.cc",
4407 "http/http_chunked_decoder_unittest.cc", 4410 "http/http_chunked_decoder_unittest.cc",
4408 "http/http_content_disposition_unittest.cc", 4411 "http/http_content_disposition_unittest.cc",
4409 "http/http_log_util_unittest.cc", 4412 "http/http_log_util_unittest.cc",
4410 "http/http_network_layer_unittest.cc", 4413 "http/http_network_layer_unittest.cc",
4411 "http/http_network_transaction_ssl_unittest.cc", 4414 "http/http_network_transaction_ssl_unittest.cc",
4412 "http/http_network_transaction_unittest.cc", 4415 "http/http_network_transaction_unittest.cc",
4413 "http/http_proxy_client_socket_pool_unittest.cc", 4416 "http/http_proxy_client_socket_pool_unittest.cc",
4414 "http/http_request_headers_unittest.cc", 4417 "http/http_request_headers_unittest.cc",
4415 "http/http_response_body_drainer_unittest.cc", 4418 "http/http_response_body_drainer_unittest.cc",
4416 "http/http_response_headers_unittest.cc", 4419 "http/http_response_headers_unittest.cc",
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
5869 ] 5872 ]
5870 deps = [ 5873 deps = [
5871 ":net_fuzzer_test_support", 5874 ":net_fuzzer_test_support",
5872 ":test_support", 5875 ":test_support",
5873 "//base", 5876 "//base",
5874 "//net", 5877 "//net",
5875 ] 5878 ]
5876 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5879 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5877 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5880 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5878 } 5881 }
OLDNEW
« no previous file with comments | « no previous file | net/http/http_cache.h » ('j') | net/http/http_cache_writers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698