diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-17 01:36:52 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-17 01:36:52 +0000 |
commit | 9739643d6508a25a62c1dda696f0d9806e60c8b0 (patch) | |
tree | 140b4be3d9613b361e5e864056d86d7473029aea /tools/cros.DEPS | |
parent | cca14717e2a53023829bae337d9f92d51c2fe7d5 (diff) | |
download | chromium_src-9739643d6508a25a62c1dda696f0d9806e60c8b0.zip chromium_src-9739643d6508a25a62c1dda696f0d9806e60c8b0.tar.gz chromium_src-9739643d6508a25a62c1dda696f0d9806e60c8b0.tar.bz2 |
Update DEPS to pull in libcros version 103.
BUG=chromium-os:11480
TEST=chrome buidls and runs fine
Review URL: http://codereview.chromium.org/6523054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75217 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 ded34de..45b9db5 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@19f79e8e", + Var("chromium_git") + "/cros.git@f8e1da48", } |