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',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
2014-12-01 20:21:25 +00:00
|
|
|
{
|
|
|
|
'target_name': 'multipage_pdf_profiler',
|
|
|
|
'type': 'executable',
|
|
|
|
'sources': [
|
|
|
|
'../experimental/tools/multipage_pdf_profiler.cpp',
|
2014-12-02 22:01:46 +00:00
|
|
|
'../experimental/tools/PageCachingDocument.cpp',
|
2014-12-01 20:21:25 +00:00
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'skia_lib.gyp:skia_lib',
|
|
|
|
'pdf.gyp:pdf',
|
|
|
|
'tools.gyp:proc_stats',
|
|
|
|
'tools.gyp:sk_tool_utils',
|
|
|
|
],
|
|
|
|
},
|
2015-01-05 16:55:24 +00:00
|
|
|
{
|
|
|
|
'target_name': 'skp_to_pdf_md5',
|
|
|
|
'type': 'executable',
|
|
|
|
'sources': [
|
|
|
|
'../experimental/tools/skp_to_pdf_md5.cpp',
|
2015-01-24 21:04:57 +00:00
|
|
|
'../experimental/tools/SkDmuxWStream.cpp',
|
2015-01-05 16:55:24 +00:00
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
'../src/core',
|
|
|
|
'../tools/flags',
|
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'pdf.gyp:pdf',
|
|
|
|
'skia_lib.gyp:skia_lib',
|
|
|
|
'tools.gyp:sk_tool_utils',
|
|
|
|
],
|
|
|
|
},
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
|
|
|
}
|