naiveproxy/ui/accessibility/mojom/BUILD.gn
2018-08-11 05:35:24 +00:00

24 lines
573 B
Plaintext

# 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_assistant_structure.mojom",
"ax_node_data.mojom",
"ax_tree_data.mojom",
"ax_tree_update.mojom",
]
public_deps = [
"//mojo/public/mojom/base",
"//ui/accessibility:ax_enums_mojo",
"//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
"//ui/gfx/range/mojo",
"//url/mojom:url_mojom_gurl",
]
}