| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'base/pipeline.h', | 371 'base/pipeline.h', |
| 370 'base/pipeline_status.h', | 372 'base/pipeline_status.h', |
| 371 'base/player_tracker.cc', | 373 'base/player_tracker.cc', |
| 372 'base/player_tracker.h', | 374 'base/player_tracker.h', |
| 373 'base/ranges.cc', | 375 'base/ranges.cc', |
| 374 'base/ranges.h', | 376 'base/ranges.h', |
| 375 'base/renderer.cc', | 377 'base/renderer.cc', |
| 376 'base/renderer.h', | 378 'base/renderer.h', |
| 377 'base/renderer_factory.cc', | 379 'base/renderer_factory.cc', |
| 378 'base/renderer_factory.h', | 380 'base/renderer_factory.h', |
| 381 'base/restartable_audio_output_device.h', |
| 379 'base/sample_format.cc', | 382 'base/sample_format.cc', |
| 380 'base/sample_format.h', | 383 'base/sample_format.h', |
| 381 'base/seekable_buffer.cc', | 384 'base/seekable_buffer.cc', |
| 382 'base/seekable_buffer.h', | 385 'base/seekable_buffer.h', |
| 383 'base/serial_runner.cc', | 386 'base/serial_runner.cc', |
| 384 'base/serial_runner.h', | 387 'base/serial_runner.h', |
| 385 'base/simd/convert_rgb_to_yuv.h', | 388 'base/simd/convert_rgb_to_yuv.h', |
| 386 'base/simd/convert_rgb_to_yuv_c.cc', | 389 'base/simd/convert_rgb_to_yuv_c.cc', |
| 387 'base/simd/convert_yuv_to_rgb.h', | 390 'base/simd/convert_yuv_to_rgb.h', |
| 388 'base/simd/convert_yuv_to_rgb_c.cc', | 391 'base/simd/convert_yuv_to_rgb_c.cc', |
| (...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1538 'audio/audio_manager_factory_unittest.cc', | 1541 'audio/audio_manager_factory_unittest.cc', |
| 1539 'audio/audio_manager_unittest.cc', | 1542 'audio/audio_manager_unittest.cc', |
| 1540 'audio/audio_output_controller_unittest.cc', | 1543 'audio/audio_output_controller_unittest.cc', |
| 1541 'audio/audio_output_device_unittest.cc', | 1544 'audio/audio_output_device_unittest.cc', |
| 1542 'audio/audio_output_proxy_unittest.cc', | 1545 'audio/audio_output_proxy_unittest.cc', |
| 1543 'audio/audio_parameters_unittest.cc', | 1546 'audio/audio_parameters_unittest.cc', |
| 1544 'audio/audio_power_monitor_unittest.cc', | 1547 'audio/audio_power_monitor_unittest.cc', |
| 1545 'audio/audio_streams_tracker_unittest.cc', | 1548 'audio/audio_streams_tracker_unittest.cc', |
| 1546 'audio/fake_audio_worker_unittest.cc', | 1549 'audio/fake_audio_worker_unittest.cc', |
| 1547 'audio/point_unittest.cc', | 1550 'audio/point_unittest.cc', |
| 1551 'audio/restartable_audio_output_device_impl_unittest.cc', |
| 1548 'audio/simple_sources_unittest.cc', | 1552 'audio/simple_sources_unittest.cc', |
| 1549 'audio/virtual_audio_input_stream_unittest.cc', | 1553 'audio/virtual_audio_input_stream_unittest.cc', |
| 1550 'audio/virtual_audio_output_stream_unittest.cc', | 1554 'audio/virtual_audio_output_stream_unittest.cc', |
| 1551 ], | 1555 ], |
| 1552 'conditions': [ | 1556 'conditions': [ |
| 1553 # TODO(wolenetz): Fix size_t to int truncations in win64. See | 1557 # TODO(wolenetz): Fix size_t to int truncations in win64. See |
| 1554 # http://crbug.com/171009 | 1558 # http://crbug.com/171009 |
| 1555 ['OS=="win" and target_arch=="x64"', { | 1559 ['OS=="win" and target_arch=="x64"', { |
| 1556 'msvs_disabled_warnings': [ 4267, ], | 1560 'msvs_disabled_warnings': [ 4267, ], |
| 1557 }], | 1561 }], |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1641 '../base/base.gyp:base', | 1645 '../base/base.gyp:base', |
| 1642 '../skia/skia.gyp:skia', | 1646 '../skia/skia.gyp:skia', |
| 1643 '../testing/gmock.gyp:gmock', | 1647 '../testing/gmock.gyp:gmock', |
| 1644 '../testing/gtest.gyp:gtest', | 1648 '../testing/gtest.gyp:gtest', |
| 1645 ], | 1649 ], |
| 1646 'sources': [ | 1650 'sources': [ |
| 1647 'audio/audio_unittest_util.cc', | 1651 'audio/audio_unittest_util.cc', |
| 1648 'audio/audio_unittest_util.h', | 1652 'audio/audio_unittest_util.h', |
| 1649 'audio/mock_audio_manager.cc', | 1653 'audio/mock_audio_manager.cc', |
| 1650 'audio/mock_audio_manager.h', | 1654 'audio/mock_audio_manager.h', |
| 1655 'audio/mock_audio_output_ipc.cc', |
| 1656 'audio/mock_audio_output_ipc.h', |
| 1651 'audio/mock_audio_source_callback.cc', | 1657 'audio/mock_audio_source_callback.cc', |
| 1652 'audio/mock_audio_source_callback.h', | 1658 'audio/mock_audio_source_callback.h', |
| 1659 'audio/mock_render_callback.cc', |
| 1660 'audio/mock_render_callback.h', |
| 1653 'audio/test_audio_input_controller_factory.cc', | 1661 'audio/test_audio_input_controller_factory.cc', |
| 1654 'audio/test_audio_input_controller_factory.h', | 1662 'audio/test_audio_input_controller_factory.h', |
| 1655 'base/fake_audio_render_callback.cc', | 1663 'base/fake_audio_render_callback.cc', |
| 1656 'base/fake_audio_render_callback.h', | 1664 'base/fake_audio_render_callback.h', |
| 1657 'base/fake_audio_renderer_sink.cc', | 1665 'base/fake_audio_renderer_sink.cc', |
| 1658 'base/fake_audio_renderer_sink.h', | 1666 'base/fake_audio_renderer_sink.h', |
| 1659 'base/fake_demuxer_stream.cc', | 1667 'base/fake_demuxer_stream.cc', |
| 1660 'base/fake_demuxer_stream.h', | 1668 'base/fake_demuxer_stream.h', |
| 1661 'base/fake_media_resources.cc', | 1669 'base/fake_media_resources.cc', |
| 1662 'base/fake_media_resources.h', | 1670 'base/fake_media_resources.h', |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2164 'dependencies': [ | 2172 'dependencies': [ |
| 2165 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2173 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2166 ], | 2174 ], |
| 2167 }], | 2175 }], |
| 2168 ], | 2176 ], |
| 2169 }, | 2177 }, |
| 2170 ], | 2178 ], |
| 2171 }], | 2179 }], |
| 2172 ], | 2180 ], |
| 2173 } | 2181 } |
| OLD | NEW |