blob: a51a5c9500ef5ad8cacb85c3a5d6d47a0f63890f [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 = [
"apply_dark_mode.cc",
"apply_dark_mode.h",
"ax_context.cc",
"ax_context.h",
"ax_object_cache.cc",
"ax_object_cache.h",
"ax_object_cache_base.h",
"axid.h",
"blink_ax_event_intent.cc",
"blink_ax_event_intent.h",
"scoped_blink_ax_event_intent.cc",
"scoped_blink_ax_event_intent.h",
]
deps = [ "//ui/accessibility:ax_base" ]
}
blink_core_tests("unit_tests") {
sources = [
"blink_ax_event_intent_test.cc",
"scoped_blink_ax_event_intent_test.cc",
]
deps = [ "//ui/accessibility:ax_base" ]
}