summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/DEPS
blob: e901f41721bdb0ba79178fe0af26526a2c3de34b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ppapi/tests should not be dependent on other parts of chromium; it should stay
# browser-neutral as much as possible.
include_rules = [
  "-base",
  "-build",
  "-ipc",
  "-uncode",
  "-testing",
  "-ppapi",
  "+ppapi/c",
  "+ppapi/cpp",
  "+ppapi/tests",
  "+ppapi/utility",
]
# checkdeps.py shouldn't check include paths for files in clang, which aren't
# part of the chrome build.
skip_child_includes = [
   "clang",
]