OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 }, | 10 }, |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'audio/simple_sources.cc', | 77 'audio/simple_sources.cc', |
78 'audio/simple_sources.h', | 78 'audio/simple_sources.h', |
79 'audio/win/audio_manager_win.h', | 79 'audio/win/audio_manager_win.h', |
80 'audio/win/audio_manager_win.cc', | 80 'audio/win/audio_manager_win.cc', |
81 'audio/win/wavein_input_win.cc', | 81 'audio/win/wavein_input_win.cc', |
82 'audio/win/wavein_input_win.h', | 82 'audio/win/wavein_input_win.h', |
83 'audio/win/waveout_output_win.cc', | 83 'audio/win/waveout_output_win.cc', |
84 'audio/win/waveout_output_win.h', | 84 'audio/win/waveout_output_win.h', |
85 'base/async_filter_factory_base.cc', | 85 'base/async_filter_factory_base.cc', |
86 'base/async_filter_factory_base.h', | 86 'base/async_filter_factory_base.h', |
| 87 'base/audio_decoder_config.cc', |
| 88 'base/audio_decoder_config.h', |
87 'base/bitstream_buffer.h', | 89 'base/bitstream_buffer.h', |
88 'base/buffers.cc', | 90 'base/buffers.cc', |
89 'base/buffers.h', | 91 'base/buffers.h', |
90 'base/callback.cc', | 92 'base/callback.cc', |
91 'base/callback.h', | 93 'base/callback.h', |
92 'base/channel_layout.cc', | 94 'base/channel_layout.cc', |
93 'base/channel_layout.h', | 95 'base/channel_layout.h', |
94 'base/clock.cc', | 96 'base/clock.cc', |
95 'base/clock.h', | 97 'base/clock.h', |
96 'base/composite_data_source_factory.cc', | 98 'base/composite_data_source_factory.cc', |
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 'tools/player_x11/gl_video_renderer.h', | 856 'tools/player_x11/gl_video_renderer.h', |
855 'tools/player_x11/player_x11.cc', | 857 'tools/player_x11/player_x11.cc', |
856 'tools/player_x11/x11_video_renderer.cc', | 858 'tools/player_x11/x11_video_renderer.cc', |
857 'tools/player_x11/x11_video_renderer.h', | 859 'tools/player_x11/x11_video_renderer.h', |
858 ], | 860 ], |
859 }, | 861 }, |
860 ], | 862 ], |
861 }], | 863 }], |
862 ], | 864 ], |
863 } | 865 } |
OLD | NEW |