summaryrefslogtreecommitdiff
path: root/base/DEPS
blob: 648a5737dedaba14c389578d118bc4ddcc36c7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "+jni",
  "+native_client/src/untrusted/irt/irt.h",
  "+third_party/ashmem",
  "+third_party/apple_apsl",
  "+third_party/libevent",
  "+third_party/dmg_fp",
  "+third_party/google_toolbox_for_mac/src",
  "+third_party/mach_override",
  "+third_party/modp_b64",
  "+third_party/tcmalloc",

  # IPC is implicitly brought in from the root, and we don't want it.
  "-ipc",

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