summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/common.gypi4
-rw-r--r--chrome/chrome_resources.gyp2
2 files changed, 3 insertions, 3 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,
}],
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 83f99db..d6c32d0 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -446,7 +446,7 @@
},
],
}],
- ['enable_hidpi == 1 and OS!="win"', {
+ ['enable_hidpi == 1', {
'copies': [
{
'destination': '<(PRODUCT_DIR)',