diff options
Diffstat (limited to 'tools/json_to_struct/json_to_struct.gni')
-rw-r--r-- | tools/json_to_struct/json_to_struct.gni | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/json_to_struct/json_to_struct.gni b/tools/json_to_struct/json_to_struct.gni index 0ef5bd8..8143922 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", + ] } } |