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}
This commit is contained in:
Oleh Prypin 2017-11-14 23:09:08 +01:00 committed by Commit Bot
parent 550b666e20
commit e39c379427

4
DEPS
View file

@ -83,6 +83,10 @@ deps = {
}, },
'src/third_party/ffmpeg': 'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'c33a5ee8e7b013b43e7fa9e0224857abc21564c2', 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). # WebRTC-only dependency (not present in Chromium).
'src/third_party/gtest-parallel': 'src/third_party/gtest-parallel':
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '89ab65d56d3c76e552f59adabbaf8b0cf80d55ea', Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '89ab65d56d3c76e552f59adabbaf8b0cf80d55ea',