Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / nacl / loader / DEPS
1 include_rules = [
2   "+components/nacl",
3   "+content/public/app/startup_helper_win.h",
4   "+crypto",
5   "+sandbox/linux/seccomp-bpf",
6   "+sandbox/linux/services",
7   "+sandbox/linux/suid",
8   "+sandbox/win/src",
9   "+ppapi/c",  # header files only
10
11   "+native_client/src/include",
12   "+native_client/src/public",
13   "+native_client/src/shared/platform/nacl_host_desc.h",
14   "+native_client/src/shared/srpc/nacl_srpc.h",
15   "+native_client/src/trusted/desc",
16   "+native_client/src/trusted/service_runtime/include",
17   "+native_client/src/trusted/service_runtime/nacl_error_code.h",
18   "+native_client/src/trusted/validator/nacl_file_info.h",
19   "+native_client/src/trusted/validator/validation_cache.h",
20   "+native_client/src/untrusted/irt/irt.h",
21
22   # For message scanning and handle conversion in nacl_ipc_adapter.cc:
23   "+ppapi/proxy/nacl_message_scanner.h",
24   "+ppapi/proxy/serialized_handle.h",
25
26   # For setting FDs in non-SFI mode.
27   "+ppapi/nacl_irt",
28
29   # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
30   "+ppapi/proxy/ppapi_messages.h"
31 ]