diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 06:55:38 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 06:55:38 +0000 |
commit | 434c45b8588b6c49f2e3ab90c080b613d2cc182f (patch) | |
tree | 37e9cf3a2fa57cefe83c3c7d879b1320dd299383 /tools/cros.DEPS | |
parent | 81bdfdaa02ebb910b551d5eff01e00c9a8a50fdf (diff) | |
download | chromium_src-434c45b8588b6c49f2e3ab90c080b613d2cc182f.zip chromium_src-434c45b8588b6c49f2e3ab90c080b613d2cc182f.tar.gz chromium_src-434c45b8588b6c49f2e3ab90c080b613d2cc182f.tar.bz2 |
Update DEPS to pull in libcros version 124.
BUG=chromium-os:12971
TEST=confirmed keyboard layout switching worked as before.
Review URL: http://codereview.chromium.org/6693089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 87bee037..9043f55 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@fb885f0e", + Var("chromium_git") + "/cros.git@890f2f00", } |