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

Unified Diff: chromecast/media/cma/ipc_streamer/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/media/cma/ipc_streamer/BUILD.gn
diff --git a/chromecast/media/cma/ipc_streamer/BUILD.gn b/chromecast/media/cma/ipc_streamer/BUILD.gn
deleted file mode 100644
index 7d25f45d734be518c991e8393f0b05ac6b300226..0000000000000000000000000000000000000000
--- a/chromecast/media/cma/ipc_streamer/BUILD.gn
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source_set("ipc_streamer") {
- sources = [
- "audio_decoder_config_marshaller.cc",
- "audio_decoder_config_marshaller.h",
- "av_streamer_proxy.cc",
- "av_streamer_proxy.h",
- "coded_frame_provider_host.cc",
- "coded_frame_provider_host.h",
- "decoder_buffer_base_marshaller.cc",
- "decoder_buffer_base_marshaller.h",
- "decrypt_config_marshaller.cc",
- "decrypt_config_marshaller.h",
- "encryption_scheme_marshaller.cc",
- "encryption_scheme_marshaller.h",
- "video_decoder_config_marshaller.cc",
- "video_decoder_config_marshaller.h",
- ]
-
- public_deps = [
- "//chromecast/public/media",
- ]
-
- deps = [
- "//base",
- "//chromecast/media/cma/base",
- "//chromecast/media/cma/ipc",
- "//media",
- "//ui/gfx/geometry",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698