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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/nacl_irt/irt_interfaces.h » ('j') | ppapi/nacl_irt/irt_pnacl_translator_compile.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/DEPS
diff --git a/ppapi/nacl_irt/DEPS b/ppapi/nacl_irt/DEPS
index a173f60f8649b16d9e8a4a33b7c1460a798b6070..e3f5767069d2caa38033e8c79c3dd0772aacf85e 100644
--- a/ppapi/nacl_irt/DEPS
+++ b/ppapi/nacl_irt/DEPS
@@ -11,6 +11,9 @@ include_rules = [
# The untrusted build references the NaCl integrated runtime (IRT).
"+native_client/src/public",
"+native_client/src/untrusted/irt/irt.h",
+ "+native_client/src/untrusted/irt/irt_dev.h",
+ "+native_client/src/shared/platform/nacl_log.h",
+ "+native_client/src/shared/srpc/nacl_srpc.h",
# The IRT also needs to know the errno and sysconf enums.
"+native_client/src/trusted/service_runtime/include/sys/errno.h",
"+native_client/src/trusted/service_runtime/include/sys/unistd.h",
« 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