| Index: build/secondary/tools/grit/repack.gni
|
| diff --git a/build/secondary/tools/grit/repack.gni b/build/secondary/tools/grit/repack.gni
|
| index cba173205dbd3f95667c83f26b4d636ec093dd56..1030674c62eadbafe43a72c485edcde4f860e2bc 100644
|
| --- a/build/secondary/tools/grit/repack.gni
|
| +++ b/build/secondary/tools/grit/repack.gni
|
| @@ -29,7 +29,9 @@ template("repack") {
|
| script = "//tools/grit/grit/format/repack.py"
|
|
|
| inputs = invoker.sources
|
| - outputs = [ invoker.output ]
|
| + outputs = [
|
| + invoker.output,
|
| + ]
|
|
|
| args = []
|
| if (defined(invoker.repack_options)) {
|
|
|