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

Unified Diff: chromecast/renderer/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/renderer/media/BUILD.gn
diff --git a/chromecast/renderer/media/BUILD.gn b/chromecast/renderer/media/BUILD.gn
index 32ff57c51c62bb36ace2fc472c1575e927683eda..c291567938e8e95d68626b7e72121dc45442f9b5 100644
--- a/chromecast/renderer/media/BUILD.gn
+++ b/chromecast/renderer/media/BUILD.gn
@@ -2,10 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# All Chromecast platforms except Android should support the CMA pipeline by
-# default for media playback.
-enable_cma = !is_android
-
source_set("media") {
sources = [
"media_caps_observer_impl.cc",
@@ -15,36 +11,6 @@ source_set("media") {
deps = [
"//chromecast/common/media:interfaces",
"//chromecast/media/base",
- "//skia",
"//ui/gfx/geometry",
]
-
- if (enable_cma) {
- sources += [
- "audio_pipeline_proxy.cc",
- "audio_pipeline_proxy.h",
- "chromecast_media_renderer_factory.cc",
- "chromecast_media_renderer_factory.h",
- "cma_message_filter_proxy.cc",
- "cma_message_filter_proxy.h",
- "cma_renderer.cc",
- "cma_renderer.h",
- "media_channel_proxy.cc",
- "media_channel_proxy.h",
- "media_pipeline_proxy.cc",
- "media_pipeline_proxy.h",
- "video_pipeline_proxy.cc",
- "video_pipeline_proxy.h",
- ]
-
- deps += [
- "//chromecast/common/media",
- "//chromecast/media",
- "//content/public/renderer",
- "//gpu/command_buffer/client:gles2_interface",
- "//gpu/command_buffer/common",
- "//ipc",
- "//media",
- ]
- }
}
« no previous file with comments | « chromecast/renderer/cast_render_thread_observer.cc ('k') | chromecast/renderer/media/audio_pipeline_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698