epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 1 | # GYP file to build unit tests. |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 2 | { |
| 3 | 'includes': [ |
| 4 | 'apptype_console.gypi', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 5 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'tests', |
| 9 | 'type': 'executable', |
| 10 | 'include_dirs' : [ |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 11 | '../src/core', |
tomhudson@google.com | 5994451 | 2012-03-20 21:18:43 +0000 | [diff] [blame] | 12 | '../src/effects', |
bsalomon@google.com | d38f137 | 2011-10-12 19:53:16 +0000 | [diff] [blame] | 13 | '../src/gpu', |
vandebo@chromium.org | 7d6c8f9 | 2012-03-22 20:45:15 +0000 | [diff] [blame] | 14 | '../src/pdf', |
vandebo@chromium.org | ec1a7fa | 2012-03-21 23:11:46 +0000 | [diff] [blame] | 15 | '../src/utils', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 16 | ], |
| 17 | 'sources': [ |
reed@google.com | 209c415 | 2011-10-26 15:03:48 +0000 | [diff] [blame] | 18 | '../tests/AAClipTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 19 | '../tests/BitmapCopyTest.cpp', |
| 20 | '../tests/BitmapGetColorTest.cpp', |
reed@google.com | 2b75f42 | 2011-07-07 13:43:38 +0000 | [diff] [blame] | 21 | '../tests/BitSetTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 22 | '../tests/BlitRowTest.cpp', |
reed@google.com | 2b75f42 | 2011-07-07 13:43:38 +0000 | [diff] [blame] | 23 | '../tests/BlurTest.cpp', |
reed@google.com | 37f3ae0 | 2011-11-28 16:06:04 +0000 | [diff] [blame] | 24 | '../tests/CanvasTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 25 | '../tests/ClampRangeTest.cpp', |
| 26 | '../tests/ClipCubicTest.cpp', |
| 27 | '../tests/ClipStackTest.cpp', |
| 28 | '../tests/ClipperTest.cpp', |
| 29 | '../tests/ColorFilterTest.cpp', |
| 30 | '../tests/ColorTest.cpp', |
reed@google.com | 35ae8ea | 2011-06-14 19:18:26 +0000 | [diff] [blame] | 31 | '../tests/DataRefTest.cpp', |
junov@chromium.org | 1f9767c | 2012-02-07 16:27:57 +0000 | [diff] [blame] | 32 | '../tests/DeferredCanvasTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 33 | '../tests/DequeTest.cpp', |
| 34 | '../tests/DrawBitmapRectTest.cpp', |
bungeman@google.com | 2211b62 | 2012-01-13 15:02:58 +0000 | [diff] [blame] | 35 | '../tests/DrawTextTest.cpp', |
reed@google.com | ee068aa | 2011-12-21 19:36:21 +0000 | [diff] [blame] | 36 | '../tests/EmptyPathTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 37 | '../tests/FillPathTest.cpp', |
| 38 | '../tests/FlateTest.cpp', |
reed@google.com | 17aa07d | 2012-02-23 14:51:10 +0000 | [diff] [blame] | 39 | '../tests/FontHostTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 40 | '../tests/GeometryTest.cpp', |
bsalomon@google.com | 57f5d98 | 2011-10-24 21:17:53 +0000 | [diff] [blame] | 41 | '../tests/GLInterfaceValidation.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 42 | '../tests/GLProgramsTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 43 | '../tests/InfRectTest.cpp', |
| 44 | '../tests/MathTest.cpp', |
| 45 | '../tests/MatrixTest.cpp', |
reed@google.com | 125002a | 2011-06-09 19:13:41 +0000 | [diff] [blame] | 46 | '../tests/Matrix44Test.cpp', |
mike@reedtribe.org | c52b192 | 2012-01-07 03:49:13 +0000 | [diff] [blame] | 47 | '../tests/MemsetTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 48 | '../tests/MetaDataTest.cpp', |
| 49 | '../tests/PackBitsTest.cpp', |
| 50 | '../tests/PaintTest.cpp', |
| 51 | '../tests/ParsePathTest.cpp', |
tomhudson@google.com | fc1539a | 2011-06-24 15:43:24 +0000 | [diff] [blame] | 52 | '../tests/PathCoverageTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 53 | '../tests/PathMeasureTest.cpp', |
| 54 | '../tests/PathTest.cpp', |
| 55 | '../tests/PDFPrimitivesTest.cpp', |
epoger@google.com | d33f75c | 2011-06-15 18:49:21 +0000 | [diff] [blame] | 56 | '../tests/PointTest.cpp', |
bsalomon@google.com | a91e923 | 2012-02-23 15:39:54 +0000 | [diff] [blame] | 57 | '../tests/PremulAlphaRoundTripTest.cpp', |
reed@google.com | 3d60812 | 2011-11-21 15:16:16 +0000 | [diff] [blame] | 58 | '../tests/QuickRejectTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 59 | '../tests/Reader32Test.cpp', |
bsalomon@google.com | c698097 | 2011-11-02 19:57:21 +0000 | [diff] [blame] | 60 | '../tests/ReadPixelsTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 61 | '../tests/RefDictTest.cpp', |
| 62 | '../tests/RegionTest.cpp', |
reed@google.com | d230e3e | 2011-12-05 20:49:37 +0000 | [diff] [blame] | 63 | '../tests/ScalarTest.cpp', |
junov@chromium.org | b6e1619 | 2011-12-09 15:48:03 +0000 | [diff] [blame] | 64 | '../tests/ShaderOpacityTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 65 | '../tests/Sk64Test.cpp', |
| 66 | '../tests/skia_test.cpp', |
| 67 | '../tests/SortTest.cpp', |
| 68 | '../tests/SrcOverTest.cpp', |
| 69 | '../tests/StreamTest.cpp', |
| 70 | '../tests/StringTest.cpp', |
| 71 | '../tests/Test.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 72 | '../tests/Test.h', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 73 | '../tests/TestSize.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 74 | '../tests/ToUnicode.cpp', |
reed@google.com | 419f433 | 2011-12-21 15:21:32 +0000 | [diff] [blame] | 75 | '../tests/UnicodeTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 76 | '../tests/UtilsTest.cpp', |
vandebo@chromium.org | beb7fe1 | 2011-11-11 19:38:54 +0000 | [diff] [blame] | 77 | '../tests/WArrayTest.cpp', |
bsalomon@google.com | d58a1cd | 2011-11-10 20:57:43 +0000 | [diff] [blame] | 78 | '../tests/WritePixelsTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 79 | '../tests/Writer32Test.cpp', |
| 80 | '../tests/XfermodeTest.cpp', |
| 81 | ], |
| 82 | 'dependencies': [ |
| 83 | 'core.gyp:core', |
| 84 | 'effects.gyp:effects', |
reed@google.com | 125002a | 2011-06-09 19:13:41 +0000 | [diff] [blame] | 85 | 'experimental.gyp:experimental', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 86 | 'gpu.gyp:gr', |
| 87 | 'gpu.gyp:skgr', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 88 | 'images.gyp:images', |
caryclark@google.com | afcb55c | 2011-12-14 17:12:04 +0000 | [diff] [blame] | 89 | 'ports.gyp:ports', |
epoger@google.com | dcab3a1 | 2011-06-24 19:09:09 +0000 | [diff] [blame] | 90 | 'pdf.gyp:pdf', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 91 | 'utils.gyp:utils', |
| 92 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 93 | }, |
| 94 | ], |
| 95 | } |
| 96 | |
| 97 | # Local Variables: |
| 98 | # tab-width:2 |
| 99 | # indent-tabs-mode:nil |
| 100 | # End: |
| 101 | # vim: set expandtab tabstop=2 shiftwidth=2: |