diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-18 11:09:05 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-18 11:09:05 +0000 |
commit | be39af36e171070beda4b0165cc1bfc2de1ffe19 (patch) | |
tree | 3946184bae7fb1f8ed6cd1d3992a3dfad5401d8f /tools | |
parent | b690e18ca906d699e05cddae14250ab40439fee3 (diff) | |
download | chromium_src-be39af36e171070beda4b0165cc1bfc2de1ffe19.zip chromium_src-be39af36e171070beda4b0165cc1bfc2de1ffe19.tar.gz chromium_src-be39af36e171070beda4b0165cc1bfc2de1ffe19.tar.bz2 |
Bump up libcros revision
libcros commit http://git.chromium.org/gitweb/?p=chromiumos/platform/cros.git;a=commit;h=4a560ab620a75a3ebc469096fc00160a803d73ba
BUG=chromium-os:15349
TEST=build
Review URL: http://codereview.chromium.org/7043005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 5cbcf02..c85ca6f 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@fee7533", + Var("chromium_git") + "/cros.git@4a560ab6", } |