| # Copyright 2016 The Chromium Authors. All rights reserved. | 
 | # 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", | 
 |   ] | 
 | } |