diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 09:00:45 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 09:00:45 +0000 |
commit | 90142dde1d915b76b56c83ca87c7c26090503477 (patch) | |
tree | 0d82e7fbcaafa7a72868a3a95b4e0ce37c8dac31 /DEPS | |
parent | edf695ffde5ab4d43d0122f2a93edab2574491d1 (diff) | |
download | chromium_src-90142dde1d915b76b56c83ca87c7c26090503477.zip chromium_src-90142dde1d915b76b56c83ca87c7c26090503477.tar.gz chromium_src-90142dde1d915b76b56c83ca87c7c26090503477.tar.bz2 |
Use libjpeg-turbo by default.
This change sets the 'use_libjpeg_turbo' flag to 1 so Chrome can use libjpeg-turbo by default on Win, Mac, and Linux.
BUG=48789
TEST=build Chromium without errors and pass all existing tests.
Review URL: http://codereview.chromium.org/6332003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ deps = { "/trunk/deps/third_party/yasm/patched-yasm@73761", "src/third_party/libjpeg_turbo": - "/trunk/deps/third_party/libjpeg_turbo@66929", + "/trunk/deps/third_party/libjpeg_turbo@73971", "src/third_party/flac": "/trunk/deps/third_party/flac@71053", |