| Index: gyp/common_variables.gypi
|
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
|
| index 4d1ab467884082a3dd74e688de39afd8e5f71c2e..6145d47e0137e45ff3bdc247e807b7231c2f2549 100644
|
| --- a/gyp/common_variables.gypi
|
| +++ b/gyp/common_variables.gypi
|
| @@ -142,6 +142,7 @@
|
| 'skia_win_debuggers_path%': '',
|
| 'skia_shared_lib%': 0,
|
| 'skia_opencl%': 0,
|
| + 'skia_force_distancefield_fonts%': 0,
|
|
|
| # These variables determine the default optimization level for different
|
| # compilers.
|
| @@ -210,6 +211,7 @@
|
| 'skia_profile_enabled%': '<(skia_profile_enabled)',
|
| 'skia_shared_lib%': '<(skia_shared_lib)',
|
| 'skia_opencl%': '<(skia_opencl)',
|
| + 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)',
|
| 'skia_static_initializers%': '<(skia_static_initializers)',
|
| 'ios_sdk_version%': '6.0',
|
| 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
|
|
|