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

Unified Diff: DEPS

Issue 2718423002: Add apk-patch-size-estimator to //third_party. (Closed)
Patch Set: Created 3 years, 10 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 | third_party/.gitignore » ('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 a345aeeb040689fd5c7744f8330ee41c6c013361..55bac2ddaba107a3843f1334e9620940db8ec9c7 100644
--- a/DEPS
+++ b/DEPS
@@ -720,6 +720,16 @@ hooks = [
],
},
{
+ 'name': 'apk-patch-size-estimator',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/update_deps/update_third_party_deps.py',
+ 'download',
+ '-b', 'chromium-android-tools/apk-patch-size-estimator',
+ '-l', 'third_party/apk-patch-size-estimator/lib'
+ ],
+ },
+ {
'name': 'icu4j',
'pattern': '.',
'action': ['python',
« no previous file with comments | « no previous file | third_party/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698