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

Unified Diff: webrtc/base/base.gyp

Issue 1230823009: Add rotating log file stream. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix header Created 5 years, 5 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/base_tests.gyp » ('j') | no next file with comments »
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 b11f4de206203c3bc9e0c2c2a2270a1ac4c2d114..b7132e0fc08a80a43d2836577cdf1f8d80d2a58b 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -152,6 +152,8 @@
'diskcache.h',
'diskcache_win32.cc',
'diskcache_win32.h',
+ 'filerotatingstream.cc',
+ 'filerotatingstream.h',
'fileutils.cc',
'fileutils.h',
'fileutils_mock.h',
@@ -190,6 +192,8 @@
'linuxfdwalk.c',
'linuxfdwalk.h',
'linked_ptr.h',
+ 'logsinks.cc',
+ 'logsinks.h',
'macasyncsocket.cc',
'macasyncsocket.h',
'maccocoasocketserver.h',
@@ -401,6 +405,8 @@
'x11windowpicker.h',
'logging.cc',
'logging.h',
+ 'logsinks.cc',
+ 'logsinks.h',
'macasyncsocket.cc',
'macasyncsocket.h',
'maccocoasocketserver.h',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698