diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-25 23:53:48 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-25 23:53:48 +0000 |
commit | eb9a40bfbbd396c8dd7c367f09abab0949e3f212 (patch) | |
tree | 5a6dc77d6cb5b6bab4a5a94da2aba701cd5d3fa1 /tools/cros.DEPS | |
parent | 17066c24f9089777c42b8d306ca1001b291c5e92 (diff) | |
download | chromium_src-eb9a40bfbbd396c8dd7c367f09abab0949e3f212.zip chromium_src-eb9a40bfbbd396c8dd7c367f09abab0949e3f212.tar.gz chromium_src-eb9a40bfbbd396c8dd7c367f09abab0949e3f212.tar.bz2 |
chromeos: Roll system_api dep to 70e37fee.
This picks up new power manager constants for
screen-brightness-related method calls.
BUG=119743,chromium-os:26935
TEST=manual: it builds
Review URL: https://chromiumcodereview.appspot.com/9854007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128845 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 ceb1fa7..bf86329 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@377f51d8", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@8da6bc42", + Var("chromiumos_git") + "/platform/system_api.git@70e37fee", } } |