Chromium Code Reviews| Index: build/config/mac/rules.gni |
| diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni |
| index 9aa1f92ae25f3c1b5dcd1129c26835cb37fd1feb..41c60c4799c7bdc9d9d3aaff6c4f913a0a09511c 100644 |
| --- a/build/config/mac/rules.gni |
| +++ b/build/config/mac/rules.gni |
| @@ -186,6 +186,9 @@ template("mac_app_bundle") { |
| "output_name", |
| "visibility", |
| ]) |
| + if (defined(add_configs)) { |
| + configs += add_configs |
| + } |
| output_name = _output_name |
| output_dir = "$target_out_dir/$_executable_target" |
| } |