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

Unified Diff: media/mojo/services/BUILD.gn

Issue 1847823006: media: Fix gn deps on media/mojo/ targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | media/mojo/services/mojo_media_application_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index a2e6f538e5034cee0df989fdf537921a50d896a0..8098f85dfd0fb2e267de60b3dc6d8653c3f0df19 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -77,6 +77,7 @@ source_set("proxy") {
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_component",
+ "//mojo/shell/public/cpp:sources",
"//mojo/shell/public/interfaces",
]
}
@@ -91,6 +92,7 @@ source_set("cdm_service") {
"//mojo/environment:chromium",
"//mojo/public/c/system:for_component",
"//mojo/shell/public/interfaces",
+ "//url",
]
sources = [
@@ -159,6 +161,7 @@ source_set("application") {
":renderer_service",
"//base",
"//media",
+ "//media/mojo/interfaces",
"//mojo/shell/public/cpp",
]
}
@@ -175,6 +178,7 @@ source_set("application_factory") {
":application",
"//base",
"//media",
+ "//mojo/shell/public/cpp:sources",
]
if (enable_test_mojo_media_client) {
@@ -207,8 +211,11 @@ mojo_native_application("media") {
deps = [
":application",
+ "//base",
+ "//media",
"//mojo/logging",
"//mojo/public/c/system:for_shared_library",
+ "//mojo/shell/public/cpp:sources",
]
}
@@ -230,7 +237,10 @@ mojo_native_application("media_apptests") {
deps = [
":apptest_manifest",
":proxy",
+ "//media",
"//media/base:test_support",
+ "//media/mojo/common",
+ "//media/mojo/interfaces",
"//mojo/shell/public/cpp:test_support",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | media/mojo/services/mojo_media_application_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698