blob: 29164df39cb7f548d41949eb22c1b91d2b3906c8 [file] [log] [blame]
# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("client") {
sources = [
"gpu_video_decode_accelerator_host.cc",
"gpu_video_decode_accelerator_host.h",
]
deps = [
"//base",
"//gpu/ipc/common",
"//ipc",
"//media",
"//media:media_buildflags",
"//media/gpu",
"//media/gpu/ipc/common",
"//media/mojo/mojom",
"//ui/gfx:memory_buffer",
"//ui/gfx/geometry",
"//ui/gfx/ipc",
"//ui/gfx/ipc/color",
]
}