summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/FILES.cfg
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-24 23:02:15 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-24 23:02:15 +0000
commit5b27d33b00bf0ad9d6c82a5b39697136c3248919 (patch)
tree10e8632d789d5ef509084ff9880f1cee4ea17d45 /chrome/tools/build/win/FILES.cfg
parent9e14c8f60619e3aa0d6a149935b09fc7ca9e5a6d (diff)
downloadchromium_src-5b27d33b00bf0ad9d6c82a5b39697136c3248919.zip
chromium_src-5b27d33b00bf0ad9d6c82a5b39697136c3248919.tar.gz
chromium_src-5b27d33b00bf0ad9d6c82a5b39697136c3248919.tar.bz2
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
Diffstat (limited to 'chrome/tools/build/win/FILES.cfg')
-rw-r--r--chrome/tools/build/win/FILES.cfg10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 60fe243..776c958 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -352,21 +352,11 @@ FILES = [
'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'],
'buildtype': ['dev', 'official'],