summaryrefslogtreecommitdiff
path: root/chromium/content/utility/speech/BUILD.gn
blob: 7a8ad15b25e1e6dccfd5ac788f5e33d7718e7d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2020 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.

source_set("speech_recognition_sandbox_hook") {
  sources = [
    "speech_recognition_sandbox_hook_linux.cc",
    "speech_recognition_sandbox_hook_linux.h",
  ]

  deps = [
    "//base",
    "//components/component_updater:component_updater",
    "//components/soda:constants",
    "//sandbox/linux:sandbox_services",
  ]

  public_deps = [ "//services/service_manager/sandbox" ]
}