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

Unified Diff: media/BUILD.gn

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
« no previous file with comments | « no previous file | media/base/audio_buffer.h » ('j') | media/base/audio_buffer.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 96ccfba00e6d79fbeaea30c6f390b39df41a1745..dfebabd5a27e09e18f6fd9138e418508e61b381b 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_audio_decoder.cc",
+ "filters/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_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698