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

Side by Side Diff: net/BUILD.gn

Issue 1941083002: JobController 1: Adding a new class HttpStreamFactoryImpl::JobController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits Created 4 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/http_basic_stream.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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "disk_cache/disk_cache_test_base.cc", 530 "disk_cache/disk_cache_test_base.cc",
531 "disk_cache/disk_cache_test_base.h", 531 "disk_cache/disk_cache_test_base.h",
532 "disk_cache/disk_cache_test_util.cc", 532 "disk_cache/disk_cache_test_util.cc",
533 "disk_cache/disk_cache_test_util.h", 533 "disk_cache/disk_cache_test_util.h",
534 "dns/dns_test_util.cc", 534 "dns/dns_test_util.cc",
535 "dns/dns_test_util.h", 535 "dns/dns_test_util.h",
536 "dns/mock_host_resolver.cc", 536 "dns/mock_host_resolver.cc",
537 "dns/mock_host_resolver.h", 537 "dns/mock_host_resolver.h",
538 "dns/mock_mdns_socket_factory.cc", 538 "dns/mock_mdns_socket_factory.cc",
539 "dns/mock_mdns_socket_factory.h", 539 "dns/mock_mdns_socket_factory.h",
540 "http/http_stream_factory_test_util.cc",
541 "http/http_stream_factory_test_util.h",
540 "http/http_transaction_test_util.cc", 542 "http/http_transaction_test_util.cc",
541 "http/http_transaction_test_util.h", 543 "http/http_transaction_test_util.h",
542 "log/test_net_log.cc", 544 "log/test_net_log.cc",
543 "log/test_net_log.h", 545 "log/test_net_log.h",
544 "log/test_net_log_entry.cc", 546 "log/test_net_log_entry.cc",
545 "log/test_net_log_entry.h", 547 "log/test_net_log_entry.h",
546 "log/test_net_log_util.cc", 548 "log/test_net_log_util.cc",
547 "log/test_net_log_util.h", 549 "log/test_net_log_util.h",
548 "proxy/mock_proxy_resolver.cc", 550 "proxy/mock_proxy_resolver.cc",
549 "proxy/mock_proxy_resolver.h", 551 "proxy/mock_proxy_resolver.h",
(...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 "url_request/url_request_fuzzer.cc", 2070 "url_request/url_request_fuzzer.cc",
2069 ] 2071 ]
2070 deps = [ 2072 deps = [
2071 ":net_fuzzer_test_support", 2073 ":net_fuzzer_test_support",
2072 ":test_support", 2074 ":test_support",
2073 "//base", 2075 "//base",
2074 "//net", 2076 "//net",
2075 ] 2077 ]
2076 dict = "data/http/http.dict" 2078 dict = "data/http/http.dict"
2077 } 2079 }
OLDNEW
« no previous file with comments | « no previous file | net/http/http_basic_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698