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

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

Issue 140573003: Connect PPAPI IPC channels for non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build error Created 6 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 | Annotate | Revision Log
« no previous file with comments | « components/nacl.gyp ('k') | components/nacl/loader/nacl_listener.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 "+crypto", 4 "+crypto",
5 "+sandbox/linux/seccomp-bpf", 5 "+sandbox/linux/seccomp-bpf",
6 "+sandbox/linux/services", 6 "+sandbox/linux/services",
7 "+sandbox/win/src", 7 "+sandbox/win/src",
8 "+ppapi/c", # header files only 8 "+ppapi/c", # header files only
9 9
10 "+native_client/src/include", 10 "+native_client/src/include",
11 "+native_client/src/public", 11 "+native_client/src/public",
12 "+native_client/src/shared/platform/nacl_host_desc.h", 12 "+native_client/src/shared/platform/nacl_host_desc.h",
13 "+native_client/src/shared/srpc/nacl_srpc.h", 13 "+native_client/src/shared/srpc/nacl_srpc.h",
14 "+native_client/src/trusted/desc", 14 "+native_client/src/trusted/desc",
15 "+native_client/src/trusted/service_runtime/include", 15 "+native_client/src/trusted/service_runtime/include",
16 "+native_client/src/trusted/service_runtime/nacl_error_code.h", 16 "+native_client/src/trusted/service_runtime/nacl_error_code.h",
17 "+native_client/src/trusted/validator/nacl_file_info.h", 17 "+native_client/src/trusted/validator/nacl_file_info.h",
18 "+native_client/src/trusted/validator/validation_cache.h", 18 "+native_client/src/trusted/validator/validation_cache.h",
19 "+native_client/src/untrusted/irt/irt.h", 19 "+native_client/src/untrusted/irt/irt.h",
20 20
21 # For message scanning and handle conversion in nacl_ipc_adapter.cc: 21 # For message scanning and handle conversion in nacl_ipc_adapter.cc:
22 "+ppapi/proxy/nacl_message_scanner.h", 22 "+ppapi/proxy/nacl_message_scanner.h",
23 "+ppapi/proxy/serialized_handle.h", 23 "+ppapi/proxy/serialized_handle.h",
24 24
25 # For setting FDs in non-SFI mode.
26 "+ppapi/proxy/plugin_main_irt.h",
27
25 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc: 28 # For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
26 "+ppapi/proxy/ppapi_messages.h" 29 "+ppapi/proxy/ppapi_messages.h"
27 ] 30 ]
OLDNEW
« no previous file with comments | « components/nacl.gyp ('k') | components/nacl/loader/nacl_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698