| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 'audio/audio_output_dispatcher.cc', | 114 'audio/audio_output_dispatcher.cc', |
| 115 'audio/audio_output_dispatcher.h', | 115 'audio/audio_output_dispatcher.h', |
| 116 'audio/audio_output_dispatcher_impl.cc', | 116 'audio/audio_output_dispatcher_impl.cc', |
| 117 'audio/audio_output_dispatcher_impl.h', | 117 'audio/audio_output_dispatcher_impl.h', |
| 118 'audio/audio_output_ipc.cc', | 118 'audio/audio_output_ipc.cc', |
| 119 'audio/audio_output_ipc.h', | 119 'audio/audio_output_ipc.h', |
| 120 'audio/audio_output_proxy.cc', | 120 'audio/audio_output_proxy.cc', |
| 121 'audio/audio_output_proxy.h', | 121 'audio/audio_output_proxy.h', |
| 122 'audio/audio_output_resampler.cc', | 122 'audio/audio_output_resampler.cc', |
| 123 'audio/audio_output_resampler.h', | 123 'audio/audio_output_resampler.h', |
| 124 'audio/audio_output_stream_sink.cc', |
| 125 'audio/audio_output_stream_sink.h', |
| 124 'audio/audio_power_monitor.cc', | 126 'audio/audio_power_monitor.cc', |
| 125 'audio/audio_power_monitor.h', | 127 'audio/audio_power_monitor.h', |
| 126 'audio/audio_source_diverter.h', | 128 'audio/audio_source_diverter.h', |
| 127 'audio/clockless_audio_sink.cc', | 129 'audio/clockless_audio_sink.cc', |
| 128 'audio/clockless_audio_sink.h', | 130 'audio/clockless_audio_sink.h', |
| 129 'audio/cras/audio_manager_cras.cc', | 131 'audio/cras/audio_manager_cras.cc', |
| 130 'audio/cras/audio_manager_cras.h', | 132 'audio/cras/audio_manager_cras.h', |
| 131 'audio/cras/cras_input.cc', | 133 'audio/cras/cras_input.cc', |
| 132 'audio/cras/cras_input.h', | 134 'audio/cras/cras_input.h', |
| 133 'audio/cras/cras_unified.cc', | 135 'audio/cras/cras_unified.cc', |
| (...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1962 '../build/isolate.gypi', | 1964 '../build/isolate.gypi', |
| 1963 ], | 1965 ], |
| 1964 'sources': [ | 1966 'sources': [ |
| 1965 'media_unittests.isolate', | 1967 'media_unittests.isolate', |
| 1966 ], | 1968 ], |
| 1967 }, | 1969 }, |
| 1968 ], | 1970 ], |
| 1969 }], | 1971 }], |
| 1970 ], | 1972 ], |
| 1971 } | 1973 } |
| OLD | NEW |