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

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

Issue 1916973004: [chromecast] Delete MediaMessageLoop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cmathread -> castmediathread Created 4 years, 8 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/BUILD.gn ('k') | chromecast/media/base/media_message_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/BUILD.gn
diff --git a/chromecast/media/base/BUILD.gn b/chromecast/media/base/BUILD.gn
index fb880d646d6d6019f8bcb21ace10792f00f32a3e..6a377378ddb9ff506d8db88d0a697d7b24ea1f8e 100644
--- a/chromecast/media/base/BUILD.gn
+++ b/chromecast/media/base/BUILD.gn
@@ -4,25 +4,6 @@
import("//chromecast/chromecast.gni")
-source_set("message_loop") {
- sources = [
- "media_message_loop.cc",
- "media_message_loop.h",
- "video_plane_controller.cc",
- "video_plane_controller.h",
- ]
-
- public_deps = [
- "//chromecast/public/media",
- ]
-
- deps = [
- "//base",
- "//chromecast/media/base:libcast_media_1.0",
- "//chromecast/public",
- ]
-}
-
source_set("key_systems") {
sources = [
"key_systems_common.cc",
@@ -53,11 +34,12 @@ source_set("base") {
"media_codec_support.h",
"media_resource_tracker.cc",
"media_resource_tracker.h",
+ "video_plane_controller.cc",
+ "video_plane_controller.h",
]
public_deps = [
":key_systems",
- ":message_loop",
"//chromecast/public/media",
]
« no previous file with comments | « chromecast/media/BUILD.gn ('k') | chromecast/media/base/media_message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698