1 # ppapi/tests should not be dependent on other parts of chromium; it should stay
2 # browser-neutral as much as possible.
16 # Test to confirm whether PPB_Audio_Shared works properly in NaCl needs to
17 # call nacl_irt_ppapihook internally to emulate some erroneous situation.
18 "+native_client/src/untrusted/irt/irt.h",
19 "+ppapi/native_client/src/untrusted/irt_stub/thread_creator.h",
21 # checkdeps.py shouldn't check include paths for files in clang, which aren't
22 # part of the chrome build.
23 skip_child_includes = [
26 specific_include_rules = {
27 # extensions/packaged_app/test_packaged_app.cc uses kMaxDescriptorsPerMessage
28 # defined in ipc/ipc_message_attachment_set.h.
29 "test_packaged_app\.cc": [
30 "+ipc/ipc_message_attachment_set.h",