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

Unified Diff: chromecast/media/cma/backend/alsa/BUILD.gn

Issue 2577743002: [chromecast] Deletes libcast_media_1.0_default_core. (Closed)
Patch Set: rebase + simplify libcast_media target Created 4 years 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/backend/alsa/BUILD.gn
diff --git a/chromecast/media/cma/backend/alsa/BUILD.gn b/chromecast/media/cma/backend/alsa/BUILD.gn
index f01e1e53674f6b1465412853ff6dadcf7ee619d1..8b38f1024b4418d2f0c9821e68f82a6fdce9cd9a 100644
--- a/chromecast/media/cma/backend/alsa/BUILD.gn
+++ b/chromecast/media/cma/backend/alsa/BUILD.gn
@@ -46,6 +46,8 @@ source_set("alsa_cma_backend") {
"stream_mixer_alsa_input.h",
"stream_mixer_alsa_input_impl.cc",
"stream_mixer_alsa_input_impl.h",
+ "video_decoder_alsa.cc",
+ "video_decoder_alsa.h",
]
libs = [ "asound" ]
@@ -56,7 +58,6 @@ source_set("alsa_cma_backend") {
":slew_volume",
"//base",
"//chromecast/base",
- "//chromecast/media/cma/backend",
"//chromecast/media/cma/base",
"//chromecast/media/cma/decoder",
"//chromecast/public/media",
@@ -120,7 +121,6 @@ test("cast_alsa_cma_backend_unittests") {
"//base",
"//base/test:run_all_unittests",
"//chromecast/media/base",
- "//chromecast/media/base:libcast_media_1.0_default_core",
"//media",
"//media:shared_memory_support",
"//testing/gmock",
« no previous file with comments | « chromecast/media/cma/backend/BUILD.gn ('k') | chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698