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

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

Issue 2720193002: Implement hot mode invocation for idle time spell checker (Closed)
Patch Set: Mon Mar 6 12:22:30 PST 2017 Created 3 years, 9 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 9c035480131c8441bc539b9cceb7ae72b8a0a0e4..2f7d82e116d2cb7cbf046a3809377928b7d7a553 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -187,6 +187,8 @@ blink_core_sources("editing") {
"serializers/StyledMarkupSerializer.h",
"serializers/TextOffset.cpp",
"serializers/TextOffset.h",
+ "spellcheck/HotModeSpellCheckRequester.cpp",
+ "spellcheck/HotModeSpellCheckRequester.h",
"spellcheck/IdleSpellCheckCallback.cpp",
"spellcheck/IdleSpellCheckCallback.h",
"spellcheck/SpellCheckRequester.cpp",

Powered by Google App Engine
This is Rietveld 408576698