| Index: tools/gn/secondary/third_party/libxml/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/libxml/BUILD.gn b/tools/gn/secondary/third_party/libxml/BUILD.gn
|
| index e77ae3bc226d4148f8043abc54f3d8709d5ef271..96024eabcd67db87fb225257f16d542b5aa35ca5 100644
|
| --- a/tools/gn/secondary/third_party/libxml/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/libxml/BUILD.gn
|
| @@ -140,8 +140,8 @@ static_library("libxml") {
|
| "win32/include/libxml/xmlversion.h",
|
| ]
|
|
|
| - configs -= "//build/config/compiler:chromium_code"
|
| - configs += "//build/config/compiler:no_chromium_code"
|
| + 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" ]
|
|
|