1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6 # This file handles building both with our local libjpeg and with the system
9 ['use_system_libjpeg==0', {
12 'target_name': 'libjpeg',
13 'type': 'static_library',
15 'NO_GETENV', # getenv() is not thread-safe.
73 'direct_dependent_settings': {
79 ['OS!="win"', {'product_name': 'jpeg'}],
86 'target_name': 'libjpeg',
88 'direct_dependent_settings': {