summaryrefslogtreecommitdiffstats
path: root/build/get_syzygy_binaries.py
diff options
context:
space:
mode:
authorsebmarchand <sebmarchand@chromium.org>2014-10-23 16:04:44 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-23 23:05:21 +0000
commitf07597fa403c6be9c7bdcf79a69a2af739dd1cff (patch)
treee581f2393ca6df709745452644de7cd862789faf /build/get_syzygy_binaries.py
parente970f28308984789e6fdcbf5a2adfd0a915bd898 (diff)
downloadchromium_src-f07597fa403c6be9c7bdcf79a69a2af739dd1cff.zip
chromium_src-f07597fa403c6be9c7bdcf79a69a2af739dd1cff.tar.gz
chromium_src-f07597fa403c6be9c7bdcf79a69a2af739dd1cff.tar.bz2
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-Commit-Position: refs/heads/master@{#300971}
Diffstat (limited to 'build/get_syzygy_binaries.py')
-rwxr-xr-xbuild/get_syzygy_binaries.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/get_syzygy_binaries.py b/build/get_syzygy_binaries.py
index 79a186d..b5424c2 100755
--- a/build/get_syzygy_binaries.py
+++ b/build/get_syzygy_binaries.py
@@ -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):