| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'audio/sounds/audio_stream_handler.cc', | 206 'audio/sounds/audio_stream_handler.cc', |
| 207 'audio/sounds/audio_stream_handler.h', | 207 'audio/sounds/audio_stream_handler.h', |
| 208 'audio/sounds/sounds_manager.cc', | 208 'audio/sounds/sounds_manager.cc', |
| 209 'audio/sounds/sounds_manager.h', | 209 'audio/sounds/sounds_manager.h', |
| 210 'audio/sounds/wav_audio_handler.cc', | 210 'audio/sounds/wav_audio_handler.cc', |
| 211 'audio/sounds/wav_audio_handler.h', | 211 'audio/sounds/wav_audio_handler.h', |
| 212 'audio/virtual_audio_input_stream.cc', | 212 'audio/virtual_audio_input_stream.cc', |
| 213 'audio/virtual_audio_input_stream.h', | 213 'audio/virtual_audio_input_stream.h', |
| 214 'audio/virtual_audio_output_stream.cc', | 214 'audio/virtual_audio_output_stream.cc', |
| 215 'audio/virtual_audio_output_stream.h', | 215 'audio/virtual_audio_output_stream.h', |
| 216 'audio/virtual_audio_sink.cc', |
| 217 'audio/virtual_audio_sink.h', |
| 216 'audio/win/audio_device_listener_win.cc', | 218 'audio/win/audio_device_listener_win.cc', |
| 217 'audio/win/audio_device_listener_win.h', | 219 'audio/win/audio_device_listener_win.h', |
| 218 'audio/win/audio_low_latency_input_win.cc', | 220 'audio/win/audio_low_latency_input_win.cc', |
| 219 'audio/win/audio_low_latency_input_win.h', | 221 'audio/win/audio_low_latency_input_win.h', |
| 220 'audio/win/audio_low_latency_output_win.cc', | 222 'audio/win/audio_low_latency_output_win.cc', |
| 221 'audio/win/audio_low_latency_output_win.h', | 223 'audio/win/audio_low_latency_output_win.h', |
| 222 'audio/win/audio_manager_win.cc', | 224 'audio/win/audio_manager_win.cc', |
| 223 'audio/win/audio_manager_win.h', | 225 'audio/win/audio_manager_win.h', |
| 224 'audio/win/avrt_wrapper_win.cc', | 226 'audio/win/avrt_wrapper_win.cc', |
| 225 'audio/win/avrt_wrapper_win.h', | 227 'audio/win/avrt_wrapper_win.h', |
| (...skipping 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2068 'dependencies': [ | 2070 'dependencies': [ |
| 2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2071 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2070 ], | 2072 ], |
| 2071 }], | 2073 }], |
| 2072 ], | 2074 ], |
| 2073 }, | 2075 }, |
| 2074 ], | 2076 ], |
| 2075 }], | 2077 }], |
| 2076 ], | 2078 ], |
| 2077 } | 2079 } |
| OLD | NEW |