diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 18:44:57 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 18:44:57 +0000 |
commit | d8f1e4cbf582818d6ce792b48b04c86d33dc67a1 (patch) | |
tree | 38ba2375a0444421ce5a8353a5f045e221d70376 /tools/cros.DEPS | |
parent | 6a736e9e6db9c688a1c0ddbb1a56bd9d4785a0ea (diff) | |
download | chromium_src-d8f1e4cbf582818d6ce792b48b04c86d33dc67a1.zip chromium_src-d8f1e4cbf582818d6ce792b48b04c86d33dc67a1.tar.gz chromium_src-d8f1e4cbf582818d6ce792b48b04c86d33dc67a1.tar.bz2 |
Pull the latest version of system_api.git
The D-Bus constants are needed to reork the LibCrosService completely
in Chrome.
BUG=chromium-os:18904
TEST=chrome builds as before.
Review URL: http://codereview.chromium.org/7812038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99010 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 001442cf..0b143b3 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@fe2e76cf", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@d56d4785", + Var("chromiumos_git") + "/platform/system_api.git@e900efcf", } } |