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

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

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Simplify Mojo binding based on rockot@'s advice Created 3 years, 5 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 629367372f8a5a3c82344eb86ef116bcc1446ac0..c05459f79f67bf80080852866d018423d60946a9 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) {
@@ -362,6 +366,7 @@ source_set("unit_tests") {
"state_machines/StateMachineTestUtil.cpp",
"state_machines/StateMachineTestUtil.h",
"state_machines/StateMachineUtilTest.cpp",
+ "suggestion/TextSuggestionControllerTest.cpp",
]
configs += [
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | third_party/WebKit/Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698