Enable gn checking for BoringSSL.
This sets friend to be a wildcard to allow all third_party/boringssl to depend on internals. Bug: 834415 Change-Id: I38c3a923abe57fca2bb86c9c1b30c443aeb7fa0d Reviewed-on: https://chromium-review.googlesource.com/1017780 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#551839}
This commit is contained in:

committed by
Commit Bot

parent
e87a029871
commit
145465a79b
1
.gn
1
.gn
@ -150,6 +150,7 @@ check_targets = [
|
||||
|
||||
#"//third_party/*", # May not ever want this.
|
||||
#"//third_party/breakpad/*", # Small errors.
|
||||
"//third_party/boringssl/*",
|
||||
"//third_party/brotli/*",
|
||||
"//third_party/hunspell/*",
|
||||
"//third_party/leveldatabase/*",
|
||||
|
5
third_party/boringssl/BUILD.gn
vendored
5
third_party/boringssl/BUILD.gn
vendored
@ -110,10 +110,7 @@ if (is_win && !is_msan) {
|
||||
component("boringssl") {
|
||||
sources = all_sources
|
||||
public = all_headers
|
||||
friend = [
|
||||
":boringssl_crypto_tests",
|
||||
":boringssl_ssl_tests",
|
||||
]
|
||||
friend = [ ":*" ]
|
||||
deps = [
|
||||
":boringssl_asm",
|
||||
"//third_party/boringssl/src/third_party/fiat:fiat_license",
|
||||
|
Reference in New Issue
Block a user