blob: 36ca634361eb6844873c4c96a4e20b1914686e6b [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_tree_data.mojom"
public_headers = [ "//ui/accessibility/ax_tree_data.h" ]
traits_headers = [ "//ui/accessibility/mojom/ax_tree_data_mojom_traits.h" ]
sources = [
"ax_tree_data_mojom_traits.cc",
"ax_tree_data_mojom_traits.h",
]
public_deps = [
"//ui/accessibility",
]
type_mappings = [ "ax.mojom.AXTreeData=ui::AXTreeData" ]