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

Unified Diff: media/test/BUILD.gn

Issue 2562513003: Add opus dep to media pipeline_integration_test. (Closed)
Patch Set: 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 | « no previous file | 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..7a1b65d9ee02943cbe40ad2d0039ed23cb14beed 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -61,6 +61,11 @@ source_set("pipeline_integration_tests") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+ # Needed for the opus_config
+ public_deps = [
+ "//third_party/opus",
xhwang 2016/12/08 05:50:27 OOC, why this needs to be a public_deps, will a pl
+ ]
+
deps = [
":pipeline_integration_test_base",
"//base",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698