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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/base/load_states_list.h » ('j') | no next file with comments »
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 b9b637983975dfe1f4860fff8866482489ded82a..f89d0889d1e6a18d48d261b36eccc1428836b817 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -807,6 +807,8 @@ component("net") {
"http/http_cache.h",
"http/http_cache_lookup_manager.cc",
"http/http_cache_lookup_manager.h",
+ "http/http_cache_shared_writers.cc",
+ "http/http_cache_shared_writers.h",
"http/http_cache_transaction.cc",
"http/http_cache_transaction.h",
"http/http_chunked_decoder.cc",
@@ -4223,6 +4225,7 @@ test("net_unittests") {
"http/http_basic_state_unittest.cc",
"http/http_byte_range_unittest.cc",
"http/http_cache_lookup_manager_unittest.cc",
+ "http/http_cache_shared_writers_unittest.cc",
"http/http_cache_unittest.cc",
"http/http_chunked_decoder_unittest.cc",
"http/http_content_disposition_unittest.cc",
« 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