blob: ccdf2b90081dd839fcace72c241b88b3c207ad4a [file] [log] [blame]
# Copyright 2018 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/accessibility/mojom/ax_relative_bounds.mojom"
public_headers = [ "//ui/accessibility/ax_relative_bounds.h" ]
traits_headers =
[ "//ui/accessibility/mojom/ax_relative_bounds_mojom_traits.h" ]
sources = [
"ax_relative_bounds_mojom_traits.cc",
"ax_relative_bounds_mojom_traits.h",
]
public_deps = [
"//ui/gfx",
"//ui/gfx/geometry/mojo",
"//ui/gfx/geometry/mojo:struct_traits",
"//ui/gfx/mojo",
]
type_mappings = [ "ax.mojom.AXRelativeBounds=ui::AXRelativeBounds" ]