| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 'audio/sounds/audio_stream_handler.cc', | 212 'audio/sounds/audio_stream_handler.cc', |
| 213 'audio/sounds/audio_stream_handler.h', | 213 'audio/sounds/audio_stream_handler.h', |
| 214 'audio/sounds/sounds_manager.cc', | 214 'audio/sounds/sounds_manager.cc', |
| 215 'audio/sounds/sounds_manager.h', | 215 'audio/sounds/sounds_manager.h', |
| 216 'audio/sounds/wav_audio_handler.cc', | 216 'audio/sounds/wav_audio_handler.cc', |
| 217 'audio/sounds/wav_audio_handler.h', | 217 'audio/sounds/wav_audio_handler.h', |
| 218 'audio/virtual_audio_input_stream.cc', | 218 'audio/virtual_audio_input_stream.cc', |
| 219 'audio/virtual_audio_input_stream.h', | 219 'audio/virtual_audio_input_stream.h', |
| 220 'audio/virtual_audio_output_stream.cc', | 220 'audio/virtual_audio_output_stream.cc', |
| 221 'audio/virtual_audio_output_stream.h', | 221 'audio/virtual_audio_output_stream.h', |
| 222 'audio/virtual_audio_sink.cc', |
| 223 'audio/virtual_audio_sink.h', |
| 222 'audio/win/audio_device_listener_win.cc', | 224 'audio/win/audio_device_listener_win.cc', |
| 223 'audio/win/audio_device_listener_win.h', | 225 'audio/win/audio_device_listener_win.h', |
| 224 'audio/win/audio_low_latency_input_win.cc', | 226 'audio/win/audio_low_latency_input_win.cc', |
| 225 'audio/win/audio_low_latency_input_win.h', | 227 'audio/win/audio_low_latency_input_win.h', |
| 226 'audio/win/audio_low_latency_output_win.cc', | 228 'audio/win/audio_low_latency_output_win.cc', |
| 227 'audio/win/audio_low_latency_output_win.h', | 229 'audio/win/audio_low_latency_output_win.h', |
| 228 'audio/win/audio_manager_win.cc', | 230 'audio/win/audio_manager_win.cc', |
| 229 'audio/win/audio_manager_win.h', | 231 'audio/win/audio_manager_win.h', |
| 230 'audio/win/avrt_wrapper_win.cc', | 232 'audio/win/avrt_wrapper_win.cc', |
| 231 'audio/win/avrt_wrapper_win.h', | 233 'audio/win/avrt_wrapper_win.h', |
| (...skipping 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2281 'dependencies': [ | 2283 'dependencies': [ |
| 2282 '../build/linux/system.gyp:libdrm', | 2284 '../build/linux/system.gyp:libdrm', |
| 2283 ] | 2285 ] |
| 2284 }], | 2286 }], |
| 2285 ], | 2287 ], |
| 2286 } | 2288 } |
| 2287 ] | 2289 ] |
| 2288 }], | 2290 }], |
| 2289 ], | 2291 ], |
| 2290 } | 2292 } |
| OLD | NEW |