diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 05:58:58 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 05:58:58 +0000 |
commit | 54ac022e8357cfb6fc397d593930f12ca8c9750e (patch) | |
tree | 80f0a9706e77f2c57029b5978e28264e3c235de5 /tools/cros.DEPS | |
parent | 8d577a70f6e6d2e47f0ac32f8606e489a7a77998 (diff) | |
download | chromium_src-54ac022e8357cfb6fc397d593930f12ca8c9750e.zip chromium_src-54ac022e8357cfb6fc397d593930f12ca8c9750e.tar.gz chromium_src-54ac022e8357cfb6fc397d593930f12ca8c9750e.tar.bz2 |
Update DEPS to pull in libcros version 100.
BUG=chromium-os:11480
TEST=chrome buidls and runs fine
Review URL: http://codereview.chromium.org/6476022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74409 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 69457d0..e648d1d 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@ac66dc16", + Var("chromium_git") + "/cros.git@6bf1e1d6", } |