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

Unified Diff: webrtc/BUILD.gn

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/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 9f4fd5c7a6684bdf9642cb50e41bc429b353a8a6..3cb1197c4c0af9cf5843be1368fec6bd1570630e 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -260,6 +260,8 @@ source_set("rtc_event_log") {
sources = [
"call/rtc_event_log.cc",
"call/rtc_event_log.h",
+ "call/rtc_event_log_parser.cc",
+ "call/rtc_event_log_parser.h",
]
defines = []
« no previous file with comments | « no previous file | webrtc/call/rtc_event_log2rtp_dump.cc » ('j') | webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698