blob: 1dfe069a71e7ae2dad91b1a76b3b2418773f1da9 [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_type_converters.cc",
"media_type_converters.h",
"mojo_decoder_buffer_converter.cc",
"mojo_decoder_buffer_converter.h",
"mojo_shared_buffer_video_frame.cc",
"mojo_shared_buffer_video_frame.h",
]
deps = [
"//base",
"//gpu/ipc/common:struct_traits",
"//media",
"//media/mojo/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//ui/gfx/geometry",
"//ui/gfx/geometry/mojo",
]
}