diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 02:28:07 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 02:28:07 +0000 |
commit | 2f60f4aaaf70bbb5ee35a42ee216eed74e2ad3c2 (patch) | |
tree | e19ba467770c9b56d0891a0d577fabb6e89c49a3 /tools/cros.DEPS | |
parent | 31288cdda49c7eb03a2092cc36ead687304a3a82 (diff) | |
download | chromium_src-2f60f4aaaf70bbb5ee35a42ee216eed74e2ad3c2.zip chromium_src-2f60f4aaaf70bbb5ee35a42ee216eed74e2ad3c2.tar.gz chromium_src-2f60f4aaaf70bbb5ee35a42ee216eed74e2ad3c2.tar.bz2 |
Update third_party/cros to ad01339359035843814ef9c0e8a3ce01fc8de8cd.
BUG=chromium-os:14241
TEST=ran try
Review URL: http://codereview.chromium.org/6902018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82980 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 8d12cde..be6d6a2 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@4f3db484", + Var("chromium_git") + "/cros.git@ad013393", } |