diff options
author | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 23:27:56 +0000 |
---|---|---|
committer | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 23:27:56 +0000 |
commit | eeeb4b429da8fffc6e33c3c566c285f594d41e3f (patch) | |
tree | 53d4db8ec2567022c7524e7d05ca68e4d36c4e78 | |
parent | 89fe68c0e639823f1dd8b16b6929ca0f61921ad0 (diff) | |
download | chromium_src-eeeb4b429da8fffc6e33c3c566c285f594d41e3f.zip chromium_src-eeeb4b429da8fffc6e33c3c566c285f594d41e3f.tar.gz chromium_src-eeeb4b429da8fffc6e33c3c566c285f594d41e3f.tar.bz2 |
ChromeOS library dependency roll
This file has to also be updated in order to access ChromeOS library API version 87 from Chrome. (In addition to http://codereview.chromium.org/5336006/)
BUG=chromeos:9702
TEST=build completes
Review URL: http://codereview.chromium.org/5322011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67610 0039d316-1c4b-4281-b951-d872f2087c98
-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 1f90faa..492e2ff 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@d486ce93", + Var("chromium_git") + "/cros.git@82f15fd9", } |