| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 244b1d0b3883619987979b3629e20aa5fd55623d..cecb4ee7c0e032f7aa35f110afc6e7c47fb019fe 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -708,6 +708,9 @@
|
| # Libxkbcommon usage.
|
| 'use_xkbcommon%': 0,
|
|
|
| + # Whether we use GTKv3 on linux.
|
| + 'use_gtk3%': 0,
|
| +
|
| # Control Flow Integrity for virtual calls and casts.
|
| # See http://clang.llvm.org/docs/ControlFlowIntegrity.html
|
| 'cfi_vptr%': 0,
|
| @@ -1132,6 +1135,7 @@
|
| 'use_ozone%': '<(use_ozone)',
|
| 'use_ozone_evdev%': '<(use_ozone_evdev)',
|
| 'use_xkbcommon%': '<(use_xkbcommon)',
|
| + 'use_gtk3%': '<(use_gtk3)',
|
| 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)',
|
| 'desktop_linux%': '<(desktop_linux)',
|
| 'use_x11%': '<(use_x11)',
|
|
|