blob: 226bfe810158288fd94df2c8a763ab8e498dfcd2 [file] [log] [blame]
# 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 = [
"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",
]
}