[go: nahoru, domu]

blob: 7a8ad15b25e1e6dccfd5ac788f5e33d7718e7d97 [file] [log] [blame]
# 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" ]
}