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

Side by Side Diff: media/media.gyp

Issue 177333003: Add support for midstream audio configuration changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ABS
Patch Set: Created 6 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 unified diff | Download patch
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'base/android/demuxer_stream_player_params.cc', 198 'base/android/demuxer_stream_player_params.cc',
199 'base/android/demuxer_stream_player_params.h', 199 'base/android/demuxer_stream_player_params.h',
200 'base/android/media_player_manager.h', 200 'base/android/media_player_manager.h',
201 'base/android/media_resource_getter.cc', 201 'base/android/media_resource_getter.cc',
202 'base/android/media_resource_getter.h', 202 'base/android/media_resource_getter.h',
203 'base/audio_buffer.cc', 203 'base/audio_buffer.cc',
204 'base/audio_buffer.h', 204 'base/audio_buffer.h',
205 'base/audio_buffer_queue.cc', 205 'base/audio_buffer_queue.cc',
206 'base/audio_buffer_queue.h', 206 'base/audio_buffer_queue.h',
207 'base/audio_capturer_source.h', 207 'base/audio_capturer_source.h',
208 'base/audio_buffer_converter.cc',
209 'base/audio_buffer_converter.h',
208 'base/audio_converter.cc', 210 'base/audio_converter.cc',
209 'base/audio_converter.h', 211 'base/audio_converter.h',
210 'base/audio_decoder.cc', 212 'base/audio_decoder.cc',
211 'base/audio_decoder.h', 213 'base/audio_decoder.h',
212 'base/audio_decoder_config.cc', 214 'base/audio_decoder_config.cc',
213 'base/audio_decoder_config.h', 215 'base/audio_decoder_config.h',
214 'base/audio_fifo.cc', 216 'base/audio_fifo.cc',
215 'base/audio_fifo.h', 217 'base/audio_fifo.h',
216 'base/audio_hardware_config.cc', 218 'base/audio_hardware_config.cc',
217 'base/audio_hardware_config.h', 219 'base/audio_hardware_config.h',
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 ], 1676 ],
1675 }], 1677 }],
1676 ], 1678 ],
1677 }], 1679 }],
1678 ], 1680 ],
1679 }, 1681 },
1680 ], 1682 ],
1681 }], 1683 }],
1682 ], 1684 ],
1683 } 1685 }
OLDNEW
« media/filters/ffmpeg_audio_decoder.cc ('K') | « media/filters/source_buffer_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698