| 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
|
|
|