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

Unified Diff: net/net.gypi

Issue 2519473002: Fixes the cache lock issue. (Closed)
Patch Set: Redesigned the fix using DataAccess class for eliminating Orphan API.(Rebased till refs/heads/master@{#442607}) Created 3 years, 11 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index bf64a2d0470b6a76799617046d23885cddbd77c0..5945ae2bd6d937ac3cb0a8cdf0f6049a7cd18536 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -712,8 +712,12 @@
'http/http_basic_stream.h',
'http/http_cache.cc',
'http/http_cache.h',
+ 'http/http_cache_data_access.cc',
+ 'http/http_cache_data_access.h',
'http/http_cache_lookup_manager.cc',
'http/http_cache_lookup_manager.h',
+ 'http/http_cache_shared_writers.h',
+ 'http/http_cache_shared_writers.cc',
'http/http_cache_transaction.cc',
'http/http_cache_transaction.h',
'http/http_chunked_decoder.cc',
@@ -1728,6 +1732,7 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698