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

Unified Diff: webrtc/sdk/android/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/sdk/android/BUILD.gn
diff --git a/webrtc/sdk/android/BUILD.gn b/webrtc/sdk/android/BUILD.gn
index cd9de1747fda58ce1ef5e671ad1990fdb3631b93..299ada0a9f92d9d00738dc01c13112ed02b56fb6 100644
--- a/webrtc/sdk/android/BUILD.gn
+++ b/webrtc/sdk/android/BUILD.gn
@@ -75,6 +75,8 @@ rtc_static_library("libjingle_peerconnection_jni") {
"../../base:rtc_base",
"../../base:rtc_base_approved",
"../../base:rtc_task_queue",
+ "../../base:sequenced_task_checker",
+ "../../base:weak_ptr",
"../../common_video:common_video",
"../../media:rtc_media",
"../../media:rtc_media_base",

Powered by Google App Engine
This is Rietveld 408576698