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

Unified Diff: mojo/nacl/BUILD.gn

Issue 1341873002: Enabling 64-bit mojo shell to launch 32-bit child to handle nonsfi content. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | services/nacl/BUILD.gn » ('j') | services/nacl/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/BUILD.gn
diff --git a/mojo/nacl/BUILD.gn b/mojo/nacl/BUILD.gn
index 6ae4263e533ba0e8b40b65186473aded808ffb58..783619e3df853b70744a2f3968ac410bce71954b 100644
--- a/mojo/nacl/BUILD.gn
+++ b/mojo/nacl/BUILD.gn
@@ -104,7 +104,7 @@ static_library("irt_mojo_nonsfi") {
group("mojo_nacl") {
deps = [
"//services/nacl:nacl_content_handler",
- "//services/nacl:nacl_content_handler_nonsfi",
+ "//services/nacl:nacl_content_handler_nonsfi_x86",
Petr Hosek 2015/09/14 19:13:51 What if we're building Mojo on ARM (e.g. Android)?
Sean Klein 2015/09/15 18:37:50 Removed "x86" from suffix. Currently, ARM is not b
]
}
« no previous file with comments | « no previous file | services/nacl/BUILD.gn » ('j') | services/nacl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698