Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 1132873009: Remove app_installer code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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!
« no previous file with comments | « chrome/chrome.gyp ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698