Chromium Code Reviews| Index: build/config/ui.gni |
| diff --git a/build/config/ui.gni b/build/config/ui.gni |
| index 1dc0f7735e8bcc347955fb621f1707e8d47aeed5..3389feb0e447ddd3433319cf1d0eb19eeff41f1e 100644 |
| --- a/build/config/ui.gni |
| +++ b/build/config/ui.gni |
| @@ -82,4 +82,4 @@ if (is_linux && !use_ozone) { |
| # Whether to use atk, the Accessibility ToolKit library |
| use_atk = is_desktop_linux && use_x11 |
| -use_clipboard_aurax11 = is_linux && use_aura && use_x11 |
| +use_clipboard_aurax11 = is_desktop_linux && use_aura && use_x11 |