OLD | NEW |
1 # Common gypi for unit tests. | 1 # Common gypi for unit tests. |
2 { | 2 { |
3 'include_dirs': [ | 3 'include_dirs': [ |
4 '../src/core', | 4 '../src/core', |
5 '../src/effects', | 5 '../src/effects', |
6 '../src/image', | 6 '../src/image', |
7 '../src/lazy', | 7 '../src/lazy', |
8 '../src/images', | 8 '../src/images', |
9 '../src/pathops', | 9 '../src/pathops', |
10 '../src/pdf', | 10 '../src/pdf', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 '../tests/GrTBSearchTest.cpp', | 95 '../tests/GrTBSearchTest.cpp', |
96 '../tests/GradientTest.cpp', | 96 '../tests/GradientTest.cpp', |
97 '../tests/HashCacheTest.cpp', | 97 '../tests/HashCacheTest.cpp', |
98 '../tests/ImageCacheTest.cpp', | 98 '../tests/ImageCacheTest.cpp', |
99 '../tests/ImageDecodingTest.cpp', | 99 '../tests/ImageDecodingTest.cpp', |
100 '../tests/ImageFilterTest.cpp', | 100 '../tests/ImageFilterTest.cpp', |
101 '../tests/InfRectTest.cpp', | 101 '../tests/InfRectTest.cpp', |
102 '../tests/JpegTest.cpp', | 102 '../tests/JpegTest.cpp', |
103 '../tests/LListTest.cpp', | 103 '../tests/LListTest.cpp', |
104 '../tests/LayerDrawLooperTest.cpp', | 104 '../tests/LayerDrawLooperTest.cpp', |
| 105 '../tests/LayerRasterizerTest.cpp', |
105 '../tests/MD5Test.cpp', | 106 '../tests/MD5Test.cpp', |
106 '../tests/MallocPixelRefTest.cpp', | 107 '../tests/MallocPixelRefTest.cpp', |
107 '../tests/MathTest.cpp', | 108 '../tests/MathTest.cpp', |
108 '../tests/Matrix44Test.cpp', | 109 '../tests/Matrix44Test.cpp', |
109 '../tests/MatrixClipCollapseTest.cpp', | 110 '../tests/MatrixClipCollapseTest.cpp', |
110 '../tests/MatrixTest.cpp', | 111 '../tests/MatrixTest.cpp', |
111 '../tests/MemoryTest.cpp', | 112 '../tests/MemoryTest.cpp', |
112 '../tests/MemsetTest.cpp', | 113 '../tests/MemsetTest.cpp', |
113 '../tests/MessageBusTest.cpp', | 114 '../tests/MessageBusTest.cpp', |
114 '../tests/MetaDataTest.cpp', | 115 '../tests/MetaDataTest.cpp', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 | 186 |
186 '../tests/PipeTest.cpp', | 187 '../tests/PipeTest.cpp', |
187 '../src/pipe/utils/SamplePipeControllers.cpp', | 188 '../src/pipe/utils/SamplePipeControllers.cpp', |
188 | 189 |
189 '../tests/TDStackNesterTest.cpp', | 190 '../tests/TDStackNesterTest.cpp', |
190 '../experimental/PdfViewer/src/SkTDStackNester.h', | 191 '../experimental/PdfViewer/src/SkTDStackNester.h', |
191 | 192 |
192 '../tools/sk_tool_utils.cpp', | 193 '../tools/sk_tool_utils.cpp', |
193 ], | 194 ], |
194 } | 195 } |
OLD | NEW |