Chromium Code Reviews| Index: tools/buildbot_spec.py |
| diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py |
| index ddaebccc5878e8420a01bc122554607b05c50047..0b1dba6fe9dbdea53e69f5c6de6198a83312a42f 100755 |
| --- a/tools/buildbot_spec.py |
| +++ b/tools/buildbot_spec.py |
| @@ -172,6 +172,7 @@ def gyp_defines(builder_dict): |
| # Vulkan. |
| if builder_dict.get('extra_config') == 'Vulkan': |
| gyp_defs['skia_vulkan'] = '1' |
| + gyp_defs['skia_vulkan_debug_layers'] = '0' |
| return gyp_defs |