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

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 66fcaf80b44eef41f362828e83d87039db6f9865..c9a210b9c75ee00ab73941cd6d235eb305695dfa 100644
--- a/DEPS
+++ b/DEPS
@@ -395,4 +395,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