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

Unified Diff: content/browser/BUILD.gn

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Respond to aelias@'s comments 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 76c3837a6f4f050a5504e581e2d4a565f3456e65..207d16010fce20f4caae27038421f12690d510aa 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -293,6 +293,10 @@ source_set("browser") {
"android/scoped_surface_request_manager.h",
"android/string_message_codec.cc",
"android/string_message_codec.h",
+ "android/text_suggestion_host_android.cc",
+ "android/text_suggestion_host_android.h",
+ "android/text_suggestion_host_mojo_impl_android.cc",
+ "android/text_suggestion_host_mojo_impl_android.h",
"android/url_request_content_job.cc",
"android/url_request_content_job.h",
"appcache/appcache.cc",

Powered by Google App Engine
This is Rietveld 408576698