Chromium Code Reviews| Index: webrtc/webrtc.gyp |
| diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp |
| index 5bcb0721924cd2087d52c6f9fb9fab3d11b39549..8ff527535199e93d0e48d03bce5910bd741e078c 100644 |
| --- a/webrtc/webrtc.gyp |
| +++ b/webrtc/webrtc.gyp |
| @@ -147,6 +147,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 |