| 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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 'base/audio_bus_unittest.cc', | 1131 'base/audio_bus_unittest.cc', |
| 1132 'base/audio_converter_unittest.cc', | 1132 'base/audio_converter_unittest.cc', |
| 1133 'base/audio_discard_helper_unittest.cc', | 1133 'base/audio_discard_helper_unittest.cc', |
| 1134 'base/audio_fifo_unittest.cc', | 1134 'base/audio_fifo_unittest.cc', |
| 1135 'base/audio_hardware_config_unittest.cc', | 1135 'base/audio_hardware_config_unittest.cc', |
| 1136 'base/audio_hash_unittest.cc', | 1136 'base/audio_hash_unittest.cc', |
| 1137 'base/audio_pull_fifo_unittest.cc', | 1137 'base/audio_pull_fifo_unittest.cc', |
| 1138 'base/audio_push_fifo_unittest.cc', | 1138 'base/audio_push_fifo_unittest.cc', |
| 1139 'base/audio_renderer_mixer_input_unittest.cc', | 1139 'base/audio_renderer_mixer_input_unittest.cc', |
| 1140 'base/audio_renderer_mixer_unittest.cc', | 1140 'base/audio_renderer_mixer_unittest.cc', |
| 1141 'base/audio_sample_conversion.h', |
| 1141 'base/audio_shifter_unittest.cc', | 1142 'base/audio_shifter_unittest.cc', |
| 1142 'base/audio_splicer_unittest.cc', | 1143 'base/audio_splicer_unittest.cc', |
| 1143 'base/audio_timestamp_helper_unittest.cc', | 1144 'base/audio_timestamp_helper_unittest.cc', |
| 1144 'base/audio_video_metadata_extractor_unittest.cc', | 1145 'base/audio_video_metadata_extractor_unittest.cc', |
| 1145 'base/bind_to_current_loop_unittest.cc', | 1146 'base/bind_to_current_loop_unittest.cc', |
| 1146 'base/bit_reader_unittest.cc', | 1147 'base/bit_reader_unittest.cc', |
| 1147 'base/callback_holder.h', | 1148 'base/callback_holder.h', |
| 1148 'base/callback_holder_unittest.cc', | 1149 'base/callback_holder_unittest.cc', |
| 1149 'base/channel_mixer_unittest.cc', | 1150 'base/channel_mixer_unittest.cc', |
| 1150 'base/channel_mixing_matrix_unittest.cc', | 1151 'base/channel_mixing_matrix_unittest.cc', |
| (...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2067 'dependencies': [ | 2068 'dependencies': [ |
| 2068 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2069 ], | 2070 ], |
| 2070 }], | 2071 }], |
| 2071 ], | 2072 ], |
| 2072 }, | 2073 }, |
| 2073 ], | 2074 ], |
| 2074 }], | 2075 }], |
| 2075 ], | 2076 ], |
| 2076 } | 2077 } |
| OLD | NEW |