| 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 93de22d30f11aefd7445bc96e677cd30db1aba3d..dc1e144f100dbec5f7a715fb29619fbf6e7c9f7c 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -274,6 +274,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) {
|
| @@ -354,6 +358,7 @@ source_set("unit_tests") {
|
| "state_machines/StateMachineTestUtil.cpp",
|
| "state_machines/StateMachineTestUtil.h",
|
| "state_machines/StateMachineUtilTest.cpp",
|
| + "suggestion/TextSuggestionControllerTest.cpp",
|
| ]
|
|
|
| configs += [
|
|
|