blob: dbff6a41a1abd4b868c5b3120385a3df4a0130c1 [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("//third_party/blink/renderer/core/core.gni")
blink_core_sources("accessibility") {
sources = [
"ax_context.cc",
"ax_context.h",
"ax_object_cache.cc",
"ax_object_cache.h",
"ax_object_cache_base.cc",
"ax_object_cache_base.h",
"axid.h",
]
}