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

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

Issue 1964393002: [GN] New template convert_plist to convert a plist file to another format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
« no previous file with comments | « no previous file | build/config/mac/base_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index ebcd7748448cbedd36afe83d7124f70de3297ce2..b628d269816fd6eb143ccc4e3f48016283833dc6 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -39,7 +39,11 @@ template("ios_info_plist") {
"//build/config/ios/BuildInfo.plist",
invoker.info_plist,
]
- forward_variables_from(invoker, [ "executable_name" ])
+ forward_variables_from(invoker,
+ [
+ "executable_name",
+ "visibility",
+ ])
}
}
« no previous file with comments | « no previous file | build/config/mac/base_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698