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

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

Issue 2848943002: Allow storing multiple replacements on SpellCheckResult (Closed)
Patch Set: Created 3 years, 8 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 69d4d0cbf280da9a695d4f9c9e89c90fb8005b8e..f41add6d3bf72b2d390a4dcefaa32d269c9a6c59 100644
--- a/components/spellcheck/common/BUILD.gn
+++ b/components/spellcheck/common/BUILD.gn
@@ -12,6 +12,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