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

Unified Diff: media/test/BUILD.gn

Issue 1972923003: media: Fix gn deps on media/test/* targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« 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 16c9d5727935f34489105c2a397b3f5e254082e7..7d6365d578143a3f760436d24d54d798a2665ad7 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -46,6 +46,9 @@ source_set("pipeline_integration_tests") {
"//media:test_support",
"//media/audio:test_support",
"//media/base:test_support",
+ "//media/mojo/interfaces",
+ "//media/mojo/services:proxy",
+ "//services/shell/public/cpp:shell_test_support",
"//testing/gtest",
"//url",
« 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