| 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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 972 'base/gmock_callback_support_unittest.cc', | 972 'base/gmock_callback_support_unittest.cc', |
| 973 'base/media_file_checker_unittest.cc', | 973 'base/media_file_checker_unittest.cc', |
| 974 'base/multi_channel_resampler_unittest.cc', | 974 'base/multi_channel_resampler_unittest.cc', |
| 975 'base/pipeline_unittest.cc', | 975 'base/pipeline_unittest.cc', |
| 976 'base/ranges_unittest.cc', | 976 'base/ranges_unittest.cc', |
| 977 'base/run_all_unittests.cc', | 977 'base/run_all_unittests.cc', |
| 978 'base/scoped_histogram_timer_unittest.cc', | 978 'base/scoped_histogram_timer_unittest.cc', |
| 979 'base/serial_runner_unittest.cc', | 979 'base/serial_runner_unittest.cc', |
| 980 'base/seekable_buffer_unittest.cc', | 980 'base/seekable_buffer_unittest.cc', |
| 981 'base/sinc_resampler_unittest.cc', | 981 'base/sinc_resampler_unittest.cc', |
| 982 'base/stream_parser_unittest.cc', |
| 982 'base/test_data_util.cc', | 983 'base/test_data_util.cc', |
| 983 'base/test_data_util.h', | 984 'base/test_data_util.h', |
| 984 'base/text_renderer_unittest.cc', | 985 'base/text_renderer_unittest.cc', |
| 985 'base/user_input_monitor_unittest.cc', | 986 'base/user_input_monitor_unittest.cc', |
| 986 'base/vector_math_testing.h', | 987 'base/vector_math_testing.h', |
| 987 'base/vector_math_unittest.cc', | 988 'base/vector_math_unittest.cc', |
| 988 'base/video_frame_unittest.cc', | 989 'base/video_frame_unittest.cc', |
| 989 'base/video_frame_pool_unittest.cc', | 990 'base/video_frame_pool_unittest.cc', |
| 990 'base/video_util_unittest.cc', | 991 'base/video_util_unittest.cc', |
| 991 'base/yuv_convert_unittest.cc', | 992 'base/yuv_convert_unittest.cc', |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1668 ], | 1669 ], |
| 1669 }], | 1670 }], |
| 1670 ], | 1671 ], |
| 1671 }], | 1672 }], |
| 1672 ], | 1673 ], |
| 1673 }, | 1674 }, |
| 1674 ], | 1675 ], |
| 1675 }], | 1676 }], |
| 1676 ], | 1677 ], |
| 1677 } | 1678 } |
| OLD | NEW |