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

Unified Diff: media/media.gyp

Issue 1651673002: Add MediaCodecAudioDecoder implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed CDM stuff, fixed Opus Created 4 years, 10 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 9e9895be7874a30497e857e0cd3359ac8474ce97..854ab1e4a75877aa3cf97d0df71a67fa1295c60c 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -764,6 +764,10 @@
'filters/ffmpeg_video_decoder.cc',
'filters/ffmpeg_video_decoder.h',
],
+ 'sources': [
+ 'filters/android/android_audio_decoder.cc',
+ 'filters/android/android_audio_decoder.h',
+ ],
'defines': [
'DISABLE_USER_INPUT_MONITOR',
],

Powered by Google App Engine
This is Rietveld 408576698