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

Unified Diff: DEPS

Issue 842753002: Use json file to determine sdk packages to download. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add json file containing packages. Created 5 years, 11 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_sdk_extras.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index a9ca0b731ed22fdaa4bca6b019dbb86bd9156df5..049d7bdc086708aba978bf9b1ed4f0d51fbf2a1d 100644
--- a/DEPS
+++ b/DEPS
@@ -562,8 +562,7 @@ hooks = [
'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',
- 'google_google_play_services_21.0.0.zip'],
+ 'action': ['python', 'src/build/download_sdk_extras.py'],
},
{
# Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
« no previous file with comments | « no previous file | build/android_sdk_extras.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698