diff options
author | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-06 10:36:30 +0000 |
---|---|---|
committer | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-06 10:36:30 +0000 |
commit | 4950ea06017b4c727edc367f30c1bc9c2c68fee6 (patch) | |
tree | 83eb085374110ebc007b6d75fbd7388b462326c0 /remoting/remoting_host.gypi | |
parent | 66fa39e68563c874c1669b35f50de1daac589c78 (diff) | |
download | chromium_src-4950ea06017b4c727edc367f30c1bc9c2c68fee6.zip chromium_src-4950ea06017b4c727edc367f30c1bc9c2c68fee6.tar.gz chromium_src-4950ea06017b4c727edc367f30c1bc9c2c68fee6.tar.bz2 |
Enable per-monitor DPI Awareness for Me2Me and It2me native messaging.
The "true/pm" value is processed correctly on Win8.1 (per-monitor aware), and on previous versions (system dpi aware).
See http://msdn.microsoft.com/en-us/library/windows/desktop/dn469266(v=vs.85).aspx#supporting_dynamic_dpi_changes for details.
BUG=329343
Review URL: https://codereview.chromium.org/147993008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r-- | remoting/remoting_host.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi index b240fb7..8b865e7 100644 --- a/remoting/remoting_host.gypi +++ b/remoting/remoting_host.gypi @@ -588,6 +588,7 @@ 'EmbedManifest': 'true', 'AdditionalManifestFiles': [ 'host/win/common-controls.manifest', + 'host/win/dpi_aware.manifest', ], }, 'VCLinkerTool': { |