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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Uploading the latest version from my repo so I can reference it Created 3 years, 8 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index febc9f155b60979053acd68c30054550daee62f7..66940f0ace7ea5b05579dc6ab4b3d3d9cb9f892a 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -321,6 +321,7 @@ source_set("blink_headers") {
"platform/WebTextInputMode.h",
"platform/WebTextInputType.h",
"platform/WebTextRun.h",
+ "platform/WebTextSuggestionInfo.h",
"platform/WebThemeEngine.h",
"platform/WebThread.h",
"platform/WebThreadSafeData.h",
@@ -600,6 +601,7 @@ source_set("blink_headers") {
"web/WebTextDecorationType.h",
"web/WebTextDirection.h",
"web/WebTextInputType.h",
+ "web/WebTextSuggestionController.h",
"web/WebTouchAction.h",
"web/WebTreeScopeType.h",
"web/WebUserGestureIndicator.h",
@@ -696,6 +698,8 @@ mojom("mojo_bindings") {
"//third_party/WebKit/Source/platform",
]
sources = [
+ "platform/input_host.mojom",
+ "platform/input_messages.mojom",
"platform/mime_registry.mojom",
"platform/modules/app_banner/app_banner.mojom",
"platform/modules/background_fetch/background_fetch.mojom",
« no previous file with comments | « third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp ('k') | third_party/WebKit/public/platform/input_host.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698