summaryrefslogtreecommitdiffstats
path: root/base/DEPS
blob: 21793f6a0c136260910aab0bd947b053a5872a75 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  "+third_party/libevent",
  "+third_party/dmg_fp",
  "+third_party/GTM",
  "+third_party/modp_b64",
  "+third_party/tcmalloc",

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