diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 10:39:45 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 10:39:45 +0000 |
commit | e4f2081bddaae2f121ed5b279ab8c7b528fe2213 (patch) | |
tree | 4b22f463b1099b7197a30efe805fde22fae84f0f /tools/cros.DEPS | |
parent | 777b63695fa313492790a6f8c52839179cb12c4e (diff) | |
download | chromium_src-e4f2081bddaae2f121ed5b279ab8c7b528fe2213.zip chromium_src-e4f2081bddaae2f121ed5b279ab8c7b528fe2213.tar.gz chromium_src-e4f2081bddaae2f121ed5b279ab8c7b528fe2213.tar.bz2 |
Reverting my revert...
Revert 102259 - Revert 102215 - Pull libcros v173
Lots of functions have been deprecated recently.
We should update the DEPS and wait for a while before
removing them.
BUG=chromium-os:20648
TEST=build chrome
Review URL: http://codereview.chromium.org/7980030
TBR=satorux@chromium.org
Review URL: http://codereview.chromium.org/7977046
TBR=tommi@chromium.org
Review URL: http://codereview.chromium.org/7983060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102261 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 d4e2e13..3ee30bb 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -5,7 +5,7 @@ vars = { deps_os = { "unix" : { "src/third_party/cros": - Var("chromiumos_git") + "/platform/cros.git@3daf7b80", + Var("chromiumos_git") + "/platform/cros.git@69a693ab", "src/third_party/cros_system_api": Var("chromiumos_git") + "/platform/system_api.git@c3de536a", } |