| Index: gyp/common_variables.gypi
|
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
|
| index e3bd0d8b643469c7fd1a391a9cb3bb6f41a4c17c..e96a59cc3dacbfcddeed1a8a3c348c95e1e50c5c 100644
|
| --- a/gyp/common_variables.gypi
|
| +++ b/gyp/common_variables.gypi
|
| @@ -94,6 +94,7 @@
|
| 'skia_win_debuggers_path%': '',
|
| 'skia_shared_lib%': 0,
|
| 'skia_opencl%': 0,
|
| + 'skia_distancefield_fonts%': 0,
|
|
|
| # These variables determine the default optimization level for different
|
| # compilers.
|
| @@ -153,6 +154,7 @@
|
| 'skia_profile_enabled%': '<(skia_profile_enabled)',
|
| 'skia_shared_lib%': '<(skia_shared_lib)',
|
| 'skia_opencl%': '<(skia_opencl)',
|
| + 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)',
|
| 'skia_static_initializers%': '<(skia_static_initializers)',
|
| 'ios_sdk_version%': '6.0',
|
| 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
|
|
|