blob: be462bc0ab5c7e4bb2c36d3c63ad2b861539300a [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 = "//components/arc/common/gfx.mojom"
public_headers = [
"//ui/gfx/geometry/rect.h",
"//ui/gfx/range/range.h",
]
deps = [
"//ui/gfx",
]
traits_headers = [ "//components/arc/common/arc_gfx_struct_traits.h" ]
sources = [
"//components/arc/common/arc_gfx_struct_traits.cc",
]
type_mappings = [
"arc.mojom.Rect=::gfx::Rect",
"arc.mojom.Range=::gfx::Range",
]