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 }, | 10 }, |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'audio/win/audio_manager_win.cc', | 89 'audio/win/audio_manager_win.cc', |
90 'audio/win/audio_manager_win.h', | 90 'audio/win/audio_manager_win.h', |
91 'audio/win/avrt_wrapper_win.cc', | 91 'audio/win/avrt_wrapper_win.cc', |
92 'audio/win/avrt_wrapper_win.h', | 92 'audio/win/avrt_wrapper_win.h', |
93 'audio/win/device_enumeration_win.cc', | 93 'audio/win/device_enumeration_win.cc', |
94 'audio/win/device_enumeration_win.h', | 94 'audio/win/device_enumeration_win.h', |
95 'audio/win/wavein_input_win.cc', | 95 'audio/win/wavein_input_win.cc', |
96 'audio/win/wavein_input_win.h', | 96 'audio/win/wavein_input_win.h', |
97 'audio/win/waveout_output_win.cc', | 97 'audio/win/waveout_output_win.cc', |
98 'audio/win/waveout_output_win.h', | 98 'audio/win/waveout_output_win.h', |
| 99 'base/audio_decoder.cc', |
| 100 'base/audio_decoder.h', |
99 'base/audio_decoder_config.cc', | 101 'base/audio_decoder_config.cc', |
100 'base/audio_decoder_config.h', | 102 'base/audio_decoder_config.h', |
101 'base/bitstream_buffer.h', | 103 'base/bitstream_buffer.h', |
102 'base/buffers.cc', | 104 'base/buffers.cc', |
103 'base/buffers.h', | 105 'base/buffers.h', |
104 'base/byte_queue.cc', | 106 'base/byte_queue.cc', |
105 'base/byte_queue.h', | 107 'base/byte_queue.h', |
106 'base/channel_layout.cc', | 108 'base/channel_layout.cc', |
107 'base/channel_layout.h', | 109 'base/channel_layout.h', |
108 'base/clock.cc', | 110 'base/clock.cc', |
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 891 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
890 ], | 892 ], |
891 'sources': [ | 893 'sources': [ |
892 'tools/media_bench/media_bench.cc', | 894 'tools/media_bench/media_bench.cc', |
893 ], | 895 ], |
894 }, | 896 }, |
895 ], | 897 ], |
896 }] | 898 }] |
897 ], | 899 ], |
898 } | 900 } |
OLD | NEW |