diff options
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index 5a9aac6..c0c7a51 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -352,9 +352,16 @@ FILES = [ 'buildtype': ['dev', 'official'], }, { + 'filename': 'theme_resources_2x.pak', + 'arch': ['32bit', '64bit'], + 'buildtype': ['dev', 'official'], + 'optional': ['dev', 'official'], + }, + { 'filename': 'theme_resources_metro_1x.pak', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'optional': ['dev', 'official'], }, { 'filename': 'ui_resources_standard.pak', @@ -362,6 +369,12 @@ FILES = [ 'buildtype': ['dev', 'official'], }, { + 'filename': 'ui_resources_2x.pak', + 'arch': ['32bit', '64bit'], + 'buildtype': ['dev', 'official'], + 'optional': ['dev', 'official'], + }, + { 'filename': 'wow_helper.exe', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], |