diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 22:10:49 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 22:10:49 +0000 |
commit | d2b16e3de477c606dc1c810a311327d80c18240c (patch) | |
tree | 44a2507511c57590ea22408c2adb463cdc76d155 /chrome/chrome_resources.gyp | |
parent | 255ab3eb8dc37e1dd4c0afbc3690b1dfe8848be4 (diff) | |
download | chromium_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 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
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)', |