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

Unified Diff: services/keyboard_native/BUILD.gn

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 | « mojo/services/prediction/public/interfaces/prediction.mojom ('k') | services/keyboard_native/key_layout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/keyboard_native/BUILD.gn
diff --git a/services/keyboard_native/BUILD.gn b/services/keyboard_native/BUILD.gn
index a52b517cc0441d4a3123f3b4f7ee8854062aac06..7cf5260338e06f6f15b464d8b2a43af494fea872 100644
--- a/services/keyboard_native/BUILD.gn
+++ b/services/keyboard_native/BUILD.gn
@@ -21,6 +21,10 @@ mojo_native_application("keyboard_native") {
"material_splash_animation.h",
"motion_decay_animation.cc",
"motion_decay_animation.h",
+ "predictor.cc",
+ "predictor.h",
+ "text_update_key.cc",
+ "text_update_key.h",
"time_interpolator.h",
"view_observer_delegate.cc",
"view_observer_delegate.h",
@@ -42,6 +46,7 @@ mojo_native_application("keyboard_native") {
"//mojo/services/geometry/public/cpp",
"//mojo/services/geometry/public/interfaces",
"//mojo/services/keyboard/public/interfaces",
+ "//mojo/services/prediction/public/interfaces",
"//mojo/services/surfaces/public/cpp",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
« no previous file with comments | « mojo/services/prediction/public/interfaces/prediction.mojom ('k') | services/keyboard_native/key_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698