diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 9587b66..61c50cf 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -178,8 +178,8 @@ 'toolkit_uses_gtk%': 0, }], - # Enable HiDPI on Mac OS and Chrome OS. - ['OS=="mac" or chromeos==1', { + # Enable HiDPI on Mac OS, Chrome OS and Windows. + ['OS=="mac" or chromeos==1 or OS=="win"', { 'enable_hidpi%': 1, }], |