| 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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 'sources': [ | 788 'sources': [ |
| 789 'audio/mock_audio_manager.cc', | 789 'audio/mock_audio_manager.cc', |
| 790 'audio/mock_audio_manager.h', | 790 'audio/mock_audio_manager.h', |
| 791 'audio/test_audio_input_controller_factory.cc', | 791 'audio/test_audio_input_controller_factory.cc', |
| 792 'audio/test_audio_input_controller_factory.h', | 792 'audio/test_audio_input_controller_factory.h', |
| 793 'base/fake_audio_render_callback.cc', | 793 'base/fake_audio_render_callback.cc', |
| 794 'base/fake_audio_render_callback.h', | 794 'base/fake_audio_render_callback.h', |
| 795 'base/gmock_callback_support.h', | 795 'base/gmock_callback_support.h', |
| 796 'base/mock_audio_renderer_sink.cc', | 796 'base/mock_audio_renderer_sink.cc', |
| 797 'base/mock_audio_renderer_sink.h', | 797 'base/mock_audio_renderer_sink.h', |
| 798 'base/mock_callback.cc', | |
| 799 'base/mock_callback.h', | |
| 800 'base/mock_data_source_host.cc', | 798 'base/mock_data_source_host.cc', |
| 801 'base/mock_data_source_host.h', | 799 'base/mock_data_source_host.h', |
| 802 'base/mock_demuxer_host.cc', | 800 'base/mock_demuxer_host.cc', |
| 803 'base/mock_demuxer_host.h', | 801 'base/mock_demuxer_host.h', |
| 804 'base/mock_filters.cc', | 802 'base/mock_filters.cc', |
| 805 'base/mock_filters.h', | 803 'base/mock_filters.h', |
| 804 'base/test_helpers.cc', |
| 805 'base/test_helpers.h', |
| 806 ], | 806 ], |
| 807 }, | 807 }, |
| 808 ], | 808 ], |
| 809 'conditions': [ | 809 'conditions': [ |
| 810 ['OS != "ios"', { | 810 ['OS != "ios"', { |
| 811 'targets': [ | 811 'targets': [ |
| 812 { | 812 { |
| 813 # Minimal target for NaCl and other renderer side media clients which | 813 # Minimal target for NaCl and other renderer side media clients which |
| 814 # only need to send audio data across the shared memory to the browser | 814 # only need to send audio data across the shared memory to the browser |
| 815 # process. | 815 # process. |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1342 'media', | 1342 'media', |
| 1343 ], | 1343 ], |
| 1344 'sources': [ | 1344 'sources': [ |
| 1345 'tools/media_bench/media_bench.cc', | 1345 'tools/media_bench/media_bench.cc', |
| 1346 ], | 1346 ], |
| 1347 }, | 1347 }, |
| 1348 ], | 1348 ], |
| 1349 }] | 1349 }] |
| 1350 ], | 1350 ], |
| 1351 } | 1351 } |
| OLD | NEW |