| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 502fef7eb1a75701d0c188706d60f23e2589f655..39f1284327f78a033ba5982780a149fd27e6a9f7 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -68,10 +68,13 @@ config("blink_headers_config") {
|
| configs = [ "//v8:external_config" ]
|
| }
|
|
|
| -# Public feature flags usabout outside of Blink.
|
| +# Public feature flags used outside of Blink.
|
| buildflag_header("features") {
|
| header = "public_features.h"
|
| - flags = [ "DEBUG_DEVTOOLS=$debug_devtools" ]
|
| + flags = [
|
| + "DEBUG_DEVTOOLS=$debug_devtools",
|
| + "USE_MINIKIN_HYPHENATION=$use_minikin_hyphenation",
|
| + ]
|
| }
|
|
|
| if (is_android) {
|
|
|