blob: f56e7aa614109c70ec8cc009e91e4876b3eadc70 [file] [log] [blame]
# Copyright 2013 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.
{
'targets': [
{
'target_name': 'libjpeg',
'type': 'none',
'direct_dependent_settings': {
'defines': [
'USE_SYSTEM_LIBJPEG',
],
'conditions': [
['os_bsd==1', {
'include_dirs': [
'/usr/local/include',
],
}],
],
},
'link_settings': {
'libraries': [
'-ljpeg',
],
},
}
],
}