| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index 885eb7ad541e79ed9905ee2d67d4c45eed2a4f35..dff7ef0590040344135854b6e37118f681092bed 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -5,6 +5,7 @@
|
| 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
|
| 'SK_SUPPORT_GPU=<(skia_gpu)',
|
| 'SK_SUPPORT_OPENCL=<(skia_opencl)',
|
| + 'SK_FORCE_DISTANCEFIELD_FONTS=<(skia_force_distancefield_fonts)',
|
| ],
|
| 'conditions' : [
|
| [ 'skia_os == "win"',
|
|
|