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", |