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 /build | |
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 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index b8d9ffa..bd35a89 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -107,7 +107,7 @@ 'disable_sse2%': 0, # Use libjpeg-turbo as the JPEG codec used by Chromium. - 'use_libjpeg_turbo%': 0, + 'use_libjpeg_turbo%': 1, # Variable 'component' is for cases where we would like to build some # components as dynamic shared libraries but still need variable |