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

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

Issue 2713553007: Merge 2987: 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 27557791eba847124951792f47629fb81d3030e0..8a16dcb4b1d31ba35a2df521763ec9fd77783f43 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1537,6 +1537,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