| 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', |
| 11 '../src/pipe/utils', | 11 '../src/pipe/utils', |
| 12 '../src/utils', | 12 '../src/utils', |
| 13 '../src/utils/debugger', | 13 '../src/utils/debugger', |
| 14 '../tools/', | |
| 15 | 14 |
| 16 # Needed for TDStackNesterTest. | 15 # Needed for TDStackNesterTest. |
| 17 '../experimental/PdfViewer', | 16 '../experimental/PdfViewer', |
| 18 '../experimental/PdfViewer/src', | 17 '../experimental/PdfViewer/src', |
| 19 ], | 18 ], |
| 20 'dependencies': [ | 19 'dependencies': [ |
| 21 'skia_lib.gyp:skia_lib', | |
| 22 'experimental.gyp:experimental', | 20 'experimental.gyp:experimental', |
| 23 'flags.gyp:flags', | 21 'flags.gyp:flags', |
| 24 'pdf.gyp:pdf', | 22 'pdf.gyp:pdf', |
| 23 'resources.gyp:resources', |
| 24 'skia_lib.gyp:skia_lib', |
| 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', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 | 194 |
| 195 '../tests/PipeTest.cpp', | 195 '../tests/PipeTest.cpp', |
| 196 '../src/pipe/utils/SamplePipeControllers.cpp', | 196 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 197 | 197 |
| 198 '../tests/TDStackNesterTest.cpp', | 198 '../tests/TDStackNesterTest.cpp', |
| 199 '../experimental/PdfViewer/src/SkTDStackNester.h', | 199 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 200 | 200 |
| 201 '../tools/sk_tool_utils.cpp', | 201 '../tools/sk_tool_utils.cpp', |
| 202 ], | 202 ], |
| 203 } | 203 } |
| OLD | NEW |