Commit bbb9bf14 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add a few more unittest targets to chromiumos_preflight group.

Uprevs are blocked due to a broken test target that gets built in
the ebuild but not Chrome's CQ.

This updates the chromiumos_preflight group to include all binaries
listed in:
https://source.chromium.org/chromiumos/chromiumos/codesearch/+/master:src/third_party/chromiumos-overlay/chromeos-base/chrome-binary-tests/chrome-binary-tests-0.0.1.ebuild

Needs crrev.com/c/2125027 before this can land.

Bug: None
Change-Id: I3f972866c6a37e874b2b23840e12828f11e89f68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124974Reviewed-by: default avatarTao Wu <wutao@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754532}
parent 85e41b8b
......@@ -910,6 +910,8 @@ if (is_win) {
}
if (is_chromeos) {
# This group is used to collect all targets used when verifying a new version
# of Chrome for Chrome OS.
group("chromiumos_preflight") {
testonly = true
deps = [
......@@ -917,15 +919,20 @@ if (is_chromeos) {
"//chrome/browser/metrics/perf:profile_provider_unittest",
"//chrome/test/chromedriver",
"//components/chromeos_camera:jpeg_decode_accelerator_unittest",
"//components/exo/wayland:wayland_client_perftests",
"//media:media_unittests",
"//media/capture:capture_unittests",
"//ppapi/examples/video_decode",
"//sandbox/linux:chrome_sandbox",
"//sandbox/linux:sandbox_linux_unittests",
"//third_party/breakpad:minidump_stackwalk($host_toolchain)",
"//third_party/dawn:dawn_end2end_tests",
"//third_party/dawn:dawn_unittests",
# Blocked on https://github.com/catapult-project/catapult/issues/2297
#"//third_party/catapult/telemetry:bitmaptools",
"//tools/perf/clear_system_cache",
"//ui/ozone/gl:ozone_gl_unittests",
]
if (use_v4l2_codec || use_vaapi) {
......@@ -935,6 +942,9 @@ if (is_chromeos) {
"//media/gpu:video_decode_accelerator_tests",
"//media/gpu:video_encode_accelerator_unittest",
]
if (use_vaapi) {
deps += [ "//media/gpu/vaapi:vaapi_unittest" ]
}
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment