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

Unified Diff: webrtc/webrtc.gyp

Issue 1768773002: New parser for event log. Manually parse the outermost EventStream (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add parser test 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 5bcb0721924cd2087d52c6f9fb9fab3d11b39549..4fbbbe1a96068982f9e0497bd4abbd538b59346f 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -147,6 +147,8 @@
'sources': [
'call/rtc_event_log.cc',
'call/rtc_event_log.h',
+ 'call/rtc_event_log_parser.cc',
+ 'call/rtc_event_log_parser.h',
],
'conditions': [
# If enable_protobuf is defined, we want to compile the protobuf

Powered by Google App Engine
This is Rietveld 408576698