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

Side by Side Diff: media/media.gyp

Issue 1921963004: Add support for multichannel playback to OpenSLES output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid multichannel on KitKat. Created 4 years, 7 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
« no previous file with comments | « media/audio/android/opensles_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'audio/alsa/audio_manager_alsa.cc', 116 'audio/alsa/audio_manager_alsa.cc',
117 'audio/alsa/audio_manager_alsa.h', 117 'audio/alsa/audio_manager_alsa.h',
118 'audio/android/audio_manager_android.cc', 118 'audio/android/audio_manager_android.cc',
119 'audio/android/audio_manager_android.h', 119 'audio/android/audio_manager_android.h',
120 'audio/android/audio_record_input.cc', 120 'audio/android/audio_record_input.cc',
121 'audio/android/audio_record_input.h', 121 'audio/android/audio_record_input.h',
122 'audio/android/opensles_input.cc', 122 'audio/android/opensles_input.cc',
123 'audio/android/opensles_input.h', 123 'audio/android/opensles_input.h',
124 'audio/android/opensles_output.cc', 124 'audio/android/opensles_output.cc',
125 'audio/android/opensles_output.h', 125 'audio/android/opensles_output.h',
126 'audio/android/opensles_util.cc',
127 'audio/android/opensles_util.h',
126 'audio/android/opensles_wrapper.cc', 128 'audio/android/opensles_wrapper.cc',
127 'audio/audio_device_description.cc', 129 'audio/audio_device_description.cc',
128 'audio/audio_device_description.h', 130 'audio/audio_device_description.h',
129 'audio/audio_device_name.cc', 131 'audio/audio_device_name.cc',
130 'audio/audio_device_name.h', 132 'audio/audio_device_name.h',
131 'audio/audio_device_thread.cc', 133 'audio/audio_device_thread.cc',
132 'audio/audio_device_thread.h', 134 'audio/audio_device_thread.h',
133 'audio/audio_input_controller.cc', 135 'audio/audio_input_controller.cc',
134 'audio/audio_input_controller.h', 136 'audio/audio_input_controller.h',
135 'audio/audio_input_device.cc', 137 'audio/audio_input_device.cc',
(...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 'dependencies': [ 2282 'dependencies': [
2281 '../build/linux/system.gyp:libdrm', 2283 '../build/linux/system.gyp:libdrm',
2282 ] 2284 ]
2283 }], 2285 }],
2284 ], 2286 ],
2285 } 2287 }
2286 ] 2288 ]
2287 }], 2289 }],
2288 ], 2290 ],
2289 } 2291 }
OLDNEW
« no previous file with comments | « media/audio/android/opensles_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698