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

Unified Diff: Source/config.gni

Issue 617103003: Replace ENABLE_OPENTYPE_VERTICAL implementation with HarfBuzz (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@removeOpenTypeVertical
Patch Set: Created 6 years, 3 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: Source/config.gni
diff --git a/Source/config.gni b/Source/config.gni
index aea6ee3c210e3b67aa344614286745b6ebd3c2fc..f595275fca5182e5be2453c3a9257ed9edc358d5 100644
--- a/Source/config.gni
+++ b/Source/config.gni
@@ -84,11 +84,6 @@ if (use_openmax_dl_fft) {
]
}
-if (!is_mac) {
- # Mac OS X has not implemented support for ENABLE(OPENTYPE_VERTICAL) yet.
- feature_defines_list += [ "ENABLE_OPENTYPE_VERTICAL=1" ]
-}
-
if (use_default_render_theme) {
feature_defines_list += [ "WTF_USE_DEFAULT_RENDER_THEME=1" ]
}

Powered by Google App Engine
This is Rietveld 408576698