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

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

Issue 418423002: Pepper: Stop using SRPC for irt_open_resource(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « components/nacl/common/nacl_messages.h ('k') | components/nacl/loader/nacl_ipc_adapter.h » ('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 "+crypto", 4 "+crypto",
5 "+sandbox/linux/bpf_dsl", 5 "+sandbox/linux/bpf_dsl",
6 "+sandbox/linux/seccomp-bpf", 6 "+sandbox/linux/seccomp-bpf",
7 "+sandbox/linux/services", 7 "+sandbox/linux/services",
8 "+sandbox/linux/suid", 8 "+sandbox/linux/suid",
9 "+sandbox/win/src", 9 "+sandbox/win/src",
10 "+ppapi/c", # header files only 10 "+ppapi/c", # header files only
11 11
12 "+native_client/src/include", 12 "+native_client/src/include",
13 "+native_client/src/public", 13 "+native_client/src/public",
14 "+native_client/src/shared/platform/nacl_host_desc.h", 14 "+native_client/src/shared/platform/nacl_host_desc.h",
15 "+native_client/src/shared/srpc/nacl_srpc.h", 15 "+native_client/src/shared/srpc/nacl_srpc.h",
16 "+native_client/src/trusted/desc", 16 "+native_client/src/trusted/desc",
17 "+native_client/src/trusted/service_runtime/include", 17 "+native_client/src/trusted/service_runtime/include",
18 "+native_client/src/trusted/service_runtime/nacl_error_code.h", 18 "+native_client/src/trusted/service_runtime/nacl_error_code.h",
19 "+native_client/src/trusted/validator/rich_file_info.h",
19 "+native_client/src/trusted/validator/validation_cache.h", 20 "+native_client/src/trusted/validator/validation_cache.h",
20 "+native_client/src/untrusted/irt/irt.h", 21 "+native_client/src/untrusted/irt/irt.h",
21 22
22 # For message scanning and handle conversion in nacl_ipc_adapter.cc: 23 # For message scanning and handle conversion in nacl_ipc_adapter.cc:
23 "+ppapi/proxy/nacl_message_scanner.h", 24 "+ppapi/proxy/nacl_message_scanner.h",
24 "+ppapi/proxy/serialized_handle.h", 25 "+ppapi/proxy/serialized_handle.h",
25 26
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 ]
OLDNEW
« no previous file with comments | « components/nacl/common/nacl_messages.h ('k') | components/nacl/loader/nacl_ipc_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698