diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 23:08:34 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 23:08:34 +0000 |
commit | dc7b7f41f81feaa0fc72197042c97009157b5d45 (patch) | |
tree | 384b83dc951645e926378780a051cab98d1c5f6a /tools/cros.DEPS | |
parent | c1c078b77aab01ffaf888cc850bcbc47eb7629e5 (diff) | |
download | chromium_src-dc7b7f41f81feaa0fc72197042c97009157b5d45.zip chromium_src-dc7b7f41f81feaa0fc72197042c97009157b5d45.tar.gz chromium_src-dc7b7f41f81feaa0fc72197042c97009157b5d45.tar.bz2 |
Change the libcros version back to 156 from 157.
Rolling 157 broke the chromium os tree...
BUG=none
TEST=build chrome
Review URL: http://codereview.chromium.org/7276016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90669 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 1f077ca..275a9e1 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@032b3fa4", + Var("chromium_git") + "/cros.git@e44c6641", } |