| # Copyright 2023 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("test_support") { |
| testonly = true |
| |
| sources = [ |
| "fake_audio_service.cc", |
| "fake_audio_service.h", |
| "fake_audio_system_info.cc", |
| "fake_audio_system_info.h", |
| "fake_video_capture_service.cc", |
| "fake_video_capture_service.h", |
| "fake_video_source.cc", |
| "fake_video_source.h", |
| "fake_video_source_provider.cc", |
| "fake_video_source_provider.h", |
| "scoped_media_device_info.cc", |
| "scoped_media_device_info.h", |
| ] |
| |
| deps = [ |
| "//base", |
| "//base/test:test_support", |
| "//components/media_effects:media_effects", |
| "//content/public/browser", |
| "//services/audio/public/cpp:test_support", |
| "//services/video_capture/public/cpp:mocks", |
| "//services/video_capture/public/mojom", |
| ] |
| } |