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

Unified Diff: components/spellcheck/common/BUILD.gn

Issue 2848943002: Allow storing multiple replacements on SpellCheckResult (Closed)
Patch Set: Rebase Created 3 years, 7 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: components/spellcheck/common/BUILD.gn
diff --git a/components/spellcheck/common/BUILD.gn b/components/spellcheck/common/BUILD.gn
index 4806ceef916951ba68196f8d2262da6d91544f15..c03f2e476621d8ef491a4be2e38c6e5a7d6ad8a5 100644
--- a/components/spellcheck/common/BUILD.gn
+++ b/components/spellcheck/common/BUILD.gn
@@ -13,6 +13,7 @@ source_set("common") {
"spellcheck_message_generator.cc",
"spellcheck_message_generator.h",
"spellcheck_messages.h",
+ "spellcheck_result.cc",
"spellcheck_result.h",
"spellcheck_switches.cc",
"spellcheck_switches.h",

Powered by Google App Engine
This is Rietveld 408576698