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

Unified Diff: webrtc/BUILD.gn

Issue 1295753003: Convenience functions to convert RtcEvents to webrtc types. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Comments from hlundin@ Created 5 years, 4 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 | « no previous file | webrtc/video/rtc_event_log.h » ('j') | webrtc/video/rtc_event_log.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index a3793f5ebb09ef241bc3c958e0a2f483ce8e8dc8..47dbfa6866b2217d8989dcf0b4abbcb425b8c244 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -273,6 +273,10 @@ source_set("rtc_event_log") {
if (rtc_enable_protobuf) {
defines += [ "ENABLE_RTC_EVENT_LOG" ]
deps += [ ":rtc_event_log_proto" ]
+ sources += [
+ "video/rtc_event_log_parser.cc",
+ "video/rtc_event_log_parser.h",
+ ]
}
if (is_clang) {
# Suppress warnings from Chrome's Clang plugins.
« no previous file with comments | « no previous file | webrtc/video/rtc_event_log.h » ('j') | webrtc/video/rtc_event_log.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698