Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index 09ee713634dec18e4cb2b8d842b66d7715ce6d81..f1cf569d930049d4da7b37f0dec268e3a7823be8 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -427,44 +427,6 @@ |
}, |
], # targets |
}], |
- ['use_evdev_gestures==1', { |
- 'targets': [ |
- { |
- 'target_name': 'libevdev-cros', |
- 'type': 'none', |
- 'direct_dependent_settings': { |
- 'cflags': [ |
- '<!@(<(pkg-config) --cflags libevdev-cros)' |
- ], |
- }, |
- 'link_settings': { |
- 'ldflags': [ |
- '<!@(<(pkg-config) --libs-only-L --libs-only-other libevdev-cros)', |
- ], |
- 'libraries': [ |
- '<!@(<(pkg-config) --libs-only-l libevdev-cros)', |
- ], |
- }, |
- }, |
- { |
- 'target_name': 'libgestures', |
- 'type': 'none', |
- 'direct_dependent_settings': { |
- 'cflags': [ |
- '<!@(<(pkg-config) --cflags libgestures)' |
- ], |
- }, |
- 'link_settings': { |
- 'ldflags': [ |
- '<!@(<(pkg-config) --libs-only-L --libs-only-other libgestures)', |
- ], |
- 'libraries': [ |
- '<!@(<(pkg-config) --libs-only-l libgestures)', |
- ], |
- }, |
- }, |
- ], |
- }], |
['use_xkbcommon==1', { |
'targets': [ |
{ |