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. |