Index: chrome/tools/build/win/FILES.cfg |
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg |
index 39385de7440fa7cbab77bbd938c1df0ca20e3a9c..6c779d5c83541a5a5f43cb5032e437284a65189e 100644 |
--- a/chrome/tools/build/win/FILES.cfg |
+++ b/chrome/tools/build/win/FILES.cfg |
@@ -706,17 +706,6 @@ FILES = [ |
'filename': 'gcapi_dll.dll', |
'buildtype': ['dev', 'official'], |
}, |
- # Chrome App Installer files (official build only): |
- { |
- 'filename': 'app_installer.exe', |
- 'buildtype': ['official'], |
- 'archive': 'app_installer.zip', |
- }, |
- { |
- 'filename': 'app_installer.exe.pdb', |
- 'buildtype': ['official'], |
- 'archive': 'app_installer.zip', |
- }, |
# PDB files for Syzygy modified binaries. Only add to this section if you |
# know what you're doing! The build configuration has to be modified to run |
# Syzygy on the target in question before adding a staging dependency here! |