| Index: infra/bots/recipe_modules/skia/api.py
|
| diff --git a/infra/bots/recipe_modules/skia/api.py b/infra/bots/recipe_modules/skia/api.py
|
| index a173601e64badea13f16854323bcc4bed2253bec..96467eaaff19b47ad921981ca6a39edb21f86c81 100644
|
| --- a/infra/bots/recipe_modules/skia/api.py
|
| +++ b/infra/bots/recipe_modules/skia/api.py
|
| @@ -194,6 +194,9 @@ class SkiaApi(recipe_api.RecipeApi):
|
| 'SAN' in self.builder_name) or
|
| 'RecreateSKPs' in self.builder_name):
|
| self._need_chromium_checkout = True
|
| + if 'RecreateSKPs' in self.builder_name:
|
| + self.gclient_env['CPPFLAGS'] = (
|
| + '-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1')
|
|
|
| # Some bots also require a checkout of PDFium.
|
| self._need_pdfium_checkout = 'PDFium' in self.builder_name
|
|
|