blob: 187eea5dbf1c339c99fba8b7f76b07d0236deeeb [file] [log] [blame]
epoger@google.comccdbd2c2011-06-02 14:38:23 +00001# GYP file to build unit tests.
epoger@google.comccdbd2c2011-06-02 14:38:23 +00002{
3 'includes': [
4 'apptype_console.gypi',
epoger@google.com5351b372011-07-01 17:16:26 +00005 'common.gypi',
epoger@google.comccdbd2c2011-06-02 14:38:23 +00006 ],
epoger@google.comccdbd2c2011-06-02 14:38:23 +00007 'targets': [
8 {
9 'target_name': 'tests',
10 'type': 'executable',
11 'include_dirs' : [
epoger@google.comccdbd2c2011-06-02 14:38:23 +000012 '../src/core',
bsalomon@google.comd38f1372011-10-12 19:53:16 +000013 '../src/gpu',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000014 ],
15 'sources': [
reed@google.com209c4152011-10-26 15:03:48 +000016 '../tests/AAClipTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000017 '../tests/BitmapCopyTest.cpp',
18 '../tests/BitmapGetColorTest.cpp',
reed@google.com2b75f422011-07-07 13:43:38 +000019 '../tests/BitSetTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000020 '../tests/BlitRowTest.cpp',
reed@google.com2b75f422011-07-07 13:43:38 +000021 '../tests/BlurTest.cpp',
reed@google.com37f3ae02011-11-28 16:06:04 +000022 '../tests/CanvasTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000023 '../tests/ClampRangeTest.cpp',
24 '../tests/ClipCubicTest.cpp',
25 '../tests/ClipStackTest.cpp',
26 '../tests/ClipperTest.cpp',
27 '../tests/ColorFilterTest.cpp',
28 '../tests/ColorTest.cpp',
reed@google.com35ae8ea2011-06-14 19:18:26 +000029 '../tests/DataRefTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000030 '../tests/DequeTest.cpp',
31 '../tests/DrawBitmapRectTest.cpp',
reed@google.comee068aa2011-12-21 19:36:21 +000032 '../tests/EmptyPathTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000033 '../tests/FillPathTest.cpp',
34 '../tests/FlateTest.cpp',
35 '../tests/GeometryTest.cpp',
bsalomon@google.com57f5d982011-10-24 21:17:53 +000036 '../tests/GLInterfaceValidation.cpp',
bsalomon@google.coma8e686e2011-08-16 15:45:58 +000037 '../tests/GLProgramsTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000038 '../tests/InfRectTest.cpp',
39 '../tests/MathTest.cpp',
40 '../tests/MatrixTest.cpp',
reed@google.com125002a2011-06-09 19:13:41 +000041 '../tests/Matrix44Test.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000042 '../tests/MetaDataTest.cpp',
43 '../tests/PackBitsTest.cpp',
44 '../tests/PaintTest.cpp',
45 '../tests/ParsePathTest.cpp',
tomhudson@google.comfc1539a2011-06-24 15:43:24 +000046 '../tests/PathCoverageTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000047 '../tests/PathMeasureTest.cpp',
48 '../tests/PathTest.cpp',
49 '../tests/PDFPrimitivesTest.cpp',
epoger@google.comd33f75c2011-06-15 18:49:21 +000050 '../tests/PointTest.cpp',
reed@google.com3d608122011-11-21 15:16:16 +000051 '../tests/QuickRejectTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000052 '../tests/Reader32Test.cpp',
bsalomon@google.comc6980972011-11-02 19:57:21 +000053 '../tests/ReadPixelsTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000054 '../tests/RefDictTest.cpp',
55 '../tests/RegionTest.cpp',
reed@google.comd230e3e2011-12-05 20:49:37 +000056 '../tests/ScalarTest.cpp',
junov@chromium.orgb6e16192011-12-09 15:48:03 +000057 '../tests/ShaderOpacityTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000058 '../tests/Sk64Test.cpp',
59 '../tests/skia_test.cpp',
60 '../tests/SortTest.cpp',
61 '../tests/SrcOverTest.cpp',
62 '../tests/StreamTest.cpp',
63 '../tests/StringTest.cpp',
64 '../tests/Test.cpp',
bsalomon@google.coma8e686e2011-08-16 15:45:58 +000065 '../tests/Test.h',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000066 '../tests/TestSize.cpp',
bsalomon@google.coma8e686e2011-08-16 15:45:58 +000067 '../tests/ToUnicode.cpp',
reed@google.com419f4332011-12-21 15:21:32 +000068 '../tests/UnicodeTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000069 '../tests/UtilsTest.cpp',
vandebo@chromium.orgbeb7fe12011-11-11 19:38:54 +000070 '../tests/WArrayTest.cpp',
bsalomon@google.comd58a1cd2011-11-10 20:57:43 +000071 '../tests/WritePixelsTest.cpp',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000072 '../tests/Writer32Test.cpp',
73 '../tests/XfermodeTest.cpp',
74 ],
75 'dependencies': [
76 'core.gyp:core',
77 'effects.gyp:effects',
reed@google.com125002a2011-06-09 19:13:41 +000078 'experimental.gyp:experimental',
bsalomon@google.coma8e686e2011-08-16 15:45:58 +000079 'gpu.gyp:gr',
80 'gpu.gyp:skgr',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000081 'images.gyp:images',
caryclark@google.comafcb55c2011-12-14 17:12:04 +000082 'ports.gyp:ports',
epoger@google.comdcab3a12011-06-24 19:09:09 +000083 'pdf.gyp:pdf',
epoger@google.comccdbd2c2011-06-02 14:38:23 +000084 'utils.gyp:utils',
85 ],
epoger@google.comccdbd2c2011-06-02 14:38:23 +000086 },
87 ],
88}
89
90# Local Variables:
91# tab-width:2
92# indent-tabs-mode:nil
93# End:
94# vim: set expandtab tabstop=2 shiftwidth=2: