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

Unified Diff: libjpeg.gyp

Issue 110163003: Temporary change for rolling into m32 branch (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/libjpeg_turbo
Patch Set: Created 7 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libjpeg.gyp
diff --git a/libjpeg.gyp b/libjpeg.gyp
index 03dc537497c8030b2425e59a4d31214fb344d80c..39d5ce576b7ff851d9b752f7d1145d2c0dd617c1 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -25,7 +25,6 @@
'defines': [
'WITH_SIMD',
'MOTION_JPEG_SUPPORTED',
- 'NO_GETENV',
],
'sources': [
'jcapimin.c',
@@ -266,6 +265,11 @@
],
},
}],
+ [ 'OS=="android"', {
+ 'defines': [
+ 'NO_GETENV', # getenv() is not thread-safe.
+ ],
+ }],
],
'rules': [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698