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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2149803004: Add Minikin Hyphenation engine for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename alias to fallback 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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index cfffb1143e6e4f0a8159e3ea1fd1774471b869b8..722571a14c36e1c96c356872847ef91884e4a36d 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -439,7 +439,11 @@ component("platform") {
}
if (use_minikin_hyphenation) {
- sources += [ "text/hyphenation/HyphenationMinikin.cpp" ]
+ sources += [
+ "text/hyphenation/HyphenationMinikin.cpp",
+ "text/hyphenation/HyphenatorAOSP.cpp",
+ "text/hyphenation/HyphenatorAOSP.h",
+ ]
}
if (!use_default_render_theme) {

Powered by Google App Engine
This is Rietveld 408576698