diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-14 19:52:32 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-14 19:52:32 +0000 |
commit | f67f70a487bb35ee7470c7516911eb587dffaf84 (patch) | |
tree | 9cca5f5ba0e3ae3d9219567895f883d2046660ef /tools/cros.DEPS | |
parent | d4c24edb9b78fbd53c01744adbb218e3c5dfe9ef (diff) | |
download | chromium_src-f67f70a487bb35ee7470c7516911eb587dffaf84.zip chromium_src-f67f70a487bb35ee7470c7516911eb587dffaf84.tar.gz chromium_src-f67f70a487bb35ee7470c7516911eb587dffaf84.tar.bz2 |
chromeos: Pull the latest system_api to include new cros disks constants.
BUG=chromium-os:16556
TEST=chrome builds.
Review URL: http://codereview.chromium.org/8555014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-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 0c9520b..7609b57 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -7,6 +7,6 @@ deps_os = { "src/third_party/cros": Var("chromiumos_git") + "/platform/cros.git@f9b5e6b0", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@f4568f17", + Var("chromiumos_git") + "/platform/system_api.git@de0587b4", } } |