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

Unified Diff: chromecast/media/media.gyp

Issue 535563002: Add the base class for decoder buffers used in cast media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Naming: DecoderBufferAdapter. Created 6 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/base/decoder_buffer_base.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index c6f70301748ab048cd8c84587fc50d2951d2f3c3..6f7662d471f335bacc3a406d27bb92cddef96285 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -20,6 +20,10 @@
'cma/base/buffering_state.cc',
'cma/base/buffering_state.h',
'cma/base/cma_logging.h',
+ 'cma/base/decoder_buffer_adapter.cc',
+ 'cma/base/decoder_buffer_adapter.h',
+ 'cma/base/decoder_buffer_base.cc',
+ 'cma/base/decoder_buffer_base.h',
],
},
{
« no previous file with comments | « chromecast/media/cma/base/decoder_buffer_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698