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 | 5351b37 | 2011-07-01 17:16:26 +0000 | [diff] [blame] | 5 | 'common.gypi', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 6 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 7 | 'targets': [ |
| 8 | { |
| 9 | 'target_name': 'tests', |
| 10 | 'type': 'executable', |
| 11 | 'include_dirs' : [ |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 12 | '../src/core', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 13 | '../gpu/src', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 14 | ], |
| 15 | 'sources': [ |
| 16 | '../tests/BitmapCopyTest.cpp', |
| 17 | '../tests/BitmapGetColorTest.cpp', |
reed@google.com | 2b75f42 | 2011-07-07 13:43:38 +0000 | [diff] [blame] | 18 | '../tests/BitSetTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 19 | '../tests/BlitRowTest.cpp', |
reed@google.com | 2b75f42 | 2011-07-07 13:43:38 +0000 | [diff] [blame] | 20 | '../tests/BlurTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 21 | '../tests/ClampRangeTest.cpp', |
| 22 | '../tests/ClipCubicTest.cpp', |
| 23 | '../tests/ClipStackTest.cpp', |
| 24 | '../tests/ClipperTest.cpp', |
| 25 | '../tests/ColorFilterTest.cpp', |
| 26 | '../tests/ColorTest.cpp', |
reed@google.com | 35ae8ea | 2011-06-14 19:18:26 +0000 | [diff] [blame] | 27 | '../tests/DataRefTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 28 | '../tests/DequeTest.cpp', |
| 29 | '../tests/DrawBitmapRectTest.cpp', |
| 30 | '../tests/FillPathTest.cpp', |
| 31 | '../tests/FlateTest.cpp', |
| 32 | '../tests/GeometryTest.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 33 | '../tests/GLProgramsTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 34 | '../tests/InfRectTest.cpp', |
| 35 | '../tests/MathTest.cpp', |
| 36 | '../tests/MatrixTest.cpp', |
reed@google.com | 125002a | 2011-06-09 19:13:41 +0000 | [diff] [blame] | 37 | '../tests/Matrix44Test.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 38 | '../tests/MetaDataTest.cpp', |
| 39 | '../tests/PackBitsTest.cpp', |
| 40 | '../tests/PaintTest.cpp', |
| 41 | '../tests/ParsePathTest.cpp', |
tomhudson@google.com | fc1539a | 2011-06-24 15:43:24 +0000 | [diff] [blame] | 42 | '../tests/PathCoverageTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 43 | '../tests/PathMeasureTest.cpp', |
| 44 | '../tests/PathTest.cpp', |
| 45 | '../tests/PDFPrimitivesTest.cpp', |
epoger@google.com | d33f75c | 2011-06-15 18:49:21 +0000 | [diff] [blame] | 46 | '../tests/PointTest.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 47 | '../tests/Reader32Test.cpp', |
| 48 | '../tests/RefDictTest.cpp', |
| 49 | '../tests/RegionTest.cpp', |
| 50 | '../tests/Sk64Test.cpp', |
| 51 | '../tests/skia_test.cpp', |
| 52 | '../tests/SortTest.cpp', |
| 53 | '../tests/SrcOverTest.cpp', |
| 54 | '../tests/StreamTest.cpp', |
| 55 | '../tests/StringTest.cpp', |
| 56 | '../tests/Test.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 57 | '../tests/Test.h', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 58 | '../tests/TestSize.cpp', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 59 | '../tests/ToUnicode.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 60 | '../tests/UtilsTest.cpp', |
| 61 | '../tests/Writer32Test.cpp', |
| 62 | '../tests/XfermodeTest.cpp', |
| 63 | ], |
| 64 | 'dependencies': [ |
| 65 | 'core.gyp:core', |
| 66 | 'effects.gyp:effects', |
reed@google.com | 125002a | 2011-06-09 19:13:41 +0000 | [diff] [blame] | 67 | 'experimental.gyp:experimental', |
bsalomon@google.com | a8e686e | 2011-08-16 15:45:58 +0000 | [diff] [blame] | 68 | 'gpu.gyp:gr', |
| 69 | 'gpu.gyp:skgr', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 70 | 'images.gyp:images', |
epoger@google.com | dcab3a1 | 2011-06-24 19:09:09 +0000 | [diff] [blame] | 71 | 'pdf.gyp:pdf', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 72 | 'utils.gyp:utils', |
| 73 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 74 | }, |
| 75 | ], |
| 76 | } |
| 77 | |
| 78 | # Local Variables: |
| 79 | # tab-width:2 |
| 80 | # indent-tabs-mode:nil |
| 81 | # End: |
| 82 | # vim: set expandtab tabstop=2 shiftwidth=2: |