diff options
author | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-11 01:16:08 +0000 |
---|---|---|
committer | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-11 01:16:08 +0000 |
commit | d86899bcd419db8ff65dd58c28eccd116384ce4e (patch) | |
tree | 598e782d59c9d959902cc9744c97d8fe40593566 /tools/cros.DEPS | |
parent | 4b45426889b252dd2094371f8b7b62aaa0220c2d (diff) | |
download | chromium_src-d86899bcd419db8ff65dd58c28eccd116384ce4e.zip chromium_src-d86899bcd419db8ff65dd58c28eccd116384ce4e.tar.gz chromium_src-d86899bcd419db8ff65dd58c28eccd116384ce4e.tar.bz2 |
Update cros.DEPS
Pull the latest system_api which contains the definition for
bluetooth_agent::kDisplayPinCode.
BUG=chromium-os:27101
TEST=emerge chromeos-chrome
Change-Id: I260d456ad8feb387d09dae5df38210ff44bd6e26
Review URL: http://codereview.chromium.org/9663014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126056 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 aeb2637..7b13344 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@2b826b46", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@c5b9c906", + Var("chromiumos_git") + "/platform/system_api.git@163701bc", } } |