diff options
author | vlaviano@chromium.org <vlaviano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 22:14:06 +0000 |
---|---|---|
committer | vlaviano@chromium.org <vlaviano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 22:14:06 +0000 |
commit | 2952b1311496ca652fb22bf914818750bf812805 (patch) | |
tree | eecaf59ee91c73f61124dceaa2e0bd392be32fa5 /tools/cros.DEPS | |
parent | eb914aec593e8293d8612eaccd85b07681c686d4 (diff) | |
download | chromium_src-2952b1311496ca652fb22bf914818750bf812805.zip chromium_src-2952b1311496ca652fb22bf914818750bf812805.tar.gz chromium_src-2952b1311496ca652fb22bf914818750bf812805.tar.bz2 |
Pull the latest system_api to include new bluetooth dbus constants
BUG=chromium-os:21315
TEST=build chrome
Change-Id: I953bb8718685c5069ae0ac85bcc62f3fa15a1ae8
Review URL: http://codereview.chromium.org/8176011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104376 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 568c477..b2280fd 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@b48469c4", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@b935976e", + Var("chromiumos_git") + "/platform/system_api.git@33a131bb", } } |