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

Unified Diff: DEPS

Issue 2040273003: [Third Party] Add sqlite4java to Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update DEPS with new names. Created 4 years, 6 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
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
« no previous file with comments | « .gitignore ('k') | third_party/sqlite4java/BUILD.gn » ('j') | third_party/sqlite4java/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698