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

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

Issue 2494123002: Spellcheck : Fix caching in cases where text is deleted. (Closed)
Patch Set: actually add the unittest file Created 4 years, 1 month 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/renderer/BUILD.gn
diff --git a/components/spellcheck/renderer/BUILD.gn b/components/spellcheck/renderer/BUILD.gn
index 5160fb6ce8ed8ea621cb5af569ce1d7720a9c57d..30832544888ce0031882feb368e054c3a3678d7e 100644
--- a/components/spellcheck/renderer/BUILD.gn
+++ b/components/spellcheck/renderer/BUILD.gn
@@ -63,6 +63,7 @@ source_set("unit_tests") {
sources = [
"custom_dictionary_engine_unittest.cc",
"spellcheck_multilingual_unittest.cc",
+ "spellcheck_provider_cache_unittest.cc",
"spellcheck_provider_hunspell_unittest.cc",
"spellcheck_provider_mac_unittest.cc",
"spellcheck_provider_test.cc",

Powered by Google App Engine
This is Rietveld 408576698