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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'audio/audio_device_name.h', | 126 'audio/audio_device_name.h', |
127 'audio/audio_device_thread.cc', | 127 'audio/audio_device_thread.cc', |
128 'audio/audio_device_thread.h', | 128 'audio/audio_device_thread.h', |
129 'audio/audio_input_controller.cc', | 129 'audio/audio_input_controller.cc', |
130 'audio/audio_input_controller.h', | 130 'audio/audio_input_controller.h', |
131 'audio/audio_input_device.cc', | 131 'audio/audio_input_device.cc', |
132 'audio/audio_input_device.h', | 132 'audio/audio_input_device.h', |
133 'audio/audio_input_ipc.cc', | 133 'audio/audio_input_ipc.cc', |
134 'audio/audio_input_ipc.h', | 134 'audio/audio_input_ipc.h', |
135 'audio/audio_io.h', | 135 'audio/audio_io.h', |
| 136 'audio/audio_logging.cc', |
| 137 'audio/audio_logging.h', |
136 'audio/audio_manager.cc', | 138 'audio/audio_manager.cc', |
137 'audio/audio_manager.h', | 139 'audio/audio_manager.h', |
138 'audio/audio_manager_base.cc', | 140 'audio/audio_manager_base.cc', |
139 'audio/audio_manager_base.h', | 141 'audio/audio_manager_base.h', |
140 'audio/audio_output_controller.cc', | 142 'audio/audio_output_controller.cc', |
141 'audio/audio_output_controller.h', | 143 'audio/audio_output_controller.h', |
142 'audio/audio_output_device.cc', | 144 'audio/audio_output_device.cc', |
143 'audio/audio_output_device.h', | 145 'audio/audio_output_device.h', |
144 'audio/audio_output_dispatcher.cc', | 146 'audio/audio_output_dispatcher.cc', |
145 'audio/audio_output_dispatcher.h', | 147 'audio/audio_output_dispatcher.h', |
(...skipping 1922 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 |