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

Unified Diff: Source/build/features.gypi

Issue 618723003: Revert of Switch to HarfBuzz on Mac and remove CoreText shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index 503af4f294fe40ef1d8eba74471dc1a29dbcefc7..237be2273d2257d40734c705171fa2bff04604db 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -33,7 +33,6 @@
'variables': {
'feature_defines': [
'ENABLE_SVG_FONTS=1',
- 'ENABLE_OPENTYPE_VERTICAL=1',
# WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi
# We can't define it here because it should be present only
# in Debug or release_valgrind_build=1 builds.
@@ -72,6 +71,12 @@
'ENABLE_WEB_AUDIO=1',
],
}],
+ # Mac OS X has not implemented support for ENABLE(OPENTYPE_VERTICAL) yet
+ ['OS!="mac"', {
+ 'feature_defines': [
+ 'ENABLE_OPENTYPE_VERTICAL=1',
+ ],
+ }],
['use_default_render_theme==1', {
'feature_defines': [
'WTF_USE_DEFAULT_RENDER_THEME=1',
« no previous file with comments | « LayoutTests/platform/mac/virtual/antialiasedtext/fast/text/aat-morx-expected.txt ('k') | Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698