diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-23 07:56:35 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-23 07:56:35 +0000 |
commit | 1b6146b8dbfed02edff75a29fddc501e2af448e1 (patch) | |
tree | ce7d409f0669f63f31d333fa5a2c6b68aac10f7b /tools | |
parent | 74a82ca6ee3940312df1a0a966a6cf9eafcf3314 (diff) | |
download | chromium_src-1b6146b8dbfed02edff75a29fddc501e2af448e1.zip chromium_src-1b6146b8dbfed02edff75a29fddc501e2af448e1.tar.gz chromium_src-1b6146b8dbfed02edff75a29fddc501e2af448e1.tar.bz2 |
chromeos: Pull libcros v182 and the latest system_api.
BUG=chromium-os:16564
TEST=chrome builds.
Review URL: http://codereview.chromium.org/8661001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 c3b5e9d..55b92af 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@ca5f26b8", + Var("chromiumos_git") + "/platform/cros.git@63b0d1fd", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@d09da749", + Var("chromiumos_git") + "/platform/system_api.git@b999aceb", } } |