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

Unified Diff: mojo/nacl/nonsfi/README.md

Issue 1382713002: Creating a pexe content handler to translate and run pexes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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: mojo/nacl/nonsfi/README.md
diff --git a/mojo/nacl/nonsfi/README.md b/mojo/nacl/nonsfi/README.md
index 8fec9f82bda79752b285d251d4efcff4cf3ce01c..3ecae5a094d5eda32c073bbd018b20d427fa3a04 100644
--- a/mojo/nacl/nonsfi/README.md
+++ b/mojo/nacl/nonsfi/README.md
@@ -44,7 +44,7 @@ this content (i.e., how does the mojo_shell know it is dealing with a nonsfi
nexe?).
The BUILD.gn files in Mojo automatically make this pexe, translate it to a
-nexe, and prepend a line ("#!mojo mojo:nacl_content_handler_nonsfi") to the
+nexe, and prepend a line ("#!mojo mojo:content_handler_nonsfi_nexe") to the
front of the file, at which point it is also runnable through the mojo_shell.
These files, which start with this "#!" line, are ".mojo" files. The nexes can
be run like this:
@@ -56,8 +56,6 @@ $ ./out/Debug/mojo_shell --enable-multiprocess out/Debug/FOOBAR.mojo
TODO
====
-* Enable content handling of Non-SFI pexes, which should be translated and run
-as nexes.
- * Use subzero (a NaCl project to improve translation speed) for pexe
- translation.
- * Enable caching of translated pexes.
+* Use subzero (a NaCl project to improve translation speed) for pexe
+translation.
+* Enable caching of translated pexes.

Powered by Google App Engine
This is Rietveld 408576698