From 6aea33f92c611d6fdc88bc2352c5c966168af83b Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Tue, 9 Oct 2012 14:11:58 +0000 Subject: checkpoint for shape ops at minimum, the unit tests in SimplyNew_Test pass git-svn-id: http://skia.googlecode.com/svn/trunk@5860 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/shapeops_tool.gyp | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 gyp/shapeops_tool.gyp (limited to 'gyp') diff --git a/gyp/shapeops_tool.gyp b/gyp/shapeops_tool.gyp new file mode 100644 index 0000000000..3b1408a5ff --- /dev/null +++ b/gyp/shapeops_tool.gyp @@ -0,0 +1,45 @@ +# GYP file to build unit tests. +{ + 'includes': [ + 'apptype_console.gypi', + 'common.gypi', + ], + 'targets': [ + { + 'target_name': 'addTest', + 'type': 'executable', + 'include_dirs' : [ + '../src/core', + ], + 'sources': [ + '../experimental/Intersection/AddTestOutput/main.cpp', + ], + 'dependencies': [ + 'core.gyp:core', + 'effects.gyp:effects', + 'experimental.gyp:experimental', + 'images.gyp:images', + 'ports.gyp:ports', + 'pdf.gyp:pdf', + 'utils.gyp:utils', + ], + 'conditions': [ + [ 'skia_gpu == 1', { + 'include_dirs': [ + '../src/gpu', + ], + 'dependencies': [ + 'gpu.gyp:gr', + 'gpu.gyp:skgr', + ], + }], + ], + }, + ], +} + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: -- cgit v1.2.3