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

Unified Diff: media/media.gyp

Issue 1685483002: Add stub MediaCodecAudioDecoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments, one question 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
« no previous file with comments | « media/filters/android/media_codec_audio_decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 44accbd701437ac446c17f989155d981a0d6f308..2fab25a22346eda177947169f3bb534592585cb2 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/media_codec_audio_decoder.cc',
+ 'filters/android/media_codec_audio_decoder.h',
+ ],
'defines': [
'DISABLE_USER_INPUT_MONITOR',
],
« no previous file with comments | « media/filters/android/media_codec_audio_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698