OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/nacl", | 2 "+components/nacl", |
3 "+content/public/app/sandbox_helper_win.h", | 3 "+content/public/app/sandbox_helper_win.h", |
4 "+content/public/common", | 4 "+content/public/common", |
5 "+crypto", | 5 "+crypto", |
6 "+sandbox/linux/bpf_dsl", | 6 "+sandbox/linux/bpf_dsl", |
7 "+sandbox/linux/seccomp-bpf", | 7 "+sandbox/linux/seccomp-bpf", |
8 "+sandbox/linux/seccomp-bpf-helpers", | 8 "+sandbox/linux/seccomp-bpf-helpers", |
9 "+sandbox/linux/services", | 9 "+sandbox/linux/services", |
10 "+sandbox/linux/suid", | 10 "+sandbox/linux/suid", |
(...skipping 11 matching lines...) Expand all Loading... |
22 | 22 |
23 # For message scanning and handle conversion in nacl_ipc_adapter.cc: | 23 # For message scanning and handle conversion in nacl_ipc_adapter.cc: |
24 "+ppapi/proxy/nacl_message_scanner.h", | 24 "+ppapi/proxy/nacl_message_scanner.h", |
25 "+ppapi/proxy/serialized_handle.h", | 25 "+ppapi/proxy/serialized_handle.h", |
26 | 26 |
27 # For setting FDs in non-SFI mode. | 27 # For setting FDs in non-SFI mode. |
28 "+ppapi/nacl_irt", | 28 "+ppapi/nacl_irt", |
29 | 29 |
30 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: | 30 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: |
31 "+ppapi/proxy/ppapi_messages.h", | 31 "+ppapi/proxy/ppapi_messages.h", |
32 | |
33 "+third_party/mojo/src/mojo/edk", | |
34 ] | 32 ] |
OLD | NEW |