blob: be750d52a8d68f9b76040989fb3f26693431ac23 [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 = [ "//remoting/*" ]
sources = [
"src/roots.cc",
"src/roots.h",
]
}