| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'base/audio_decoder_config.cc', | 218 'base/audio_decoder_config.cc', |
| 219 'base/audio_decoder_config.h', | 219 'base/audio_decoder_config.h', |
| 220 'base/audio_discard_helper.cc', | 220 'base/audio_discard_helper.cc', |
| 221 'base/audio_discard_helper.h', | 221 'base/audio_discard_helper.h', |
| 222 'base/audio_fifo.cc', | 222 'base/audio_fifo.cc', |
| 223 'base/audio_fifo.h', | 223 'base/audio_fifo.h', |
| 224 'base/audio_hardware_config.cc', | 224 'base/audio_hardware_config.cc', |
| 225 'base/audio_hardware_config.h', | 225 'base/audio_hardware_config.h', |
| 226 'base/audio_hash.cc', | 226 'base/audio_hash.cc', |
| 227 'base/audio_hash.h', | 227 'base/audio_hash.h', |
| 228 'base/audio_output_device_callback_util.cc', |
| 229 'base/audio_output_device_callback_util.h', |
| 228 'base/audio_pull_fifo.cc', | 230 'base/audio_pull_fifo.cc', |
| 229 'base/audio_pull_fifo.h', | 231 'base/audio_pull_fifo.h', |
| 230 'base/audio_renderer.cc', | 232 'base/audio_renderer.cc', |
| 231 'base/audio_renderer.h', | 233 'base/audio_renderer.h', |
| 232 'base/audio_renderer_mixer.cc', | 234 'base/audio_renderer_mixer.cc', |
| 233 'base/audio_renderer_mixer.h', | 235 'base/audio_renderer_mixer.h', |
| 234 'base/audio_renderer_mixer_input.cc', | 236 'base/audio_renderer_mixer_input.cc', |
| 235 'base/audio_renderer_mixer_input.h', | 237 'base/audio_renderer_mixer_input.h', |
| 236 'base/audio_renderer_sink.h', | 238 'base/audio_renderer_sink.h', |
| 237 'base/audio_shifter.cc', | 239 'base/audio_shifter.cc', |
| (...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1948 'dependencies': [ | 1950 'dependencies': [ |
| 1949 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1951 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1950 ], | 1952 ], |
| 1951 }], | 1953 }], |
| 1952 ], | 1954 ], |
| 1953 }, | 1955 }, |
| 1954 ], | 1956 ], |
| 1955 }], | 1957 }], |
| 1956 ], | 1958 ], |
| 1957 } | 1959 } |
| OLD | NEW |