Chromium Code Reviews| Index: build/config/ui.gni |
| diff --git a/build/config/ui.gni b/build/config/ui.gni |
| index aed71b47c66896f914a50cb438e63390c155140d..85c85232150c6f30b7f9e2574a8e50fe00dc87cf 100644 |
| --- a/build/config/ui.gni |
| +++ b/build/config/ui.gni |
| @@ -34,7 +34,7 @@ declare_args() { |
| use_aura = is_win || is_linux |
| # Whether we should use glib, a low level C utility library. |
| - use_glib = is_linux |
| + use_glib = is_linux && !is_power_or_z |
| } |
| declare_args() { |