| Index: build/config/ui.gni
|
| diff --git a/build/config/ui.gni b/build/config/ui.gni
|
| index 1dc0f7735e8bcc347955fb621f1707e8d47aeed5..43d53a250f6104562ffea0e0c2c3bb81ff75ad45 100644
|
| --- a/build/config/ui.gni
|
| +++ b/build/config/ui.gni
|
| @@ -46,6 +46,10 @@
|
| # Whether we should use glib, a low level C utility library.
|
| use_glib = is_linux
|
|
|
| + # Indicates if material design elements in the top chrome of the browser are
|
| + # enabled.
|
| + enable_topchrome_md = is_chromeos || is_win || is_linux || is_mac
|
| +
|
| # Indicates if Wayland display server support is enabled.
|
| enable_wayland_server = is_chromeos
|
|
|
|
|