diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 03:44:47 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 03:44:47 +0000 |
commit | 69f37f041f0e7f8f950a428018946543748986e6 (patch) | |
tree | 6dec9d87324b384453f49493f60f37d1d9e29cbe /tools/cros.DEPS | |
parent | d69ebd3647b28b34d8de4dff9b03b114efd508c5 (diff) | |
download | chromium_src-69f37f041f0e7f8f950a428018946543748986e6.zip chromium_src-69f37f041f0e7f8f950a428018946543748986e6.tar.gz chromium_src-69f37f041f0e7f8f950a428018946543748986e6.tar.bz2 |
Update DEPS to pull in libcros version 129.
BUG=none
TEST=confirm chrome builds with the libcros
Review URL: http://codereview.chromium.org/6849013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81527 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 3854958..dfddd2b 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@f6797b9f", + Var("chromium_git") + "/cros.git@77ef50e", } |