Files
brave-core/patches/tools-json_to_struct-json_to_struct.gni.patch
T

13 lines
514 B
Diff

diff --git a/tools/json_to_struct/json_to_struct.gni b/tools/json_to_struct/json_to_struct.gni
index 9548e2c5d748d386ff002fd48f11f380beb30f72..c04ad21da53863efd05545ba85748ba8f5479aae 100644
--- a/tools/json_to_struct/json_to_struct.gni
+++ b/tools/json_to_struct/json_to_struct.gni
@@ -69,6 +69,7 @@ template("json_to_struct") {
}
sources = get_target_outputs(":$action_name")
+ if (defined(invoker.additional_sources)) { sources += invoker.additional_sources }
deps = [ ":$action_name" ]