| 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 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1243 'audio/test_audio_input_controller_factory.h', | 1243 'audio/test_audio_input_controller_factory.h', |
| 1244 'base/fake_audio_render_callback.cc', | 1244 'base/fake_audio_render_callback.cc', |
| 1245 'base/fake_audio_render_callback.h', | 1245 'base/fake_audio_render_callback.h', |
| 1246 'base/fake_audio_renderer_sink.cc', | 1246 'base/fake_audio_renderer_sink.cc', |
| 1247 'base/fake_audio_renderer_sink.h', | 1247 'base/fake_audio_renderer_sink.h', |
| 1248 'base/fake_text_track_stream.cc', | 1248 'base/fake_text_track_stream.cc', |
| 1249 'base/fake_text_track_stream.h', | 1249 'base/fake_text_track_stream.h', |
| 1250 'base/gmock_callback_support.h', | 1250 'base/gmock_callback_support.h', |
| 1251 'base/mock_audio_renderer_sink.cc', | 1251 'base/mock_audio_renderer_sink.cc', |
| 1252 'base/mock_audio_renderer_sink.h', | 1252 'base/mock_audio_renderer_sink.h', |
| 1253 'base/mock_data_source_host.cc', | |
| 1254 'base/mock_data_source_host.h', | |
| 1255 'base/mock_demuxer_host.cc', | 1253 'base/mock_demuxer_host.cc', |
| 1256 'base/mock_demuxer_host.h', | 1254 'base/mock_demuxer_host.h', |
| 1257 'base/mock_filters.cc', | 1255 'base/mock_filters.cc', |
| 1258 'base/mock_filters.h', | 1256 'base/mock_filters.h', |
| 1259 'base/test_data_util.cc', | 1257 'base/test_data_util.cc', |
| 1260 'base/test_data_util.h', | 1258 'base/test_data_util.h', |
| 1261 'base/test_helpers.cc', | 1259 'base/test_helpers.cc', |
| 1262 'base/test_helpers.h', | 1260 'base/test_helpers.h', |
| 1263 'filters/mock_gpu_video_accelerator_factories.cc', | 1261 'filters/mock_gpu_video_accelerator_factories.cc', |
| 1264 'filters/mock_gpu_video_accelerator_factories.h', | 1262 'filters/mock_gpu_video_accelerator_factories.h', |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1702 ], | 1700 ], |
| 1703 }], | 1701 }], |
| 1704 ], | 1702 ], |
| 1705 }], | 1703 }], |
| 1706 ], | 1704 ], |
| 1707 }, | 1705 }, |
| 1708 ], | 1706 ], |
| 1709 }], | 1707 }], |
| 1710 ], | 1708 ], |
| 1711 } | 1709 } |
| OLD | NEW |