diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 20:49:52 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 20:49:52 +0000 |
commit | f3db269212867fdfd649db7f3ef951cd393aa85c (patch) | |
tree | 24f73c62fa7a7d42d46237aa75c1fcd130a56b64 /tools/cros.DEPS | |
parent | 29666bdc5b7d87ab9b87c4181fa30cd017fc68e4 (diff) | |
download | chromium_src-f3db269212867fdfd649db7f3ef951cd393aa85c.zip chromium_src-f3db269212867fdfd649db7f3ef951cd393aa85c.tar.gz chromium_src-f3db269212867fdfd649db7f3ef951cd393aa85c.tar.bz2 |
Update cros.DEPS to 114
BUG=chromium-os:13089
TEST=Ensure Chrome compiles
Review URL: http://codereview.chromium.org/6674033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78426 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 cd4469c5..880a238 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@b2f8e87f", + Var("chromium_git") + "/cros.git@82fea488", } |