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

Unified Diff: chromecast/media/cma/ipc/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
« no previous file with comments | « chromecast/media/cma/BUILD.gn ('k') | chromecast/media/cma/ipc/media_memory_chunk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/ipc/BUILD.gn
diff --git a/chromecast/media/cma/ipc/BUILD.gn b/chromecast/media/cma/ipc/BUILD.gn
deleted file mode 100644
index e70b184cf3d22a773e9e69119833e923f60e6cbe..0000000000000000000000000000000000000000
--- a/chromecast/media/cma/ipc/BUILD.gn
+++ /dev/null
@@ -1,20 +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") {
- sources = [
- "media_memory_chunk.cc",
- "media_memory_chunk.h",
- "media_message.cc",
- "media_message.h",
- "media_message_fifo.cc",
- "media_message_fifo.h",
- "media_message_type.h",
- ]
-
- deps = [
- "//base",
- "//chromecast/media/cma/base",
- ]
-}
« no previous file with comments | « chromecast/media/cma/BUILD.gn ('k') | chromecast/media/cma/ipc/media_memory_chunk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698