Index: webrtc/base/BUILD.gn |
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn |
index bcc6ad901e319a4245003df45d6be908cd9e3d21..50e9910fd48ae8adb159741cf172a77770b766a7 100644 |
--- a/webrtc/base/BUILD.gn |
+++ b/webrtc/base/BUILD.gn |
@@ -286,6 +286,8 @@ static_library("rtc_base") { |
"cryptstring.h", |
"diskcache.cc", |
"diskcache.h", |
+ "file.cc", |
+ "file.h", |
"filerotatingstream.cc", |
"filerotatingstream.h", |
"fileutils.cc", |
@@ -471,6 +473,7 @@ static_library("rtc_base") { |
if (is_posix) { |
sources += [ |
+ "file_posix.cc", |
"latebindingsymboltable.cc", |
"latebindingsymboltable.h", |
"posix.cc", |
@@ -495,6 +498,7 @@ static_library("rtc_base") { |
sources += [ |
"diskcache_win32.cc", |
"diskcache_win32.h", |
+ "file_win.cc", |
"win32regkey.cc", |
"win32regkey.h", |
"win32socketinit.cc", |