diff options
Diffstat (limited to 'ppapi/tests/DEPS')
-rw-r--r-- | ppapi/tests/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS new file mode 100644 index 0000000..557b432 --- /dev/null +++ b/ppapi/tests/DEPS @@ -0,0 +1,5 @@ +# checkdeps.py shouldn't check include paths for files in clang, which aren't +# part of the chrome build. +skip_child_includes = [ + "clang", +] |