Chromium Code Reviews| Index: build/config/ui.gni |
| diff --git a/build/config/ui.gni b/build/config/ui.gni |
| index 0f78dd9f0b5418dd1fc7213802bbfb033ad480cd..973860005427193ad9c4e34aebdfeb81866aa135 100644 |
| --- a/build/config/ui.gni |
| +++ b/build/config/ui.gni |
| @@ -43,9 +43,6 @@ declare_args() { |
| # Whether we should use GTKv3 instead of GTKv2. |
| use_gtk3 = false |
| - # Optional system libraries. |
| - use_xkbcommon = false |
| - |
| # Whether we should use glib, a low level C utility library. |
| use_glib = is_linux |