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

Unified Diff: mojo/BUILD.gn

Issue 840653003: Pull in native_client and build tests. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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 | « DEPS.nacl ('k') | 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 ab86729038b664356d095fd750b0ddb545e4d4cb..2299f4fe6200a38cf353b59aec9e8cf72ff5c6e0 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -11,6 +11,7 @@ group("mojo") {
testonly = true
declare_args() {
mojo_use_go = false
+ mojo_use_nacl = false
}
deps = [
":tests",
@@ -34,6 +35,13 @@ group("mojo") {
if (is_linux) {
deps += [ "//mojo/python" ]
}
+
+ if (mojo_use_nacl) {
+ deps += [
+ "//mojo/nacl:mojo_nacl",
+ "//mojo/nacl:mojo_nacl_tests",
+ ]
+ }
}
group("tests") {
« no previous file with comments | « DEPS.nacl ('k') | mojo/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698