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

Unified Diff: third_party/libpng/libpng.gyp

Issue 9365007: Don't use system libpng by default. It causes security maintenance problems (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 months 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: third_party/libpng/libpng.gyp
===================================================================
--- third_party/libpng/libpng.gyp (revision 120786)
+++ third_party/libpng/libpng.gyp (working copy)
@@ -6,8 +6,9 @@
'variables': {
'conditions': [
[ 'os_posix == 1 and OS != "mac" and OS != "android"', {
- # Link to system .so since we already use it due to GTK.
- 'use_system_libpng%': 1,
+ # Maybe link to system .so once the security concerns are thought
+ # through, since we already use it due to GTK.
+ 'use_system_libpng%': 0,
}, { # os_posix != 1 or OS == "mac"
'use_system_libpng%': 0,
}],
« 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