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

Unified Diff: mojo/nacl/BUILD.gn

Issue 884303002: Launch nexes from mojo_shell. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Mojo IRT 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 | « mojo/BUILD.gn ('k') | mojo/nacl/config.gni » ('j') | shell/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 63227456e99c10f3188156cd222ed7c94885071f..4bd508a2148261f49d1a7a40446019f8950e08a8 100644
--- a/mojo/nacl/BUILD.gn
+++ b/mojo/nacl/BUILD.gn
@@ -66,6 +66,7 @@ if (is_nacl) {
"$gen_dir/libmojo.cc",
]
deps = [
+ "//native_client/src/untrusted/nacl:imc_syscalls",
":mojo_nacl_codegen($default_toolchain)",
]
}
@@ -78,7 +79,6 @@ if (is_nacl) {
"//mojo/public/cpp/system/tests/macros_unittest.cc",
]
deps = [
- "//native_client/src/untrusted/nacl:imc_syscalls",
"//mojo/public/c/system/tests:tests",
"//mojo/public/cpp/system:system",
"//testing/gtest:gtest",
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/nacl/config.gni » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698