BUILD.gn 437 B

12345678910111213141516
  1. # Copyright 2019 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. static_library("google_trust_services") {
  5. # This is currently only used by remoting. Changes to visibility require a
  6. # security review.
  7. visibility = [
  8. "//chrome/services/speech/*",
  9. "//remoting/*",
  10. ]
  11. sources = [
  12. "src/roots.cc",
  13. "src/roots.h",
  14. ]
  15. }