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

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

Issue 2931273002: Split rtc_task_queue target. Add separate target for sequenced_task_checker and weak_ptr. (Closed)
Patch Set: Fix deps. 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/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 4c283a86ed2773cc1698163a2e8190529dfa69ae..2148f8ac625b39ad84e6a3ab8df3bc22526183e4 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -101,6 +101,7 @@ rtc_static_library("video_coding") {
"../../base:rtc_base_approved",
"../../base:rtc_numerics",
"../../base:rtc_task_queue",
+ "../../base:sequenced_task_checker",
"../../common_video",
"../../system_wrappers",
"../rtp_rtcp:rtp_rtcp",
@@ -138,6 +139,7 @@ rtc_static_library("video_coding_utility") {
"../../base:rtc_base_approved",
"../../base:rtc_numerics",
"../../base:rtc_task_queue",
+ "../../base:sequenced_task_checker",
"../../common_video",
"../../modules/rtp_rtcp:rtp_rtcp",
"../../system_wrappers",
@@ -233,7 +235,7 @@ rtc_static_library("webrtc_vp8") {
"../..:webrtc_common",
"../../api/video_codecs:video_codecs_api",
"../../base:rtc_base_approved",
- "../../base:rtc_task_queue",
+ "../../base:sequenced_task_checker",
"../../common_video",
"../../system_wrappers",
]

Powered by Google App Engine
This is Rietveld 408576698