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

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

Issue 2284583002: [Android] Add AndroidSpellChecker feature to allow for gradual rollout using finch. (Closed)
Patch Set: fix compile Created 4 years, 4 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 d6a467887e03b8ad5f7a8d54587f62afb8accf0b..465a327f214b7c4fd430fe4604f62cc35e1262d1 100644
--- a/components/spellcheck/common/BUILD.gn
+++ b/components/spellcheck/common/BUILD.gn
@@ -7,6 +7,8 @@ source_set("common") {
"spellcheck_bdict_language.h",
"spellcheck_common.cc",
"spellcheck_common.h",
+ "spellcheck_features.cc",
+ "spellcheck_features.h",
"spellcheck_marker.h",
"spellcheck_message_generator.cc",
"spellcheck_message_generator.h",
« no previous file with comments | « components/spellcheck/browser/spellcheck_platform_android.cc ('k') | components/spellcheck/common/spellcheck_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698