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

Unified Diff: webrtc/test/BUILD.gn

Issue 2931273002: Split rtc_task_queue target. Add separate target for sequenced_task_checker and weak_ptr. (Closed)
Patch Set: Cleaned up deps on rtc_base_approved. Created 3 years, 6 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/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 7426a6839f4d298b78ca5dc0d1cbec6647198fdd..1c637c571a8249598dd758b963d7c0701aca118b 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -480,6 +480,7 @@ rtc_source_set("test_common") {
"../audio",
"../base:rtc_base_approved",
"../base:rtc_task_queue",
+ "../base:sequenced_task_checker",
"../call",
"../common_video",
"../logging:rtc_event_log_api",

Powered by Google App Engine
This is Rietveld 408576698