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

Unified Diff: components/spellcheck/BUILD.gn

Issue 2818043002: Make SpellCheckPanel compiled and used only on Mac (Closed)
Patch Set: Thu Apr 13 18:29:22 PDT 2017 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/BUILD.gn
diff --git a/components/spellcheck/BUILD.gn b/components/spellcheck/BUILD.gn
index d8d629a98b7f9d9c759b2c5b7378fc5981931ba4..a7d28cb485a7a57762d7b61fb96c8ccb2b2d6e4d 100644
--- a/components/spellcheck/BUILD.gn
+++ b/components/spellcheck/BUILD.gn
@@ -13,5 +13,6 @@ buildflag_header("build_features") {
flags = [
"ENABLE_SPELLCHECK=$enable_spellcheck",
"USE_BROWSER_SPELLCHECKER=$use_browser_spellchecker",
+ "HAS_SPELLCHECK_PANEL=$has_spellcheck_panel",
]
}

Powered by Google App Engine
This is Rietveld 408576698