diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-01 17:17:55 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-01 17:17:55 +0000 |
commit | 2ac2cf7366841cf88be24dbdffe8f87784d9a9f1 (patch) | |
tree | b6c0cf1e23b98c111c8006946ff811092d96b77e /tools/cros.DEPS | |
parent | 111d1453b85b4ddad7afdf9a6f34a5234f07bff8 (diff) | |
download | chromium_src-2ac2cf7366841cf88be24dbdffe8f87784d9a9f1.zip chromium_src-2ac2cf7366841cf88be24dbdffe8f87784d9a9f1.tar.gz chromium_src-2ac2cf7366841cf88be24dbdffe8f87784d9a9f1.tar.bz2 |
Update libcros to 167 and update cros_system_api.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7821022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99204 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 0b143b3..1d4e8de 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@fe2e76cf", + Var("chromiumos_git") + "/platform/cros.git@b8c14eed", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@e900efcf", + Var("chromiumos_git") + "/platform/system_api.git@3c1bee80", } } |