Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: DEPS

Issue 2583223003: third_party: Add libevdev and gestures. (Closed)
Patch Set: fix typo 2 Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | third_party/gestures/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « .gitignore ('k') | third_party/gestures/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698