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

Unified Diff: chromecast/browser/media/BUILD.gn

Issue 2300993003: CmaRenderer is dead. Long live MojoRenderer. (Closed)
Patch Set: update OWNERS file Created 4 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
Index: chromecast/browser/media/BUILD.gn
diff --git a/chromecast/browser/media/BUILD.gn b/chromecast/browser/media/BUILD.gn
index 21e92554a975a0700736b5fc2e31903b3033eb31..433a81899e6af32a9d8fb810939769463371aed4 100644
--- a/chromecast/browser/media/BUILD.gn
+++ b/chromecast/browser/media/BUILD.gn
@@ -11,8 +11,6 @@ source_set("media") {
"media_caps_impl.cc",
"media_caps_impl.h",
"media_pipeline_backend_factory.h",
- "media_pipeline_host.cc",
- "media_pipeline_host.h",
]
if (mojo_media_host == "browser") {
@@ -45,8 +43,6 @@ source_set("media") {
if (!is_android) {
sources += [
- "cma_message_filter_host.cc",
- "cma_message_filter_host.h",
"video_resolution_policy.cc",
"video_resolution_policy.h",
]
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/browser/media/cma_message_filter_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698