summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/accessibility/BUILD.gn
blob: e54aed688e17fb0b34f8f28aa6851167bfdabd6e (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
27
28
29
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/chromeos/ui_mode.gni")

source_set("test_support") {
  testonly = true
  sources = [
    "live_caption_test_util.cc",
    "live_caption_test_util.h",
  ]

  deps = [
    "//base",
    "//chrome/browser:browser_process",
    "//chrome/browser/profiles:profile",
    "//chrome/browser/ui",
    "//chrome/test:test_support_ui",
    "//components/live_caption:constants",
    "//components/soda",
    "//components/soda:constants",
    "//components/sync_preferences",
  ]

  if (is_chromeos_ash) {
    deps += [ "//ash/constants" ]
  }
}