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

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

Issue 2033403003: [iOS/GN] Add support for info_plist_target to ios_info_plist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tweak_info_plist
Patch Set: Rebase on origin/master Created 4 years, 6 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 | « build/config/ios/rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/rules.gni
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
index 9be71bcb5e81da2db80e436c59594880a00b9a90..40e221b7fa0aa279d9226b2b28f8e6c34a707bfb 100644
--- a/build/config/mac/rules.gni
+++ b/build/config/mac/rules.gni
@@ -9,8 +9,13 @@ import("//build/config/mac/base_rules.gni")
# Arguments
#
# info_plist:
-# string, the path to an plist file that will be included in the final
-# Info.plist generated.
+# (optional) string, path to the Info.plist file that will be used for
+# the bundle.
+#
+# info_plist_target:
+# (optional) string, if the info_plist is generated from an action,
+# rather than a regular source file, specify the target name in lieu
+# of info_plist. The two arguments are mutually exclusive.
#
# executable_name:
# string, name of the generated target used for the product
« no previous file with comments | « build/config/ios/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698