| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'audio/null_audio_sink.cc', | 185 'audio/null_audio_sink.cc', |
| 186 'audio/null_audio_sink.h', | 186 'audio/null_audio_sink.h', |
| 187 'audio/pulse/audio_manager_pulse.cc', | 187 'audio/pulse/audio_manager_pulse.cc', |
| 188 'audio/pulse/audio_manager_pulse.h', | 188 'audio/pulse/audio_manager_pulse.h', |
| 189 'audio/pulse/pulse_input.cc', | 189 'audio/pulse/pulse_input.cc', |
| 190 'audio/pulse/pulse_input.h', | 190 'audio/pulse/pulse_input.h', |
| 191 'audio/pulse/pulse_output.cc', | 191 'audio/pulse/pulse_output.cc', |
| 192 'audio/pulse/pulse_output.h', | 192 'audio/pulse/pulse_output.h', |
| 193 'audio/pulse/pulse_util.cc', | 193 'audio/pulse/pulse_util.cc', |
| 194 'audio/pulse/pulse_util.h', | 194 'audio/pulse/pulse_util.h', |
| 195 'audio/restartable_audio_output_device_impl.cc', |
| 196 'audio/restartable_audio_output_device_impl.h', |
| 195 'audio/sample_rates.cc', | 197 'audio/sample_rates.cc', |
| 196 'audio/sample_rates.h', | 198 'audio/sample_rates.h', |
| 197 'audio/scoped_task_runner_observer.cc', | 199 'audio/scoped_task_runner_observer.cc', |
| 198 'audio/scoped_task_runner_observer.h', | 200 'audio/scoped_task_runner_observer.h', |
| 199 'audio/simple_sources.cc', | 201 'audio/simple_sources.cc', |
| 200 'audio/simple_sources.h', | 202 'audio/simple_sources.h', |
| 201 'audio/sounds/audio_stream_handler.cc', | 203 'audio/sounds/audio_stream_handler.cc', |
| 202 'audio/sounds/audio_stream_handler.h', | 204 'audio/sounds/audio_stream_handler.h', |
| 203 'audio/sounds/sounds_manager.cc', | 205 'audio/sounds/sounds_manager.cc', |
| 204 'audio/sounds/sounds_manager.h', | 206 'audio/sounds/sounds_manager.h', |
| (...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1528 'audio/audio_manager_factory_unittest.cc', | 1530 'audio/audio_manager_factory_unittest.cc', |
| 1529 'audio/audio_manager_unittest.cc', | 1531 'audio/audio_manager_unittest.cc', |
| 1530 'audio/audio_output_controller_unittest.cc', | 1532 'audio/audio_output_controller_unittest.cc', |
| 1531 'audio/audio_output_device_unittest.cc', | 1533 'audio/audio_output_device_unittest.cc', |
| 1532 'audio/audio_output_proxy_unittest.cc', | 1534 'audio/audio_output_proxy_unittest.cc', |
| 1533 'audio/audio_parameters_unittest.cc', | 1535 'audio/audio_parameters_unittest.cc', |
| 1534 'audio/audio_power_monitor_unittest.cc', | 1536 'audio/audio_power_monitor_unittest.cc', |
| 1535 'audio/audio_streams_tracker_unittest.cc', | 1537 'audio/audio_streams_tracker_unittest.cc', |
| 1536 'audio/fake_audio_worker_unittest.cc', | 1538 'audio/fake_audio_worker_unittest.cc', |
| 1537 'audio/point_unittest.cc', | 1539 'audio/point_unittest.cc', |
| 1540 'audio/restartable_audio_output_device_impl_unittest.cc', |
| 1538 'audio/simple_sources_unittest.cc', | 1541 'audio/simple_sources_unittest.cc', |
| 1539 'audio/virtual_audio_input_stream_unittest.cc', | 1542 'audio/virtual_audio_input_stream_unittest.cc', |
| 1540 'audio/virtual_audio_output_stream_unittest.cc', | 1543 'audio/virtual_audio_output_stream_unittest.cc', |
| 1541 ], | 1544 ], |
| 1542 'conditions': [ | 1545 'conditions': [ |
| 1543 # TODO(wolenetz): Fix size_t to int truncations in win64. See | 1546 # TODO(wolenetz): Fix size_t to int truncations in win64. See |
| 1544 # http://crbug.com/171009 | 1547 # http://crbug.com/171009 |
| 1545 ['OS=="win" and target_arch=="x64"', { | 1548 ['OS=="win" and target_arch=="x64"', { |
| 1546 'msvs_disabled_warnings': [ 4267, ], | 1549 'msvs_disabled_warnings': [ 4267, ], |
| 1547 }], | 1550 }], |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1631 '../base/base.gyp:base', | 1634 '../base/base.gyp:base', |
| 1632 '../skia/skia.gyp:skia', | 1635 '../skia/skia.gyp:skia', |
| 1633 '../testing/gmock.gyp:gmock', | 1636 '../testing/gmock.gyp:gmock', |
| 1634 '../testing/gtest.gyp:gtest', | 1637 '../testing/gtest.gyp:gtest', |
| 1635 ], | 1638 ], |
| 1636 'sources': [ | 1639 'sources': [ |
| 1637 'audio/audio_unittest_util.cc', | 1640 'audio/audio_unittest_util.cc', |
| 1638 'audio/audio_unittest_util.h', | 1641 'audio/audio_unittest_util.h', |
| 1639 'audio/mock_audio_manager.cc', | 1642 'audio/mock_audio_manager.cc', |
| 1640 'audio/mock_audio_manager.h', | 1643 'audio/mock_audio_manager.h', |
| 1644 'audio/mock_audio_output_ipc.cc', |
| 1645 'audio/mock_audio_output_ipc.h', |
| 1641 'audio/mock_audio_source_callback.cc', | 1646 'audio/mock_audio_source_callback.cc', |
| 1642 'audio/mock_audio_source_callback.h', | 1647 'audio/mock_audio_source_callback.h', |
| 1648 'audio/mock_render_callback.cc', |
| 1649 'audio/mock_render_callback.h', |
| 1643 'audio/test_audio_input_controller_factory.cc', | 1650 'audio/test_audio_input_controller_factory.cc', |
| 1644 'audio/test_audio_input_controller_factory.h', | 1651 'audio/test_audio_input_controller_factory.h', |
| 1645 'base/fake_audio_render_callback.cc', | 1652 'base/fake_audio_render_callback.cc', |
| 1646 'base/fake_audio_render_callback.h', | 1653 'base/fake_audio_render_callback.h', |
| 1647 'base/fake_audio_renderer_sink.cc', | 1654 'base/fake_audio_renderer_sink.cc', |
| 1648 'base/fake_audio_renderer_sink.h', | 1655 'base/fake_audio_renderer_sink.h', |
| 1649 'base/fake_demuxer_stream.cc', | 1656 'base/fake_demuxer_stream.cc', |
| 1650 'base/fake_demuxer_stream.h', | 1657 'base/fake_demuxer_stream.h', |
| 1651 'base/fake_media_resources.cc', | 1658 'base/fake_media_resources.cc', |
| 1652 'base/fake_media_resources.h', | 1659 'base/fake_media_resources.h', |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2143 'dependencies': [ | 2150 'dependencies': [ |
| 2144 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2151 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2145 ], | 2152 ], |
| 2146 }], | 2153 }], |
| 2147 ], | 2154 ], |
| 2148 }, | 2155 }, |
| 2149 ], | 2156 ], |
| 2150 }], | 2157 }], |
| 2151 ], | 2158 ], |
| 2152 } | 2159 } |
| OLD | NEW |