| Index: gyp/common_variables.gypi
|
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
|
| index 7a168a19402bd857783b724ba865b75c602722e5..21fb09dd5c9f094d1a2615b52e585395f0dfe326 100644
|
| --- a/gyp/common_variables.gypi
|
| +++ b/gyp/common_variables.gypi
|
| @@ -131,6 +131,7 @@
|
| 'skia_gdi%': 0,
|
| 'skia_gpu%': 1,
|
| 'skia_osx_deployment_target%': '',
|
| + 'skia_pdf%': 1,
|
| 'skia_profile_enabled%': 0,
|
| 'skia_win_debuggers_path%': '',
|
| 'skia_shared_lib%': 0,
|
| @@ -208,6 +209,7 @@
|
| 'skia_win_ltcg%': 1,
|
| 'sknx_no_simd%': 0,
|
| 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
|
| + 'skia_pdf%': '<(skia_pdf)',
|
| 'skia_profile_enabled%': '<(skia_profile_enabled)',
|
| 'skia_shared_lib%': '<(skia_shared_lib)',
|
| 'skia_opencl%': '<(skia_opencl)',
|
|
|