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

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

Issue 2578493002: Add a skeleton of idle time spell checker (Closed)
Patch Set: Use kCamelCase Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a5772bec357246c1ddb5110397d965d9e97b21ed..63db5916f980df860eaad997305a504fb0f65d58 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -177,6 +177,8 @@ blink_core_sources("editing") {
"serializers/StyledMarkupSerializer.h",
"serializers/TextOffset.cpp",
"serializers/TextOffset.h",
+ "spellcheck/IdleSpellCheckCallback.cpp",
+ "spellcheck/IdleSpellCheckCallback.h",
"spellcheck/SpellCheckRequester.cpp",
"spellcheck/SpellCheckRequester.h",
"spellcheck/SpellChecker.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698