Index: third_party/WebKit/Source/core/editing/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/editing/BUILD.gn b/third_party/WebKit/Source/core/editing/BUILD.gn |
index 77592b6f569cbd480920669d7d4d85a727fdcc60..ef5a25b3abb73f65d116b9c79d555c374c5a5ad1 100644 |
--- a/third_party/WebKit/Source/core/editing/BUILD.gn |
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn |
@@ -76,6 +76,10 @@ blink_core_sources("editing") { |
"TextAffinity.cpp", |
"TextAffinity.h", |
"TextGranularity.h", |
+ "TextSuggestionBackendImpl.cpp", |
+ "TextSuggestionBackendImpl.h", |
+ "TextSuggestionController.cpp", |
+ "TextSuggestionController.h", |
"VisiblePosition.cpp", |
"VisiblePosition.h", |
"VisibleSelection.cpp", |
@@ -306,6 +310,7 @@ source_set("unit_tests") { |
"SelectionControllerTest.cpp", |
"SelectionTemplateTest.cpp", |
"SurroundingTextTest.cpp", |
+ "TextSuggestionControllerTest.cpp", |
"VisiblePositionTest.cpp", |
"VisibleSelectionTest.cpp", |
"VisibleUnitsTest.cpp", |