Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: DEPS

Issue 1418573010: Enable downloading Google Play services via deps hook (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/play_services/update.py » ('j') | build/android/play_services/update.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 213adee0ea0f75a127ab9326578f6775f8a5388d..4c8c84568099be49e64df2749eee857d3b27cc47 100644
--- a/DEPS
+++ b/DEPS
@@ -540,13 +540,15 @@ hooks = [
},
{
# This downloads SDK extras and puts them in the
- # third_party/android_tools/sdk/extras directory on the bots. Developers
- # need to manually install these packages and accept the ToS.
+ # third_party/android_tools/sdk/extras directory.
'name': 'sdkextras',
'pattern': '.',
# 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/download_sdk_extras.py'],
+ 'action': ['python',
+ 'src/build/android/play_services/update.py',
+ 'download',
+ ],
},
{
# Downloads the current stable linux sysroot to build/linux/ if needed.
« no previous file with comments | « no previous file | build/android/play_services/update.py » ('j') | build/android/play_services/update.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698