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

Unified Diff: third_party/WebKit/Source/core/editing/BUILD.gn

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Created 3 years, 6 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
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",

Powered by Google App Engine
This is Rietveld 408576698