| Index: third_party/zlib/BUILD.gn
|
| diff --git a/third_party/zlib/BUILD.gn b/third_party/zlib/BUILD.gn
|
| index 9ac85a574fe53f7ef0e754d159909cdeb235b7f9..0f21450e38bc65c62cbe1fccf0d5e884206370b3 100644
|
| --- a/third_party/zlib/BUILD.gn
|
| +++ b/third_party/zlib/BUILD.gn
|
| @@ -45,7 +45,7 @@ static_library("zlib") {
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
|
| - direct_dependent_configs = [ ":zlib_config" ]
|
| + public_configs = [ ":zlib_config" ]
|
| }
|
|
|
| static_library("minizip") {
|
| @@ -81,7 +81,7 @@ static_library("minizip") {
|
|
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
| - direct_dependent_configs = [ ":zlib_config" ]
|
| + public_configs = [ ":zlib_config" ]
|
| }
|
|
|
| static_library("zip") {
|
|
|