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

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

Issue 901683003: Make NaCl process non-dumpable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Specify all 5 arguments for prctl. 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/sandbox_linux/nacl_sandbox_linux.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 "+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 12 matching lines...) Expand all
26 # For setting FDs in non-SFI mode. 27 # For setting FDs in non-SFI mode.
27 "+ppapi/nacl_irt", 28 "+ppapi/nacl_irt",
28 29
29 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: 30 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
30 "+ppapi/proxy/ppapi_messages.h", 31 "+ppapi/proxy/ppapi_messages.h",
31 32
32 # For supporting Mojo in plugins. 33 # For supporting Mojo in plugins.
33 "+mojo/nacl", 34 "+mojo/nacl",
34 "+third_party/mojo/src/mojo/edk", 35 "+third_party/mojo/src/mojo/edk",
35 ] 36 ]
OLDNEW
« no previous file with comments | « no previous file | components/nacl/loader/sandbox_linux/nacl_sandbox_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698