Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index 6dcdca884d4e9b35889c986e0d1ee42d828620a9..4a02bceef2bc55688e92489dbf32c1a5c09002a0 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -5,8 +5,7 @@ |
| 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)', |
| 'SK_SUPPORT_GPU=<(skia_gpu)', |
| 'SK_SUPPORT_OPENCL=<(skia_opencl)', |
|
robertphillips
2014/06/02 19:57:24
need , !?
krajcevski
2014/06/02 20:19:34
Done.
|
| - 'SK_FORCE_DISTANCEFIELD_FONTS=<(skia_force_distancefield_fonts)', |
| - 'SK_SUPPORT_ETC1' |
| + 'SK_FORCE_DISTANCEFIELD_FONTS=<(skia_force_distancefield_fonts)' |
| ], |
| 'conditions' : [ |
| [ 'skia_arch_type == "arm64"', { |
| @@ -320,6 +319,7 @@ |
| 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1', |
| 'SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX', |
| 'SK_DEFAULT_GLOBAL_DISCARDABLE_MEMORY_POOL_SIZE (512 * 1024)', |
| + 'SK_IGNORE_ETC1_SUPPORT', |
| # Defines from skia_for_android_framework_defines.gypi |
| '<@(skia_for_android_framework_defines)', |
| ], |