blob: 588452def9b49aadd0935301a46e2fbb400400de [file] [log] [blame]
# 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.
static_library("google_trust_services") {
# This is currently only used by remoting. Changes to visibility require a
# security review.
visibility = [
"//chrome/services/speech/*",
"//remoting/*",
]
sources = [
"src/roots.cc",
"src/roots.h",
]
}