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

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

Issue 2523253002: Convert use_seccomp_bpf to the BUILDFLAG system. (Closed)
Patch Set: Rebase Created 4 years 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/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",
11 "+sandbox/linux/system_headers", 11 "+sandbox/linux/system_headers",
12 "+sandbox/sandbox_features.h",
12 "+sandbox/win/src", 13 "+sandbox/win/src",
13 "+ppapi/c", # header files only 14 "+ppapi/c", # header files only
14 15
15 "+mojo/edk/embedder", 16 "+mojo/edk/embedder",
16 17
17 "+native_client/src/include", 18 "+native_client/src/include",
18 "+native_client/src/public", 19 "+native_client/src/public",
19 "+native_client/src/trusted/desc/nacl_desc_quota.h", 20 "+native_client/src/trusted/desc/nacl_desc_quota.h",
20 "+native_client/src/trusted/desc/nacl_desc_quota_interface.h", 21 "+native_client/src/trusted/desc/nacl_desc_quota_interface.h",
21 "+native_client/src/trusted/service_runtime/include", 22 "+native_client/src/trusted/service_runtime/include",
22 "+native_client/src/trusted/service_runtime/nacl_error_code.h", 23 "+native_client/src/trusted/service_runtime/nacl_error_code.h",
23 "+native_client/src/untrusted/irt/irt.h", 24 "+native_client/src/untrusted/irt/irt.h",
24 25
25 # For message scanning and handle conversion in nacl_ipc_adapter.cc: 26 # For message scanning and handle conversion in nacl_ipc_adapter.cc:
26 "+ppapi/proxy/nacl_message_scanner.h", 27 "+ppapi/proxy/nacl_message_scanner.h",
27 "+ppapi/proxy/serialized_handle.h", 28 "+ppapi/proxy/serialized_handle.h",
28 29
29 # For setting FDs in non-SFI mode. 30 # For setting FDs in non-SFI mode.
30 "+ppapi/nacl_irt", 31 "+ppapi/nacl_irt",
31 32
32 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: 33 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
33 "+ppapi/proxy/ppapi_messages.h", 34 "+ppapi/proxy/ppapi_messages.h",
34 ] 35 ]
OLDNEW
« no previous file with comments | « chrome/browser/android/seccomp_support_detector.cc ('k') | components/nacl/loader/sandbox_linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698