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

Unified Diff: mojo/nacl/sfi/BUILD.gn

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/sfi/BUILD.gn
diff --git a/mojo/nacl/sfi/BUILD.gn b/mojo/nacl/sfi/BUILD.gn
index 1521e8f1f47d34a732d84d25b4baf618ad6f9960..ad61038ad139b001595c4bc1171b6663a42ef8b4 100644
--- a/mojo/nacl/sfi/BUILD.gn
+++ b/mojo/nacl/sfi/BUILD.gn
@@ -27,7 +27,7 @@ if (!is_nacl) {
group("mojo_nacl") {
deps = [
- "//services/nacl:nacl_content_handler",
+ "//services/nacl:content_handler_sfi",
]
}

Powered by Google App Engine
This is Rietveld 408576698