| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 'base/media_client.h', | 317 'base/media_client.h', |
| 318 'base/media_file_checker.cc', | 318 'base/media_file_checker.cc', |
| 319 'base/media_file_checker.h', | 319 'base/media_file_checker.h', |
| 320 'base/media_keys.cc', | 320 'base/media_keys.cc', |
| 321 'base/media_keys.h', | 321 'base/media_keys.h', |
| 322 'base/media_log.cc', | 322 'base/media_log.cc', |
| 323 'base/media_log.h', | 323 'base/media_log.h', |
| 324 'base/media_log_event.h', | 324 'base/media_log_event.h', |
| 325 'base/media_permission.cc', | 325 'base/media_permission.cc', |
| 326 'base/media_permission.h', | 326 'base/media_permission.h', |
| 327 'base/media_resources.cc', |
| 328 'base/media_resources.h', |
| 327 'base/media_switches.cc', | 329 'base/media_switches.cc', |
| 328 'base/media_switches.h', | 330 'base/media_switches.h', |
| 329 'base/mime_util.cc', | 331 'base/mime_util.cc', |
| 330 'base/mime_util.h', | 332 'base/mime_util.h', |
| 331 'base/moving_average.cc', | 333 'base/moving_average.cc', |
| 332 'base/moving_average.h', | 334 'base/moving_average.h', |
| 333 'base/multi_channel_resampler.cc', | 335 'base/multi_channel_resampler.cc', |
| 334 'base/multi_channel_resampler.h', | 336 'base/multi_channel_resampler.h', |
| 335 'base/null_video_sink.cc', | 337 'base/null_video_sink.cc', |
| 336 'base/null_video_sink.h', | 338 'base/null_video_sink.h', |
| (...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1606 'audio/mock_audio_source_callback.cc', | 1608 'audio/mock_audio_source_callback.cc', |
| 1607 'audio/mock_audio_source_callback.h', | 1609 'audio/mock_audio_source_callback.h', |
| 1608 'audio/test_audio_input_controller_factory.cc', | 1610 'audio/test_audio_input_controller_factory.cc', |
| 1609 'audio/test_audio_input_controller_factory.h', | 1611 'audio/test_audio_input_controller_factory.h', |
| 1610 'base/fake_audio_render_callback.cc', | 1612 'base/fake_audio_render_callback.cc', |
| 1611 'base/fake_audio_render_callback.h', | 1613 'base/fake_audio_render_callback.h', |
| 1612 'base/fake_audio_renderer_sink.cc', | 1614 'base/fake_audio_renderer_sink.cc', |
| 1613 'base/fake_audio_renderer_sink.h', | 1615 'base/fake_audio_renderer_sink.h', |
| 1614 'base/fake_demuxer_stream.cc', | 1616 'base/fake_demuxer_stream.cc', |
| 1615 'base/fake_demuxer_stream.h', | 1617 'base/fake_demuxer_stream.h', |
| 1618 'base/fake_media_resources.cc', |
| 1619 'base/fake_media_resources.h', |
| 1616 'base/fake_output_device.cc', | 1620 'base/fake_output_device.cc', |
| 1617 'base/fake_output_device.h', | 1621 'base/fake_output_device.h', |
| 1618 'base/fake_text_track_stream.cc', | 1622 'base/fake_text_track_stream.cc', |
| 1619 'base/fake_text_track_stream.h', | 1623 'base/fake_text_track_stream.h', |
| 1620 'base/gmock_callback_support.h', | 1624 'base/gmock_callback_support.h', |
| 1621 'base/mock_audio_renderer_sink.cc', | 1625 'base/mock_audio_renderer_sink.cc', |
| 1622 'base/mock_audio_renderer_sink.h', | 1626 'base/mock_audio_renderer_sink.h', |
| 1623 'base/mock_demuxer_host.cc', | 1627 'base/mock_demuxer_host.cc', |
| 1624 'base/mock_demuxer_host.h', | 1628 'base/mock_demuxer_host.h', |
| 1625 'base/mock_filters.cc', | 1629 'base/mock_filters.cc', |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2076 'dependencies': [ | 2080 'dependencies': [ |
| 2077 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2081 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2078 ], | 2082 ], |
| 2079 }], | 2083 }], |
| 2080 ], | 2084 ], |
| 2081 }, | 2085 }, |
| 2082 ], | 2086 ], |
| 2083 }], | 2087 }], |
| 2084 ], | 2088 ], |
| 2085 } | 2089 } |
| OLD | NEW |