Chromium Code Reviews| Index: build/config/ui.gni |
| diff --git a/build/config/ui.gni b/build/config/ui.gni |
| index fa4f142ea9f19a00e6597caaf51300a03dc42505..1fc6d0abe653440e0c866a571792c28dc0d934f1 100644 |
| --- a/build/config/ui.gni |
| +++ b/build/config/ui.gni |
| @@ -69,11 +69,6 @@ if (use_ozone) { |
| use_glib = false |
| } |
| -# Turn off Wayland if glib is enabled. |
| -if (use_glib) { |
| - enable_wayland_server = false |
| -} |
| - |
| if (is_linux && !use_ozone) { |
| use_cairo = true |
| use_pango = true |