| 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 14 matching lines...) Expand all Loading... |
| 25 'tools.gyp:picture_utils', | 25 'tools.gyp:picture_utils', |
| 26 ], | 26 ], |
| 27 'sources': [ | 27 'sources': [ |
| 28 '../tests/Test.cpp', | 28 '../tests/Test.cpp', |
| 29 '../tests/Test.h', | 29 '../tests/Test.h', |
| 30 | 30 |
| 31 '../tests/AAClipTest.cpp', | 31 '../tests/AAClipTest.cpp', |
| 32 '../tests/ARGBImageEncoderTest.cpp', | 32 '../tests/ARGBImageEncoderTest.cpp', |
| 33 '../tests/AndroidPaintTest.cpp', | 33 '../tests/AndroidPaintTest.cpp', |
| 34 '../tests/AnnotationTest.cpp', | 34 '../tests/AnnotationTest.cpp', |
| 35 '../tests/AsADashTest.cpp', |
| 35 '../tests/AtomicTest.cpp', | 36 '../tests/AtomicTest.cpp', |
| 36 '../tests/BBoxHierarchyTest.cpp', | 37 '../tests/BBoxHierarchyTest.cpp', |
| 37 '../tests/BitSetTest.cpp', | 38 '../tests/BitSetTest.cpp', |
| 38 '../tests/BitmapCopyTest.cpp', | 39 '../tests/BitmapCopyTest.cpp', |
| 39 '../tests/BitmapGetColorTest.cpp', | 40 '../tests/BitmapGetColorTest.cpp', |
| 40 '../tests/BitmapHasherTest.cpp', | 41 '../tests/BitmapHasherTest.cpp', |
| 41 '../tests/BitmapHeapTest.cpp', | 42 '../tests/BitmapHeapTest.cpp', |
| 42 '../tests/BitmapTest.cpp', | 43 '../tests/BitmapTest.cpp', |
| 43 '../tests/BlendTest.cpp', | 44 '../tests/BlendTest.cpp', |
| 44 '../tests/BlitRowTest.cpp', | 45 '../tests/BlitRowTest.cpp', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 | 181 |
| 181 '../tests/PipeTest.cpp', | 182 '../tests/PipeTest.cpp', |
| 182 '../src/pipe/utils/SamplePipeControllers.cpp', | 183 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 183 | 184 |
| 184 '../tests/TDStackNesterTest.cpp', | 185 '../tests/TDStackNesterTest.cpp', |
| 185 '../experimental/PdfViewer/src/SkTDStackNester.h', | 186 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 186 | 187 |
| 187 '../tools/sk_tool_utils.cpp', | 188 '../tools/sk_tool_utils.cpp', |
| 188 ], | 189 ], |
| 189 } | 190 } |
| OLD | NEW |