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

Unified Diff: build/config/mac/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/mac/rules.gni
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
index 8baad60597b9cfeb664ce58f7cc0a824b3c5409d..32f3d99914d43f1bb0a161a2943faa95813522a8 100644
--- a/build/config/mac/rules.gni
+++ b/build/config/mac/rules.gni
@@ -195,10 +195,10 @@ template("mac_app") {
group(copy_all_target_name) {
visibility = [ ":$group_gen_target_name" ]
deps = [
- ":$struct_gen_target_name",
- ":$copy_plist_gen_target_name",
":$copy_bin_target_name",
+ ":$copy_plist_gen_target_name",
":$copy_xib_target_name",
+ ":$struct_gen_target_name",
]
}

Powered by Google App Engine
This is Rietveld 408576698