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

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

Issue 2495193003: Convert spellcheck to a buildflag header. (Closed)
Patch Set: Comment 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
« no previous file with comments | « components/spellcheck/browser/BUILD.gn ('k') | components/spellcheck/common/spellcheck_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/common/BUILD.gn
diff --git a/components/spellcheck/common/BUILD.gn b/components/spellcheck/common/BUILD.gn
index 465a327f214b7c4fd430fe4604f62cc35e1262d1..9062ff82aac08b9cff9b2c01b304720e678ceeba 100644
--- a/components/spellcheck/common/BUILD.gn
+++ b/components/spellcheck/common/BUILD.gn
@@ -18,6 +18,9 @@ source_set("common") {
"spellcheck_switches.h",
]
+ public_deps = [
+ "//components/spellcheck:build_features",
+ ]
deps = [
"//base:i18n",
"//ipc",
« no previous file with comments | « components/spellcheck/browser/BUILD.gn ('k') | components/spellcheck/common/spellcheck_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698