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

Side by Side Diff: net/BUILD.gn

Issue 2519473002: Fixes the cache lock issue. (Closed)
Patch Set: Feedback addressed Created 3 years, 10 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/base/load_states_list.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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 "http/http_auth_sspi_win.cc", 800 "http/http_auth_sspi_win.cc",
801 "http/http_auth_sspi_win.h", 801 "http/http_auth_sspi_win.h",
802 "http/http_basic_state.cc", 802 "http/http_basic_state.cc",
803 "http/http_basic_state.h", 803 "http/http_basic_state.h",
804 "http/http_basic_stream.cc", 804 "http/http_basic_stream.cc",
805 "http/http_basic_stream.h", 805 "http/http_basic_stream.h",
806 "http/http_cache.cc", 806 "http/http_cache.cc",
807 "http/http_cache.h", 807 "http/http_cache.h",
808 "http/http_cache_lookup_manager.cc", 808 "http/http_cache_lookup_manager.cc",
809 "http/http_cache_lookup_manager.h", 809 "http/http_cache_lookup_manager.h",
810 "http/http_cache_shared_writers.cc",
811 "http/http_cache_shared_writers.h",
810 "http/http_cache_transaction.cc", 812 "http/http_cache_transaction.cc",
811 "http/http_cache_transaction.h", 813 "http/http_cache_transaction.h",
812 "http/http_chunked_decoder.cc", 814 "http/http_chunked_decoder.cc",
813 "http/http_chunked_decoder.h", 815 "http/http_chunked_decoder.h",
814 "http/http_content_disposition.cc", 816 "http/http_content_disposition.cc",
815 "http/http_content_disposition.h", 817 "http/http_content_disposition.h",
816 "http/http_network_layer.cc", 818 "http/http_network_layer.cc",
817 "http/http_network_layer.h", 819 "http/http_network_layer.h",
818 "http/http_network_session.cc", 820 "http/http_network_session.cc",
819 "http/http_network_session.h", 821 "http/http_network_session.h",
(...skipping 3396 matching lines...) Expand 10 before | Expand all | Expand 10 after
4216 "http/http_auth_handler_mock.h", 4218 "http/http_auth_handler_mock.h",
4217 "http/http_auth_handler_negotiate_unittest.cc", 4219 "http/http_auth_handler_negotiate_unittest.cc",
4218 "http/http_auth_handler_unittest.cc", 4220 "http/http_auth_handler_unittest.cc",
4219 "http/http_auth_multi_round_parse_unittest.cc", 4221 "http/http_auth_multi_round_parse_unittest.cc",
4220 "http/http_auth_preferences_unittest.cc", 4222 "http/http_auth_preferences_unittest.cc",
4221 "http/http_auth_sspi_win_unittest.cc", 4223 "http/http_auth_sspi_win_unittest.cc",
4222 "http/http_auth_unittest.cc", 4224 "http/http_auth_unittest.cc",
4223 "http/http_basic_state_unittest.cc", 4225 "http/http_basic_state_unittest.cc",
4224 "http/http_byte_range_unittest.cc", 4226 "http/http_byte_range_unittest.cc",
4225 "http/http_cache_lookup_manager_unittest.cc", 4227 "http/http_cache_lookup_manager_unittest.cc",
4228 "http/http_cache_shared_writers_unittest.cc",
4226 "http/http_cache_unittest.cc", 4229 "http/http_cache_unittest.cc",
4227 "http/http_chunked_decoder_unittest.cc", 4230 "http/http_chunked_decoder_unittest.cc",
4228 "http/http_content_disposition_unittest.cc", 4231 "http/http_content_disposition_unittest.cc",
4229 "http/http_log_util_unittest.cc", 4232 "http/http_log_util_unittest.cc",
4230 "http/http_network_layer_unittest.cc", 4233 "http/http_network_layer_unittest.cc",
4231 "http/http_network_transaction_ssl_unittest.cc", 4234 "http/http_network_transaction_ssl_unittest.cc",
4232 "http/http_network_transaction_unittest.cc", 4235 "http/http_network_transaction_unittest.cc",
4233 "http/http_proxy_client_socket_pool_unittest.cc", 4236 "http/http_proxy_client_socket_pool_unittest.cc",
4234 "http/http_request_headers_unittest.cc", 4237 "http/http_request_headers_unittest.cc",
4235 "http/http_response_body_drainer_unittest.cc", 4238 "http/http_response_body_drainer_unittest.cc",
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
5648 "tools/domain_security_preload_generator/trie/trie_writer.cc", 5651 "tools/domain_security_preload_generator/trie/trie_writer.cc",
5649 "tools/domain_security_preload_generator/trie/trie_writer.h", 5652 "tools/domain_security_preload_generator/trie/trie_writer.h",
5650 ] 5653 ]
5651 deps = [ 5654 deps = [
5652 "//base", 5655 "//base",
5653 "//crypto", 5656 "//crypto",
5654 "//third_party/boringssl", 5657 "//third_party/boringssl",
5655 ] 5658 ]
5656 } 5659 }
5657 } 5660 }
OLDNEW
« no previous file with comments | « no previous file | net/base/load_states_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698