diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 04:13:59 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 04:13:59 +0000 |
commit | 92e8d29102386c194d414d1b7f6c87e615f01d87 (patch) | |
tree | de5954a828a38ce328da5f7168e96379deedc0cb /tools/cros.DEPS/DEPS | |
parent | ea010614e6dc9c9e92fe0297a73a83366bc9390e (diff) | |
download | chromium_src-92e8d29102386c194d414d1b7f6c87e615f01d87.zip chromium_src-92e8d29102386c194d414d1b7f6c87e615f01d87.tar.gz chromium_src-92e8d29102386c194d414d1b7f6c87e615f01d87.tar.bz2 |
Update to latest service_constants.h
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7789019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS/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 ea76634..d0dc6a6 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@b9cc80a6", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@618fb005", + Var("chromiumos_git") + "/platform/system_api.git@c3de536a", } } |