diff options
Diffstat (limited to 'chromium/third_party/google_trust_services')
-rw-r--r-- | chromium/third_party/google_trust_services/BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/third_party/google_trust_services/BUILD.gn b/chromium/third_party/google_trust_services/BUILD.gn index be750d52a8d..588452def9b 100644 --- a/chromium/third_party/google_trust_services/BUILD.gn +++ b/chromium/third_party/google_trust_services/BUILD.gn @@ -5,7 +5,10 @@ static_library("google_trust_services") { # This is currently only used by remoting. Changes to visibility require a # security review. - visibility = [ "//remoting/*" ] + visibility = [ + "//chrome/services/speech/*", + "//remoting/*", + ] sources = [ "src/roots.cc", "src/roots.h", |