commit-bot@chromium.org | a5572e5 | 2014-03-07 03:24:41 +0000 | [diff] [blame] | 1 | # Common gypi for unit tests. |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 2 | { |
| 3 | 'include_dirs': [ |
| 4 | '../src/core', |
| 5 | '../src/effects', |
| 6 | '../src/image', |
| 7 | '../src/lazy', |
| 8 | '../src/images', |
| 9 | '../src/pathops', |
| 10 | '../src/pdf', |
| 11 | '../src/pipe/utils', |
commit-bot@chromium.org | b17a24f | 2014-04-14 20:33:05 +0000 | [diff] [blame] | 12 | '../src/record', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 13 | '../src/utils', |
| 14 | '../src/utils/debugger', |
| 15 | '../tools/', |
| 16 | |
| 17 | # Needed for TDStackNesterTest. |
| 18 | '../experimental/PdfViewer', |
| 19 | '../experimental/PdfViewer/src', |
| 20 | ], |
| 21 | 'dependencies': [ |
| 22 | 'skia_lib.gyp:skia_lib', |
| 23 | 'experimental.gyp:experimental', |
| 24 | 'flags.gyp:flags', |
| 25 | 'pdf.gyp:pdf', |
| 26 | 'tools.gyp:picture_utils', |
commit-bot@chromium.org | b736962 | 2014-04-08 20:17:26 +0000 | [diff] [blame] | 27 | 'record.gyp:record', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 28 | ], |
| 29 | 'sources': [ |
| 30 | '../tests/Test.cpp', |
| 31 | '../tests/Test.h', |
| 32 | |
| 33 | '../tests/AAClipTest.cpp', |
| 34 | '../tests/ARGBImageEncoderTest.cpp', |
| 35 | '../tests/AndroidPaintTest.cpp', |
| 36 | '../tests/AnnotationTest.cpp', |
commit-bot@chromium.org | aec1438 | 2014-04-22 15:21:18 +0000 | [diff] [blame] | 37 | '../tests/AsADashTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 38 | '../tests/AtomicTest.cpp', |
| 39 | '../tests/BBoxHierarchyTest.cpp', |
| 40 | '../tests/BitSetTest.cpp', |
| 41 | '../tests/BitmapCopyTest.cpp', |
| 42 | '../tests/BitmapGetColorTest.cpp', |
| 43 | '../tests/BitmapHasherTest.cpp', |
| 44 | '../tests/BitmapHeapTest.cpp', |
| 45 | '../tests/BitmapTest.cpp', |
| 46 | '../tests/BlendTest.cpp', |
| 47 | '../tests/BlitRowTest.cpp', |
| 48 | '../tests/BlurTest.cpp', |
| 49 | '../tests/CachedDecodingPixelRefTest.cpp', |
| 50 | '../tests/CanvasStateTest.cpp', |
| 51 | '../tests/CanvasTest.cpp', |
| 52 | '../tests/ChecksumTest.cpp', |
| 53 | '../tests/ClampRangeTest.cpp', |
| 54 | '../tests/ClipCacheTest.cpp', |
| 55 | '../tests/ClipCubicTest.cpp', |
| 56 | '../tests/ClipStackTest.cpp', |
| 57 | '../tests/ClipperTest.cpp', |
| 58 | '../tests/ColorFilterTest.cpp', |
| 59 | '../tests/ColorPrivTest.cpp', |
| 60 | '../tests/ColorTest.cpp', |
commit-bot@chromium.org | af5346a | 2014-03-18 17:38:34 +0000 | [diff] [blame] | 61 | '../tests/DashPathEffectTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 62 | '../tests/DataRefTest.cpp', |
| 63 | '../tests/DeferredCanvasTest.cpp', |
| 64 | '../tests/DequeTest.cpp', |
| 65 | '../tests/DeviceLooperTest.cpp', |
commit-bot@chromium.org | 085a6e4 | 2014-03-03 19:23:28 +0000 | [diff] [blame] | 66 | '../tests/DiscardableMemoryPoolTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 67 | '../tests/DiscardableMemoryTest.cpp', |
| 68 | '../tests/DocumentTest.cpp', |
| 69 | '../tests/DrawBitmapRectTest.cpp', |
| 70 | '../tests/DrawPathTest.cpp', |
| 71 | '../tests/DrawTextTest.cpp', |
| 72 | '../tests/DynamicHashTest.cpp', |
| 73 | '../tests/EmptyPathTest.cpp', |
| 74 | '../tests/ErrorTest.cpp', |
| 75 | '../tests/FillPathTest.cpp', |
| 76 | '../tests/FitsInTest.cpp', |
| 77 | '../tests/FlatDataTest.cpp', |
| 78 | '../tests/FlateTest.cpp', |
| 79 | '../tests/FontHostStreamTest.cpp', |
| 80 | '../tests/FontHostTest.cpp', |
commit-bot@chromium.org | 7ae034d | 2014-05-30 16:46:10 +0000 | [diff] [blame^] | 81 | '../tests/FontObjTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 82 | '../tests/FontMgrTest.cpp', |
| 83 | '../tests/FontNamesTest.cpp', |
| 84 | '../tests/FrontBufferedStreamTest.cpp', |
commit-bot@chromium.org | 085a6e4 | 2014-03-03 19:23:28 +0000 | [diff] [blame] | 85 | '../tests/GLInterfaceValidationTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 86 | '../tests/GLProgramsTest.cpp', |
| 87 | '../tests/GeometryTest.cpp', |
| 88 | '../tests/GifTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 89 | '../tests/GpuColorFilterTest.cpp', |
| 90 | '../tests/GpuDrawPathTest.cpp', |
commit-bot@chromium.org | ad854bf | 2014-05-29 18:46:38 +0000 | [diff] [blame] | 91 | '../tests/GpuRectanizerTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 92 | '../tests/GrBinHashKeyTest.cpp', |
| 93 | '../tests/GrContextFactoryTest.cpp', |
| 94 | '../tests/GrDrawTargetTest.cpp', |
| 95 | '../tests/GrMemoryPoolTest.cpp', |
| 96 | '../tests/GrRedBlackTreeTest.cpp', |
commit-bot@chromium.org | 4fcc3ca | 2014-02-27 20:23:22 +0000 | [diff] [blame] | 97 | '../tests/GrOrderedSetTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 98 | '../tests/GrSurfaceTest.cpp', |
| 99 | '../tests/GrTBSearchTest.cpp', |
| 100 | '../tests/GradientTest.cpp', |
| 101 | '../tests/HashCacheTest.cpp', |
| 102 | '../tests/ImageCacheTest.cpp', |
| 103 | '../tests/ImageDecodingTest.cpp', |
| 104 | '../tests/ImageFilterTest.cpp', |
| 105 | '../tests/InfRectTest.cpp', |
| 106 | '../tests/JpegTest.cpp', |
| 107 | '../tests/LListTest.cpp', |
| 108 | '../tests/LayerDrawLooperTest.cpp', |
commit-bot@chromium.org | 6573ce7 | 2014-04-10 20:42:53 +0000 | [diff] [blame] | 109 | '../tests/LayerRasterizerTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 110 | '../tests/MD5Test.cpp', |
| 111 | '../tests/MallocPixelRefTest.cpp', |
| 112 | '../tests/MathTest.cpp', |
| 113 | '../tests/Matrix44Test.cpp', |
| 114 | '../tests/MatrixClipCollapseTest.cpp', |
| 115 | '../tests/MatrixTest.cpp', |
| 116 | '../tests/MemoryTest.cpp', |
| 117 | '../tests/MemsetTest.cpp', |
| 118 | '../tests/MessageBusTest.cpp', |
| 119 | '../tests/MetaDataTest.cpp', |
| 120 | '../tests/MipMapTest.cpp', |
commit-bot@chromium.org | 949b998 | 2014-03-17 10:38:34 +0000 | [diff] [blame] | 121 | '../tests/ObjectPoolTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 122 | '../tests/OSPathTest.cpp', |
| 123 | '../tests/OnceTest.cpp', |
| 124 | '../tests/PDFPrimitivesTest.cpp', |
| 125 | '../tests/PackBitsTest.cpp', |
| 126 | '../tests/PaintTest.cpp', |
| 127 | '../tests/ParsePathTest.cpp', |
| 128 | '../tests/PathCoverageTest.cpp', |
| 129 | '../tests/PathMeasureTest.cpp', |
| 130 | '../tests/PathTest.cpp', |
| 131 | '../tests/PathUtilsTest.cpp', |
| 132 | '../tests/PictureTest.cpp', |
commit-bot@chromium.org | 855e88e | 2014-04-21 19:33:12 +0000 | [diff] [blame] | 133 | '../tests/PictureShaderTest.cpp', |
commit-bot@chromium.org | a31eacb | 2014-04-28 20:17:48 +0000 | [diff] [blame] | 134 | '../tests/PictureStateTreeTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 135 | '../tests/PictureUtilsTest.cpp', |
| 136 | '../tests/PixelRefTest.cpp', |
| 137 | '../tests/PointTest.cpp', |
| 138 | '../tests/PremulAlphaRoundTripTest.cpp', |
| 139 | '../tests/QuickRejectTest.cpp', |
| 140 | '../tests/RTreeTest.cpp', |
| 141 | '../tests/RandomTest.cpp', |
| 142 | '../tests/ReadPixelsTest.cpp', |
| 143 | '../tests/ReadWriteAlphaTest.cpp', |
| 144 | '../tests/Reader32Test.cpp', |
commit-bot@chromium.org | d9ce2be | 2014-04-09 23:30:28 +0000 | [diff] [blame] | 145 | '../tests/RecordDrawTest.cpp', |
commit-bot@chromium.org | 8dac8b1 | 2014-04-30 13:18:12 +0000 | [diff] [blame] | 146 | '../tests/RecordOptsTest.cpp', |
commit-bot@chromium.org | 73fffeb | 2014-05-05 21:59:52 +0000 | [diff] [blame] | 147 | '../tests/RecordPatternTest.cpp', |
commit-bot@chromium.org | 066a28d | 2014-04-08 17:31:08 +0000 | [diff] [blame] | 148 | '../tests/RecordTest.cpp', |
commit-bot@chromium.org | b736962 | 2014-04-08 20:17:26 +0000 | [diff] [blame] | 149 | '../tests/RecorderTest.cpp', |
commit-bot@chromium.org | 18fd2b9 | 2014-04-10 23:30:59 +0000 | [diff] [blame] | 150 | '../tests/RecordingTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 151 | '../tests/RefCntTest.cpp', |
| 152 | '../tests/RefDictTest.cpp', |
| 153 | '../tests/RegionTest.cpp', |
| 154 | '../tests/ResourceCacheTest.cpp', |
| 155 | '../tests/RoundRectTest.cpp', |
| 156 | '../tests/RuntimeConfigTest.cpp', |
| 157 | '../tests/SHA1Test.cpp', |
| 158 | '../tests/ScalarTest.cpp', |
| 159 | '../tests/SerializationTest.cpp', |
| 160 | '../tests/ShaderImageFilterTest.cpp', |
| 161 | '../tests/ShaderOpacityTest.cpp', |
| 162 | '../tests/SkBase64Test.cpp', |
commit-bot@chromium.org | 949b998 | 2014-03-17 10:38:34 +0000 | [diff] [blame] | 163 | '../tests/SListTest.cpp', |
commit-bot@chromium.org | a5572e5 | 2014-03-07 03:24:41 +0000 | [diff] [blame] | 164 | '../tests/SmallAllocatorTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 165 | '../tests/SortTest.cpp', |
| 166 | '../tests/SrcOverTest.cpp', |
| 167 | '../tests/StreamTest.cpp', |
| 168 | '../tests/StringTest.cpp', |
| 169 | '../tests/StrokeTest.cpp', |
| 170 | '../tests/SurfaceTest.cpp', |
bungeman@google.com | 95ebd17 | 2014-03-21 19:39:02 +0000 | [diff] [blame] | 171 | '../tests/TArrayTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 172 | '../tests/TLSTest.cpp', |
| 173 | '../tests/TSetTest.cpp', |
| 174 | '../tests/TestSize.cpp', |
| 175 | '../tests/TileGridTest.cpp', |
commit-bot@chromium.org | 085a6e4 | 2014-03-03 19:23:28 +0000 | [diff] [blame] | 176 | '../tests/ToUnicodeTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 177 | '../tests/TracingTest.cpp', |
commit-bot@chromium.org | 085a6e4 | 2014-03-03 19:23:28 +0000 | [diff] [blame] | 178 | '../tests/TypefaceTest.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 179 | '../tests/UnicodeTest.cpp', |
| 180 | '../tests/UnitTestTest.cpp', |
| 181 | '../tests/UtilsTest.cpp', |
| 182 | '../tests/WArrayTest.cpp', |
| 183 | '../tests/WritePixelsTest.cpp', |
| 184 | '../tests/Writer32Test.cpp', |
| 185 | '../tests/XfermodeTest.cpp', |
| 186 | |
| 187 | '../tests/MatrixClipCollapseTest.cpp', |
| 188 | '../src/utils/debugger/SkDrawCommand.h', |
| 189 | '../src/utils/debugger/SkDrawCommand.cpp', |
| 190 | '../src/utils/debugger/SkDebugCanvas.h', |
| 191 | '../src/utils/debugger/SkDebugCanvas.cpp', |
| 192 | '../src/utils/debugger/SkObjectParser.h', |
| 193 | '../src/utils/debugger/SkObjectParser.cpp', |
| 194 | |
| 195 | '../tests/PipeTest.cpp', |
| 196 | '../src/pipe/utils/SamplePipeControllers.cpp', |
| 197 | |
| 198 | '../tests/TDStackNesterTest.cpp', |
| 199 | '../experimental/PdfViewer/src/SkTDStackNester.h', |
commit-bot@chromium.org | 4cd9e21 | 2014-03-07 03:25:16 +0000 | [diff] [blame] | 200 | |
| 201 | '../tools/sk_tool_utils.cpp', |
commit-bot@chromium.org | 0dc5bd1 | 2014-02-26 16:31:22 +0000 | [diff] [blame] | 202 | ], |
| 203 | } |