Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1110)

Unified Diff: build/common.gypi

Issue 5292007: Integrates libjpeg-turbo into Chromium (Chromium side)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« app/app.gyp ('K') | « build/all.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 67381)
+++ build/common.gypi (working copy)
@@ -140,6 +140,9 @@
# Remoting compilation is enabled by default. Set to 0 to disable.
'remoting%': 1,
+ # Use libjpeg-turbo instead of libjpeg.
+ 'libjpeg_turbo%': 0,
+
'library%': '<(library)',
# Variable 'component' is for cases where we would like to build some
@@ -169,6 +172,7 @@
'sysroot%': '<(sysroot)',
'disable_sse2%': '<(disable_sse2)',
'remoting%': '<(remoting)',
+ 'libjpeg_turbo%': '<(libjpeg_turbo)',
Mark Mentovai 2010/11/29 19:14:17 You may not need the variables-in-variables hack f
Hironori Bono 2010/11/30 09:28:09 Thank you for your comment. As written here, I nee
'library%': '<(library)',
'component%': '<(component)',
« app/app.gyp ('K') | « build/all.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698