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

Unified Diff: chrome/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
« no previous file with comments | « chrome/browser/sync/chrome_sync_client.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 637b99d9dc83eee143dbd593b781881e5d48309c..ba34e3245153a48de9bf78ea1a717865b15af6bc 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/features.gni")
import("//chrome/common/features.gni")
+import("//components/spellcheck/spellcheck_build_features.gni")
import("//extensions/features/features.gni")
import("//tools/grit/grit_rule.gni")
@@ -105,6 +106,7 @@ static_library("renderer") {
"//components/printing/renderer",
"//components/rappor/public/interfaces",
"//components/resources:components_resources",
+ "//components/spellcheck:build_features",
"//components/startup_metric_utils/common:interfaces",
"//components/subresource_filter/content/renderer",
"//components/translate/content/renderer",
« no previous file with comments | « chrome/browser/sync/chrome_sync_client.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698