Index: webrtc/webrtc.gyp |
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp |
index 1adae73f9ee9f68feff14d93d2f453f43cef4d34..70c065524ffa66bb95589f0cce2933d26f706441 100644 |
--- a/webrtc/webrtc.gyp |
+++ b/webrtc/webrtc.gyp |
@@ -150,6 +150,8 @@ |
'sources': [ |
'call/rtc_event_log.cc', |
'call/rtc_event_log.h', |
+ 'call/rtc_event_log_helper_thread.cc', |
+ 'call/rtc_event_log_helper_thread.h', |
], |
'conditions': [ |
# If enable_protobuf is defined, we want to compile the protobuf |