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

Unified Diff: webrtc/webrtc.gyp

Issue 1748403002: Move RtcEventLog object from inside VoiceEngine to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Introduce proxy object for RtcEventLog and handle other comments. Created 4 years, 9 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/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index 1adae73f9ee9f68feff14d93d2f453f43cef4d34..efdcddec05a3953287c36601462b1040cde6b7d5 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -150,6 +150,8 @@
'sources': [
'call/rtc_event_log.cc',
'call/rtc_event_log.h',
+ 'call/rtc_event_log_proxy.cc',
+ 'call/rtc_event_log_proxy.h',
],
'conditions': [
# If enable_protobuf is defined, we want to compile the protobuf
« webrtc/modules/rtp_rtcp/include/rtp_rtcp.h ('K') | « webrtc/voice_engine/voe_codec_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698