summaryrefslogtreecommitdiffstats
path: root/base/DEPS
blob: 3fdcb7b2b84cb735ed75e5f55c2ddfc16317fe80 (plain)
1
2
3
4
5
6
7
include_rules = [
  "+third_party/libevent",
  "+third_party/dmg_fp",

  # Testing stuff shouldn't be used by the general base code.
  "-base/test",
]