Allow fuzzers to depend on anything, since they want access to as many targets as possible.

NOTRY=true

Review-Url: https://codereview.webrtc.org/2046493002
Cr-Commit-Position: refs/heads/master@{#13048}
This commit is contained in:
katrielc
2016-06-06 08:04:56 -07:00
committed by Commit bot
parent a811968eec
commit e1e951f965

3
webrtc/test/fuzzers/DEPS Normal file
View File

@ -0,0 +1,3 @@
include_rules = [
"+webrtc",
]