Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: build/config/ios/rules.gni

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]

Powered by Google App Engine
This is Rietveld 408576698