diff --git a/DEPS b/DEPS index 8e010e6..84c5723 100644 --- a/DEPS +++ b/DEPS
@@ -44,7 +44,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. - 'v8_revision': '7c484d9bc270bef918beda9d7411f6c07ab37a5b', + 'v8_revision': 'a0395e141961135d20e0db9181a687a2a4d6cb51', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client # and whatever else without interference from each other. @@ -88,7 +88,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling NaCl # and whatever else without interference from each other. - 'nacl_revision': '5dfe030a71ca66e72c5719ef5034c2ed24706c43', + 'nacl_revision': '026b76327c0c443fcf98064e315ca398c4b544d1', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling freetype-android # and whatever else without interference from each other. @@ -96,7 +96,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '886ff596e4884a69b7977a6929165e239955ae5b', + 'catapult_revision': '0c217fe8765ca4102cb770031fb18334979ac0c9', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -437,6 +437,14 @@ 'src/third_party/wayland-protocols/src': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2', + # The libevdev library (Chrome OS version). + 'src/third_party/libevdev/src': + Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a1961eb4726211e18abd147d5a11a4ea86744', + + # Chrome OS touchpad gestures library. + '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',