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

Unified Diff: mojo/edk/test/BUILD.gn

Issue 1052723003: NaCl: create a separate namespace for Mojo handles. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Tweak Created 5 years, 8 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/edk/system/core.cc ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/BUILD.gn
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
index e8f55adfcf760d181c3eb92976894672633c369d..87357082cde3f15729f71f45f979f8a5fd898428 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -90,6 +90,7 @@ group("public_tests") {
":mojo_public_system_perftests",
":mojo_public_system_unittests",
":mojo_public_utility_unittests",
+ ":mojo_system_impl_private_unittests",
]
}
@@ -134,3 +135,10 @@ test("mojo_public_utility_unittests") {
"../../public/cpp/utility/tests",
]
}
+
+test("mojo_system_impl_private_unittests") {
+ deps = [
+ ":run_all_unittests",
+ "../../public/platform/native:system_impl_private_tests",
+ ]
+}
« no previous file with comments | « mojo/edk/system/core.cc ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698