Index: DEPS |
diff --git a/DEPS b/DEPS |
index dbb0b73ce5c02fa04716ce8166d84b2211a9f2e1..80507b9d486abcb64e9f7ac515acb2dfa8659646 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -595,6 +595,16 @@ hooks = [ |
], |
}, |
{ |
+ 'name': 'apache-velocity', |
+ 'pattern': '.', |
+ 'action': ['python', |
+ 'src/build/android/update_third_party_deps.py', |
the real yoland
2016/06/09 18:57:44
same here, `src/build/android/update_third_party_d
|
+ 'download', |
+ '-b', 'chromium-apache-velocity', |
+ '-l', 'src/third_party/apache-velocity' |
+ ], |
+ }, |
+ { |
# Downloads the current stable linux sysroot to build/linux/ if needed. |
# This sysroot updates at about the same rate that the chrome build deps |
# change. This script is a no-op except for linux users who are doing |