blob: 1d266cfd301ac7ebebd1746ae9dbf6ebf8547549 [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_node_data.mojom"
public_headers = [ "//ui/accessibility/ax_node_data.h" ]
traits_headers = [ "//ui/accessibility/mojom/ax_node_data_mojom_traits.h" ]
sources = [
"ax_node_data_mojom_traits.cc",
"ax_node_data_mojom_traits.h",
]
public_deps = [
"//ui/accessibility",
]
type_mappings = [ "ax.mojom.AXNodeData=ui::AXNodeData" ]