summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/settings/chromeos/os_a11y_page/BUILD.gn
blob: 75b6aea70fcf37a0234dfd59d4693d2f3ee15e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2019 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/closure_compiler/compile_js.gni")

js_type_check("closure_compile") {
  deps = [
    ":os_a11y_page",
    "../../a11y_page:captions_subpage",
    "../../a11y_page:externs",
    "../../a11y_page:manage_a11y_page",
    "../../a11y_page:switch_access_subpage",
    "../../a11y_page:tts_subpage",
    "../../appearance_page:fonts_browser_proxy",
  ]
}

js_library("os_a11y_page") {
  deps = [
    "../../:route",
    "../../settings_page:settings_animated_pages",
    "//ui/webui/resources/js:load_time_data",
    "//ui/webui/resources/js:web_ui_listener_behavior",
  ]
}