| 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', |
| keyar@chromium.org | d1dc920 | 2012-07-09 18:32:08 +0000 | [diff] [blame] | 16 | '../tools/', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 17 | ], |
| 18 | 'sources': [ |
| reed@google.com | 209c415 | 2011-10-26 15:03:48 +0000 | [diff] [blame] | 19 | '../tests/AAClipTest.cpp', |
| reed@google.com | b0a34d8 | 2012-07-11 19:57:55 +0000 | [diff] [blame^] | 20 | '../tests/AnnotationTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 21 | '../tests/BitmapCopyTest.cpp', |
| 22 | '../tests/BitmapGetColorTest.cpp', |
| reed@google.com | 2b75f42 | 2011-07-07 13:43:38 +0000 | [diff] [blame] | 23 | '../tests/BitSetTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 24 | '../tests/BlitRowTest.cpp', |
| reed@google.com | 2b75f42 | 2011-07-07 13:43:38 +0000 | [diff] [blame] | 25 | '../tests/BlurTest.cpp', |
| reed@google.com | 37f3ae0 | 2011-11-28 16:06:04 +0000 | [diff] [blame] | 26 | '../tests/CanvasTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 27 | '../tests/ClampRangeTest.cpp', |
| robertphillips@google.com | beeb97c | 2012-05-09 21:15:28 +0000 | [diff] [blame] | 28 | '../tests/ClipCacheTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 29 | '../tests/ClipCubicTest.cpp', |
| 30 | '../tests/ClipStackTest.cpp', |
| 31 | '../tests/ClipperTest.cpp', |
| 32 | '../tests/ColorFilterTest.cpp', |
| 33 | '../tests/ColorTest.cpp', |
| reed@google.com | 35ae8ea | 2011-06-14 19:18:26 +0000 | [diff] [blame] | 34 | '../tests/DataRefTest.cpp', |
| junov@chromium.org | 1f9767c | 2012-02-07 16:27:57 +0000 | [diff] [blame] | 35 | '../tests/DeferredCanvasTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 36 | '../tests/DequeTest.cpp', |
| 37 | '../tests/DrawBitmapRectTest.cpp', |
| mike@reedtribe.org | 6093e65 | 2012-04-14 12:55:17 +0000 | [diff] [blame] | 38 | '../tests/DrawPathTest.cpp', |
| bungeman@google.com | 2211b62 | 2012-01-13 15:02:58 +0000 | [diff] [blame] | 39 | '../tests/DrawTextTest.cpp', |
| reed@google.com | ee068aa | 2011-12-21 19:36:21 +0000 | [diff] [blame] | 40 | '../tests/EmptyPathTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 41 | '../tests/FillPathTest.cpp', |
| 42 | '../tests/FlateTest.cpp', |
| bungeman@google.com | a550199 | 2012-05-18 19:06:41 +0000 | [diff] [blame] | 43 | '../tests/FontHostStreamTest.cpp', |
| reed@google.com | 17aa07d | 2012-02-23 14:51:10 +0000 | [diff] [blame] | 44 | '../tests/FontHostTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 45 | '../tests/GeometryTest.cpp', |
| bsalomon@google.com | 57f5d98 | 2011-10-24 21:17:53 +0000 | [diff] [blame] | 46 | '../tests/GLInterfaceValidation.cpp', |
| bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 47 | '../tests/GLProgramsTest.cpp', |
| reed@google.com | 8322697 | 2012-06-07 20:26:47 +0000 | [diff] [blame] | 48 | '../tests/GradientTest.cpp', |
| bsalomon@google.com | 4da34e3 | 2012-06-19 15:40:27 +0000 | [diff] [blame] | 49 | '../tests/GrMemoryPoolTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 50 | '../tests/InfRectTest.cpp', |
| 51 | '../tests/MathTest.cpp', |
| 52 | '../tests/MatrixTest.cpp', |
| reed@google.com | 125002a | 2011-06-09 19:13:41 +0000 | [diff] [blame] | 53 | '../tests/Matrix44Test.cpp', |
| mike@reedtribe.org | c52b192 | 2012-01-07 03:49:13 +0000 | [diff] [blame] | 54 | '../tests/MemsetTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 55 | '../tests/MetaDataTest.cpp', |
| 56 | '../tests/PackBitsTest.cpp', |
| 57 | '../tests/PaintTest.cpp', |
| 58 | '../tests/ParsePathTest.cpp', |
| tomhudson@google.com | fc1539a | 2011-06-24 15:43:24 +0000 | [diff] [blame] | 59 | '../tests/PathCoverageTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 60 | '../tests/PathMeasureTest.cpp', |
| 61 | '../tests/PathTest.cpp', |
| 62 | '../tests/PDFPrimitivesTest.cpp', |
| keyar@chromium.org | d1dc920 | 2012-07-09 18:32:08 +0000 | [diff] [blame] | 63 | '../tests/PictureUtilsTest.cpp', |
| epoger@google.com | d33f75c | 2011-06-15 18:49:21 +0000 | [diff] [blame] | 64 | '../tests/PointTest.cpp', |
| bsalomon@google.com | a91e923 | 2012-02-23 15:39:54 +0000 | [diff] [blame] | 65 | '../tests/PremulAlphaRoundTripTest.cpp', |
| reed@google.com | 3d60812 | 2011-11-21 15:16:16 +0000 | [diff] [blame] | 66 | '../tests/QuickRejectTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 67 | '../tests/Reader32Test.cpp', |
| bsalomon@google.com | c698097 | 2011-11-02 19:57:21 +0000 | [diff] [blame] | 68 | '../tests/ReadPixelsTest.cpp', |
| robertphillips@google.com | 443e5a5 | 2012-04-30 20:01:21 +0000 | [diff] [blame] | 69 | '../tests/ReadWriteAlphaTest.cpp', |
| bungeman@google.com | 5548752 | 2012-05-14 14:09:24 +0000 | [diff] [blame] | 70 | '../tests/RefCntTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 71 | '../tests/RefDictTest.cpp', |
| 72 | '../tests/RegionTest.cpp', |
| reed@google.com | d230e3e | 2011-12-05 20:49:37 +0000 | [diff] [blame] | 73 | '../tests/ScalarTest.cpp', |
| junov@chromium.org | b6e1619 | 2011-12-09 15:48:03 +0000 | [diff] [blame] | 74 | '../tests/ShaderOpacityTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 75 | '../tests/Sk64Test.cpp', |
| 76 | '../tests/skia_test.cpp', |
| 77 | '../tests/SortTest.cpp', |
| 78 | '../tests/SrcOverTest.cpp', |
| 79 | '../tests/StreamTest.cpp', |
| 80 | '../tests/StringTest.cpp', |
| 81 | '../tests/Test.cpp', |
| bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 82 | '../tests/Test.h', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 83 | '../tests/TestSize.cpp', |
| reed@google.com | 7b57892 | 2012-05-21 15:29:27 +0000 | [diff] [blame] | 84 | '../tests/TLSTest.cpp', |
| bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 85 | '../tests/ToUnicode.cpp', |
| reed@google.com | 419f433 | 2011-12-21 15:21:32 +0000 | [diff] [blame] | 86 | '../tests/UnicodeTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 87 | '../tests/UtilsTest.cpp', |
| vandebo@chromium.org | beb7fe1 | 2011-11-11 19:38:54 +0000 | [diff] [blame] | 88 | '../tests/WArrayTest.cpp', |
| bsalomon@google.com | d58a1cd | 2011-11-10 20:57:43 +0000 | [diff] [blame] | 89 | '../tests/WritePixelsTest.cpp', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 90 | '../tests/Writer32Test.cpp', |
| 91 | '../tests/XfermodeTest.cpp', |
| 92 | ], |
| 93 | 'dependencies': [ |
| 94 | 'core.gyp:core', |
| 95 | 'effects.gyp:effects', |
| reed@google.com | 125002a | 2011-06-09 19:13:41 +0000 | [diff] [blame] | 96 | 'experimental.gyp:experimental', |
| bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 97 | 'gpu.gyp:gr', |
| 98 | 'gpu.gyp:skgr', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 99 | 'images.gyp:images', |
| caryclark@google.com | afcb55c | 2011-12-14 17:12:04 +0000 | [diff] [blame] | 100 | 'ports.gyp:ports', |
| epoger@google.com | dcab3a1 | 2011-06-24 19:09:09 +0000 | [diff] [blame] | 101 | 'pdf.gyp:pdf', |
| keyar@chromium.org | d1dc920 | 2012-07-09 18:32:08 +0000 | [diff] [blame] | 102 | 'tools.gyp:picture_utils', |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 103 | 'utils.gyp:utils', |
| 104 | ], |
| epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 105 | }, |
| 106 | ], |
| 107 | } |
| 108 | |
| 109 | # Local Variables: |
| 110 | # tab-width:2 |
| 111 | # indent-tabs-mode:nil |
| 112 | # End: |
| 113 | # vim: set expandtab tabstop=2 shiftwidth=2: |