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/', | 14 '../tools/', |
15 | 15 |
16 # Needed for TDStackNesterTest. | 16 # Needed for TDStackNesterTest. |
17 '../experimental/PdfViewer', | 17 '../experimental/PdfViewer', |
18 '../experimental/PdfViewer/src', | 18 '../experimental/PdfViewer/src', |
19 ], | 19 ], |
20 'dependencies': [ | 20 'dependencies': [ |
21 'skia_lib.gyp:skia_lib', | |
22 'experimental.gyp:experimental', | 21 'experimental.gyp:experimental', |
23 'flags.gyp:flags', | 22 'flags.gyp:flags', |
24 'pdf.gyp:pdf', | 23 'pdf.gyp:pdf', |
| 24 'skia_lib.gyp:skia_lib', |
25 'tools.gyp:picture_utils', | 25 'tools.gyp:picture_utils', |
| 26 'tools.gyp:resources', |
26 ], | 27 ], |
27 'sources': [ | 28 'sources': [ |
28 '../tests/Test.cpp', | 29 '../tests/Test.cpp', |
29 '../tests/Test.h', | 30 '../tests/Test.h', |
30 | 31 |
31 '../tests/AAClipTest.cpp', | 32 '../tests/AAClipTest.cpp', |
32 '../tests/ARGBImageEncoderTest.cpp', | 33 '../tests/ARGBImageEncoderTest.cpp', |
33 '../tests/AndroidPaintTest.cpp', | 34 '../tests/AndroidPaintTest.cpp', |
34 '../tests/AnnotationTest.cpp', | 35 '../tests/AnnotationTest.cpp', |
35 '../tests/AsADashTest.cpp', | 36 '../tests/AsADashTest.cpp', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 | 195 |
195 '../tests/PipeTest.cpp', | 196 '../tests/PipeTest.cpp', |
196 '../src/pipe/utils/SamplePipeControllers.cpp', | 197 '../src/pipe/utils/SamplePipeControllers.cpp', |
197 | 198 |
198 '../tests/TDStackNesterTest.cpp', | 199 '../tests/TDStackNesterTest.cpp', |
199 '../experimental/PdfViewer/src/SkTDStackNester.h', | 200 '../experimental/PdfViewer/src/SkTDStackNester.h', |
200 | 201 |
201 '../tools/sk_tool_utils.cpp', | 202 '../tools/sk_tool_utils.cpp', |
202 ], | 203 ], |
203 } | 204 } |
OLD | NEW |