diff options
author | rharrison@chromium.org <rharrison@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 01:43:37 +0000 |
---|---|---|
committer | rharrison@chromium.org <rharrison@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 01:43:37 +0000 |
commit | 920a2bbcd3dd45042407af43ac7fa2fb21dc5ca5 (patch) | |
tree | d7fd5e7196fffcb9b7d53906a5c7c2c10bff54c6 /tools/cros.DEPS | |
parent | 0d51a83cf10a188cc395b9babb27dfcb9ef301b1 (diff) | |
download | chromium_src-920a2bbcd3dd45042407af43ac7fa2fb21dc5ca5.zip chromium_src-920a2bbcd3dd45042407af43ac7fa2fb21dc5ca5.tar.gz chromium_src-920a2bbcd3dd45042407af43ac7fa2fb21dc5ca5.tar.bz2 |
cros.DEPS roll to remove deprecated powerd method.
Rolling forward the cros.DEPS, so we no longer get a reference to deprecated
powerd method call GetAllProperties.
BUG=chromium-os:25489
TEST=Built image using CL and confirmed that nothing in the UX broke and there
are no related error log messages. For bonus points used dbus-monitor to
make sure there are no spurious references to GetAllProperties coming on
d-bus.
Review URL: http://codereview.chromium.org/9605023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125281 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 be3ab68..75f8543 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@2b826b46", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@2f97320d", + Var("chromiumos_git") + "/platform/system_api.git@e9ba812a", } } |