| 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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1065 'base/audio_pull_fifo_unittest.cc', | 1065 'base/audio_pull_fifo_unittest.cc', |
| 1066 'base/audio_renderer_mixer_input_unittest.cc', | 1066 'base/audio_renderer_mixer_input_unittest.cc', |
| 1067 'base/audio_renderer_mixer_unittest.cc', | 1067 'base/audio_renderer_mixer_unittest.cc', |
| 1068 'base/audio_splicer_unittest.cc', | 1068 'base/audio_splicer_unittest.cc', |
| 1069 'base/audio_timestamp_helper_unittest.cc', | 1069 'base/audio_timestamp_helper_unittest.cc', |
| 1070 'base/audio_video_metadata_extractor_unittest.cc', | 1070 'base/audio_video_metadata_extractor_unittest.cc', |
| 1071 'base/bind_to_current_loop_unittest.cc', | 1071 'base/bind_to_current_loop_unittest.cc', |
| 1072 'base/bit_reader_unittest.cc', | 1072 'base/bit_reader_unittest.cc', |
| 1073 'base/callback_holder.h', | 1073 'base/callback_holder.h', |
| 1074 'base/callback_holder_unittest.cc', | 1074 'base/callback_holder_unittest.cc', |
| 1075 'base/cdm_promise_unittest.cc', |
| 1075 'base/channel_mixer_unittest.cc', | 1076 'base/channel_mixer_unittest.cc', |
| 1076 'base/container_names_unittest.cc', | 1077 'base/container_names_unittest.cc', |
| 1077 'base/data_buffer_unittest.cc', | 1078 'base/data_buffer_unittest.cc', |
| 1078 'base/decoder_buffer_queue_unittest.cc', | 1079 'base/decoder_buffer_queue_unittest.cc', |
| 1079 'base/decoder_buffer_unittest.cc', | 1080 'base/decoder_buffer_unittest.cc', |
| 1080 'base/djb2_unittest.cc', | 1081 'base/djb2_unittest.cc', |
| 1081 'base/gmock_callback_support_unittest.cc', | 1082 'base/gmock_callback_support_unittest.cc', |
| 1082 'base/media_file_checker_unittest.cc', | 1083 'base/media_file_checker_unittest.cc', |
| 1083 'base/multi_channel_resampler_unittest.cc', | 1084 'base/multi_channel_resampler_unittest.cc', |
| 1084 'base/pipeline_unittest.cc', | 1085 'base/pipeline_unittest.cc', |
| (...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1747 ], | 1748 ], |
| 1748 }], | 1749 }], |
| 1749 ], | 1750 ], |
| 1750 }], | 1751 }], |
| 1751 ], | 1752 ], |
| 1752 }, | 1753 }, |
| 1753 ], | 1754 ], |
| 1754 }], | 1755 }], |
| 1755 ], | 1756 ], |
| 1756 } | 1757 } |
| OLD | NEW |