diff options
author | jackhou <jackhou@chromium.org> | 2015-05-24 21:49:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-25 04:50:20 +0000 |
commit | daebca577af59c02c98f8d9e20cabefa7a3ad74a (patch) | |
tree | f3d0fd5d3d8600059012726264b0eb1e310a0349 /chrome/tools | |
parent | e345e3c8be999296fc968adf09ca02f838ee430f (diff) | |
download | chromium_src-daebca577af59c02c98f8d9e20cabefa7a3ad74a.zip chromium_src-daebca577af59c02c98f8d9e20cabefa7a3ad74a.tar.gz chromium_src-daebca577af59c02c98f8d9e20cabefa7a3ad74a.tar.bz2 |
Remove app_installer code.
This has been cancelled for a while.
BUG=341353
Review URL: https://codereview.chromium.org/1132873009
Cr-Commit-Position: refs/heads/master@{#331258}
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index 39385de..6c779d5 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! |