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

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

Issue 2792233003: Split SpellCheckPanel off SpellCheckProvider (Closed)
Patch Set: Remove histograms.xml from patch 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/renderer/BUILD.gn
diff --git a/components/spellcheck/renderer/BUILD.gn b/components/spellcheck/renderer/BUILD.gn
index 40fd2e1038cc5a6de1452644a7dc65b8ed01289e..1c3e482f24d6aebd5812c59a954c67be0a608e00 100644
--- a/components/spellcheck/renderer/BUILD.gn
+++ b/components/spellcheck/renderer/BUILD.gn
@@ -16,6 +16,8 @@ source_set("renderer") {
"spellcheck.h",
"spellcheck_language.cc",
"spellcheck_language.h",
+ "spellcheck_panel.cc",
+ "spellcheck_panel.h",
"spellcheck_provider.cc",
"spellcheck_provider.h",
"spellcheck_worditerator.cc",
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/spellcheck/renderer/spellcheck_panel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698