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

Unified Diff: net/net.gyp

Issue 10868064: net: Move data reading functionalities from UploadElement to UploadElementReader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 4 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.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 263c4ed8a7469a237dca44dc50f931635815aa11..0e1e2c394796f73bc6247c3154774f4d66a24392 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -271,6 +271,8 @@
'base/upload_data_stream.h',
'base/upload_element.cc',
'base/upload_element.h',
+ 'base/upload_element_reader.cc',
+ 'base/upload_element_reader.h',
'base/winsock_init.cc',
'base/winsock_init.h',
'base/winsock_util.cc',
@@ -1190,6 +1192,7 @@
'base/transport_security_state_unittest.cc',
'base/unix_domain_socket_posix_unittest.cc',
'base/upload_data_stream_unittest.cc',
+ 'base/upload_element_reader_unittest.cc',
'base/x509_certificate_unittest.cc',
'base/x509_cert_types_unittest.cc',
'base/x509_util_nss_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698