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:
parent
5b3b6b1784
commit
4c61792600
4
DEPS
4
DEPS
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user