summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/accessibility/BUILD.gn
blob: e5c0007e4037bebef585bbf3bc787d2d417ce3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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_core_tests("unit_tests") {
  sources = [ "apply_dark_mode_test.cc" ]
}