| Index: ppapi/nacl_irt/DEPS
|
| diff --git a/ppapi/nacl_irt/DEPS b/ppapi/nacl_irt/DEPS
|
| index a173f60f8649b16d9e8a4a33b7c1460a798b6070..e3f5767069d2caa38033e8c79c3dd0772aacf85e 100644
|
| --- a/ppapi/nacl_irt/DEPS
|
| +++ b/ppapi/nacl_irt/DEPS
|
| @@ -11,6 +11,9 @@ include_rules = [
|
| # The untrusted build references the NaCl integrated runtime (IRT).
|
| "+native_client/src/public",
|
| "+native_client/src/untrusted/irt/irt.h",
|
| + "+native_client/src/untrusted/irt/irt_dev.h",
|
| + "+native_client/src/shared/platform/nacl_log.h",
|
| + "+native_client/src/shared/srpc/nacl_srpc.h",
|
| # The IRT also needs to know the errno and sysconf enums.
|
| "+native_client/src/trusted/service_runtime/include/sys/errno.h",
|
| "+native_client/src/trusted/service_runtime/include/sys/unistd.h",
|
|
|