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

Unified Diff: media/test/BUILD.gn

Issue 2710133003: Replace FFmpegDemuxer thread per element with base::TaskScheduler. (Closed)
Patch Set: Give WeakPtr to URLProtocol. Created 3 years, 10 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: media/test/BUILD.gn
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
index 595da4c2f05f37f95c73a4165280c00ddc1c3f89..1d426daa4a00b9d84055d4c87306af9726690c10 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -39,6 +39,7 @@ source_set("pipeline_integration_test_base") {
deps = [
"//base",
+ "//base/test:test_support",
"//media:test_support",
"//media/audio:test_support",
"//media/base:test_support",

Powered by Google App Engine
This is Rietveld 408576698