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

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

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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