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

Unified 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: add JobFactory interface in JobController, remove JobControllerPeer 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_unittest.cc » ('j') | net/cert/cert_verify_proc_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index e997cc7d86fc1ba920fb0e08d508eb1fb6e7191c..6820b7f2de8929fd4daaaacde45eef4d5c439e48 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -539,6 +539,8 @@ source_set("test_support") {
"dns/mock_host_resolver.h",
"dns/mock_mdns_socket_factory.cc",
"dns/mock_mdns_socket_factory.h",
+ "http/http_stream_factory_test_util.cc",
+ "http/http_stream_factory_test_util.h",
"http/http_transaction_test_util.cc",
"http/http_transaction_test_util.h",
"log/test_net_log.cc",
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_unittest.cc » ('j') | net/cert/cert_verify_proc_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698