OLD | NEW |
(Empty) | |
| 1 { |
| 2 'include_dirs': [ |
| 3 '../src/core', |
| 4 '../src/effects', |
| 5 '../src/image', |
| 6 '../src/lazy', |
| 7 '../src/images', |
| 8 '../src/pathops', |
| 9 '../src/pdf', |
| 10 '../src/pipe/utils', |
| 11 '../src/utils', |
| 12 '../src/utils/debugger', |
| 13 '../tools/', |
| 14 |
| 15 # Needed for TDStackNesterTest. |
| 16 '../experimental/PdfViewer', |
| 17 '../experimental/PdfViewer/src', |
| 18 ], |
| 19 'dependencies': [ |
| 20 'skia_lib.gyp:skia_lib', |
| 21 'experimental.gyp:experimental', |
| 22 'flags.gyp:flags', |
| 23 'pdf.gyp:pdf', |
| 24 'tools.gyp:picture_utils', |
| 25 ], |
| 26 'sources': [ |
| 27 '../tests/Test.cpp', |
| 28 '../tests/Test.h', |
| 29 |
| 30 '../tests/AAClipTest.cpp', |
| 31 '../tests/ARGBImageEncoderTest.cpp', |
| 32 '../tests/AndroidPaintTest.cpp', |
| 33 '../tests/AnnotationTest.cpp', |
| 34 '../tests/AtomicTest.cpp', |
| 35 '../tests/BBoxHierarchyTest.cpp', |
| 36 '../tests/BitSetTest.cpp', |
| 37 '../tests/BitmapCopyTest.cpp', |
| 38 '../tests/BitmapGetColorTest.cpp', |
| 39 '../tests/BitmapHasherTest.cpp', |
| 40 '../tests/BitmapHeapTest.cpp', |
| 41 '../tests/BitmapTest.cpp', |
| 42 '../tests/BlendTest.cpp', |
| 43 '../tests/BlitRowTest.cpp', |
| 44 '../tests/BlurTest.cpp', |
| 45 '../tests/CachedDecodingPixelRefTest.cpp', |
| 46 '../tests/CanvasStateTest.cpp', |
| 47 '../tests/CanvasTest.cpp', |
| 48 '../tests/ChecksumTest.cpp', |
| 49 '../tests/ClampRangeTest.cpp', |
| 50 '../tests/ClipCacheTest.cpp', |
| 51 '../tests/ClipCubicTest.cpp', |
| 52 '../tests/ClipStackTest.cpp', |
| 53 '../tests/ClipperTest.cpp', |
| 54 '../tests/ColorFilterTest.cpp', |
| 55 '../tests/ColorPrivTest.cpp', |
| 56 '../tests/ColorTest.cpp', |
| 57 '../tests/DataRefTest.cpp', |
| 58 '../tests/DeferredCanvasTest.cpp', |
| 59 '../tests/DequeTest.cpp', |
| 60 '../tests/DeviceLooperTest.cpp', |
| 61 '../tests/DiscardableMemoryPool.cpp', |
| 62 '../tests/DiscardableMemoryTest.cpp', |
| 63 '../tests/DocumentTest.cpp', |
| 64 '../tests/DrawBitmapRectTest.cpp', |
| 65 '../tests/DrawPathTest.cpp', |
| 66 '../tests/DrawTextTest.cpp', |
| 67 '../tests/DynamicHashTest.cpp', |
| 68 '../tests/EmptyPathTest.cpp', |
| 69 '../tests/ErrorTest.cpp', |
| 70 '../tests/FillPathTest.cpp', |
| 71 '../tests/FitsInTest.cpp', |
| 72 '../tests/FlatDataTest.cpp', |
| 73 '../tests/FlateTest.cpp', |
| 74 '../tests/FontHostStreamTest.cpp', |
| 75 '../tests/FontHostTest.cpp', |
| 76 '../tests/FontMgrTest.cpp', |
| 77 '../tests/FontNamesTest.cpp', |
| 78 '../tests/FrontBufferedStreamTest.cpp', |
| 79 '../tests/GLInterfaceValidation.cpp', |
| 80 '../tests/GLProgramsTest.cpp', |
| 81 '../tests/GeometryTest.cpp', |
| 82 '../tests/GifTest.cpp', |
| 83 '../tests/GpuBitmapCopyTest.cpp', |
| 84 '../tests/GpuColorFilterTest.cpp', |
| 85 '../tests/GpuDrawPathTest.cpp', |
| 86 '../tests/GrBinHashKeyTest.cpp', |
| 87 '../tests/GrContextFactoryTest.cpp', |
| 88 '../tests/GrDrawTargetTest.cpp', |
| 89 '../tests/GrMemoryPoolTest.cpp', |
| 90 '../tests/GrRedBlackTreeTest.cpp', |
| 91 '../tests/GrSurfaceTest.cpp', |
| 92 '../tests/GrTBSearchTest.cpp', |
| 93 '../tests/GradientTest.cpp', |
| 94 '../tests/HashCacheTest.cpp', |
| 95 '../tests/ImageCacheTest.cpp', |
| 96 '../tests/ImageDecodingTest.cpp', |
| 97 '../tests/ImageFilterTest.cpp', |
| 98 '../tests/InfRectTest.cpp', |
| 99 '../tests/JpegTest.cpp', |
| 100 '../tests/LListTest.cpp', |
| 101 '../tests/LayerDrawLooperTest.cpp', |
| 102 '../tests/MD5Test.cpp', |
| 103 '../tests/MallocPixelRefTest.cpp', |
| 104 '../tests/MathTest.cpp', |
| 105 '../tests/Matrix44Test.cpp', |
| 106 '../tests/MatrixClipCollapseTest.cpp', |
| 107 '../tests/MatrixTest.cpp', |
| 108 '../tests/MemoryTest.cpp', |
| 109 '../tests/MemsetTest.cpp', |
| 110 '../tests/MessageBusTest.cpp', |
| 111 '../tests/MetaDataTest.cpp', |
| 112 '../tests/MipMapTest.cpp', |
| 113 '../tests/OSPathTest.cpp', |
| 114 '../tests/OnceTest.cpp', |
| 115 '../tests/PDFPrimitivesTest.cpp', |
| 116 '../tests/PackBitsTest.cpp', |
| 117 '../tests/PaintTest.cpp', |
| 118 '../tests/ParsePathTest.cpp', |
| 119 '../tests/PathCoverageTest.cpp', |
| 120 '../tests/PathMeasureTest.cpp', |
| 121 '../tests/PathTest.cpp', |
| 122 '../tests/PathUtilsTest.cpp', |
| 123 '../tests/PictureTest.cpp', |
| 124 '../tests/PictureUtilsTest.cpp', |
| 125 '../tests/PixelRefTest.cpp', |
| 126 '../tests/PointTest.cpp', |
| 127 '../tests/PremulAlphaRoundTripTest.cpp', |
| 128 '../tests/QuickRejectTest.cpp', |
| 129 '../tests/RTreeTest.cpp', |
| 130 '../tests/RandomTest.cpp', |
| 131 '../tests/ReadPixelsTest.cpp', |
| 132 '../tests/ReadWriteAlphaTest.cpp', |
| 133 '../tests/Reader32Test.cpp', |
| 134 '../tests/RefCntTest.cpp', |
| 135 '../tests/RefDictTest.cpp', |
| 136 '../tests/RegionTest.cpp', |
| 137 '../tests/ResourceCacheTest.cpp', |
| 138 '../tests/RoundRectTest.cpp', |
| 139 '../tests/RuntimeConfigTest.cpp', |
| 140 '../tests/SHA1Test.cpp', |
| 141 '../tests/ScalarTest.cpp', |
| 142 '../tests/SerializationTest.cpp', |
| 143 '../tests/ShaderImageFilterTest.cpp', |
| 144 '../tests/ShaderOpacityTest.cpp', |
| 145 '../tests/SkBase64Test.cpp', |
| 146 '../tests/SortTest.cpp', |
| 147 '../tests/SrcOverTest.cpp', |
| 148 '../tests/StreamTest.cpp', |
| 149 '../tests/StringTest.cpp', |
| 150 '../tests/StrokeTest.cpp', |
| 151 '../tests/SurfaceTest.cpp', |
| 152 '../tests/TLSTest.cpp', |
| 153 '../tests/TSetTest.cpp', |
| 154 '../tests/TestSize.cpp', |
| 155 '../tests/TileGridTest.cpp', |
| 156 '../tests/ToUnicode.cpp', |
| 157 '../tests/TracingTest.cpp', |
| 158 '../tests/Typeface.cpp', |
| 159 '../tests/UnicodeTest.cpp', |
| 160 '../tests/UnitTestTest.cpp', |
| 161 '../tests/UtilsTest.cpp', |
| 162 '../tests/WArrayTest.cpp', |
| 163 '../tests/WritePixelsTest.cpp', |
| 164 '../tests/Writer32Test.cpp', |
| 165 '../tests/XfermodeTest.cpp', |
| 166 |
| 167 '../tests/MatrixClipCollapseTest.cpp', |
| 168 '../src/utils/debugger/SkDrawCommand.h', |
| 169 '../src/utils/debugger/SkDrawCommand.cpp', |
| 170 '../src/utils/debugger/SkDebugCanvas.h', |
| 171 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 172 '../src/utils/debugger/SkObjectParser.h', |
| 173 '../src/utils/debugger/SkObjectParser.cpp', |
| 174 |
| 175 '../tests/PipeTest.cpp', |
| 176 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 177 |
| 178 '../tests/TDStackNesterTest.cpp', |
| 179 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 180 ], |
| 181 } |
OLD | NEW |