blob: 6ab5e59091ff039b3b4d5a4b8d383de1cdc873d2 [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.cc",
"ax_object_cache_base.h",
"axid.h",
]
}
blink_core_tests("unit_tests") {
sources = [ "apply_dark_mode_test.cc" ]
}