diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-14 19:42:22 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-14 19:42:22 +0000 |
commit | 0ef39f07d91f7bff93712f95823e5b4738e6ada1 (patch) | |
tree | c31982a7feada2476221618e5ec5fc9f4e9f9305 /build/common.gypi | |
parent | c5f4db674bb97e7807e7220a44592338e9fcb1cf (diff) | |
download | chromium_src-0ef39f07d91f7bff93712f95823e5b4738e6ada1.zip chromium_src-0ef39f07d91f7bff93712f95823e5b4738e6ada1.tar.gz chromium_src-0ef39f07d91f7bff93712f95823e5b4738e6ada1.tar.bz2 |
Revert 74103 - Use libjpeg-turbo by default.
Switch 'use_libjpeg_turbo' flag back to 0 and revert valgrind suppressions from r74269.
BUG=72399
BUG=48789
TEST=build Chromium without errors and pass all existing tests.
Review URL: http://codereview.chromium.org/6332003
TBR=hbono@chromium.org
Review URL: http://codereview.chromium.org/6484040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-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 980a806..5b110d5 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%': 1, + 'use_libjpeg_turbo%': 0, # Variable 'component' is for cases where we would like to build some # components as dynamic shared libraries but still need variable |