Chromium Code Reviews| Index: webrtc/rtc_base/BUILD.gn |
| diff --git a/webrtc/rtc_base/BUILD.gn b/webrtc/rtc_base/BUILD.gn |
| index 60d1f57583cf9f86f0d74ac6c63484d30a5f39c6..aab0f126f04f5ac3b43f5117324be1554052c3aa 100644 |
| --- a/webrtc/rtc_base/BUILD.gn |
| +++ b/webrtc/rtc_base/BUILD.gn |
| @@ -307,6 +307,9 @@ rtc_static_library("rtc_task_queue") { |
| } else { |
| sources = [ |
| "task_queue.h", |
| + "task_queue_impl.h", |
| + "task_queue_impl_factory.cc", |
| + "task_queue_impl_factory.h", |
| "task_queue_posix.h", |
| ] |
| if (rtc_build_libevent) { |