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

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

Issue 1525863002: Remove renderer_service -> media_client dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed compile error Created 5 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 | media/mojo/services/default_mojo_media_client.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 0be1d703ce602d3d02b2f13a72de5c5606d25458..cb9bcbf4011f475847130c2fc110a0206a95c983 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -103,7 +103,6 @@ source_set("media_client") {
source_set("cdm_service") {
deps = [
":converters",
- ":media_client",
"//base",
"//media",
"//media/mojo/interfaces",
@@ -141,15 +140,12 @@ source_set("renderer_service") {
"demuxer_stream_provider_shim.h",
"mojo_demuxer_stream_adapter.cc",
"mojo_demuxer_stream_adapter.h",
- "mojo_media_client.cc",
- "mojo_media_client.h",
"mojo_renderer_service.cc",
"mojo_renderer_service.h",
]
deps = [
":converters",
- ":media_client",
"//base",
"//media",
"//media:shared_memory_support",
@@ -162,6 +158,8 @@ source_set("application") {
sources = [
"mojo_media_application.cc",
"mojo_media_application.h",
+ "mojo_media_client.cc",
+ "mojo_media_client.h",
"service_factory_impl.cc",
"service_factory_impl.h",
]
@@ -170,6 +168,7 @@ source_set("application") {
deps = [
":cdm_service",
+ ":media_client",
":renderer_service",
"//base",
"//mojo/application/public/cpp",
« no previous file with comments | « no previous file | media/mojo/services/default_mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698