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