skia2/gyp/dm.gypi
Ben Wagner c03e1c55a7 Re-enable overdraw mode in debugger.
Debugger is the last user of the deprecated SkPaintFilterCanvas
constructor. Stop using it and remove the constructor.

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3268

Change-Id: I3e9180d48abdf86cb2c05bd8d95acabcdaa70427
Reviewed-on: https://skia-review.googlesource.com/3268
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2016-10-17 21:10:38 +00:00

61 lines
1.4 KiB
Python

# Copyright 2015 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
{
'include_dirs': [
'../dm',
'../gm',
'../include/private',
'../src/core',
'../src/effects',
'../src/images',
'../src/lazy',
'../src/utils',
'../tools/debugger',
'../tests',
],
'dependencies': [
'etc1.gyp:libetc1',
'flags.gyp:flags',
'jsoncpp.gyp:jsoncpp',
'libpng.gyp:libpng',
'skia_lib.gyp:skia_lib',
'sksl.gyp:sksl',
'svg.gyp:svg',
'svg.gyp:svgdom',
'tools.gyp:crash_handler',
'tools.gyp:picture_utils',
'tools.gyp:proc_stats',
'tools.gyp:sk_tool_utils',
'tools.gyp:url_data_manager',
'tools.gyp:timer',
'xml.gyp:xml',
'xps.gyp:xps',
],
'includes': [
'gmslides.gypi',
'pathops_unittest.gypi',
'tests.gypi',
],
'sources': [
'../dm/DM.cpp',
'../dm/DMSrcSink.cpp',
'../dm/DMJsonWriter.cpp',
'../gm/gm.cpp',
'../src/utils/SkMultiPictureDocumentReader.cpp',
'../tools/LsanSuppressions.cpp',
'../tools/debugger/SkDebugCanvas.cpp',
'../tools/debugger/SkDrawCommand.cpp',
'../tools/debugger/SkJsonWriteBuffer.cpp',
'../tools/debugger/SkObjectParser.cpp',
],
'conditions': [
[ 'skia_gpu == 1', {
'dependencies': [ 'gputest.gyp:skgputest' ],
}],
],
}