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

Unified Diff: media/test/BUILD.gn

Issue 2387063004: media: Fix gn deps on //media/test (Closed)
Patch Set: Created 4 years, 2 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 | « .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 ca6ea3499a8c47b06c3566d2f864f129b8ef24ae..a09371bc4ce88be228cf74ca37437a202914af94 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -44,6 +44,11 @@ source_set("pipeline_integration_tests") {
deps = [
":pipeline_integration_test_base",
+ "//base",
+ "//media:test_support",
+ "//media/base:test_support",
+ "//media/mojo/clients",
+ "//services/shell/public/cpp:service_test_support",
"//url",
# TODO(dalecurtis): Required since the gmock header is included in the
@@ -92,7 +97,6 @@ source_set("mojo_pipeline_integration_tests") {
":pipeline_integration_test_base",
"//base",
"//base/test:test_support",
- "//media",
"//media:test_support",
"//media/audio:test_support",
"//media/base:test_support",
@@ -117,9 +121,9 @@ fuzzer_test("media_pipeline_integration_fuzzer") {
"pipeline_integration_fuzzertest.cc",
]
deps = [
+ ":pipeline_integration_test_base",
"//base",
"//media",
- "//media/test:pipeline_integration_test_base",
# TODO(dalecurtis): Required since the gmock header is included in the
# header for pipeline_integration_test_base.h. This should be
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698