blob: d844396ebc441bc2a2bee0d0ea8ab4ccdfc45a22 [file] [log] [blame]
# Copyright 2019 The Chromium Authors
# 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",
]
}