Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index b58fede74469c9d22504ed5c30cf6f3e238fc13f..97b9b4d29e9a85ab8d2a322adb80aaca8fa1040b 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -706,6 +706,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, |
@@ -1135,6 +1138,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)', |