| Index: build/config/ui.gni
|
| diff --git a/build/config/ui.gni b/build/config/ui.gni
|
| index aed71b47c66896f914a50cb438e63390c155140d..ce384b5cdd8aef2fc590858df93c01fdef750d03 100644
|
| --- a/build/config/ui.gni
|
| +++ b/build/config/ui.gni
|
| @@ -27,7 +27,7 @@ declare_args() {
|
| # Indicates if Ozone is enabled. Ozone is a low-level library layer for Linux
|
| # that does not require X11. Enabling this feature disables use of glib, x11,
|
| # Pango, and Cairo. Default to false on non-Chromecast builds.
|
| - use_ozone = is_chromecast && !is_android
|
| + use_ozone = is_chromeos || (is_chromecast && !is_android)
|
|
|
| # Indicates if Aura is enabled. Aura is a low-level windowing library, sort
|
| # of a replacement for GDI or GTK.
|
|
|