summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/native_client/src/trusted/plugin/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/native_client/src/trusted/plugin/DEPS')
-rw-r--r--chromium/ppapi/native_client/src/trusted/plugin/DEPS10
1 files changed, 6 insertions, 4 deletions
diff --git a/chromium/ppapi/native_client/src/trusted/plugin/DEPS b/chromium/ppapi/native_client/src/trusted/plugin/DEPS
index c7f3a6be9eb..34d9609d757 100644
--- a/chromium/ppapi/native_client/src/trusted/plugin/DEPS
+++ b/chromium/ppapi/native_client/src/trusted/plugin/DEPS
@@ -1,6 +1,8 @@
include_rules = [
- "+native_client/src/shared/imc",
- "+native_client/src/shared/srpc",
- "+native_client/src/trusted",
- "+third_party/jsoncpp",
+ "+native_client/src/shared/imc/nacl_imc_c.h",
+ "+native_client/src/trusted/desc",
+ "+native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h",
+ "+native_client/src/trusted/reverse_service/reverse_service.h",
+ "+native_client/src/trusted/service_runtime/include",
+ "+native_client/src/trusted/service_runtime/nacl_error_code.h",
]