summaryrefslogtreecommitdiff
path: root/chromium/media/gpu/ipc/client/BUILD.gn
blob: 4344e7d5211be4e3c88e468ddff6588ba383ea71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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",
  ]

  configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]

  deps = [
    "//base",
    "//gpu/ipc/common",
    "//ipc",
    "//media",
    "//media:media_buildflags",
    "//media/gpu",
    "//media/gpu/ipc/common",
    "//ui/gfx:memory_buffer",
    "//ui/gfx/geometry",
    "//ui/gfx/ipc",
    "//ui/gfx/ipc/color",
  ]
}