diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 01:02:30 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 01:02:30 +0000 |
commit | 59b8b571ce831857616ae9e5bbd77b06824e82a2 (patch) | |
tree | 1f0a3d93b2d9f2b59b73f9f942b547967ddb795f /tools/cros.DEPS | |
parent | 50e52cdb7b513558163b1d0285b4755dc697cd40 (diff) | |
download | chromium_src-59b8b571ce831857616ae9e5bbd77b06824e82a2.zip chromium_src-59b8b571ce831857616ae9e5bbd77b06824e82a2.tar.gz chromium_src-59b8b571ce831857616ae9e5bbd77b06824e82a2.tar.bz2 |
Update cros API to 111
BUG=chromium-os:12743
TEST=ensure chrome compiles on linux_chromeos.
Review URL: http://codereview.chromium.org/6656012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77573 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 7df561c..48d056b 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@a7f3eec2", + Var("chromium_git") + "/cros.git@bb81ec1c", } |