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

Unified Diff: chromecast/media/media.gyp

Issue 1494713002: [Chromecast] Move CastAudioDecoder out to chromecast/media/cma/decoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 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/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index 2f6fb61072764a5c2e340b5d0a25cacdd66c93f2..9ac4d3cdec8a42c1207e7760c83e0f800c706b69 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -39,6 +39,10 @@
'../../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
],
'sources': [
+ 'base/cast_audio_decoder.h',
+ 'base/cast_audio_decoder_android.cc',
+ 'base/cast_audio_decoder_linux.cc',
+ 'base/decoder_buffer_base.h',
'base/decrypt_context_impl.cc',
'base/decrypt_context_impl.h',
'base/decrypt_context_impl_clearkey.cc',

Powered by Google App Engine
This is Rietveld 408576698