diff options
author | sque@chromium.org <sque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 20:51:37 +0000 |
---|---|---|
committer | sque@chromium.org <sque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 20:51:37 +0000 |
commit | 7a043f5d53c7a607d0007ebe09b82e67062fdd7f (patch) | |
tree | cc09f14fd87c00001cc20edba5ef5171f043418b /tools | |
parent | ae4cc2313c25cfc5f0cc61442b17d0cebe9fd456 (diff) | |
download | chromium_src-7a043f5d53c7a607d0007ebe09b82e67062fdd7f.zip chromium_src-7a043f5d53c7a607d0007ebe09b82e67062fdd7f.tar.gz chromium_src-7a043f5d53c7a607d0007ebe09b82e67062fdd7f.tar.bz2 |
chromeos: update cros dep to c709d59a
This pulls in the deprecation of the chromeos_resume, chromeos_power,
and chromeos_screen_lock APIs.
BUG=chromium-os:21115,chromium-os:16558,chromium-os:16559
TEST=none
Signed-off-by: Simon Que <sque@chromium.org>
R=hashimoto@chromium.org,stevenjb@chromium.org,satorux@chromium.org
Review URL: http://codereview.chromium.org/9020018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115390 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 a0de112..17afff2 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@63b0d1fd", + Var("chromiumos_git") + "/platform/cros.git@c709d59a", "src/third_party/cros_system_api": Var("chromiumos_git") + "/platform/system_api.git@58d34158", } |