Chromium Code Reviews| Index: tools/json_to_struct/json_to_struct.gni |
| diff --git a/tools/json_to_struct/json_to_struct.gni b/tools/json_to_struct/json_to_struct.gni |
| index 0ef5bd88835b998ca9a20b6163fb33aba5faaa54..814392258b5beb7675f6a4e6271ce8bac320bff7 100644 |
| --- a/tools/json_to_struct/json_to_struct.gni |
| +++ b/tools/json_to_struct/json_to_struct.gni |
| @@ -57,6 +57,8 @@ template("json_to_struct") { |
| sources = get_target_outputs(":$action_name") |
| - deps = [ ":$action_name" ] |
| + deps = [ |
| + ":$action_name", |
| + ] |
| } |
| } |