Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / build / features.gypi
index 237be22..9ee605c 100644 (file)
@@ -32,7 +32,8 @@
   # The following defines turn WebKit features on and off.
   'variables': {
     'feature_defines': [
-      'ENABLE_SVG_FONTS=1',
+      'ENABLE_OPENTYPE_VERTICAL=1',
+      'ENABLE_LAYOUT_UNIT_IN_INLINE_BOXES=0',
       # 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.
           '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',