summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/DEPS
blob: 6a5a42e5aeb82579a88c5b39e79251cd225c22a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "+ash/keyboard/ui/resources",  # For virtual keyboard
  "+components/policy/core/common",
  "+extensions/grit",
  "+extensions/strings/grit",
  "+extensions/test",
  "+ppapi/c",  # For various types.
  "+skia",
]

specific_include_rules = {
  # The extensions client interface is the master arbiter of which
  # API schemas exist, so it needs to know about app APIs.
  "chrome_extensions_client\.cc": [
     "+apps/common/api/generated_schemas.h",
     "+services/network/public/mojom/cors_origin_pattern.mojom.h",
  ],
}