diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-10 19:24:06 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-10 19:24:06 +0000 |
commit | 336648ae73fa2d95d5042b00503c406fee1a6d0e (patch) | |
tree | e578586df5fa4c05e690f30884915de833f5858d | |
parent | 9e1127b6c44f637be5da8f79c5bfa2cd9ad6278e (diff) | |
download | chromium_src-336648ae73fa2d95d5042b00503c406fee1a6d0e.zip chromium_src-336648ae73fa2d95d5042b00503c406fee1a6d0e.tar.gz chromium_src-336648ae73fa2d95d5042b00503c406fee1a6d0e.tar.bz2 |
chromeos: Pull libcros v188.
In v188, functions in chromeos_network_deprecated.h
were deprecated. We'll be able to remove
chromeos_network_deprecated.* soon.
BUG=chromium-os:16565
TEST=chrome builds.
Review URL: http://codereview.chromium.org/9167014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117076 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 17afff2..891c918 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@c709d59a", + Var("chromiumos_git") + "/platform/cros.git@fc4565a4", "src/third_party/cros_system_api": Var("chromiumos_git") + "/platform/system_api.git@58d34158", } |