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

Unified Diff: build/config/features.gni

Issue 2113933003: Add mojo interface to load hyphenation dictionaries on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheng review Created 4 years, 5 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
« no previous file with comments | « build/common.gypi ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index f0dca90976bcc1f1222bece1ee58c1fede24441b..26ee1982cbe71fdbba52fbcc199fa46a8fedbe92 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -128,6 +128,9 @@ enable_spellcheck = !is_ios
# Use the operating system's spellchecker rather than hunspell.
use_browser_spellchecker = is_android || is_mac
+# Use Minikin hyphenation engine.
+use_minikin_hyphenation = is_android
+
# Enables the use of CDMs in pepper plugins.
enable_pepper_cdms =
enable_plugins && (is_linux || is_mac || is_win) && !is_chromecast
« no previous file with comments | « build/common.gypi ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698