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

Unified Diff: services/nacl/BUILD.gn

Issue 1323823002: Adding nonsfi content handler (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 4 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: services/nacl/BUILD.gn
diff --git a/services/nacl/BUILD.gn b/services/nacl/BUILD.gn
index 39ae0f649c3df89e3f105fafb965217b3852e07f..c9a095b342fbcf817b2a389ad10ceacde01966f9 100644
--- a/services/nacl/BUILD.gn
+++ b/services/nacl/BUILD.gn
@@ -25,4 +25,23 @@ if (!is_nacl) {
data_deps = [ "//nacl_bindings:irt_mojo(//native_client/build/toolchain/nacl:irt_${target_cpu})" ]
}
+
+ mojo_native_application("nacl_nonsfi_content_handler") {
+ sources = [
+ "nonsfi_content_handler_main.cc",
Mark Seaborn 2015/09/01 15:55:45 Nit: "monacl_shell_nonsfi.cc" is named with "_nons
Sean Klein 2015/09/01 20:24:47 Done.
+ ]
+
+ deps = [
+ "//base",
+ "//mojo/application:application",
+ "//mojo/application:content_handler",
+ "//mojo/data_pipe_utils",
+ "//mojo/message_pump",
+ "//mojo/public/platform/nacl:mojo_irt_header",
+ "//mojo/public/platform/native:system_impl_private",
+ "//nacl_bindings:monacl_sel",
Mark Seaborn 2015/09/01 15:55:45 Shouldn't be needed: this refers to SFI NaCl.
Sean Klein 2015/09/01 20:24:47 Done (it was needed for "mojo::NaClExit", which I
+ "//native_client/src/nonsfi/irt:irt_interfaces",
+ "//native_client/src/nonsfi/loader:elf_loader",
+ ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698