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

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

Issue 2692233005: Fix hyphenated words not to overflow on Android (Closed)
Patch Set: Created 3 years, 10 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 cb0c63a9827a1c85be0161ae0f85eeaa71c4f1eb..e965c2467e6cae3b10f2c898d549ce8ba9941ae9 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1540,6 +1540,7 @@ component("platform") {
if (use_minikin_hyphenation) {
sources += [
"text/hyphenation/HyphenationMinikin.cpp",
+ "text/hyphenation/HyphenationMinikin.h",
"text/hyphenation/HyphenatorAOSP.cpp",
"text/hyphenation/HyphenatorAOSP.h",
]

Powered by Google App Engine
This is Rietveld 408576698