diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-17 12:49:15 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-17 12:49:15 +0000 |
commit | 7e58a5a1b1a11dd3571127dc952e32fc841a50ad (patch) | |
tree | ac944e40104bbf3382f8710aa5e1469f7e4a345c | |
parent | 66f9c2ba97feb43cb1de8c7f8f68f95d3221d4ae (diff) | |
download | chromium_src-7e58a5a1b1a11dd3571127dc952e32fc841a50ad.zip chromium_src-7e58a5a1b1a11dd3571127dc952e32fc841a50ad.tar.gz chromium_src-7e58a5a1b1a11dd3571127dc952e32fc841a50ad.tar.bz2 |
Pull the latest cros.git.
BUG=chromium-os:11259
TEST=built chrome inside chroot
Review URL: http://codereview.chromium.org/6538018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75257 0039d316-1c4b-4281-b951-d872f2087c98
-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 45b9db5..cae674a 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@f8e1da48", + Var("chromium_git") + "/cros.git@0a4ab9e5", } |