| Index: third_party/libxml/BUILD.gn
|
| diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn
|
| index 455c0ea35fdd5adce30acaebafebbb930fa5258f..73bb3dcfb5db24fb3730ce48968e265c6f3607f7 100644
|
| --- a/third_party/libxml/BUILD.gn
|
| +++ b/third_party/libxml/BUILD.gn
|
| @@ -142,11 +142,11 @@ static_library("libxml") {
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
|
| - direct_dependent_configs = [ ":libxml_config" ]
|
| - forward_dependent_configs_from = [ "//third_party/icu:icuuc" ]
|
| -
|
| - deps = [
|
| + public_configs = [ ":libxml_config" ]
|
| + public_deps = [
|
| "//third_party/icu:icuuc",
|
| + ]
|
| + deps = [
|
| "//third_party/zlib",
|
| ]
|
|
|
|
|