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

Unified Diff: third_party/android_prediction/README.chromium

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 | « third_party/android_prediction/LICENSE ('k') | third_party/android_prediction/defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_prediction/README.chromium
diff --git a/third_party/android_prediction/README.chromium b/third_party/android_prediction/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..c67fa8af6680512e6ab9f7856dcea060bee89edf
--- /dev/null
+++ b/third_party/android_prediction/README.chromium
@@ -0,0 +1,29 @@
+Name: android_prediction
+URL: https://android.googlesource.com/platform/packages/inputmethods/LatinIME/
++/android-5.1.1_r8/native/jni/src/
+Version: 5.1.1
+Date: 2015/07/28
+Revision: cc47075cd72d3649433c7a69ae5c88669a56646d
+License: Apache 2.0
+License File: NOT_SHIPPED
+Security Critical: no
+
+Description:
+Android LatinIME jni native code used to do spellcheck, word suggestion and
+word prediction.
+
+Local Modifications:
+Changed all JNI interface functions to not use JNI interface pointer and
+JNI types. (CHROMIUM.diff)
+
+Changed all includes to be
+defines.h -> third_party/android_prediction/defines.h,
+suggest/* -> third_party/android_prediction/suggest/*,
+utils/* -> third_party/android_prediction/utils/*
+
+Deleted
+src/suggest/core/dictionary/property/word_property.cpp,
+src/utils/jni_data_utils.cpp,
+src/utils/jni_data_utils.h,
+src/utils/log_utils.cpp,
+src/utils/log_utils.h
« no previous file with comments | « third_party/android_prediction/LICENSE ('k') | third_party/android_prediction/defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698