Fix chromium roll
Remove unused deprecated gclient hook: https://chromium-review.googlesource.com/c/1394925 BUG=None Change-Id: Ied5889000d607305a761a80274a18361966ed10e Reviewed-on: https://webrtc-review.googlesource.com/c/117962 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26290}
This commit is contained in:
13
DEPS
13
DEPS
@ -1401,19 +1401,6 @@ hooks = [
|
|||||||
'--bucket', 'chromium-webrtc-resources',
|
'--bucket', 'chromium-webrtc-resources',
|
||||||
'src/resources'],
|
'src/resources'],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
# This downloads SDK extras and puts them in the
|
|
||||||
# third_party/android_tools/sdk/extras directory.
|
|
||||||
'name': 'sdkextras',
|
|
||||||
'pattern': '.',
|
|
||||||
'condition': 'checkout_android',
|
|
||||||
# When adding a new sdk extras package to download, add the package
|
|
||||||
# directory and zip file to .gitignore in third_party/android_tools.
|
|
||||||
'action': ['python',
|
|
||||||
'src/build/android/play_services/update.py',
|
|
||||||
'download'
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
recursedeps = [
|
recursedeps = [
|
||||||
|
Reference in New Issue
Block a user