| Index: build/config/ios/rules.gni
|
| diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
|
| index 4370393daf2b68e3f3c3ba9c624f1b746a2ce20a..c18c06554e94f6d62c573c2c1048e809c84ad0f1 100644
|
| --- a/build/config/ios/rules.gni
|
| +++ b/build/config/ios/rules.gni
|
| @@ -169,8 +169,8 @@ template("ios_app") {
|
| identity = invoker.code_signing_identity
|
| application_path = "$root_build_dir/$app_name.app"
|
| deps = [
|
| - ":$plist_gen_target_name",
|
| ":$bin_gen_target_name",
|
| + ":$plist_gen_target_name",
|
| ]
|
| }
|
| } else {
|
| @@ -181,8 +181,8 @@ template("ios_app") {
|
| # Top level group
|
| group(target_name) {
|
| deps = [
|
| - ":$plist_gen_target_name",
|
| ":$bin_gen_target_name",
|
| + ":$plist_gen_target_name",
|
| ]
|
| if (invoker.code_signing_identity != "") {
|
| deps += [ ":$code_sign_gen_target_name" ]
|
|
|