2015-03-25 17:22:41 +00:00
|
|
|
# Copyright 2015 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2013-11-20 21:40:57 +00:00
|
|
|
# GYP file to build experimental directory.
|
2011-05-31 13:50:51 +00:00
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'experimental',
|
|
|
|
'type': 'static_library',
|
2012-03-29 14:51:56 +00:00
|
|
|
'include_dirs': [
|
|
|
|
'../include/config',
|
|
|
|
'../include/core',
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'../experimental/SkSetPoly3To3.cpp',
|
|
|
|
'../experimental/SkSetPoly3To3_A.cpp',
|
|
|
|
'../experimental/SkSetPoly3To3_D.cpp',
|
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'../experimental',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
2016-03-09 19:26:50 +00:00
|
|
|
'conditions': [
|
|
|
|
['skia_os == "mac"',
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'coreGraphicsPdf2png',
|
|
|
|
'type': 'executable',
|
|
|
|
'sources': [ '../experimental/tools/coreGraphicsPdf2png.cpp', ],
|
2016-05-05 18:17:08 +00:00
|
|
|
'link_settings': {
|
|
|
|
'libraries': [
|
|
|
|
'$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
|
|
|
|
],
|
|
|
|
},
|
2016-03-09 19:26:50 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
2011-05-31 13:50:51 +00:00
|
|
|
}
|