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

Unified Diff: ppapi/proxy/DEPS

Issue 10565015: Add untrusted NaCl build for PPAPI proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « ppapi/ppapi_shared_untrusted.gyp ('k') | ppapi/proxy/plugin_main_nacl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/DEPS
===================================================================
--- ppapi/proxy/DEPS (revision 142376)
+++ ppapi/proxy/DEPS (working copy)
@@ -11,6 +11,10 @@
# dependencies, so we allow that (and the output traits it depends on).
"-ppapi/cpp",
"+ppapi/cpp/completion_callback.h",
- "+ppapi/cpp/output_traits.h"
+ "+ppapi/cpp/output_traits.h",
+
+ # The untrusted build references the NaCl integrated runtime (IRT).
+ "+native_client/src/shared",
+ "+native_client/src/untrusted"
]
« no previous file with comments | « ppapi/ppapi_shared_untrusted.gyp ('k') | ppapi/proxy/plugin_main_nacl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698