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

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: Testing + fixing windows specific code 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..dc70641ec68e9ed096d08a3b958d67d89c56a7c8 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',
« 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