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

Unified Diff: Source/build/features.gypi

Issue 112913003: Reinforce that ENABLE(OPENTYPE_VERTICAL) is a feature define (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a comment instead Created 6 years, 12 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index ae0049e8dd447008a74b1fc551251740b78ad7d1..61c22c381b45e7c32e488d70d708273928a2ee6d 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -87,7 +87,8 @@
'ENABLE_WEB_AUDIO=1',
],
}],
- ['OS=="win" or OS=="android" or OS=="linux"', {
+ # Mac OS X has not implemented support for ENABLE(OPENTYPE_VERTICAL) yet
+ ['OS!="mac"', {
'feature_defines': [
'ENABLE_OPENTYPE_VERTICAL=1',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698