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 # Override to dynamically link the cras (ChromeOS audio) library. | 10 # Override to dynamically link the cras (ChromeOS audio) library. |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'audio/win/audio_manager_win.cc', | 112 'audio/win/audio_manager_win.cc', |
113 'audio/win/audio_manager_win.h', | 113 'audio/win/audio_manager_win.h', |
114 'audio/win/avrt_wrapper_win.cc', | 114 'audio/win/avrt_wrapper_win.cc', |
115 'audio/win/avrt_wrapper_win.h', | 115 'audio/win/avrt_wrapper_win.h', |
116 'audio/win/device_enumeration_win.cc', | 116 'audio/win/device_enumeration_win.cc', |
117 'audio/win/device_enumeration_win.h', | 117 'audio/win/device_enumeration_win.h', |
118 'audio/win/wavein_input_win.cc', | 118 'audio/win/wavein_input_win.cc', |
119 'audio/win/wavein_input_win.h', | 119 'audio/win/wavein_input_win.h', |
120 'audio/win/waveout_output_win.cc', | 120 'audio/win/waveout_output_win.cc', |
121 'audio/win/waveout_output_win.h', | 121 'audio/win/waveout_output_win.h', |
| 122 'base/android/media_jni_registrar.cc', |
| 123 'base/android/media_jni_registrar.h', |
122 'base/audio_decoder.cc', | 124 'base/audio_decoder.cc', |
123 'base/audio_decoder.h', | 125 'base/audio_decoder.h', |
124 'base/audio_decoder_config.cc', | 126 'base/audio_decoder_config.cc', |
125 'base/audio_decoder_config.h', | 127 'base/audio_decoder_config.h', |
126 'base/bitstream_buffer.h', | 128 'base/bitstream_buffer.h', |
127 'base/buffers.cc', | 129 'base/buffers.cc', |
128 'base/buffers.h', | 130 'base/buffers.h', |
129 'base/byte_queue.cc', | 131 'base/byte_queue.cc', |
130 'base/byte_queue.h', | 132 'base/byte_queue.h', |
131 'base/channel_layout.cc', | 133 'base/channel_layout.cc', |
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1039 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 1041 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
1040 ], | 1042 ], |
1041 'sources': [ | 1043 'sources': [ |
1042 'tools/media_bench/media_bench.cc', | 1044 'tools/media_bench/media_bench.cc', |
1043 ], | 1045 ], |
1044 }, | 1046 }, |
1045 ], | 1047 ], |
1046 }] | 1048 }] |
1047 ], | 1049 ], |
1048 } | 1050 } |
OLD | NEW |