Add dependency on google-truth for Android.
This dependency has been copied from Chromium. Bug: webrtc:9594 Change-Id: Ida86d73a39ffa14c92dcfd4783d95e08857b3da5 Reviewed-on: https://webrtc-review.googlesource.com/92397 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24210}
This commit is contained in:
parent
5f7d00eb3d
commit
ffd9293cb7
10
DEPS
10
DEPS
@ -688,6 +688,16 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
'src/third_party/google-truth': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/google-truth',
|
||||
'version': 'version:0.40',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
# === ANDROID_DEPS End ===
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user