blob: 35b7a9ff7bbdb3e597b68a63a17c8255c1a7a9df [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 = [ "//sandbox/policy" ]
}