blob: 2f84b07cc82ad1b6b31e59cf2b23cb892b838e04 [file] [log] [blame]
# Copyright 2015 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("ozone_drm_gpu") {
sources = [
"ozone_drm_gpu_type_converters.cc",
"ozone_drm_gpu_type_converters.h",
]
deps = [
"//base",
"//mojo/converters/geometry",
"//mojo/public/c/system",
"//mojo/services/ozone_drm_gpu/interfaces",
"//ui/ozone:ozone_common_message_types",
]
}