Index: ppapi/tests/DEPS |
diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS |
index 06b64ab19b5ec081ffca11ddc5a0d08f3a02ba38..90d75dff73d600ecc0cb415bdea022a6203f7615 100644 |
--- a/ppapi/tests/DEPS |
+++ b/ppapi/tests/DEPS |
@@ -17,6 +17,10 @@ include_rules = [ |
# 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", |
+ |
+ # test_packaged_app.cc that tests if the open_resource IRT works fine in a |
+ # packaged app needs to use __nacl_irt_query. |
+ "+native_client/src/untrusted/nacl/nacl_irt.h", |
Mark Seaborn
2014/12/02 00:18:06
See other comment about nacl_interface_query()...
Yusuke Sato
2014/12/02 01:20:27
Removed.
|
] |
# checkdeps.py shouldn't check include paths for files in clang, which aren't |
# part of the chrome build. |