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

Unified Diff: webrtc/base/base.gyp

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/base/BUILD.gn ('k') | webrtc/base/file.h » ('j') | webrtc/base/file.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 032281e42d88f41345f597425f64d9398f6e7e0b..5f4ffcbad6a9fb2a38917f9042e0dbef51f1b2a1 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -220,6 +220,8 @@
'cryptstring.h',
'diskcache.cc',
'diskcache.h',
+ 'file.cc',
+ 'file.h',
'filerotatingstream.cc',
'filerotatingstream.h',
'fileutils.cc',
@@ -445,6 +447,7 @@
}],
['os_posix==1', {
'sources': [
+ 'file_posix.cc',
'latebindingsymboltable.cc',
'latebindingsymboltable.h',
'posix.cc',
@@ -467,6 +470,7 @@
'sources': [
'diskcache_win32.cc',
'diskcache_win32.h',
+ 'file_win.cc',
'win32regkey.cc',
'win32regkey.h',
'win32socketinit.cc',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/file.h » ('j') | webrtc/base/file.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698