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

Unified Diff: DEPS

Issue 1247903003: Add spellcheck and word suggestion to the prediction service (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 f34e29769475e520b1830fd030b02a96a3eb5e99..2fb47c3ed412d9e25cfec08d5abb87f2df580fd7 100644
--- a/DEPS
+++ b/DEPS
@@ -401,4 +401,15 @@ hooks = [
'-d', 'src/services/keyboard_native/res',
],
},
+ # Pull prediction resources using checked-in hashes.
+ {
+ 'name': 'prediction_resources',
+ 'pattern': '',
+ 'action': [ 'download_from_google_storage',
+ '--no_resume',
+ '--no_auth',
+ '--bucket', 'mojo/prediction',
+ '-d', 'src/services/prediction/res',
+ ],
+ },
]

Powered by Google App Engine
This is Rietveld 408576698