remove unneeded flags

BUG=skia:

Review URL: https://codereview.chromium.org/1010063002
This commit is contained in:
reed 2015-03-16 13:55:48 -07:00 committed by Commit bot
parent d68a550ec8
commit ee1c2bc5e4

View File

@ -13,12 +13,10 @@
# If these become 'permanent', they should be moved into common_variables.gypi # If these become 'permanent', they should be moved into common_variables.gypi
# #
'skia_for_android_framework_defines': [ 'skia_for_android_framework_defines': [
'SK_SUPPORT_LEGACY_GRADIENT_FACTORIES',
'SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS', 'SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS',
'SK_SUPPORT_LEGACY_GETDEVICE', 'SK_SUPPORT_LEGACY_GETDEVICE',
# Needed until we fix skbug.com/2440. # Needed until we fix skbug.com/2440.
'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG', 'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
'SK_LEGACY_DRAWPICTURECALLBACK',
], ],
}, },
} }