| 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 PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
| 9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
| 10 # Override to dynamically link the cras (ChromeOS audio) library. | 10 # Override to dynamically link the cras (ChromeOS audio) library. |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'base/audio_fifo.cc', | 165 'base/audio_fifo.cc', |
| 166 'base/audio_fifo.h', | 166 'base/audio_fifo.h', |
| 167 'base/audio_pull_fifo.cc', | 167 'base/audio_pull_fifo.cc', |
| 168 'base/audio_pull_fifo.h', | 168 'base/audio_pull_fifo.h', |
| 169 'base/audio_renderer.cc', | 169 'base/audio_renderer.cc', |
| 170 'base/audio_renderer.h', | 170 'base/audio_renderer.h', |
| 171 'base/audio_renderer_mixer.cc', | 171 'base/audio_renderer_mixer.cc', |
| 172 'base/audio_renderer_mixer.h', | 172 'base/audio_renderer_mixer.h', |
| 173 'base/audio_renderer_mixer_input.cc', | 173 'base/audio_renderer_mixer_input.cc', |
| 174 'base/audio_renderer_mixer_input.h', | 174 'base/audio_renderer_mixer_input.h', |
| 175 'base/audio_transform.cc', |
| 176 'base/audio_transform.h' |
| 175 'base/bind_to_loop.h', | 177 'base/bind_to_loop.h', |
| 176 'base/bitstream_buffer.h', | 178 'base/bitstream_buffer.h', |
| 177 'base/bit_reader.cc', | 179 'base/bit_reader.cc', |
| 178 'base/bit_reader.h', | 180 'base/bit_reader.h', |
| 179 'base/buffers.cc', | 181 'base/buffers.cc', |
| 180 'base/buffers.h', | 182 'base/buffers.h', |
| 181 'base/byte_queue.cc', | 183 'base/byte_queue.cc', |
| 182 'base/byte_queue.h', | 184 'base/byte_queue.h', |
| 183 'base/channel_mixer.cc', | 185 'base/channel_mixer.cc', |
| 184 'base/channel_mixer.h', | 186 'base/channel_mixer.h', |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 'audio/win/audio_low_latency_input_win_unittest.cc', | 615 'audio/win/audio_low_latency_input_win_unittest.cc', |
| 614 'audio/win/audio_low_latency_output_win_unittest.cc', | 616 'audio/win/audio_low_latency_output_win_unittest.cc', |
| 615 'audio/win/audio_output_win_unittest.cc', | 617 'audio/win/audio_output_win_unittest.cc', |
| 616 'audio/win/audio_unified_win_unittest.cc', | 618 'audio/win/audio_unified_win_unittest.cc', |
| 617 'audio/win/core_audio_util_win_unittest.cc', | 619 'audio/win/core_audio_util_win_unittest.cc', |
| 618 'base/audio_bus_unittest.cc', | 620 'base/audio_bus_unittest.cc', |
| 619 'base/audio_fifo_unittest.cc', | 621 'base/audio_fifo_unittest.cc', |
| 620 'base/audio_pull_fifo_unittest.cc', | 622 'base/audio_pull_fifo_unittest.cc', |
| 621 'base/audio_renderer_mixer_input_unittest.cc', | 623 'base/audio_renderer_mixer_input_unittest.cc', |
| 622 'base/audio_renderer_mixer_unittest.cc', | 624 'base/audio_renderer_mixer_unittest.cc', |
| 625 'base/audio_transform_unittest.cc', |
| 623 'base/bit_reader_unittest.cc', | 626 'base/bit_reader_unittest.cc', |
| 624 'base/bind_to_loop_unittest.cc', | 627 'base/bind_to_loop_unittest.cc', |
| 625 'base/buffers_unittest.cc', | 628 'base/buffers_unittest.cc', |
| 626 'base/channel_mixer_unittest.cc', | 629 'base/channel_mixer_unittest.cc', |
| 627 'base/clock_unittest.cc', | 630 'base/clock_unittest.cc', |
| 628 'base/data_buffer_unittest.cc', | 631 'base/data_buffer_unittest.cc', |
| 629 'base/decoder_buffer_unittest.cc', | 632 'base/decoder_buffer_unittest.cc', |
| 630 'base/djb2_unittest.cc', | 633 'base/djb2_unittest.cc', |
| 631 'base/filter_collection_unittest.cc', | 634 'base/filter_collection_unittest.cc', |
| 632 'base/multi_channel_resampler_unittest.cc', | 635 'base/multi_channel_resampler_unittest.cc', |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1316 'media', | 1319 'media', |
| 1317 ], | 1320 ], |
| 1318 'sources': [ | 1321 'sources': [ |
| 1319 'tools/media_bench/media_bench.cc', | 1322 'tools/media_bench/media_bench.cc', |
| 1320 ], | 1323 ], |
| 1321 }, | 1324 }, |
| 1322 ], | 1325 ], |
| 1323 }] | 1326 }] |
| 1324 ], | 1327 ], |
| 1325 } | 1328 } |
| OLD | NEW |