diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-25 18:36:36 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-25 18:36:36 +0000 |
commit | b8ce93e3b21bf54f8fe59554d31cdc51a9ad7c95 (patch) | |
tree | ea4cd6137b63eb0d20de9b9fe309950e6f05edbf /mojo/tools | |
parent | 593cb299832f74720e26e42f6ff5ba51ee6ea5c0 (diff) | |
download | chromium_src-b8ce93e3b21bf54f8fe59554d31cdc51a9ad7c95.zip chromium_src-b8ce93e3b21bf54f8fe59554d31cdc51a9ad7c95.tar.gz chromium_src-b8ce93e3b21bf54f8fe59554d31cdc51a9ad7c95.tar.bz2 |
Mojo: Remove scoped_message_pipe.*.
ScopedMessagePipe is now mostly unneeded with ScopedMessagePipeHandle (and I
can't imagine many "real" uses for it, except in tests). Begin converting stuff
in mojo/common over to the new C++ wrappers -- though there's lots more to do.
R=sky@chromium.org, sky
Review URL: https://codereview.chromium.org/83073007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/tools')
-rwxr-xr-x | mojo/tools/mojob.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/tools/mojob.sh b/mojo/tools/mojob.sh index 06b496c..ccf8d44 100755 --- a/mojo/tools/mojob.sh +++ b/mojo/tools/mojob.sh @@ -51,6 +51,8 @@ do_unittests() { "out/$1/mojo_public_unittests" || exit 1 "out/$1/mojo_bindings_test" || exit 1 "out/$1/mojo_js_bindings_unittests" || exit 1 + "out/$1/mojo_common_unittests" || exit 1 + "out/$1/mojo_shell_unittests" || exit 1 } do_perftests() { |