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