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

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

Issue 2188543002: Add Vulkan runtime dll (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Remove Vulkan_flavor Created 4 years, 5 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 | « infra/bots/recipe_modules/skia/api.py ('k') | infra/bots/recipe_modules/skia/fake_specs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/skia/default_flavor.py
diff --git a/infra/bots/recipe_modules/skia/default_flavor.py b/infra/bots/recipe_modules/skia/default_flavor.py
index 11720bea91c40c4a1ed7e0fa325df17d39ba09c4..3a444e44ba54b7aa6eff5d7cd3129fd1d3fa6c74 100644
--- a/infra/bots/recipe_modules/skia/default_flavor.py
+++ b/infra/bots/recipe_modules/skia/default_flavor.py
@@ -152,7 +152,13 @@ class DefaultFlavorUtils(object):
Copy flavor-specific build products to swarming_out_dir for use in test and
perf steps."""
- pass
+ if ("Win" in self._skia_api.builder_name and
+ "Vulkan" in self._skia_api.builder_name):
+ # This copies vulkan-1.dll that has been bundled into win_vulkan_sdk
+ # since version 2 See skia/api BUILD_PRODUCTS_ISOLATE_WHITELIST
+ self._skia_api.copy_build_products(
+ self._skia_api.m.path['slave_build'].join('win_vulkan_sdk'),
+ swarming_out_dir)
@property
def out_dir(self):
« no previous file with comments | « infra/bots/recipe_modules/skia/api.py ('k') | infra/bots/recipe_modules/skia/fake_specs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698