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

Side by Side Diff: webrtc/modules/audio_device/audio_device.gypi

Issue 2119633004: Adds support for OpenSL ES based audio capture on Android (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixing presubmit warnings Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'android/audio_record_jni.cc', 104 'android/audio_record_jni.cc',
105 'android/audio_record_jni.h', 105 'android/audio_record_jni.h',
106 'android/audio_track_jni.cc', 106 'android/audio_track_jni.cc',
107 'android/audio_track_jni.h', 107 'android/audio_track_jni.h',
108 'android/build_info.cc', 108 'android/build_info.cc',
109 'android/build_info.h', 109 'android/build_info.h',
110 'android/opensles_common.cc', 110 'android/opensles_common.cc',
111 'android/opensles_common.h', 111 'android/opensles_common.h',
112 'android/opensles_player.cc', 112 'android/opensles_player.cc',
113 'android/opensles_player.h', 113 'android/opensles_player.h',
114 'android/opensles_recorder.cc',
115 'android/opensles_recorder.h',
114 ], 116 ],
115 'link_settings': { 117 'link_settings': {
116 'libraries': [ 118 'libraries': [
117 '-llog', 119 '-llog',
118 '-lOpenSLES', 120 '-lOpenSLES',
119 ], 121 ],
120 }, 122 },
121 }], 123 }],
122 ['OS=="linux"', { 124 ['OS=="linux"', {
123 'sources': [ 125 'sources': [
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 }], 253 }],
252 ], # conditions (for non-dummy devices) 254 ], # conditions (for non-dummy devices)
253 }], # use_dummy_audio_file_devices check 255 }], # use_dummy_audio_file_devices check
254 ], # conditions 256 ], # conditions
255 }], # include_internal_audio_device==1 257 }], # include_internal_audio_device==1
256 ], # conditions 258 ], # conditions
257 }, 259 },
258 ], 260 ],
259 } 261 }
260 262
OLDNEW
« no previous file with comments | « webrtc/modules/audio_device/android/opensles_recorder.cc ('k') | webrtc/modules/audio_device/audio_device_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698