diff options
author | rharrison@chromium.org <rharrison@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-30 19:58:20 +0000 |
---|---|---|
committer | rharrison@chromium.org <rharrison@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-30 19:58:20 +0000 |
commit | ec23321608f2f4ca6c09a755411eb63946b5f6b3 (patch) | |
tree | 53e57ddb46bacc5eef216702a424e795e16f03ff /tools | |
parent | 3e17d3506ca712cc03090679f399db5bbe033470 (diff) | |
download | chromium_src-ec23321608f2f4ca6c09a755411eb63946b5f6b3.zip chromium_src-ec23321608f2f4ca6c09a755411eb63946b5f6b3.tar.gz chromium_src-ec23321608f2f4ca6c09a755411eb63946b5f6b3.tar.bz2 |
Rolling forward system_api DEPs.
Rolling this forward to catch the protobuf that I added for doing PowerStatus updates, so that I can write the Chrome side.
BUG=chromium-os:25489
TEST=none
Review URL: http://codereview.chromium.org/9233031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 b0c71cf..7d1a7a8 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@aa50358c", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@1dbe5fd6", + Var("chromiumos_git") + "/platform/system_api.git@d9cd48f6", } } |