aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2016-10-31 22:02:20 +0100
committerHenrik Kjellander <kjellander@webrtc.org>2016-10-31 21:02:36 +0000
commitbb9212a33e3dba6b05c632a9d5a42f35ebea0b4f (patch)
treef11f7a394c72dc17599eddcf824169fc80b5994d /.gitignore
parente566ac73410b1cc768805c523362ed457fd5f4e0 (diff)
downloadwebrtc-bb9212a33e3dba6b05c632a9d5a42f35ebea0b4f.tar.gz
Add ffmpeg and zxing to webrtc/tools/video_quality_toolchain.
Usually .sha1 files are downlaoded using DEPS hooks but since this bucket is internal we can't run it everywhere since it would fail non-Googler checkouts. Instead we download the binaries by calling a Python script, which will be added as a separate build step on the buildbots. The .sha1 files are copied from https://cs.chromium.org/chromium/src/chrome/test/data/webrtc/resources/tools/ leaving out pesq and sox. BUG=webrtc:6633 TESTED=Ran the download.py script on Mac and verified the files were downloaded. R=mandermo@google.com, phoglund@webrtc.org Review URL: https://codereview.webrtc.org/2462023002 . Cr-Commit-Position: refs/heads/master@{#14859}
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 250ecc071a..5a64f1edaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -164,6 +164,12 @@
/tools/telemetry
/tools/tsan_suppressions
/tools/valgrind
+/tools/video_quality_toolchain/linux/ffmpeg
+/tools/video_quality_toolchain/linux/zxing
+/tools/video_quality_toolchain/mac/ffmpeg
+/tools/video_quality_toolchain/mac/zxing
+/tools/video_quality_toolchain/win/*.dll
+/tools/video_quality_toolchain/win/*.exe
/tools/vim
/tools/win
/tools/xdisplaycheck