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