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

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: Move to chromecast/media/cma/decoder instead 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..726a861113c80edb9cefb4ff04e30a30abafd0e7 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -147,6 +147,20 @@
],
},
{
+ 'target_name': 'cma_decoder',
+ 'type': '<(component)',
+ 'dependencies': [
+ 'cma_base',
+ '../../base/base.gyp:base',
+ '../../media/media.gyp:media',
+ ],
+ 'sources': [
+ 'cma/decoder/cast_audio_decoder.h',
+ 'cma/decoder/cast_audio_decoder_android.cc',
+ 'cma/decoder/cast_audio_decoder_linux.cc',
+ ],
+ },
+ {
'target_name': 'cma_ipc',
'type': '<(component)',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698