summaryrefslogtreecommitdiff
path: root/chromium/media/gpu/ipc/common/BUILD.gn
blob: 194f6e5e7d3af5d79cda9fa56a5fcca28a21fd10 (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
27
28
29
30
# 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("common") {
  sources = [
    "create_video_encoder_params.cc",
    "create_video_encoder_params.h",
    "media_message_generator.cc",
    "media_message_generator.h",
    "media_messages.h",
    "media_param_traits.cc",
    "media_param_traits.h",
    "media_param_traits_macros.h",
  ]

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