Add SyzyASan to DEPS

This will make it possible to run our tests under ASan
on Windows.

BUG=2491
TEST=local builds with this DEPS added makes it possible to use
the buildbot code available out-of-the-box.

R=henrika@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2381004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4950 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2013-10-10 11:56:09 +00:00
parent 5b3b6b1784
commit 4c61792600

4
DEPS
View File

@ -134,6 +134,10 @@ deps_os = {
# NSS, for SSLClientSocketNSS.
"third_party/nss":
From("chromium_deps", "src/third_party/nss"),
# SyzyASan to make it possible to run tests under ASan on Windows.
"third_party/syzygy/binaries":
From("chromium_deps", "src/third_party/syzygy/binaries"),
},
"mac": {