| Index: third_party/wtl/BUILD.gn
|
| diff --git a/third_party/wtl/BUILD.gn b/third_party/wtl/BUILD.gn
|
| index 7ebe9d99d2092b1c5e952d8e51ad09d69c447910..eba359dfb57b133de6b6a2208f1b8684821124c2 100644
|
| --- a/third_party/wtl/BUILD.gn
|
| +++ b/third_party/wtl/BUILD.gn
|
| @@ -10,5 +10,5 @@ config("wtl_includes") {
|
| # actually generate anything linkable, and inject the required config for
|
| # making the include directories work.
|
| group("wtl") {
|
| - all_dependent_configs = ":wtl_includes"
|
| + all_dependent_configs = [ ":wtl_includes" ]
|
| }
|
|
|