Bryant Chandler | 31e86228 | 2023-11-08 16:16:44 | [diff] [blame] | 1 | # Copyright 2023 The Chromium Authors |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | source_set("test_support") { |
| 6 | testonly = true |
| 7 | |
| 8 | sources = [ |
ahmedmoussa | f16c8c9 | 2023-12-12 09:33:40 | [diff] [blame] | 9 | "fake_audio_service.cc", |
| 10 | "fake_audio_service.h", |
| 11 | "fake_audio_system_info.cc", |
| 12 | "fake_audio_system_info.h", |
Bryant Chandler | 31e86228 | 2023-11-08 16:16:44 | [diff] [blame] | 13 | "fake_video_capture_service.cc", |
| 14 | "fake_video_capture_service.h", |
Irina | 949984c85 | 2024-05-20 09:55:10 | [diff] [blame] | 15 | "fake_video_source.cc", |
| 16 | "fake_video_source.h", |
Bryant Chandler | 31e86228 | 2023-11-08 16:16:44 | [diff] [blame] | 17 | "fake_video_source_provider.cc", |
| 18 | "fake_video_source_provider.h", |
ahmedmoussa | 3d1aa86 | 2024-04-03 00:26:48 | [diff] [blame] | 19 | "scoped_media_device_info.cc", |
| 20 | "scoped_media_device_info.h", |
Bryant Chandler | 31e86228 | 2023-11-08 16:16:44 | [diff] [blame] | 21 | ] |
| 22 | |
| 23 | deps = [ |
| 24 | "//base", |
ahmedmoussa | 284120d | 2024-04-04 20:10:16 | [diff] [blame] | 25 | "//base/test:test_support", |
ahmedmoussa | 3d1aa86 | 2024-04-03 00:26:48 | [diff] [blame] | 26 | "//components/media_effects:media_effects", |
| 27 | "//content/public/browser", |
ahmedmoussa | f16c8c9 | 2023-12-12 09:33:40 | [diff] [blame] | 28 | "//services/audio/public/cpp:test_support", |
Irina | 949984c85 | 2024-05-20 09:55:10 | [diff] [blame] | 29 | "//services/video_capture/public/cpp:mocks", |
Bryant Chandler | 31e86228 | 2023-11-08 16:16:44 | [diff] [blame] | 30 | "//services/video_capture/public/mojom", |
| 31 | ] |
| 32 | } |