| Index: build/config/win/manifest.gni
|
| diff --git a/build/config/win/manifest.gni b/build/config/win/manifest.gni
|
| index 6dc675546f0e44a181de5e26d58a1684d2111d9f..285cf258d776683a8f748aeced5ec8db0e98173c 100644
|
| --- a/build/config/win/manifest.gni
|
| +++ b/build/config/win/manifest.gni
|
| @@ -42,6 +42,10 @@ common_controls_manifest = "//build/win/common_controls.manifest"
|
| # request elevated privileges from the user. This is normally what you want.
|
| as_invoker_manifest = "//build/win/as_invoker.manifest"
|
|
|
| +# An alternative to as_invoker_manifest when you want the application to always
|
| +# elevate.
|
| +require_administrator_manifest = "//build/win/require_administrator.manifest"
|
| +
|
| # Construct a target to combine the given manifest files into a .rc file.
|
| #
|
| # Variables for the windows_manifest template:
|
|
|