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

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

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Fix dependency 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 1e6962a8fb8a4b1c0af834f1ecbd8fac1d61ee96..f34f4448166bac9d63bb3e7a6f07a39b93f931b7 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -770,6 +770,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