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

Unified Diff: util/util.gyp

Issue 669153006: Add HTTPBodyStream interface, three concrete implementations, and their tests. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 2 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 | « util/net/testdata/binary_http_body.dat ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index f6c5dcff6bfb6937a07be23135c5444157e07b6f..255f25686ccda9ffc4eeb8651174f5d59fbdf7e5 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -69,6 +69,8 @@
'misc/symbolic_constants_common.h',
'misc/uuid.cc',
'misc/uuid.h',
+ 'net/http_body.cc',
+ 'net/http_body.h',
'numeric/checked_range.h',
'numeric/in_range_cast.h',
'numeric/int128.h',
@@ -212,6 +214,7 @@
'misc/initialization_state_test.cc',
'misc/scoped_forbid_return_test.cc',
'misc/uuid_test.cc',
+ 'net/http_body_test.cc',
'numeric/checked_range_test.cc',
'numeric/in_range_cast_test.cc',
'numeric/int128_test.cc',
« no previous file with comments | « util/net/testdata/binary_http_body.dat ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698