Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Declare DPI Awareness
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Dec 20, 2016
1 parent 0afe7fe commit 473fcd6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ executable("electron_app") {

deps = [
":electron_exe_version",
":electron_manifest",
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
"//electron/build/node:node_resources",
"//electron:browser_dependencies",
"//electron:child_dependencies",
Expand Down Expand Up @@ -108,6 +108,18 @@ executable("electron_app") {
}
}

dpi_aware_manifest = "//remoting/host/win/dpi_aware.manifest"

windows_manifest("electron_manifest") {
sources = [
as_invoker_manifest,
common_controls_manifest,
default_compatibility_manifest,
dpi_aware_manifest,
]
type = "exe"
}

process_version("electron_exe_version") {
template_file = chrome_version_rc_template
extra_args = [
Expand Down

0 comments on commit 473fcd6

Please sign in to comment.