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

Unified Diff: ppapi/proxy/DEPS

Issue 164373010: Split the PNaCl IRT shim into 3 pieces, and include one piece into IRT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanups and rebase 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/DEPS
diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS
index 39208966b22ee01edf2ff290aee27be245bcc001..0c13d6be864927d8b5abb6a3cdc955e8a00e1371 100644
--- a/ppapi/proxy/DEPS
+++ b/ppapi/proxy/DEPS
@@ -20,5 +20,7 @@ include_rules = [
"+native_client/src/shared/srpc/nacl_srpc.h",
"+native_client/src/untrusted/irt/irt.h",
"+native_client/src/untrusted/irt/irt_private.h",
+ # The IRT also needs to know the sysconf enums.
+ "+native_client/src/trusted/service_runtime/include/sys/unistd.h",
]
« no previous file with comments | « ppapi/ppapi_nacl.gyp ('k') | ppapi/proxy/irt_ppapi.c » ('j') | ppapi/proxy/irt_ppapi.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698