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

Unified Diff: media/test/BUILD.gn

Issue 2562513003: Add opus dep to media pipeline_integration_test. (Closed)
Patch Set: Remove unnessary dep in media_unittests Created 4 years 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
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/BUILD.gn
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
index e0f2db8f196707572ffc3de68c6253506b1bbe03..983cd3972e2f0445e244d934c8f3fa485b2248e5 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -68,6 +68,9 @@ source_set("pipeline_integration_tests") {
"//media/base:test_support",
"//media/mojo/clients",
"//services/service_manager/public/cpp:service_test_support",
+
+ # Needed for the opus_config
+ "//third_party/opus",
"//url",
# TODO(dalecurtis): Required since the gmock header is included in the
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698