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

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

Issue 592863002: Fix mojom dependencies in media/mojo/services, make gn check pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « media/media.gyp ('k') | mojo/public/interfaces/application/BUILD.gn » ('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 790e246bf36df23b778f261916f207262032a777..d291b894533f9fcc837b43bfec1930c460ad191e 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -23,12 +23,15 @@ source_set("lib") {
# mojo media::Renderer proxy (to a renderer_app) implementation.
source_set("renderer_impl_lib") {
deps = [
+ ":lib",
"//base",
"//media",
+ "//media/mojo/interfaces",
+ "//mojo/public/interfaces/application",
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_component",
- ":lib",
+ "//mojo/public/cpp/application",
]
sources = [
@@ -91,6 +94,7 @@ shared_library("renderer_apptest") {
"//base",
"//base/test:test_support",
"//media",
+ "//media:shared_memory_support",
"//media/mojo/interfaces",
"//mojo/common",
"//mojo/application",
« no previous file with comments | « media/media.gyp ('k') | mojo/public/interfaces/application/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698