diff options
author | james.wei@intel.com <james.wei@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 02:04:12 +0000 |
---|---|---|
committer | james.wei@intel.com <james.wei@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 02:04:12 +0000 |
commit | 30ccca59d7343f8d86b6ec3e176fea8c329fb8e4 (patch) | |
tree | 0abfeb63194f07057bdc60608b4ae98627a7941b /DEPS | |
parent | 8c93105ccb274b17f50f44a6ec7ad402d7a30543 (diff) | |
download | chromium_src-30ccca59d7343f8d86b6ec3e176fea8c329fb8e4.zip chromium_src-30ccca59d7343f8d86b6ec3e176fea8c329fb8e4.tar.gz chromium_src-30ccca59d7343f8d86b6ec3e176fea8c329fb8e4.tar.bz2 |
update DEPS for x86 android build: libvpx/libjpeg_turbo
x86 android build depends on three third party components:
1. libvpx: r134182
2. libjpeg_turbo: r134206
3. skia/src: r3770 already updated
BUG=126053
TEST=
Review URL: http://codereview.chromium.org/10316014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ vars = { "libjingle_revision": "136", "libphonenumber_revision": "425", - "libvpx_revision": "125647", + "libvpx_revision": "134182", "lss_revision": "9", # These two FFmpeg variables must be updated together. One is used for SVN @@ -281,7 +281,7 @@ deps = { "/trunk/deps/third_party/yasm/patched-yasm@134927", "src/third_party/libjpeg_turbo": - "/trunk/deps/third_party/libjpeg_turbo@126090", + "/trunk/deps/third_party/libjpeg_turbo@134206", "src/third_party/flac": "/trunk/deps/third_party/flac@120197", |