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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_cache.h » ('j') | net/http/http_cache_writers.h » ('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 deb27772265170f84a8d0074b3a6e83f6f4b4cfd..9a20aad16c33f2e5af08e902e8639a4d7a0a719a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -833,6 +833,8 @@ component("net") {
"http/http_cache_lookup_manager.h",
"http/http_cache_transaction.cc",
"http/http_cache_transaction.h",
+ "http/http_cache_writers.cc",
+ "http/http_cache_writers.h",
"http/http_chunked_decoder.cc",
"http/http_chunked_decoder.h",
"http/http_content_disposition.cc",
@@ -4404,6 +4406,7 @@ test("net_unittests") {
"http/http_byte_range_unittest.cc",
"http/http_cache_lookup_manager_unittest.cc",
"http/http_cache_unittest.cc",
+ "http/http_cache_writers_unittest.cc",
"http/http_chunked_decoder_unittest.cc",
"http/http_content_disposition_unittest.cc",
"http/http_log_util_unittest.cc",
« 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