diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 17:22:33 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 17:22:33 +0000 |
commit | 0e587ed091d445c4d9156e59857790dceee4063d (patch) | |
tree | 8e8f8059200af23266002e1feddd8eec50031098 /tools/cros.DEPS/DEPS | |
parent | e74aa63990b54a9c36e9cea8339bd3cc6ba6e501 (diff) | |
download | chromium_src-0e587ed091d445c4d9156e59857790dceee4063d.zip chromium_src-0e587ed091d445c4d9156e59857790dceee4063d.tar.gz chromium_src-0e587ed091d445c4d9156e59857790dceee4063d.tar.bz2 |
Pull libcros v161.
This deprecates SetTouchpadSensitivity and SetTouchpadTapToClick
which are no longer used. Need to pull v161 to Chrome before removing
them from libcros.
BUG=chromium-os:16562
TEST=gmerge libcros and chrome and chrome boots
Review URL: http://codereview.chromium.org/7349025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS/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 7e3fa20..3908c93 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@e94956f5", + Var("chromium_git") + "/cros.git@09048653", } |