Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 28e3389b76fe724be78b51b54f52bc61a5c1b274..0078cacf1300607671ca0c9c271918a612206f18 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1291,6 +1291,9 @@ |
# away once the chrome and blink interfaces are in sync |
'enable_new_gamepad_api%': 1, |
+ # Support ChromeOS touchpad gestures with ozone. |
+ 'use_evdev_gestures%': 0, |
+ |
'conditions': [ |
# The version of GCC in use, set later in platforms that use GCC and have |
# not explicitly chosen to build with clang. Currently, this means all |