Index: webrtc/webrtc.gyp |
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp |
index ad4b3534d45bc74d1b8c021c2b609689b332ea68..593672da89acaebe54369d1a981ad5db64f19b1d 100644 |
--- a/webrtc/webrtc.gyp |
+++ b/webrtc/webrtc.gyp |
@@ -142,6 +142,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 |