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

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: format README and CHROMIUM.diff Created 5 years, 4 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
« no previous file with comments | « .gitignore ('k') | examples/keyboard_client/keyboard_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 6602e379cb4603755a08d1b073cbde6fd63b618b..b218357dc41156904c31796b83f8b47156d8f625 100644
--- a/DEPS
+++ b/DEPS
@@ -423,6 +423,17 @@ hooks = [
'--no_auth',
'--bucket', 'mojo',
'-s', 'src/mojo/tools/linux64/symupload.sha1',
+ ],
+ },
+ # 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',
],
},
]
« no previous file with comments | « .gitignore ('k') | examples/keyboard_client/keyboard_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698