| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'base/audio_renderer_mixer_input.cc', | 170 'base/audio_renderer_mixer_input.cc', |
| 171 'base/audio_renderer_mixer_input.h', | 171 'base/audio_renderer_mixer_input.h', |
| 172 'base/bind_to_loop.h', | 172 'base/bind_to_loop.h', |
| 173 'base/bitstream_buffer.h', | 173 'base/bitstream_buffer.h', |
| 174 'base/bit_reader.cc', | 174 'base/bit_reader.cc', |
| 175 'base/bit_reader.h', | 175 'base/bit_reader.h', |
| 176 'base/buffers.cc', | 176 'base/buffers.cc', |
| 177 'base/buffers.h', | 177 'base/buffers.h', |
| 178 'base/byte_queue.cc', | 178 'base/byte_queue.cc', |
| 179 'base/byte_queue.h', | 179 'base/byte_queue.h', |
| 180 'base/channel_mixer.cc', |
| 181 'base/channel_mixer.h', |
| 180 'base/clock.cc', | 182 'base/clock.cc', |
| 181 'base/clock.h', | 183 'base/clock.h', |
| 182 'base/data_buffer.cc', | 184 'base/data_buffer.cc', |
| 183 'base/data_buffer.h', | 185 'base/data_buffer.h', |
| 184 'base/data_source.cc', | 186 'base/data_source.cc', |
| 185 'base/data_source.h', | 187 'base/data_source.h', |
| 186 'base/decoder_buffer.cc', | 188 'base/decoder_buffer.cc', |
| 187 'base/decoder_buffer.h', | 189 'base/decoder_buffer.h', |
| 188 'base/decryptor.cc', | 190 'base/decryptor.cc', |
| 189 'base/decryptor.h', | 191 'base/decryptor.h', |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 'audio/win/audio_output_win_unittest.cc', | 611 'audio/win/audio_output_win_unittest.cc', |
| 610 'audio/win/audio_unified_win_unittest.cc', | 612 'audio/win/audio_unified_win_unittest.cc', |
| 611 'base/audio_bus_unittest.cc', | 613 'base/audio_bus_unittest.cc', |
| 612 'base/audio_fifo_unittest.cc', | 614 'base/audio_fifo_unittest.cc', |
| 613 'base/audio_pull_fifo_unittest.cc', | 615 'base/audio_pull_fifo_unittest.cc', |
| 614 'base/audio_renderer_mixer_input_unittest.cc', | 616 'base/audio_renderer_mixer_input_unittest.cc', |
| 615 'base/audio_renderer_mixer_unittest.cc', | 617 'base/audio_renderer_mixer_unittest.cc', |
| 616 'base/bit_reader_unittest.cc', | 618 'base/bit_reader_unittest.cc', |
| 617 'base/bind_to_loop_unittest.cc', | 619 'base/bind_to_loop_unittest.cc', |
| 618 'base/buffers_unittest.cc', | 620 'base/buffers_unittest.cc', |
| 621 'base/channel_mixer_unittest.cc', |
| 619 'base/clock_unittest.cc', | 622 'base/clock_unittest.cc', |
| 620 'base/data_buffer_unittest.cc', | 623 'base/data_buffer_unittest.cc', |
| 621 'base/decoder_buffer_unittest.cc', | 624 'base/decoder_buffer_unittest.cc', |
| 622 'base/djb2_unittest.cc', | 625 'base/djb2_unittest.cc', |
| 623 'base/filter_collection_unittest.cc', | 626 'base/filter_collection_unittest.cc', |
| 624 'base/multi_channel_resampler_unittest.cc', | 627 'base/multi_channel_resampler_unittest.cc', |
| 625 'base/pipeline_unittest.cc', | 628 'base/pipeline_unittest.cc', |
| 626 'base/ranges_unittest.cc', | 629 'base/ranges_unittest.cc', |
| 627 'base/run_all_unittests.cc', | 630 'base/run_all_unittests.cc', |
| 628 'base/seekable_buffer_unittest.cc', | 631 'base/seekable_buffer_unittest.cc', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1304 'media', | 1307 'media', |
| 1305 ], | 1308 ], |
| 1306 'sources': [ | 1309 'sources': [ |
| 1307 'tools/media_bench/media_bench.cc', | 1310 'tools/media_bench/media_bench.cc', |
| 1308 ], | 1311 ], |
| 1309 }, | 1312 }, |
| 1310 ], | 1313 ], |
| 1311 }] | 1314 }] |
| 1312 ], | 1315 ], |
| 1313 } | 1316 } |
| OLD | NEW |