Chromium Code Reviews| Index: build/config/ui.gni |
| diff --git a/build/config/ui.gni b/build/config/ui.gni |
| index fa4f142ea9f19a00e6597caaf51300a03dc42505..b904e18517d4efb66a86a705e350717285d7ce2e 100644 |
| --- a/build/config/ui.gni |
| +++ b/build/config/ui.gni |
| @@ -47,6 +47,8 @@ declare_args() { |
| # Whether we should use glib, a low level C utility library. |
| use_glib = is_linux |
| + enable_topchrome_md = is_chromeos || is_win || is_linux |
|
brettw
2016/01/05 20:09:25
Can you provide documentation for this flag? i.e.
|
| + |
| # Indicates if Wayland display server support is enabled. |
| enable_wayland_server = is_chromeos |
| } |
| @@ -88,5 +90,3 @@ use_atk = is_desktop_linux && use_x11 |
| use_clipboard_aurax11 = is_linux && use_aura && use_x11 |
| enable_hidpi = is_mac || is_win || is_linux |
| - |
| -enable_topchrome_md = is_chromeos || is_win || is_linux |