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

Unified Diff: webrtc/base/BUILD.gn

Issue 2694753002: Delete httpclient.c and related files. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | webrtc/base/diskcache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index fca0e0e8f3dbd4b00cc47d8c6beeb1d98c92e0c0..5405e9ed24f70e43dd16d4e0c6683e38cd94123d 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -384,8 +384,6 @@ rtc_static_library("rtc_base") {
"crc32.h",
"cryptstring.cc",
"cryptstring.h",
- "diskcache.cc",
- "diskcache.h",
"filerotatingstream.cc",
"filerotatingstream.h",
"fileutils.cc",
@@ -395,8 +393,6 @@ rtc_static_library("rtc_base") {
"helpers.h",
"httpbase.cc",
"httpbase.h",
- "httpclient.cc",
- "httpclient.h",
"httpcommon-inl.h",
"httpcommon.cc",
"httpcommon.h",
@@ -454,8 +450,6 @@ rtc_static_library("rtc_base") {
"socketaddresspair.cc",
"socketaddresspair.h",
"socketfactory.h",
- "socketpool.cc",
- "socketpool.h",
"socketserver.h",
"socketstream.cc",
"socketstream.h",
@@ -520,8 +514,6 @@ rtc_static_library("rtc_base") {
if (is_win) {
sources += [
- "diskcache_win32.cc",
- "diskcache_win32.h",
"win32socketinit.cc",
"win32socketinit.h",
"win32socketserver.cc",
« no previous file with comments | « no previous file | webrtc/base/diskcache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698