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

Unified Diff: media/media.gyp

Issue 9655023: Adding input and output audio backend to Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased && addressed qinmin's comments Created 8 years, 9 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
« media/audio/android/opensles_util.h ('K') | « media/audio/audio_util.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 a11e2d04d83a2cd71d07fc935ee992877c0a5e0e..27ccf327478bc586c111de9e29219101b959ff6e 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -57,6 +57,10 @@
'audio/android/audio_manager_android.h',
'audio/android/audio_track_output_android.cc',
'audio/android/audio_track_output_android.h',
+ 'audio/android/opensles_input.cc',
+ 'audio/android/opensles_input.h',
+ 'audio/android/opensles_output.cc',
+ 'audio/android/opensles_output.h',
'audio/cross_process_notification.cc',
'audio/cross_process_notification.h',
'audio/cross_process_notification_win.cc',
@@ -324,6 +328,11 @@
'sources':[
'audio/android/audio_track_output_stub_android.cc',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lOpenSLES',
+ ],
+ },
}],
['OS=="linux" or OS=="freebsd" or OS=="solaris"', {
'link_settings': {
« media/audio/android/opensles_util.h ('K') | « media/audio/audio_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698