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

Unified Diff: net/net.gypi

Issue 1337153002: [Blob] BlobReader class & tests, and removal of all redundant reading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asan fix Created 5 years, 3 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 33b3578c0394d879ec70c929f6c940a531a9b066..465cc3844ecc44653a86d3f510b4baa7137c0112 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -507,8 +507,6 @@
'base/upload_bytes_element_reader.h',
'base/upload_data_stream.cc',
'base/upload_data_stream.h',
- 'base/upload_disk_cache_entry_element_reader.cc',
- 'base/upload_disk_cache_entry_element_reader.h',
'base/upload_element_reader.cc',
'base/upload_element_reader.h',
'base/upload_file_element_reader.cc',
@@ -1287,7 +1285,6 @@
'base/static_cookie_policy_unittest.cc',
'base/test_completion_callback_unittest.cc',
'base/upload_bytes_element_reader_unittest.cc',
- 'base/upload_disk_cache_entry_element_reader_unittest.cc',
'base/upload_file_element_reader_unittest.cc',
'base/url_util_unittest.cc',
'cert/cert_policy_enforcer_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698