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

Unified Diff: net/BUILD.gn

Issue 2886483002: Adds a new class HttpCache::Writers for multiple cache transactions reading from the network. (Closed)
Patch Set: Fix test class memory leak Created 3 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/http/http_cache.h » ('j') | net/http/http_cache.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 b4af1e1add2ef4178cf56ba3833cf41e612c2c42..63d0807c82c2ea6ec5ceb55923e9711f18fa8a6d 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -836,6 +836,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",
@@ -4671,6 +4673,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.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698