| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'audio/alsa/audio_manager_alsa.h', | 116 'audio/alsa/audio_manager_alsa.h', |
| 117 'audio/android/audio_manager_android.cc', | 117 'audio/android/audio_manager_android.cc', |
| 118 'audio/android/audio_manager_android.h', | 118 'audio/android/audio_manager_android.h', |
| 119 'audio/android/audio_record_input.cc', | 119 'audio/android/audio_record_input.cc', |
| 120 'audio/android/audio_record_input.h', | 120 'audio/android/audio_record_input.h', |
| 121 'audio/android/opensles_input.cc', | 121 'audio/android/opensles_input.cc', |
| 122 'audio/android/opensles_input.h', | 122 'audio/android/opensles_input.h', |
| 123 'audio/android/opensles_output.cc', | 123 'audio/android/opensles_output.cc', |
| 124 'audio/android/opensles_output.h', | 124 'audio/android/opensles_output.h', |
| 125 'audio/android/opensles_wrapper.cc', | 125 'audio/android/opensles_wrapper.cc', |
| 126 'audio/audio_device_description.cc', |
| 127 'audio/audio_device_description.h', |
| 126 'audio/audio_device_name.cc', | 128 'audio/audio_device_name.cc', |
| 127 'audio/audio_device_name.h', | 129 'audio/audio_device_name.h', |
| 128 'audio/audio_device_thread.cc', | 130 'audio/audio_device_thread.cc', |
| 129 'audio/audio_device_thread.h', | 131 'audio/audio_device_thread.h', |
| 130 'audio/audio_input_controller.cc', | 132 'audio/audio_input_controller.cc', |
| 131 'audio/audio_input_controller.h', | 133 'audio/audio_input_controller.h', |
| 132 'audio/audio_input_device.cc', | 134 'audio/audio_input_device.cc', |
| 133 'audio/audio_input_device.h', | 135 'audio/audio_input_device.h', |
| 134 'audio/audio_input_ipc.cc', | 136 'audio/audio_input_ipc.cc', |
| 135 'audio/audio_input_ipc.h', | 137 'audio/audio_input_ipc.h', |
| (...skipping 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2076 'dependencies': [ | 2078 'dependencies': [ |
| 2077 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2079 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2078 ], | 2080 ], |
| 2079 }], | 2081 }], |
| 2080 ], | 2082 ], |
| 2081 }, | 2083 }, |
| 2082 ], | 2084 ], |
| 2083 }], | 2085 }], |
| 2084 ], | 2086 ], |
| 2085 } | 2087 } |
| OLD | NEW |