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

Side by Side Diff: ppapi/nacl_irt/DEPS

Issue 1240343004: NaCl: Copy PNaCl translator IRT interfaces to the Chromium side (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 years, 5 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/tracing", 2 "+components/tracing",
3 3
4 # Required for Mojo IRT support. 4 # Required for Mojo IRT support.
5 "+mojo/nacl/mojo_irt.h", 5 "+mojo/nacl/mojo_irt.h",
6 6
7 # We don't want the proxy to depend on the C++ layer, which is appropriate 7 # We don't want the proxy to depend on the C++ layer, which is appropriate
8 # for plugins only. 8 # for plugins only.
9 "-ppapi/cpp", 9 "-ppapi/cpp",
10 10
11 # The untrusted build references the NaCl integrated runtime (IRT). 11 # The untrusted build references the NaCl integrated runtime (IRT).
12 "+native_client/src/public", 12 "+native_client/src/public",
13 "+native_client/src/untrusted/irt/irt.h", 13 "+native_client/src/untrusted/irt/irt.h",
14 "+native_client/src/untrusted/irt/irt_dev.h",
15 "+native_client/src/shared/platform/nacl_log.h",
16 "+native_client/src/shared/srpc/nacl_srpc.h",
14 # The IRT also needs to know the errno and sysconf enums. 17 # The IRT also needs to know the errno and sysconf enums.
15 "+native_client/src/trusted/service_runtime/include/sys/errno.h", 18 "+native_client/src/trusted/service_runtime/include/sys/errno.h",
16 "+native_client/src/trusted/service_runtime/include/sys/unistd.h", 19 "+native_client/src/trusted/service_runtime/include/sys/unistd.h",
17 ] 20 ]
OLDNEW
« no previous file with comments | « no previous file | ppapi/nacl_irt/irt_interfaces.h » ('j') | ppapi/nacl_irt/irt_pnacl_translator_compile.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698