mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 23:30:48 +01:00
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:
parent
550b666e20
commit
e39c379427
1 changed files with 4 additions and 0 deletions
4
DEPS
4
DEPS
|
@ -83,6 +83,10 @@ deps = {
|
|||
},
|
||||
'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',
|
||||
|
|
Loading…
Reference in a new issue