summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 22:10:49 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 22:10:49 +0000
commitd2b16e3de477c606dc1c810a311327d80c18240c (patch)
tree44a2507511c57590ea22408c2adb463cdc76d155 /build/common.gypi
parent255ab3eb8dc37e1dd4c0afbc3690b1dfe8848be4 (diff)
downloadchromium_src-d2b16e3de477c606dc1c810a311327d80c18240c.zip
chromium_src-d2b16e3de477c606dc1c810a311327d80c18240c.tar.gz
chromium_src-d2b16e3de477c606dc1c810a311327d80c18240c.tar.bz2
Ensure that the chrome_200_percent.pak file is copied over to the destination folder on Windows.
This will enable the installer on Windows to install the 200 percent assets. BUG=349607 R=cpu@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/187823006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
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,
}],