| 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 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1169 'base/audio_discard_helper_unittest.cc', | 1169 'base/audio_discard_helper_unittest.cc', |
| 1170 'base/audio_fifo_unittest.cc', | 1170 'base/audio_fifo_unittest.cc', |
| 1171 'base/audio_hardware_config_unittest.cc', | 1171 'base/audio_hardware_config_unittest.cc', |
| 1172 'base/audio_hash_unittest.cc', | 1172 'base/audio_hash_unittest.cc', |
| 1173 'base/audio_parameters_unittest.cc', | 1173 'base/audio_parameters_unittest.cc', |
| 1174 'base/audio_point_unittest.cc', | 1174 'base/audio_point_unittest.cc', |
| 1175 'base/audio_pull_fifo_unittest.cc', | 1175 'base/audio_pull_fifo_unittest.cc', |
| 1176 'base/audio_push_fifo_unittest.cc', | 1176 'base/audio_push_fifo_unittest.cc', |
| 1177 'base/audio_renderer_mixer_input_unittest.cc', | 1177 'base/audio_renderer_mixer_input_unittest.cc', |
| 1178 'base/audio_renderer_mixer_unittest.cc', | 1178 'base/audio_renderer_mixer_unittest.cc', |
| 1179 'base/audio_sample_types_unittest.cc', |
| 1179 'base/audio_shifter_unittest.cc', | 1180 'base/audio_shifter_unittest.cc', |
| 1180 'base/audio_splicer_unittest.cc', | 1181 'base/audio_splicer_unittest.cc', |
| 1181 'base/audio_timestamp_helper_unittest.cc', | 1182 'base/audio_timestamp_helper_unittest.cc', |
| 1182 'base/audio_video_metadata_extractor_unittest.cc', | 1183 'base/audio_video_metadata_extractor_unittest.cc', |
| 1183 'base/bind_to_current_loop_unittest.cc', | 1184 'base/bind_to_current_loop_unittest.cc', |
| 1184 'base/bit_reader_unittest.cc', | 1185 'base/bit_reader_unittest.cc', |
| 1185 'base/callback_holder.h', | 1186 'base/callback_holder.h', |
| 1186 'base/callback_holder_unittest.cc', | 1187 'base/callback_holder_unittest.cc', |
| 1187 'base/channel_mixer_unittest.cc', | 1188 'base/channel_mixer_unittest.cc', |
| 1188 'base/channel_mixing_matrix_unittest.cc', | 1189 'base/channel_mixing_matrix_unittest.cc', |
| (...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2318 'dependencies': [ | 2319 'dependencies': [ |
| 2319 '../build/linux/system.gyp:libdrm', | 2320 '../build/linux/system.gyp:libdrm', |
| 2320 ] | 2321 ] |
| 2321 }], | 2322 }], |
| 2322 ], | 2323 ], |
| 2323 } | 2324 } |
| 2324 ] | 2325 ] |
| 2325 }], | 2326 }], |
| 2326 ], | 2327 ], |
| 2327 } | 2328 } |
| OLD | NEW |