Index: DEPS |
diff --git a/DEPS b/DEPS |
index 11c3fe2c36b2a8ebc4178fd4a37b620c303df5f8..fc51ad50208b7f8fe67c696983ff96bc0724eb16 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -437,6 +437,14 @@ deps_os = { |
'src/third_party/wayland-protocols/src': |
Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2', |
+ # The libevdev library (ChromeOS version). |
+ 'src/third_party/libevdev/src': |
+ Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744', |
+ |
+ # ChromeOS touchpad gestures library. |
Daniel Kurtz
2017/01/10 03:22:01
tiny nit: "Chrome OS" (as in the Wireless Display
reveman
2017/01/10 04:11:53
Done.
|
+ 'src/third_party/gestures/gestures': |
+ Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '5a656849c7d2b0d0ddbe0ac6d300c1e2fada0bb4', |
+ |
# Wireless Display Software. Used on Chrome OS. |
'src/third_party/wds/src': |
Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5', |