blob: 33cd6fd3cf0a8dde74572feba1f789882ce9ebe5 [file] [log] [blame]
# Copyright 2017 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.
mojom = "//ui/gfx/mojo/ca_layer_params.mojom"
public_headers = [ "//ui/gfx/ca_layer_params.h" ]
traits_headers = [ "//ui/gfx/mojo/ca_layer_params_struct_traits.h" ]
sources = [
"//ui/gfx/mojo/ca_layer_params_struct_traits.cc",
]
public_deps = [
"//ui/gfx",
]
deps = [
"//ui/gfx/geometry/mojo:struct_traits",
]
type_mappings = [ "gfx.mojom.CALayerParams=gfx::CALayerParams" ]