Commit 5b27d33b authored by sail@chromium.org's avatar sail@chromium.org

Temp patch to fix offical build due to 2x.pak reference

My Metro/HiDPI change (r133613) broke the official build. The problem was that I was referencing the new 2x pak files but they aren't created by default yet.

mmoss is working on adding support for optional files. Until that is in I'm just removing the reference to the 2x pak files.

This means that for now 2x pak files won't be archived but that's not a big deal since we don't build with HIDPI_ENABLED anyways.

BUG=114311
TEST=

Review URL: https://chromiumcodereview.appspot.com/10207024

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133796 0039d316-1c4b-4281-b951-d872f2087c98
parent 9e14c8f6
......@@ -351,21 +351,11 @@ FILES = [
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
'filename': 'theme_resources_2x.pak',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
'filename': 'ui_resources_standard.pak',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
'filename': 'ui_resources_2x.pak',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
'filename': 'wow_helper.exe',
'arch': ['32bit', '64bit'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment