| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index 3b7f91a12fdca16bdd60591241af1e8319e5bcf5..cc3701de0eced97731942682759f18096b120a9b 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -28,7 +28,7 @@ gypi_values = exec_script(
|
| component("boringssl") {
|
| sources = gypi_values.boringssl_lib_sources
|
|
|
| - direct_dependent_configs = [ ":openssl_config" ]
|
| + public_configs = [ ":openssl_config" ]
|
|
|
| cflags = []
|
| defines = [
|
|
|