diff options
author | msw <msw@chromium.org> | 2015-06-18 18:52:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-19 01:53:22 +0000 |
commit | 3358582856dc6a0768a9316c9d8e7c8ca4dcfd7f (patch) | |
tree | 57780cafabfdc51e853f53958f6fa609b75f9b3b /mojo | |
parent | e8ebe017f7a9f039749b395bcbefe8f699263528 (diff) | |
download | chromium_src-3358582856dc6a0768a9316c9d8e7c8ca4dcfd7f.zip chromium_src-3358582856dc6a0768a9316c9d8e7c8ca4dcfd7f.tar.gz chromium_src-3358582856dc6a0768a9316c9d8e7c8ca4dcfd7f.tar.bz2 |
Build ipc_mojo_unittests in //mojo:tests and mandoline:all.
My recent CL added ipc_mojo_unittests to these bots:
http://build.chromium.org/p/chromium.mojo/console
https://codereview.chromium.org/1189133005/
They only build mandoline:all, which doesn't include the tests.
I can remove this test from those bots if we prefer.
For now, I'm adding this dependency to make the bots green.
BUG=NONE
TEST=Bots go green.
TBR=sky@chromium.org
NOTRY=TRUE
Review URL: https://codereview.chromium.org/1197533002
Cr-Commit-Position: refs/heads/master@{#335191}
Diffstat (limited to 'mojo')
-rw-r--r-- | mojo/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn index 5bcbc95..7f86bfa 100644 --- a/mojo/BUILD.gn +++ b/mojo/BUILD.gn @@ -26,6 +26,7 @@ group("mojo") { group("tests") { testonly = true deps = [ + "//ipc/mojo:ipc_mojo_unittests", "//mojo/application/public/cpp/tests:mojo_public_application_unittests", "//mojo/common:mojo_common_unittests", "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |