1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/json_schema_api.gni")
7 component("accessibility") {
13 "ax_serializable_tree.cc",
14 "ax_serializable_tree.h",
19 "ax_tree_serializer.cc",
20 "ax_tree_serializer.h",
26 "platform/ax_platform_node.cc",
27 "platform/ax_platform_node.h",
28 "platform/ax_platform_node_base.cc",
29 "platform/ax_platform_node_base.h",
30 "platform/ax_platform_node_delegate.h",
31 "platform/ax_platform_node_mac.h",
32 "platform/ax_platform_node_mac.mm",
35 defines = [ "ACCESSIBILITY_IMPLEMENTATION" ]
45 source_set("test_support") {
56 test("accessibility_unittests") {
58 "ax_generated_tree_unittest.cc",
59 "ax_tree_serializer_unittest.cc",
60 "ax_tree_unittest.cc",
67 "//base/test:run_all_unittests",
74 json_schema_api("ax_gen") {
75 sources = [ "ax_enums.idl" ]
76 deps = [ "//base/third_party/dynamic_annotations" ]