| Index: build/secondary/tools/grit/grit_rule.gni
|
| diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
|
| index cdaf0f272282f693ecd36763f2cae92f8e275097..8884597931b59199368f15f9187bda62bb7fd941 100644
|
| --- a/build/secondary/tools/grit/grit_rule.gni
|
| +++ b/build/secondary/tools/grit/grit_rule.gni
|
| @@ -438,6 +438,10 @@ template("grit") {
|
| public_configs += invoker.public_configs
|
| }
|
|
|
| + if (defined(invoker.configs)) {
|
| + configs += invoker.configs
|
| + }
|
| +
|
| if (defined(invoker.visibility)) {
|
| visibility = invoker.visibility
|
| }
|
|
|