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

Unified Diff: webrtc/call/BUILD.gn

Issue 2998923002: Use SingleThreadedTaskQueue in DirectTransport (Closed)
Patch Set: . Created 3 years, 4 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/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 7bd01048df6b0c53ad8bf821ae7c9891df74579c..69d355ac238379d355a18798f3788ec7f67e5f46 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -164,6 +164,7 @@ if (rtc_include_tests) {
"../system_wrappers",
"../test:audio_codec_mocks",
"../test:direct_transport",
+ "../test:single_threaded_task_queue",
"../test:test_common",
"../test:test_support",
"../test:video_test_common",
@@ -204,6 +205,7 @@ if (rtc_include_tests) {
"../test:direct_transport",
"../test:fake_audio_device",
"../test:field_trial",
+ "../test:single_threaded_task_queue",
"../test:test_common",
"../test:test_support",
"../test:video_test_common",

Powered by Google App Engine
This is Rietveld 408576698