summaryrefslogtreecommitdiffstats
path: root/base/DEPS
blob: c0e95a00f6a4eacecf13e4ff56b8cd0d6c050319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+jni",
  "+third_party/ashmem",
  "+third_party/apple_apsl",
  "+third_party/lss",
  "+third_party/modp_b64",
  "+third_party/tcmalloc",

  # These are implicitly brought in from the root, and we don't want them.
  "-ipc",
  "-url",

  # ICU dependendencies must be separate from the rest of base.
  "-i18n",
]