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

Unified Diff: media/media.gyp

Issue 1651673002: Add MediaCodecAudioDecoder implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 6c1b76e693735a0b89fa4e6b4900f3196f3f92f1..e63ca5da846d8e637ddd9c6061e3c1f2fd654eec 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_audio_decoder.cc',
+ 'filters/android_audio_decoder.h',
+ ],
'defines': [
'DISABLE_USER_INPUT_MONITOR',
],
« media/filters/android_audio_decoder.cc ('K') | « media/filters/android_audio_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698