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

Unified Diff: mojo/public/mojo_application.gni

Issue 1382713002: Creating a pexe content handler to translate and run pexes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Tests Added 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/public/mojo_application.gni
diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
index 975ab7cd71e24fe9e9cd545b4a928f822c025d0c..749007ea9e0ecf5f6493c05131c15b1990738c4f 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -219,7 +219,7 @@ template("mojo_native_application") {
if (current_cpu == "pnacl") {
input_file_extension = ".pexe"
output_file_extension = ".pexe.mojo"
- content_handler = "pexe_content_handler"
+ content_handler = "nacl_content_handler_nonsfi_pexe"
} else {
input_file_extension = ".nexe"
output_file_extension = "_${target_cpu}.nexe.mojo"

Powered by Google App Engine
This is Rietveld 408576698