| 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 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1182 'base/decoder_buffer_unittest.cc', | 1182 'base/decoder_buffer_unittest.cc', |
| 1183 'base/djb2_unittest.cc', | 1183 'base/djb2_unittest.cc', |
| 1184 'base/gmock_callback_support_unittest.cc', | 1184 'base/gmock_callback_support_unittest.cc', |
| 1185 'base/key_systems_unittest.cc', | 1185 'base/key_systems_unittest.cc', |
| 1186 'base/mac/video_frame_mac_unittests.cc', | 1186 'base/mac/video_frame_mac_unittests.cc', |
| 1187 'base/media_file_checker_unittest.cc', | 1187 'base/media_file_checker_unittest.cc', |
| 1188 'base/multi_channel_resampler_unittest.cc', | 1188 'base/multi_channel_resampler_unittest.cc', |
| 1189 'base/pipeline_unittest.cc', | 1189 'base/pipeline_unittest.cc', |
| 1190 'base/ranges_unittest.cc', | 1190 'base/ranges_unittest.cc', |
| 1191 'base/run_all_unittests.cc', | 1191 'base/run_all_unittests.cc', |
| 1192 'base/scoped_histogram_timer_unittest.cc', | |
| 1193 'base/serial_runner_unittest.cc', | 1192 'base/serial_runner_unittest.cc', |
| 1194 'base/seekable_buffer_unittest.cc', | 1193 'base/seekable_buffer_unittest.cc', |
| 1195 'base/sinc_resampler_unittest.cc', | 1194 'base/sinc_resampler_unittest.cc', |
| 1196 'base/stream_parser_unittest.cc', | 1195 'base/stream_parser_unittest.cc', |
| 1197 'base/text_ranges_unittest.cc', | 1196 'base/text_ranges_unittest.cc', |
| 1198 'base/text_renderer_unittest.cc', | 1197 'base/text_renderer_unittest.cc', |
| 1199 'base/time_delta_interpolator_unittest.cc', | 1198 'base/time_delta_interpolator_unittest.cc', |
| 1200 'base/user_input_monitor_unittest.cc', | 1199 'base/user_input_monitor_unittest.cc', |
| 1201 'base/vector_math_testing.h', | 1200 'base/vector_math_testing.h', |
| 1202 'base/vector_math_unittest.cc', | 1201 'base/vector_math_unittest.cc', |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1928 '../build/isolate.gypi', | 1927 '../build/isolate.gypi', |
| 1929 ], | 1928 ], |
| 1930 'sources': [ | 1929 'sources': [ |
| 1931 'media_unittests.isolate', | 1930 'media_unittests.isolate', |
| 1932 ], | 1931 ], |
| 1933 }, | 1932 }, |
| 1934 ], | 1933 ], |
| 1935 }], | 1934 }], |
| 1936 ], | 1935 ], |
| 1937 } | 1936 } |
| OLD | NEW |