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

Unified Diff: mojo/BUILD.gn

Issue 1374443002: Separate non-SFI NaCl from SFI NaCl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Android not ready (yet) 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 | mojo/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 75884f488b8eeefc99c354413441fa9e96347990..16c58fb8acf90c74e81fcc6302cf4310064c0c76 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -13,6 +13,7 @@ group("mojo") {
# TODO(ncbray): support ASAN once NaCl's GN build is unforked.
mojo_use_nacl = is_linux && !is_asan
+ mojo_use_nacl_nonsfi = is_linux && !is_asan
}
deps = [
":tests",
@@ -44,6 +45,13 @@ group("mojo") {
"//mojo/nacl:mojo_nacl_tests",
]
}
+
+ if (mojo_use_nacl_nonsfi) {
+ deps += [
+ "//mojo/nacl:mojo_nacl_nonsfi",
+ "//mojo/nacl:mojo_nacl_tests_nonsfi",
+ ]
+ }
}
group("tests") {
« no previous file with comments | « no previous file | mojo/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698