| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index bb48833cefb9e53cab266e964017043ddb1a16df..7337461f13f77520708fae76cd5527576cca1531 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -15,7 +15,7 @@ config("openssl_config") {
|
|
|
| # Config internal to this build file.
|
| config("openssl_internal_config") {
|
| - visibility = ":*" # Only targets in this file can depend on this.
|
| + visibility = [ ":*" ] # Only targets in this file can depend on this.
|
| }
|
|
|
| # The list of BoringSSL files is kept in boringssl.gypi.
|
|
|