| Index: third_party/expat/BUILD.gn
|
| diff --git a/third_party/expat/BUILD.gn b/third_party/expat/BUILD.gn
|
| index aac9c62677c3d3baf077d64b5e979d323cc7848e..78ddb0531c33e35d58350e2801aefa545738fac7 100644
|
| --- a/third_party/expat/BUILD.gn
|
| +++ b/third_party/expat/BUILD.gn
|
| @@ -8,7 +8,7 @@ if (is_linux) {
|
| }
|
|
|
| group("expat") {
|
| - direct_dependent_configs = [ ":expat_config" ]
|
| + public_configs = [ ":expat_config" ]
|
| }
|
| } else {
|
| config("expat_config") {
|
| @@ -24,7 +24,7 @@ if (is_linux) {
|
| "files/lib/xmltok.c",
|
| ]
|
|
|
| - direct_dependent_configs = [ ":expat_config" ]
|
| + public_configs = [ ":expat_config" ]
|
|
|
| defines = [ "_LIB" ]
|
| if (is_win) {
|
|
|