Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 1546500e9f1b50fafd88ce5a4e2f15aeba97a320..4051fe24646d04d7a4ae892d0a06a3b5fe352b84 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1342,6 +1342,9 @@ |
# Set to 1 to compile with MSE support for MPEG2 TS |
'enable_mpeg2ts_stream_parser%': 0, |
+ # Support ChromeOS touchpad gestures with ozone. |
+ 'use_evdev_gestures%': 0, |
+ |
'conditions': [ |
# Enable the Syzygy optimization step for the official builds. |
['OS=="win" and buildtype=="Official" and syzyasan!=1', { |