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

Unified Diff: webrtc/base/base.gyp

Issue 2397673002: Revert of Delete unused code httprequest, httpclient, and socketpool. (Closed)
Patch Set: Created 4 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 | « webrtc/base/BUILD.gn ('k') | webrtc/base/httpclient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 7e6d46b2303414ae7a4b96789cb0f867fdc5dabe..350489c84eb0d7bd3796f9c5c6b7c9b995513299 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -272,9 +272,13 @@
'helpers.h',
'httpbase.cc',
'httpbase.h',
+ 'httpclient.cc',
+ 'httpclient.h',
'httpcommon-inl.h',
'httpcommon.cc',
'httpcommon.h',
+ 'httprequest.cc',
+ 'httprequest.h',
'ipaddress.cc',
'ipaddress.h',
'linked_ptr.h',
@@ -334,6 +338,8 @@
'socketaddresspair.cc',
'socketaddresspair.h',
'socketfactory.h',
+ 'socketpool.cc',
+ 'socketpool.h',
'socketserver.h',
'socketstream.cc',
'socketstream.h',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/httpclient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698