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

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

Issue 2185953003: Add gyp define to enable vulkan debug layers (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
Index: infra/bots/recipe_modules/skia/fake_specs.py
diff --git a/infra/bots/recipe_modules/skia/fake_specs.py b/infra/bots/recipe_modules/skia/fake_specs.py
index 6390ba23accfb6aa5c80549c6d065ab867dfb7f6..776ce40d91a189f5344bf0e7b19e5ee1b8c1eb08 100644
--- a/infra/bots/recipe_modules/skia/fake_specs.py
+++ b/infra/bots/recipe_modules/skia/fake_specs.py
@@ -583,9 +583,9 @@ FAKE_SPECS = {
'do_test_steps': False,
'env': {
'GYP_DEFINES':
- ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 skia_warn'
- 'ings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg'
- '=0'),
+ ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 skia_vulk'
+ 'an_debug_layers=0 skia_warnings_as_errors=1 skia_win_debuggers_pa'
+ 'th=c:/DbgHelp skia_win_ltcg=0'),
},
'nanobench_flags': [
'--dummy-flags',
@@ -936,7 +936,8 @@ FAKE_SPECS = {
'do_test_steps': True,
'env': {
'GYP_DEFINES':
- 'skia_arch_type=arm64 skia_vulkan=1 skia_warnings_as_errors=0',
+ ('skia_arch_type=arm64 skia_vulkan=1 skia_vulkan_debug_layers=0 ski'
+ 'a_warnings_as_errors=0'),
},
'nanobench_flags': [
'--dummy-flags',

Powered by Google App Engine
This is Rietveld 408576698