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

Unified Diff: webrtc/base/BUILD.gn

Issue 2214763002: Initial version of new file wrapper (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Test random access better Created 4 years, 4 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/BUILD.gn ('k') | webrtc/base/base.gyp » ('j') | webrtc/base/file.h » ('J')
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 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",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/base.gyp » ('j') | webrtc/base/file.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698