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