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

Unified Diff: media/BUILD.gn

Issue 1651673002: Add MediaCodecAudioDecoder implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed all changes to decoder_buffer.cc 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 | « no previous file | media/base/audio_buffer.h » ('j') | media/base/audio_decoder_config.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b4d05e5e9e5039a2b9d4c4b0b568591485091e69..646b01d04d0eb439c179bce252719185272b1981 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -394,6 +394,8 @@ component("media") {
"capture/video/android/video_capture_device_android.h",
"capture/video/android/video_capture_device_factory_android.cc",
"capture/video/android/video_capture_device_factory_android.h",
+ "filters/android/android_audio_decoder.cc",
+ "filters/android/android_audio_decoder.h",
]
sources -= [
"filters/decrypting_audio_decoder.cc",
« no previous file with comments | « no previous file | media/base/audio_buffer.h » ('j') | media/base/audio_decoder_config.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698