diff options
Diffstat (limited to 'chrome/tools/build/win/FILES.cfg')
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index 834231e..8d84fdd 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -351,29 +351,29 @@ FILES = [ 'buildtype': ['dev', 'official'], }, { - 'filename': 'theme_resources_standard.pak', + 'filename': 'theme_resources_100_percent.pak', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], }, { - 'filename': 'theme_resources_2x.pak', + 'filename': 'theme_resources_200_percent.pak', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], 'optional': ['dev', 'official'], }, { - 'filename': 'theme_resources_touch_1x.pak', + 'filename': 'theme_resources_touch_100_percent.pak', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], 'optional': ['dev', 'official'], }, { - 'filename': 'ui_resources_standard.pak', + 'filename': 'ui_resources_100_percent.pak', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], }, { - 'filename': 'ui_resources_2x.pak', + 'filename': 'ui_resources_200_percent.pak', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], 'optional': ['dev', 'official'], |