Index: infra/bots/recipe_modules/flavor/ios_flavor.py |
diff --git a/infra/bots/recipe_modules/flavor/ios_flavor.py b/infra/bots/recipe_modules/flavor/ios_flavor.py |
index 7708d5dccddd1b58dc0760dbe38febbb0739c4b8..5d33d1c4df4662b25cb1bea9878ac2e0c4f3b4da 100644 |
--- a/infra/bots/recipe_modules/flavor/ios_flavor.py |
+++ b/infra/bots/recipe_modules/flavor/ios_flavor.py |
@@ -119,6 +119,7 @@ class iOSFlavorUtils(default_flavor.DefaultFlavorUtils): |
resource_dir=prefix + 'resources', |
images_dir=prefix + 'images', |
skp_dir=prefix + 'skp/skps', |
+ svg_dir=prefix + 'svg/svgs', |
tmp_dir=prefix + 'tmp_dir') |
self.m.run( |
@@ -130,7 +131,7 @@ class iOSFlavorUtils(default_flavor.DefaultFlavorUtils): |
def cleanup_steps(self): |
"""Run any device-specific cleanup steps.""" |
- if self.m.vars.role in (self.m.builder_name_schema.BUILDER_ROLE_TEST, |
+ if self.m.vars.role in (self.m.builder_name_schema.BUILDER_ROLE_TEST, |
self.m.builder_name_schema.BUILDER_ROLE_PERF): |
self.m.run( |
self.m.step, |