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 f4a148991b3cae53e3f70e0b8e5739c84ca65993..23495796ba48fcdf29bdecf413ef6fed0a630567 100644 |
--- a/third_party/WebKit/Source/core/editing/BUILD.gn |
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn |
@@ -281,6 +281,10 @@ blink_core_sources("editing") { |
"state_machines/StateMachineUtil.h", |
"state_machines/TextSegmentationMachineState.cpp", |
"state_machines/TextSegmentationMachineState.h", |
+ "suggestion/TextSuggestionBackendImpl.cpp", |
+ "suggestion/TextSuggestionBackendImpl.h", |
+ "suggestion/TextSuggestionController.cpp", |
+ "suggestion/TextSuggestionController.h", |
] |
if (is_mac) { |
@@ -369,6 +373,7 @@ source_set("unit_tests") { |
"state_machines/StateMachineTestUtil.cpp", |
"state_machines/StateMachineTestUtil.h", |
"state_machines/StateMachineUtilTest.cpp", |
+ "suggestion/TextSuggestionControllerTest.cpp", |
] |
configs += [ |