diff options
-rw-r--r-- | chrome/installer/mini_installer/chrome.release | 2 | ||||
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 10 |
2 files changed, 0 insertions, 12 deletions
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release index 3f7e739..e5f9347 100644 --- a/chrome/installer/mini_installer/chrome.release +++ b/chrome/installer/mini_installer/chrome.release @@ -37,8 +37,6 @@ chrome_200_percent.pak: %(VersionDir)s\ [TOUCH] chrome_touch_100_percent.pak: %(VersionDir)s\ -chrome_touch_140_percent.pak: %(VersionDir)s\ -chrome_touch_180_percent.pak: %(VersionDir)s\ [GOOGLE_CHROME] SecondaryTile.png: %(VersionDir)s\ diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index 804858be..287bff6 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -72,16 +72,6 @@ FILES = [ 'optional': ['dev', 'official'], }, { - 'filename': 'chrome_touch_140_percent.pak', - 'buildtype': ['dev', 'official'], - 'optional': ['dev', 'official'], - }, - { - 'filename': 'chrome_touch_180_percent.pak', - 'buildtype': ['dev', 'official'], - 'optional': ['dev', 'official'], - }, - { 'filename': 'crash_service.exe', 'buildtype': ['dev', 'official'], }, |