diff options
author | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 17:36:51 +0000 |
---|---|---|
committer | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 17:36:51 +0000 |
commit | cac4e09e047a1676d1ccb47eca6deedca508dea5 (patch) | |
tree | 73e79ee73e43a4fd5de0a69fcef1cdc846cbcfcc /tools/cros.DEPS/DEPS | |
parent | fdf9c477b8a496ba3493067a11ddfccb13ea9984 (diff) | |
download | chromium_src-cac4e09e047a1676d1ccb47eca6deedca508dea5.zip chromium_src-cac4e09e047a1676d1ccb47eca6deedca508dea5.tar.gz chromium_src-cac4e09e047a1676d1ccb47eca6deedca508dea5.tar.bz2 |
Update DEPS to pull in libcros version 92 (IsBootDevicePath support).
BUG=chromium-os:6788
TEST=none
Review URL: http://codereview.chromium.org/6300003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71454 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 166cf36..5385004 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@e9730f8a", + Var("chromium_git") + "/cros.git@a186acda", } |