summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_ui.gni
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-build_config_ui.gni')
-rw-r--r--www/chromium/files/patch-build_config_ui.gni11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/chromium/files/patch-build_config_ui.gni b/www/chromium/files/patch-build_config_ui.gni
index a7e3bf4f379a..aff42ac39a10 100644
--- a/www/chromium/files/patch-build_config_ui.gni
+++ b/www/chromium/files/patch-build_config_ui.gni
@@ -1,24 +1,19 @@
---- build/config/ui.gni.orig 2017-01-26 00:49:07 UTC
+--- build/config/ui.gni.orig 2017-03-09 20:04:27 UTC
+++ build/config/ui.gni
-@@ -31,7 +31,7 @@ declare_args() {
+@@ -31,10 +31,10 @@ declare_args() {
# Indicates if Aura is enabled. Aura is a low-level windowing library, sort
# of a replacement for GDI or GTK.
- use_aura = is_win || is_linux
+ use_aura = is_win || is_linux || is_bsd
- # True means the UI is built using the "views" framework.
- toolkit_views =
-@@ -47,7 +47,7 @@ declare_args() {
- use_xkbcommon = false
-
# Whether we should use glib, a low level C utility library.
- use_glib = is_linux
+ use_glib = is_linux || is_bsd
# Indicates if Wayland display server support is enabled.
enable_wayland_server = is_chromeos
-@@ -62,17 +62,17 @@ declare_args() {
+@@ -55,17 +55,17 @@ declare_args() {
# Use GPU accelerated cross process image transport by default on linux builds
# with the Aura window manager.