| Index: third_party/lzma_sdk/BUILD.gn
|
| diff --git a/third_party/lzma_sdk/BUILD.gn b/third_party/lzma_sdk/BUILD.gn
|
| index 38a07e1f9dcaa7dc83b3884e8a2dcbce50306527..32333afba475173a1252169068779363223c6259 100644
|
| --- a/third_party/lzma_sdk/BUILD.gn
|
| +++ b/third_party/lzma_sdk/BUILD.gn
|
| @@ -52,5 +52,5 @@ static_library("lzma_sdk") {
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
|
| - direct_dependent_configs = [ ":lzma_sdk_config" ]
|
| + public_configs = [ ":lzma_sdk_config" ]
|
| }
|
|
|