Commit e62c31b7 authored by Miguel Casas's avatar Miguel Casas Committed by Commit Bot

BUILD: add jpeg_encode_accelerator_unittests on CrOs CQ bots

This CL adds jpeg_encode_accelerator_unittests to the chromiumos_preflight
target, so it gets compiled as part of the CQ (chromeos-amd64-generic-rel
bot).

Bug: 732531
Change-Id: I49e2db7d8259ee7746100cd858d1d19638384e87
Reviewed-on: https://chromium-review.googlesource.com/c/1297249Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Miguel Casas <mcasas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602193}
parent c531d2d7
...@@ -862,6 +862,9 @@ if (is_chromeos) { ...@@ -862,6 +862,9 @@ if (is_chromeos) {
"//media/gpu:video_encode_accelerator_unittest", "//media/gpu:video_encode_accelerator_unittest",
] ]
} }
if (use_vaapi) {
deps += [ "//media/gpu:jpeg_encode_accelerator_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