diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 22:41:25 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 22:41:25 +0000 |
commit | 6332420dbac9d934bb4f8d9fef2cb55704ca475f (patch) | |
tree | 48e41f8bcca39f0906e4d93b4dc4d8a051668e58 /tools/cros.DEPS | |
parent | d476412adc531fd1651961f0871f2de9846de8b7 (diff) | |
download | chromium_src-6332420dbac9d934bb4f8d9fef2cb55704ca475f.zip chromium_src-6332420dbac9d934bb4f8d9fef2cb55704ca475f.tar.gz chromium_src-6332420dbac9d934bb4f8d9fef2cb55704ca475f.tar.bz2 |
Update third_party/cros/ to 9cee76bb1bf827d5b6122adc8797b251e98831b3.
BUG=none
TEST=ran try
TBR=zork
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84340 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 805b524..f510eee 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@c8b0c124", + Var("chromium_git") + "/cros.git@9cee76bb", } |