| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'audio/sounds/audio_stream_handler.cc', | 216 'audio/sounds/audio_stream_handler.cc', |
| 217 'audio/sounds/audio_stream_handler.h', | 217 'audio/sounds/audio_stream_handler.h', |
| 218 'audio/sounds/sounds_manager.cc', | 218 'audio/sounds/sounds_manager.cc', |
| 219 'audio/sounds/sounds_manager.h', | 219 'audio/sounds/sounds_manager.h', |
| 220 'audio/sounds/wav_audio_handler.cc', | 220 'audio/sounds/wav_audio_handler.cc', |
| 221 'audio/sounds/wav_audio_handler.h', | 221 'audio/sounds/wav_audio_handler.h', |
| 222 'audio/virtual_audio_input_stream.cc', | 222 'audio/virtual_audio_input_stream.cc', |
| 223 'audio/virtual_audio_input_stream.h', | 223 'audio/virtual_audio_input_stream.h', |
| 224 'audio/virtual_audio_output_stream.cc', | 224 'audio/virtual_audio_output_stream.cc', |
| 225 'audio/virtual_audio_output_stream.h', | 225 'audio/virtual_audio_output_stream.h', |
| 226 'audio/virtual_audio_sink.cc', |
| 227 'audio/virtual_audio_sink.h', |
| 226 'audio/win/audio_device_listener_win.cc', | 228 'audio/win/audio_device_listener_win.cc', |
| 227 'audio/win/audio_device_listener_win.h', | 229 'audio/win/audio_device_listener_win.h', |
| 228 'audio/win/audio_low_latency_input_win.cc', | 230 'audio/win/audio_low_latency_input_win.cc', |
| 229 'audio/win/audio_low_latency_input_win.h', | 231 'audio/win/audio_low_latency_input_win.h', |
| 230 'audio/win/audio_low_latency_output_win.cc', | 232 'audio/win/audio_low_latency_output_win.cc', |
| 231 'audio/win/audio_low_latency_output_win.h', | 233 'audio/win/audio_low_latency_output_win.h', |
| 232 'audio/win/audio_manager_win.cc', | 234 'audio/win/audio_manager_win.cc', |
| 233 'audio/win/audio_manager_win.h', | 235 'audio/win/audio_manager_win.h', |
| 234 'audio/win/avrt_wrapper_win.cc', | 236 'audio/win/avrt_wrapper_win.cc', |
| 235 'audio/win/avrt_wrapper_win.h', | 237 'audio/win/avrt_wrapper_win.h', |
| (...skipping 2080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2316 'dependencies': [ | 2318 'dependencies': [ |
| 2317 '../build/linux/system.gyp:libdrm', | 2319 '../build/linux/system.gyp:libdrm', |
| 2318 ] | 2320 ] |
| 2319 }], | 2321 }], |
| 2320 ], | 2322 ], |
| 2321 } | 2323 } |
| 2322 ] | 2324 ] |
| 2323 }], | 2325 }], |
| 2324 ], | 2326 ], |
| 2325 } | 2327 } |
| OLD | NEW |