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

Unified Diff: mojo/tools/mojob.sh

Issue 134253004: Mojo: AsyncWaiter and mojo/public/environment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing files Created 6 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
« mojo/mojo_examples.gypi ('K') | « mojo/shell/service_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojob.sh
diff --git a/mojo/tools/mojob.sh b/mojo/tools/mojob.sh
index 5d99a6a07a8b2ddc5dbaf4cf2dffd595b01b71a4..ae050150c019c84415e2caca02977e1ff8592d00 100755
--- a/mojo/tools/mojob.sh
+++ b/mojo/tools/mojob.sh
@@ -50,11 +50,11 @@ do_unittests() {
"out/$1/mojo_common_unittests" || exit 1
"out/$1/mojo_js_unittests" || exit 1
"out/$1/mojo_public_bindings_unittests" || exit 1
+ "out/$1/mojo_public_environment_unittests" || exit 1
"out/$1/mojo_public_system_unittests" || exit 1
"out/$1/mojo_public_utility_unittests" || exit 1
"out/$1/mojo_shell_unittests" || exit 1
"out/$1/mojo_system_unittests" || exit 1
- "out/$1/mojo_utility_unittests" || exit 1
}
do_perftests() {
« mojo/mojo_examples.gypi ('K') | « mojo/shell/service_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698