diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 00:49:02 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 00:49:02 +0000 |
commit | 1b4ca5494f29607e1deafa725f3f555f270fd70e (patch) | |
tree | 58d0083948a4bcba489efb496eecee20cc2a43b6 /tools/cros.DEPS | |
parent | f666a60df6997953dab4be15746f772f3b1d88e1 (diff) | |
download | chromium_src-1b4ca5494f29607e1deafa725f3f555f270fd70e.zip chromium_src-1b4ca5494f29607e1deafa725f3f555f270fd70e.tar.gz chromium_src-1b4ca5494f29607e1deafa725f3f555f270fd70e.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102215 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", } |