Add findbugs to DEPS
This is a dependency needed for future DEPS rolls.
BUG=None
Change-Id: I1f55c63b7d09dc527a4afeedab998d1965b7c40f
Reviewed-on: https://webrtc-review.googlesource.com/23040
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20683}
diff --git a/DEPS b/DEPS
index 7e5c266..7b485d2 100644
--- a/DEPS
+++ b/DEPS
@@ -83,6 +83,10 @@
},
'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'c33a5ee8e7b013b43e7fa9e0224857abc21564c2',
+ 'src/third_party/findbugs': {
+ 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67',
+ 'condition': 'checkout_android',
+ },
# WebRTC-only dependency (not present in Chromium).
'src/third_party/gtest-parallel':
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '89ab65d56d3c76e552f59adabbaf8b0cf80d55ea',