Index: webrtc/base/BUILD.gn |
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn |
index 2535a641c4e545320f92afd84ae6317d33181414..e03e6e4f06aee17695f239155119580e01db81b0 100644 |
--- a/webrtc/base/BUILD.gn |
+++ b/webrtc/base/BUILD.gn |
@@ -224,6 +224,8 @@ static_library("rtc_base") { |
"cryptstring.h", |
"diskcache.cc", |
"diskcache.h", |
+ "filerotatingstream.cc", |
+ "filerotatingstream.h", |
"fileutils.cc", |
"fileutils.h", |
"firewallsocketserver.cc", |
@@ -368,6 +370,8 @@ static_library("rtc_base") { |
"httpserver.h", |
"json.cc", |
"json.h", |
+ "logsinks.cc", |
+ "logsinks.h", |
"mathutils.h", |
"multipart.cc", |
"multipart.h", |