diff options
author | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 01:01:27 +0000 |
---|---|---|
committer | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 01:01:27 +0000 |
commit | 722938044896e4af4c67e0a7693ad08fc0478005 (patch) | |
tree | b4ddac59cede950d1c51e58b664a25c6916cd784 /tools/cros.DEPS/DEPS | |
parent | 8acfaf570e7b0af382825605ec5134ebc97adfc8 (diff) | |
download | chromium_src-722938044896e4af4c67e0a7693ad08fc0478005.zip chromium_src-722938044896e4af4c67e0a7693ad08fc0478005.tar.gz chromium_src-722938044896e4af4c67e0a7693ad08fc0478005.tar.bz2 |
Update cros.DEPS
Added missing bluetooth device properties.
BUG=chromium-os:22086
TEST=verified cros_set_ver pins the newer version
Change-Id: Id405a96d5e01a9a439f8ce54a0210f9755d21372
Review URL: http://codereview.chromium.org/9419026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122418 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 673e27d..796e030 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@48ed3319", + Var("chromiumos_git") + "/platform/system_api.git@f6c6db00", } } |