1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
media / capture / video / DEPS [blame]
include_rules = [
"+chromeos/ash/components/mojo_service_manager",
"+chromeos/dbus",
"+components/device_event_log",
"+mojo/public/cpp",
# This dependency is safe because it's a leaf in the video_effects_service,
# but //media shouldn't depend on anything else from services/video_effects.
"+services/video_effects/public/mojom",
"+services/video_effects/public/cpp/buildflags.h",
"+third_party/libyuv",
]
specific_include_rules = {
"video_capture_device_client_unittest\.cc": [
"+services/video_effects/test",
],
"video_capture_effects_processor_unittest\.cc": [
"+components/viz/test",
],
}