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", |