| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/nacl", | 2 "+components/nacl", |
| 3 "+content/public/app/startup_helper_win.h", | 3 "+content/public/app/startup_helper_win.h", |
| 4 "+content/public/common", |
| 4 "+crypto", | 5 "+crypto", |
| 5 "+sandbox/linux/bpf_dsl", | 6 "+sandbox/linux/bpf_dsl", |
| 6 "+sandbox/linux/seccomp-bpf", | 7 "+sandbox/linux/seccomp-bpf", |
| 7 "+sandbox/linux/seccomp-bpf-helpers", | 8 "+sandbox/linux/seccomp-bpf-helpers", |
| 8 "+sandbox/linux/services", | 9 "+sandbox/linux/services", |
| 9 "+sandbox/linux/suid", | 10 "+sandbox/linux/suid", |
| 10 "+sandbox/win/src", | 11 "+sandbox/win/src", |
| 11 "+ppapi/c", # header files only | 12 "+ppapi/c", # header files only |
| 12 | 13 |
| 13 "+native_client/src/include", | 14 "+native_client/src/include", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 28 # For setting FDs in non-SFI mode. | 29 # For setting FDs in non-SFI mode. |
| 29 "+ppapi/nacl_irt", | 30 "+ppapi/nacl_irt", |
| 30 | 31 |
| 31 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: | 32 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: |
| 32 "+ppapi/proxy/ppapi_messages.h", | 33 "+ppapi/proxy/ppapi_messages.h", |
| 33 | 34 |
| 34 # For supporting Mojo in plugins. | 35 # For supporting Mojo in plugins. |
| 35 "+mojo/nacl", | 36 "+mojo/nacl", |
| 36 "+third_party/mojo/src/mojo/edk", | 37 "+third_party/mojo/src/mojo/edk", |
| 37 ] | 38 ] |
| OLD | NEW |