Index: build/config/mac/rules.gni |
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni |
index 2105afa790bf46753be9eb3f7fea28e13d9e5630..4022d12763b7061ecb21937eb8c285e7b0522249 100644 |
--- a/build/config/mac/rules.gni |
+++ b/build/config/mac/rules.gni |
@@ -188,6 +188,9 @@ template("mac_app_bundle") { |
"output_name", |
"visibility", |
]) |
+ if (defined(extra_configs)) { |
+ configs += extra_configs |
+ } |
output_name = _output_name |
output_dir = "$target_out_dir/$_executable_target" |
} |