| OLD | NEW |
| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'base/android/demuxer_stream_player_params.cc', | 203 'base/android/demuxer_stream_player_params.cc', |
| 204 'base/android/demuxer_stream_player_params.h', | 204 'base/android/demuxer_stream_player_params.h', |
| 205 'base/android/media_player_manager.h', | 205 'base/android/media_player_manager.h', |
| 206 'base/android/media_resource_getter.cc', | 206 'base/android/media_resource_getter.cc', |
| 207 'base/android/media_resource_getter.h', | 207 'base/android/media_resource_getter.h', |
| 208 'base/audio_buffer.cc', | 208 'base/audio_buffer.cc', |
| 209 'base/audio_buffer.h', | 209 'base/audio_buffer.h', |
| 210 'base/audio_buffer_queue.cc', | 210 'base/audio_buffer_queue.cc', |
| 211 'base/audio_buffer_queue.h', | 211 'base/audio_buffer_queue.h', |
| 212 'base/audio_capturer_source.h', | 212 'base/audio_capturer_source.h', |
| 213 'base/audio_buffer_converter.cc', |
| 214 'base/audio_buffer_converter.h', |
| 213 'base/audio_converter.cc', | 215 'base/audio_converter.cc', |
| 214 'base/audio_converter.h', | 216 'base/audio_converter.h', |
| 215 'base/audio_decoder.cc', | 217 'base/audio_decoder.cc', |
| 216 'base/audio_decoder.h', | 218 'base/audio_decoder.h', |
| 217 'base/audio_decoder_config.cc', | 219 'base/audio_decoder_config.cc', |
| 218 'base/audio_decoder_config.h', | 220 'base/audio_decoder_config.h', |
| 219 'base/audio_fifo.cc', | 221 'base/audio_fifo.cc', |
| 220 'base/audio_fifo.h', | 222 'base/audio_fifo.h', |
| 221 'base/audio_hardware_config.cc', | 223 'base/audio_hardware_config.cc', |
| 222 'base/audio_hardware_config.h', | 224 'base/audio_hardware_config.h', |
| (...skipping 1467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1690 ], | 1692 ], |
| 1691 }], | 1693 }], |
| 1692 ], | 1694 ], |
| 1693 }], | 1695 }], |
| 1694 ], | 1696 ], |
| 1695 }, | 1697 }, |
| 1696 ], | 1698 ], |
| 1697 }], | 1699 }], |
| 1698 ], | 1700 ], |
| 1699 } | 1701 } |
| OLD | NEW |