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

Unified Diff: util/util.gyp

Issue 692963002: Add HTTPTransport, a Mac implementation, and an end-to-end test. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: For landing 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/http_transport_test_server.py ('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 c36732fea571a6911abaa7f011250fce28dc6b5c..d5ee3496348f78b35043ab71a0b1656fe389f932 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -71,8 +71,13 @@
'misc/uuid.h',
'net/http_body.cc',
'net/http_body.h',
+ 'net/http_headers.cc',
+ 'net/http_headers.h',
'net/http_multipart_builder.cc',
'net/http_multipart_builder.h',
+ 'net/http_transport.cc',
+ 'net/http_transport.h',
+ 'net/http_transport_mac.mm',
'numeric/checked_range.h',
'numeric/in_range_cast.h',
'numeric/int128.h',
@@ -220,6 +225,7 @@
'net/http_body_test_util.cc',
'net/http_body_test_util.h',
'net/http_multipart_builder_test.cc',
+ 'net/http_transport_test.cc',
'numeric/checked_range_test.cc',
'numeric/in_range_cast_test.cc',
'numeric/int128_test.cc',
« no previous file with comments | « util/net/http_transport_test_server.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698