diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 00:19:40 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 00:19:40 +0000 |
commit | 4c601ebfceb958ad76d48cf961d8c96647319774 (patch) | |
tree | 0b5cef0dfffb88c49ed52ed6d1216ffdb8e1c0f3 /tools | |
parent | 8580a64b1699e1de8e7efea7cb8594dd74dcc254 (diff) | |
download | chromium_src-4c601ebfceb958ad76d48cf961d8c96647319774.zip chromium_src-4c601ebfceb958ad76d48cf961d8c96647319774.tar.gz chromium_src-4c601ebfceb958ad76d48cf961d8c96647319774.tar.bz2 |
Pull libcros v160.
This deprecates CheckForUpdate and Update which are no longer used.
Need to pull v160 to Chrome before removing them from libcros.
BUG=chromium-os:16563
TEST=gmerge libcros and chrome and chrome boots
Review URL: http://codereview.chromium.org/7343019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92277 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 2a94358..7e3fa20 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@a0020010", + Var("chromium_git") + "/cros.git@e94956f5", } |