1
2
3
4
5
6
7
8
9
10
11
12
ash / webui / media_app_ui / DEPS [blame]
include_rules = [
# Do not add chrome here (use a delegate instead).
"+chromeos/ash/components/mantis/media_app",
"+chromeos/grit/chromeos_media_app_bundle_resources.h",
"+chromeos/grit/chromeos_media_app_bundle_resources_map.h",
"+components/content_settings/core/common",
"+storage/browser",
# Allow only public Blink interfaces, similar to chrome/browser/DEPS.
"+third_party/blink/public/common",
"+third_party/blink/public/mojom",
]