| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index b8ffbbe9c653d66405ccc9d71f559986a37aba7a..951ede2fe466d6fc7d776cdc98a37f44dd47c7b1 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -507,6 +507,11 @@ source_set("browser") {
|
| if (enable_ipc_fuzzer) {
|
| configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
|
| }
|
| +
|
| + if (use_minikin_hyphenation) {
|
| + deps += [ "//content/browser/hyphenation" ]
|
| + defines += [ "USE_MINIKIN_HYPHENATION=1" ]
|
| + }
|
| }
|
|
|
| # See comment at the top of //content/BUILD.gn for how this works.
|
|
|