Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / gyp / common.gypi
index 0846fef..14a5419 100644 (file)
         {
           'defines': [
             'SK_SCALAR_IS_FLOAT',
-            'SK_CAN_USE_FLOAT',
           ],
         }, { # else, skia_scalar != "float"
           'defines': [
             'SK_SCALAR_IS_FIXED',
-            'SK_CAN_USE_FLOAT',  # we can still use floats along the way
           ],
         }
       ],