diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 22:40:54 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 22:40:54 +0000 |
commit | a8c13de01152514ffa5fb703b2cdaa6e36da6915 (patch) | |
tree | 6da38414f028aaf66208f6532b13ca131355554a /tools/cros.DEPS | |
parent | 76de16e7c78d65c1a4e4f48968f92f7350c37ebc (diff) | |
download | chromium_src-a8c13de01152514ffa5fb703b2cdaa6e36da6915.zip chromium_src-a8c13de01152514ffa5fb703b2cdaa6e36da6915.tar.gz chromium_src-a8c13de01152514ffa5fb703b2cdaa6e36da6915.tar.bz2 |
Pull the latest libcros v157.
All input method APIs will be gone from libcros.
BUG=chromium-os:16550,chromium-os:16238
TEST=build chrome
Review URL: http://codereview.chromium.org/7230031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90664 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 a8c4467..1f077ca 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@7d180211", + Var("chromium_git") + "/cros.git@032b3fa4", } |