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

Unified Diff: content/content_browser.gypi

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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 21fa35ad898be9a96a3e7af1d5b2d7f6603d7cbb..38034e30e845242deead5db1f06b63d507522b00 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -2136,6 +2136,12 @@
'../third_party/boringssl/boringssl.gyp:boringssl',
],
}],
+ ['use_minikin_hyphenation==1', {
+ 'private_browser_sources': [
+ 'browser/hyphenation/hyphenation_impl.cc',
+ 'browser/hyphenation/hyphenation_impl.h',
+ ],
+ }],
['enable_webvr==1', {
'sources': [
'browser/vr/vr_device.cc',

Powered by Google App Engine
This is Rietveld 408576698