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