Index: webrtc/video/BUILD.gn |
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn |
index 76c2ea64e953541b0fb1f78841e26e1fcf455aa9..84cab2680a98aa8046e073a24b3eb32fca5130cf 100644 |
--- a/webrtc/video/BUILD.gn |
+++ b/webrtc/video/BUILD.gn |
@@ -35,6 +35,8 @@ |
"stats_counter.h", |
"stream_synchronization.cc", |
"stream_synchronization.h", |
+ "video_capture_input.cc", |
+ "video_capture_input.h", |
"video_decoder.cc", |
"video_encoder.cc", |
"video_receive_stream.cc", |
@@ -62,7 +64,6 @@ |
"..:rtc_event_log", |
"..:webrtc_common", |
"../base:rtc_base_approved", |
- "../base:rtc_task_queue", |
"../common_video", |
"../modules/bitrate_controller", |
"../modules/congestion_controller", |
@@ -93,10 +94,10 @@ |
"send_statistics_proxy_unittest.cc", |
"stats_counter_unittest.cc", |
"stream_synchronization_unittest.cc", |
+ "video_capture_input_unittest.cc", |
"video_decoder_unittest.cc", |
"video_encoder_unittest.cc", |
"video_send_stream_tests.cc", |
- "vie_encoder_unittest.cc", |
"vie_remb_unittest.cc", |
] |
configs += [ "..:common_config" ] |