summaryrefslogtreecommitdiff
path: root/chromium/components/page_image_annotation/DEPS
blob: 3f62e9fdc910c56f602c884b8032c013104433d5 (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  # Page image annotation is a layered component; subdirectories must explicitly
  # introduce the ability to use the content layer as appropriate.
  "-components/page_image_annotation/content",
  "+services/image_annotation/public/mojom",
  "+services/image_annotation/public/cpp",
  "+services/service_manager/public/cpp",
  "+third_party/skia",
]