Commit 9a60679b authored by Ted Meyer's avatar Ted Meyer Committed by Commit Bot

Fix minigbm-using tests so that they require cros

This starts with //media/gpu/test:local_gpu_memory_buffer_manager
needing to use the chromeos-specific minigbm library.

Also then add a check for use_vaapi to the vaapi jpeg/webp decoder
unittests.

Change-Id: I3991961746bd6626b772f9143544c238d67b3dde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439780
Commit-Queue: Ted Meyer <tmathmeyer@chromium.org>
Reviewed-by: default avatarAndres Calderon Jaramillo <andrescj@chromium.org>
Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813082}
parent a8be0d7f
......@@ -214,7 +214,7 @@ if (use_vaapi || use_v4l2_codec) {
}
}
if (is_chromeos || use_vaapi) {
if (is_chromeos) {
static_library("local_gpu_memory_buffer_manager") {
testonly = true
sources = [
......
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