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

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

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Re-upload with no changes because I screwed something up trying to cancel the last upload when I sa… 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 2fc4f48727dcda28ad5fcf55c93994dfaedb74de..ed2b7f0ceeaa5637507af9da3c7c6c15c24c08cf 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -765,6 +765,8 @@ mojom("android_mojo_bindings") {
visibility = [ ":mojo_bindings" ]
visibility_blink = [ ":mojo_bindings_blink" ]
sources = [
+ "platform/input_host.mojom",
+ "platform/input_messages.mojom",
"platform/modules/document_metadata/copyless_paste.mojom",
"platform/modules/installation/installation.mojom",
"platform/modules/installedapp/installed_app_provider.mojom",

Powered by Google App Engine
This is Rietveld 408576698