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

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

Issue 2741953002: Step #4: Run VideoProcessor integration test batch mode on task queue. (Closed)
Patch Set: tommi comments 1: Add thread safety annotations. Created 3 years, 9 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 1ef5c5d2a6b207787018b8db349d41ca2a5a9588..cfa619d2fc68f1286b75392d457ef7757dfde121 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -350,7 +350,9 @@ if (rtc_include_tests) {
":webrtc_vp9",
"../..:webrtc_common",
"../../base:rtc_base_approved",
+ "../../base:rtc_task_queue",
"../../media:rtc_media",
+ "../../system_wrappers:system_wrappers",
"../../test:test_support",
"../../test:video_test_support",
]

Powered by Google App Engine
This is Rietveld 408576698