diff options
author | tbarzic@chromium.org <tbarzic@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-10 21:24:18 +0000 |
---|---|---|
committer | tbarzic@chromium.org <tbarzic@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-10 21:24:18 +0000 |
commit | 6a420df1404abc9de319ba85f473669875b8e2a4 (patch) | |
tree | 521845ea4e75e9a852bd0a1e16cf61b9cc8d4e01 /tools | |
parent | b5ada38802102462608a29444fcc2ac36d8c1c21 (diff) | |
download | chromium_src-6a420df1404abc9de319ba85f473669875b8e2a4.zip chromium_src-6a420df1404abc9de319ba85f473669875b8e2a4.tar.gz chromium_src-6a420df1404abc9de319ba85f473669875b8e2a4.tar.bz2 |
updating cros deps to new libcros
Review URL: http://codereview.chromium.org/6826022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 c94dddd..3854958 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@4f6c04ef", + Var("chromium_git") + "/cros.git@f6797b9f", } |