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.
|
2014-07-22 17:15:34 +00:00
|
|
|
# GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
|
|
|
|
{
|
|
|
|
'include_dirs': [
|
|
|
|
'../dm',
|
|
|
|
'../gm',
|
2015-07-28 15:55:14 +00:00
|
|
|
'../include/private',
|
2014-07-22 17:15:34 +00:00
|
|
|
'../src/core',
|
|
|
|
'../src/effects',
|
2015-02-01 04:00:58 +00:00
|
|
|
'../src/images',
|
|
|
|
'../src/lazy',
|
2014-07-22 17:15:34 +00:00
|
|
|
'../src/utils',
|
2016-02-09 20:44:06 +00:00
|
|
|
'../tools/debugger',
|
2015-02-01 04:00:58 +00:00
|
|
|
'../tests',
|
2014-07-22 17:15:34 +00:00
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'etc1.gyp:libetc1',
|
|
|
|
'flags.gyp:flags',
|
|
|
|
'jsoncpp.gyp:jsoncpp',
|
2015-11-06 19:15:49 +00:00
|
|
|
'libpng.gyp:libpng',
|
2014-07-22 17:15:34 +00:00
|
|
|
'skia_lib.gyp:skia_lib',
|
2016-07-02 02:09:15 +00:00
|
|
|
'sksl.gyp:sksl',
|
2015-02-06 20:51:10 +00:00
|
|
|
'svg.gyp:svg',
|
2016-08-04 02:53:36 +00:00
|
|
|
'svg.gyp:svgdom',
|
2014-07-22 17:15:34 +00:00
|
|
|
'tools.gyp:crash_handler',
|
2016-06-02 19:41:14 +00:00
|
|
|
'tools.gyp:picture_utils',
|
2014-08-19 22:55:55 +00:00
|
|
|
'tools.gyp:proc_stats',
|
2014-07-22 17:15:34 +00:00
|
|
|
'tools.gyp:sk_tool_utils',
|
2016-02-11 18:35:21 +00:00
|
|
|
'tools.gyp:url_data_manager',
|
2015-01-15 18:56:12 +00:00
|
|
|
'tools.gyp:timer',
|
2015-02-01 04:00:58 +00:00
|
|
|
'xml.gyp:xml',
|
2015-03-03 17:13:09 +00:00
|
|
|
'xps.gyp:xps',
|
2014-07-22 17:15:34 +00:00
|
|
|
],
|
|
|
|
'includes': [
|
|
|
|
'gmslides.gypi',
|
|
|
|
'pathops_unittest.gypi',
|
|
|
|
'tests.gypi',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'../dm/DM.cpp',
|
2015-01-15 18:56:12 +00:00
|
|
|
'../dm/DMSrcSink.cpp',
|
2014-11-04 15:21:10 +00:00
|
|
|
'../dm/DMJsonWriter.cpp',
|
2014-07-22 17:15:34 +00:00
|
|
|
'../gm/gm.cpp',
|
|
|
|
|
2016-06-02 19:41:14 +00:00
|
|
|
'../src/utils/SkMultiPictureDocumentReader.cpp',
|
2016-09-01 14:06:54 +00:00
|
|
|
'../tools/LsanSuppressions.cpp',
|
2016-02-09 20:44:06 +00:00
|
|
|
'../tools/debugger/SkDebugCanvas.cpp',
|
|
|
|
'../tools/debugger/SkDrawCommand.cpp',
|
2016-05-04 18:06:28 +00:00
|
|
|
'../tools/debugger/SkJsonWriteBuffer.cpp',
|
2016-02-09 20:44:06 +00:00
|
|
|
'../tools/debugger/SkObjectParser.cpp',
|
2014-07-22 17:15:34 +00:00
|
|
|
],
|
2014-07-31 18:26:58 +00:00
|
|
|
'conditions': [
|
|
|
|
[ 'skia_gpu == 1', {
|
|
|
|
'dependencies': [ 'gputest.gyp:skgputest' ],
|
|
|
|
}],
|
|
|
|
],
|
2014-07-22 17:15:34 +00:00
|
|
|
}
|