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

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: Cleanup 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
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index b11f4de206203c3bc9e0c2c2a2270a1ac4c2d114..07b61c397720342b501c303c7dea30a3f35e3a0d 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -190,6 +190,8 @@
'linuxfdwalk.c',
'linuxfdwalk.h',
'linked_ptr.h',
+ 'logsinks.cc',
+ 'logsinks.h',
'macasyncsocket.cc',
'macasyncsocket.h',
'maccocoasocketserver.h',
@@ -401,6 +403,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/logsinks.h » ('j') | webrtc/base/logsinks.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698