| 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 28 matching lines...) Expand all Loading... |
| 39 '-ldl', | 39 '-ldl', |
| 40 ], | 40 ], |
| 41 }], | 41 }], |
| 42 ], | 42 ], |
| 43 'sources': [ | 43 'sources': [ |
| 44 '../tests/Test.cpp', | 44 '../tests/Test.cpp', |
| 45 '../tests/Test.h', | 45 '../tests/Test.h', |
| 46 | 46 |
| 47 '../tests/AAClipTest.cpp', | 47 '../tests/AAClipTest.cpp', |
| 48 '../tests/ARGBImageEncoderTest.cpp', | 48 '../tests/ARGBImageEncoderTest.cpp', |
| 49 '../tests/AndroidPaintTest.cpp', | |
| 50 '../tests/AnnotationTest.cpp', | 49 '../tests/AnnotationTest.cpp', |
| 51 '../tests/AsADashTest.cpp', | 50 '../tests/AsADashTest.cpp', |
| 52 '../tests/AtomicTest.cpp', | 51 '../tests/AtomicTest.cpp', |
| 53 '../tests/BBoxHierarchyTest.cpp', | 52 '../tests/BBoxHierarchyTest.cpp', |
| 54 '../tests/BitSetTest.cpp', | 53 '../tests/BitSetTest.cpp', |
| 55 '../tests/BitmapCopyTest.cpp', | 54 '../tests/BitmapCopyTest.cpp', |
| 56 '../tests/BitmapGetColorTest.cpp', | 55 '../tests/BitmapGetColorTest.cpp', |
| 57 '../tests/BitmapHasherTest.cpp', | 56 '../tests/BitmapHasherTest.cpp', |
| 58 '../tests/BitmapHeapTest.cpp', | 57 '../tests/BitmapHeapTest.cpp', |
| 59 '../tests/BitmapTest.cpp', | 58 '../tests/BitmapTest.cpp', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 '../src/utils/debugger/SkObjectParser.h', | 213 '../src/utils/debugger/SkObjectParser.h', |
| 215 '../src/utils/debugger/SkObjectParser.cpp', | 214 '../src/utils/debugger/SkObjectParser.cpp', |
| 216 | 215 |
| 217 '../tests/PipeTest.cpp', | 216 '../tests/PipeTest.cpp', |
| 218 '../src/pipe/utils/SamplePipeControllers.cpp', | 217 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 219 | 218 |
| 220 '../tests/TDStackNesterTest.cpp', | 219 '../tests/TDStackNesterTest.cpp', |
| 221 '../experimental/PdfViewer/src/SkTDStackNester.h', | 220 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 222 ], | 221 ], |
| 223 } | 222 } |
| OLD | NEW |