blob: 0fa557951e43d18566b2d2eaff08d42701142f97 [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_update.mojom"
public_headers = [ "//ui/accessibility/ax_tree_update.h" ]
traits_headers = [ "//ui/accessibility/mojom/ax_tree_update_mojom_traits.h" ]
sources = [
"ax_tree_update_mojom_traits.cc",
"ax_tree_update_mojom_traits.h",
]
public_deps = [
"//ui/accessibility",
]
type_mappings = [ "ax.mojom.AXTreeUpdate=ui::AXTreeUpdate" ]