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

Unified Diff: mojo/nacl/BUILD.gn

Issue 1327913004: Added 32-bit version of nonsfi monacl shell (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 | no next file » | no next file with comments »
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 44e3b3e3d6ef7393b06f205882d49cbd8bce2ecd..e6a4146bfe0b3f69a8f86c1c5ad10b64a45a2769 100644
--- a/mojo/nacl/BUILD.gn
+++ b/mojo/nacl/BUILD.gn
@@ -33,6 +33,13 @@ if (!is_nacl) {
}
}
+group("monacl_shell_nonsfi_x86") {
Mark Seaborn 2015/09/08 23:57:43 Should this be added as a dependency of group("moj
Sean Klein 2015/09/09 17:37:07 I think it should be a dependency of "mojo_nacl_te
+ testonly = true
+ deps = [
+ ":monacl_shell_nonsfi(//build/toolchain/linux:clang_x86)",
Mark Seaborn 2015/09/08 23:57:43 Since this is Linux-specific, it seems like the ta
Sean Klein 2015/09/09 17:37:07 Added a conditional on "is_linux". Comment added.
+ ]
+}
+
# Untrusted code
if (is_nacl) {
# Unit test for the Mojo public API.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698