Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1612)

Unified Diff: infra/bots/recipe_modules/skia/api.py

Issue 2199273002: Fix Chrome build for RecreateSKPs and CommandBuffer bots for GYP->GN (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix platforms for GN Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_RecreateSKPs.py » ('j') | tools/build_command_buffer.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_RecreateSKPs.py » ('j') | tools/build_command_buffer.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698