| Index: gyp/common_variables.gypi
|
| ===================================================================
|
| --- gyp/common_variables.gypi (revision 12015)
|
| +++ gyp/common_variables.gypi (working copy)
|
| @@ -84,7 +84,8 @@
|
| 'skia_nv_path_rendering%': 0,
|
| 'skia_stroke_path_rendering%': 0,
|
| 'skia_android_path_rendering%': 0,
|
| - 'skia_texture_cache_mb_limit%': 0,
|
| + 'skia_resource_cache_mb_limit%': 0,
|
| + 'skia_resource_cache_count_limit%': 0,
|
| 'skia_angle%': 0,
|
| 'skia_directwrite%': 0,
|
| 'skia_gpu%': 1,
|
| @@ -140,7 +141,8 @@
|
| 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)',
|
| 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)',
|
| 'skia_android_path_rendering%': '<(skia_android_path_rendering)',
|
| - 'skia_texture_cache_mb_limit%': '<(skia_texture_cache_mb_limit)',
|
| + 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
|
| + 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
|
| 'skia_angle%': '<(skia_angle)',
|
| 'skia_arch_width%': '<(skia_arch_width)',
|
| 'skia_arch_type%': '<(skia_arch_type)',
|
|
|