Index: build/config/ui.gni |
diff --git a/build/config/ui.gni b/build/config/ui.gni |
index 6577331ef783aa95e728e63e18166643f7e1dd91..360e860ef8fbf5831efe5a588ea77646ae1928b9 100644 |
--- a/build/config/ui.gni |
+++ b/build/config/ui.gni |
@@ -44,9 +44,6 @@ if (is_linux) { |
use_pango = false |
} |
-# Indicates if the UI toolkit depends on GTK. |
-toolkit_uses_gtk = is_linux && !is_chromeos && !use_aura && !use_ozone |
- |
# Use GPU accelerated cross process image transport by default on linux builds |
# with the Aura window manager. |
ui_compositor_image_transport = use_aura && is_linux |