Make certificate viewer a tab-modal dialog.
[chromium-blink-merge.git] / ppapi / tests / DEPS
blob4f757144fc69abfbf903a277921a687ea92384de
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",
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",