| Index: tools/gn/functions_target.cc
|
| diff --git a/tools/gn/functions_target.cc b/tools/gn/functions_target.cc
|
| index 7ec5a50dd2675d81102bf3f6500d39841231aa2f..cc863ac0ca1d852b18d32a8de377b4194a7f96f7 100644
|
| --- a/tools/gn/functions_target.cc
|
| +++ b/tools/gn/functions_target.cc
|
| @@ -331,7 +331,8 @@ const char kCreateBundle_Help[] =
|
| "Variables\n"
|
| "\n"
|
| " bundle_root_dir*, bundle_resources_dir*, bundle_executable_dir*,\n"
|
| - " bundle_plugins_dir*, deps, data_deps, public_deps, visibility\n"
|
| + " bundle_plugins_dir*, deps, data_deps, public_deps, visibility,\n"
|
| + " product_type\n"
|
| " * = required\n"
|
| "\n"
|
| "Example\n"
|
| @@ -378,6 +379,7 @@ const char kCreateBundle_Help[] =
|
| " }\n"
|
| "\n"
|
| " create_bundle(\"${app_name}.app\") {\n"
|
| + " product_type = \"com.apple.product-type.application\"\n"
|
| " deps = [\n"
|
| " \":${app_name}_bundle_executable\",\n"
|
| " \":${app_name}_bundle_info_plist\",\n"
|
|
|