ce47fec10c
Review URL: https://codereview.appspot.com/5848046 git-svn-id: http://skia.googlecode.com/svn/trunk@3419 2bbb7eff-a529-9590-31e7-b0007b416f81
25 lines
513 B
Python
25 lines
513 B
Python
# Copyright 2012 The Android Open Source Project
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Depend on this wrapper to pick up libjpeg from third_party
|
|
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'libjpeg',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'../third_party/externals/libjpeg/libjpeg.gyp:libjpeg',
|
|
],
|
|
},
|
|
],
|
|
}
|
|
|
|
# Local Variables:
|
|
# tab-width:2
|
|
# indent-tabs-mode:nil
|
|
# End:
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|