diff options
Diffstat (limited to 'third_party/libpng/libpng.gyp')
-rw-r--r-- | third_party/libpng/libpng.gyp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/third_party/libpng/libpng.gyp b/third_party/libpng/libpng.gyp index beccefe..5325310 100644 --- a/third_party/libpng/libpng.gyp +++ b/third_party/libpng/libpng.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -6,9 +6,8 @@ 'variables': { 'conditions': [ [ 'os_posix == 1 and OS != "mac" and OS != "android"', { - # Maybe link to system .so once the security concerns are thought - # through, since we already use it due to GTK. - 'use_system_libpng%': 0, + # Link to system .so since we already use it due to GTK. + 'use_system_libpng%': 1, }, { # os_posix != 1 or OS == "mac" 'use_system_libpng%': 0, }], |