Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Side by Side Diff: components/nacl/loader/DEPS

Issue 921563002: Linux Sandbox: reorganize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android_futex includes. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/nacl/loader/nonsfi/nonsfi_sandbox.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "+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",
11 "+sandbox/linux/system_headers",
11 "+sandbox/win/src", 12 "+sandbox/win/src",
12 "+ppapi/c", # header files only 13 "+ppapi/c", # header files only
13 14
14 "+native_client/src/include", 15 "+native_client/src/include",
15 "+native_client/src/public", 16 "+native_client/src/public",
16 "+native_client/src/shared/platform/nacl_host_desc.h", 17 "+native_client/src/shared/platform/nacl_host_desc.h",
17 "+native_client/src/trusted/desc", 18 "+native_client/src/trusted/desc",
18 "+native_client/src/trusted/service_runtime/include", 19 "+native_client/src/trusted/service_runtime/include",
19 "+native_client/src/trusted/service_runtime/nacl_error_code.h", 20 "+native_client/src/trusted/service_runtime/nacl_error_code.h",
20 "+native_client/src/trusted/validator/validation_cache.h", 21 "+native_client/src/trusted/validator/validation_cache.h",
21 "+native_client/src/untrusted/irt/irt.h", 22 "+native_client/src/untrusted/irt/irt.h",
22 23
23 # For message scanning and handle conversion in nacl_ipc_adapter.cc: 24 # For message scanning and handle conversion in nacl_ipc_adapter.cc:
24 "+ppapi/proxy/nacl_message_scanner.h", 25 "+ppapi/proxy/nacl_message_scanner.h",
25 "+ppapi/proxy/serialized_handle.h", 26 "+ppapi/proxy/serialized_handle.h",
26 27
27 # For setting FDs in non-SFI mode. 28 # For setting FDs in non-SFI mode.
28 "+ppapi/nacl_irt", 29 "+ppapi/nacl_irt",
29 30
30 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: 31 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
31 "+ppapi/proxy/ppapi_messages.h", 32 "+ppapi/proxy/ppapi_messages.h",
32 33
33 # For supporting Mojo in plugins. 34 # For supporting Mojo in plugins.
34 "+mojo/nacl", 35 "+mojo/nacl",
35 "+third_party/mojo/src/mojo/edk", 36 "+third_party/mojo/src/mojo/edk",
36 ] 37 ]
OLDNEW
« no previous file with comments | « no previous file | components/nacl/loader/nonsfi/nonsfi_sandbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698