Chromium Code Reviews| Index: build/config/ui.gni |
| diff --git a/build/config/ui.gni b/build/config/ui.gni |
| index 1904a2f6006215d605bd4988a3770c271ef90d87..9746cfb014938d6fcc6696ca836ce5fa17ec745b 100644 |
| --- a/build/config/ui.gni |
| +++ b/build/config/ui.gni |
| @@ -35,6 +35,9 @@ |
| # Whether we should use glib, a low level C utility library. |
| use_glib = is_linux |
| + |
| + # Enable experimental vulkan backend. |
| + enable_vulkan = false |
| } |
| declare_args() { |