| Index: build/config/mac/rules.gni
|
| diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
|
| index 3c51905d42557e0516bdd08dc4dc8d7ce55cf703..193070f219b43feaa62ffd104f6bab1d5df0166b 100644
|
| --- a/build/config/mac/rules.gni
|
| +++ b/build/config/mac/rules.gni
|
| @@ -166,7 +166,7 @@ template("mac_framework_bundle") {
|
| forward_variables_from(invoker, [ "testonly" ])
|
| sources = get_target_outputs(":$_info_plist_target")
|
| outputs = [
|
| - "{{bundle_root_dir}}/Info.plist",
|
| + "{{bundle_resources_dir}}/Info.plist",
|
| ]
|
| public_deps = [
|
| ":$_info_plist_target",
|
|
|