| 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) {
|
|
|