blob: 877b3561e6de2ee16d0b0d5444706b1cb27bda7e [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.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojom") {
sources = [
"ax_action_data.mojom",
"ax_assistant_structure.mojom",
"ax_event.mojom",
"ax_node_data.mojom",
"ax_relative_bounds.mojom",
"ax_tree_data.mojom",
"ax_tree_id.mojom",
"ax_tree_update.mojom",
]
public_deps = [
"//mojo/public/mojom/base",
"//ui/accessibility:ax_constants_mojo",
"//ui/accessibility:ax_enums_mojo",
"//ui/gfx/geometry/mojom",
"//ui/gfx/mojom",
"//ui/gfx/range/mojom",
"//url/mojom:url_mojom_gurl",
]
}