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

Unified Diff: webrtc/modules/audio_mixer/BUILD.gn

Issue 2975883002: Remove dependency on rtc::Thread and rtc_base from audio_mixer_unittests. (Closed)
Patch Set: Created 3 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/modules/audio_mixer/BUILD.gn
diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
index cd3b768ee1f992ed444b05a9c0785c64fe448a60..862a258a7f4a9c09483b0df655b2e378423e7a47 100644
--- a/webrtc/modules/audio_mixer/BUILD.gn
+++ b/webrtc/modules/audio_mixer/BUILD.gn
@@ -90,8 +90,8 @@ if (rtc_include_tests) {
"..:module_api",
"../../api:audio_mixer_api",
"../../audio/utility:audio_frame_operations",
- "../../base:rtc_base",
"../../base:rtc_base_approved",
+ "../../base:rtc_task_queue",
"../../test:test_support",
"//testing/gmock",
]

Powered by Google App Engine
This is Rietveld 408576698