Add skia related defines.

This commit is contained in:
Cheng Zhao 2014-08-31 18:28:53 +08:00
parent bf6722ab4f
commit f0e46a4728

View file

@ -62,6 +62,14 @@
'NDEBUG', 'NDEBUG',
'USING_V8_SHARED', 'USING_V8_SHARED',
'WEBKIT_DLL', 'WEBKIT_DLL',
# From skia_for_chromium_defines.gypi:
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
'SK_SUPPORT_LEGACY_BITMAP_CONFIG',
'SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE',
'SK_SUPPORT_LEGACY_N32_NAME',
'SK_SUPPORT_LEGACY_SETCONFIG',
'SK_IGNORE_ETC1_SUPPORT',
'SK_IGNORE_GPU_DITHER',
], ],
'msvs_configuration_attributes': { 'msvs_configuration_attributes': {
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)', 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',