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

Side by Side Diff: ppapi/nacl_irt/DEPS

Issue 249183004: Implement open_resource in non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 | « ppapi/c/private/ppb_nacl_private.h ('k') | ppapi/nacl_irt/irt_manifest.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/tracing", 2 "+components/tracing",
3 3
4 # We don't want the proxy to depend on the C++ layer, which is appropriate 4 # We don't want the proxy to depend on the C++ layer, which is appropriate
5 # for plugins only. 5 # for plugins only.
6 "-ppapi/cpp", 6 "-ppapi/cpp",
7 7
8 # The untrusted build references the NaCl integrated runtime (IRT). 8 # The untrusted build references the NaCl integrated runtime (IRT).
9 "+native_client/src/public", 9 "+native_client/src/public",
10 "+native_client/src/shared/srpc/nacl_srpc.h", 10 "+native_client/src/shared/srpc/nacl_srpc.h",
11 "+native_client/src/untrusted/irt/irt.h", 11 "+native_client/src/untrusted/irt/irt.h",
12 "+native_client/src/untrusted/irt/irt_private.h", 12 "+native_client/src/untrusted/irt/irt_private.h",
13 # The IRT also needs to know the sysconf enums. 13 # The IRT also needs to know the errno and sysconf enums.
14 "+native_client/src/trusted/service_runtime/include/sys/errno.h",
14 "+native_client/src/trusted/service_runtime/include/sys/unistd.h", 15 "+native_client/src/trusted/service_runtime/include/sys/unistd.h",
15 ] 16 ]
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_nacl_private.h ('k') | ppapi/nacl_irt/irt_manifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698