summaryrefslogtreecommitdiff
path: root/chromium/content/public/DEPS
blob: 37cb1e47fbff8126652c7fa49f586cdde6bd08cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "-content",

  "+services/cert_verifier/public/mojom",
  "+services/network/public/mojom",
  "+services/service_manager/public",
  "+services/service_manager/sandbox",

  # This file does not belong in content/public as it should not be
  # included directly by embedders of content/.  It must however be
  # available to code in content/public.
  "+content/common/content_export.h",
  "+content/public/common",
  "+content/public/android/content_jni_headers",
]