| Index: third_party/libpng/BUILD.gn
|
| diff --git a/third_party/libpng/BUILD.gn b/third_party/libpng/BUILD.gn
|
| index d6e0098fad3270746622e78aeee6cc59c3331e1b..4ec38d1adc0277eaf37b416947a5d729f20c50c5 100644
|
| --- a/third_party/libpng/BUILD.gn
|
| +++ b/third_party/libpng/BUILD.gn
|
| @@ -53,8 +53,8 @@ static_library("libpng") {
|
| "pngwutil.c",
|
| ]
|
|
|
| - 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" ]
|
|
|
| forward_dependent_configs_from = [ "//third_party/zlib" ]
|
|
|
|
|