| Index: third_party/usrsctp/BUILD.gn
|
| diff --git a/third_party/usrsctp/BUILD.gn b/third_party/usrsctp/BUILD.gn
|
| index 1361b9697ee06aa38872a74a1694531bcdb7a6c0..504885ef7a0c0358cc0631a53816af540ccb1109 100644
|
| --- a/third_party/usrsctp/BUILD.gn
|
| +++ b/third_party/usrsctp/BUILD.gn
|
| @@ -87,7 +87,7 @@ static_library("usrsctp") {
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
|
| - direct_dependent_configs = [ ":usrsctp_config" ]
|
| + public_configs = [ ":usrsctp_config" ]
|
|
|
| if (use_openssl) {
|
| defines += [ "SCTP_USE_OPENSSL_SHA1" ]
|
|
|