From d2b16e3de477c606dc1c810a311327d80c18240c Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Thu, 6 Mar 2014 22:10:49 +0000 Subject: 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 --- chrome/chrome_resources.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/chrome_resources.gyp') 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)', -- cgit v1.1