Index: DEPS |
diff --git a/DEPS b/DEPS |
index 806904a85f30902a0385124d1088f83ee3aa18b9..8ae2d979a5fce1bcfbfdfd65cc2ea5c00a8b8cc6 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -587,6 +587,16 @@ hooks = [ |
], |
}, |
{ |
+ 'name': 'sqlite4java', |
+ 'pattern': '.', |
+ 'action': ['python', |
+ 'src/build/android/update_deps/update_third_party_deps.py', |
+ 'download', |
+ '-b', 'chromium-sqlite4java', |
+ '-l', 'third_party/sqlite4java' |
+ ], |
+ }, |
+ { |
# 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 |