Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 5c8dc2a84c22d535c8c811e687c63450235e28be..94d18770519b2bdc2b5c2ba1ff2dea99684e0a97 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1464,9 +1464,6 @@ |
# 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, |
- |
# Default ozone platform (if no --ozone-platform flag). |
'ozone_platform%': "", |
@@ -2585,9 +2582,6 @@ |
['ui_compositor_image_transport==1', { |
'defines': ['UI_COMPOSITOR_IMAGE_TRANSPORT'], |
}], |
- ['use_aura==1', { |
- 'defines': ['USE_AURA=1'], |
- }], |
['use_ash==1', { |
'defines': ['USE_ASH=1'], |
}], |