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

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

Issue 897723005: Allow using the namespace sandbox in zygote host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back the flag check. 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
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 14 matching lines...) Expand all
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698