Remove the include and lib archive from the get_syzygy_binaries script.

We don't produce them anymore.

TBR=chrisha@chromium.org
BUG=

Review URL: https://codereview.chromium.org/662543009

Cr-Original-Commit-Position: refs/heads/master@{#300971}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f07597fa403c6be9c7bdcf79a69a2af739dd1cff
This commit is contained in:
sebmarchand 2014-10-23 16:04:44 -07:00 коммит произвёл Commit bot
Родитель 93d70cd522
Коммит 35b6d589f8
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -46,9 +46,7 @@ _RESOURCES = [
('benchmark.zip', 'benchmark', '', None),
('binaries.zip', 'binaries', 'exe', None),
('symbols.zip', 'symbols', 'exe',
lambda x: x.filename.endswith('.dll.pdb')),
('include.zip', 'include', 'include', None),
('lib.zip', 'library', 'lib', None)]
lambda x: x.filename.endswith('.dll.pdb'))]
def _Shell(*cmd, **kw):