Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1568)

Unified Diff: webrtc/video/BUILD.gn

Issue 2060403002: Add task queue to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@move_getpadding
Patch Set: Rebased Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index 6b623d518aea2ea08690edc2c2feb2e30d4903b7..dfc53442c83bb55896751962805f586ada4c0f49 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -33,8 +33,6 @@ source_set("video") {
"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",
@@ -64,6 +62,7 @@ source_set("video") {
"..:rtc_event_log",
"..:webrtc_common",
"../base:rtc_base_approved",
+ "../base:rtc_task_queue",
"../common_video",
"../modules/bitrate_controller",
"../modules/congestion_controller",
@@ -94,12 +93,13 @@ if (rtc_include_tests) {
"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" ]
deps = [
":video",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698