diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 07:56:32 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-20 07:56:32 +0000 |
commit | 4b8b180de68ab41c7614d617d098812ce8e52aab (patch) | |
tree | 76e88a8dd6564a295a79c3ae76e40b65e8bb6ad3 /tools/cros.DEPS | |
parent | fdf76681c74d8ac89d750982e696cb5e9905b412 (diff) | |
download | chromium_src-4b8b180de68ab41c7614d617d098812ce8e52aab.zip chromium_src-4b8b180de68ab41c7614d617d098812ce8e52aab.tar.gz chromium_src-4b8b180de68ab41c7614d617d098812ce8e52aab.tar.bz2 |
Update cros.DEPS to use the latest version of libcros and cros_system_api
BUG=chromium-os:21824
TEST=compiles
Review URL: http://codereview.chromium.org/8354031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index b401fdf..0c9520b 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -5,8 +5,8 @@ vars = { deps_os = { "unix" : { "src/third_party/cros": - Var("chromiumos_git") + "/platform/cros.git@b48469c4", + Var("chromiumos_git") + "/platform/cros.git@f9b5e6b0", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@8152d9bd", + Var("chromiumos_git") + "/platform/system_api.git@f4568f17", } } |