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

Unified Diff: components/spellcheck/renderer/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
Index: components/spellcheck/renderer/BUILD.gn
diff --git a/components/spellcheck/renderer/BUILD.gn b/components/spellcheck/renderer/BUILD.gn
index 96663628cf060a94fceb33ffb29bf112af6fb3f4..5160fb6ce8ed8ea621cb5af569ce1d7720a9c57d 100644
--- a/components/spellcheck/renderer/BUILD.gn
+++ b/components/spellcheck/renderer/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/features.gni")
+import("//components/spellcheck/spellcheck_build_features.gni")
source_set("renderer") {
sources = [
@@ -37,6 +37,9 @@ source_set("renderer") {
]
}
+ public_deps = [
+ "//components/spellcheck:build_features",
+ ]
deps = [
"//base:i18n",
"//components/spellcheck/common",
« no previous file with comments | « components/spellcheck/common/spellcheck_switches.cc ('k') | components/spellcheck/renderer/hunspell_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698