diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 17:14:16 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 17:14:16 +0000 |
commit | e908482553328ba5b5f0c16ef5a4076ef36496a3 (patch) | |
tree | 5cd61133ccfe74ec61714c758ac2c1b9209e07e5 /DEPS | |
parent | 8aa6f2a0cf88c754bdfe27ccade663ed2b99a257 (diff) | |
download | chromium_src-e908482553328ba5b5f0c16ef5a4076ef36496a3.zip chromium_src-e908482553328ba5b5f0c16ef5a4076ef36496a3.tar.gz chromium_src-e908482553328ba5b5f0c16ef5a4076ef36496a3.tar.bz2 |
Roll in revision 124 of libyuv to fix build errors on chromium os (arm).
Review URL: http://codereview.chromium.org/9185008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -287,7 +287,7 @@ deps = { "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), "src/third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@119", + (Var("googlecode_url") % "libyuv") + "/trunk@124", "src/third_party/mozc/session": (Var("googlecode_url") % "mozc") + "/trunk/src/session@83", |