From cbe2edc3190e8491969bf1ed115d40b2409f7c48 Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Thu, 17 Jan 2019 11:15:42 +0100 Subject: [PATCH] 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 Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#26290} --- DEPS | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/DEPS b/DEPS index 991f2d5ac3..5eade0382d 100644 --- a/DEPS +++ b/DEPS @@ -1401,19 +1401,6 @@ hooks = [ '--bucket', 'chromium-webrtc-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 = [