Index: ppapi/tests/DEPS |
diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS |
index 4f757144fc69abfbf903a277921a687ea92384de..06b64ab19b5ec081ffca11ddc5a0d08f3a02ba38 100644 |
--- a/ppapi/tests/DEPS |
+++ b/ppapi/tests/DEPS |
@@ -12,6 +12,11 @@ include_rules = [ |
"+ppapi/lib", |
"+ppapi/tests", |
"+ppapi/utility", |
+ |
+ # Test to confirm whether PPB_Audio_Shared works properly in NaCl needs to |
+ # call nacl_irt_ppapihook internally to emulate some erroneous situation. |
+ "+native_client/src/untrusted/irt/irt.h", |
+ "+ppapi/native_client/src/untrusted/irt_stub/thread_creator.h", |
] |
# checkdeps.py shouldn't check include paths for files in clang, which aren't |
# part of the chrome build. |