summaryrefslogtreecommitdiffstats
path: root/mojo/public/DEPS
blob: 23a72cd8e7bf1afb0ee6ba588814a84a1dd0c255 (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  # This code is checked into the chromium repo so it's fine to depend on this.
  "+base",
  "+build",
  "+testing",

  # internal includes.
  "+mojo",
]