| 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",
|
|
|