| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 40368597b22dc5cab2ef3215c8d6bd8159defd64..eb5bded2d8b8d17a8aaba0c0c1799d429bd8d7bb 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -270,6 +270,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 && !is_nacl) {
|
| # Suppress warnings from Chrome's Clang plugins.
|
|
|