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

Unified Diff: chromecast/media/cma/backend/cast_media_android.cc

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/cast_media_android.cc
diff --git a/chromecast/media/base/cast_media_android.cc b/chromecast/media/cma/backend/cast_media_android.cc
similarity index 97%
rename from chromecast/media/base/cast_media_android.cc
rename to chromecast/media/cma/backend/cast_media_android.cc
index 7903cad9fa0105e570fad612144726d68328562d..8546be75be5a136b19c1ba41adbf3a20b4c77a0c 100644
--- a/chromecast/media/base/cast_media_android.cc
+++ b/chromecast/media/cma/backend/cast_media_android.cc
@@ -10,11 +10,9 @@
namespace chromecast {
namespace media {
-void CastMediaShlib::Initialize(const std::vector<std::string>& argv) {
-}
+void CastMediaShlib::Initialize(const std::vector<std::string>& argv) {}
-void CastMediaShlib::Finalize() {
-}
+void CastMediaShlib::Finalize() {}
VideoPlane* CastMediaShlib::GetVideoPlane() {
return nullptr;
« no previous file with comments | « chromecast/media/cma/backend/alsa/video_decoder_alsa.cc ('k') | chromecast/media/cma/backend/cast_media_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698