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 | 14 |
15 # Needed for TDStackNesterTest. | 15 # Needed for TDStackNesterTest. |
16 '../experimental/PdfViewer', | 16 '../experimental/PdfViewer', |
17 '../experimental/PdfViewer/src', | 17 '../experimental/PdfViewer/src', |
18 ], | 18 ], |
19 'dependencies': [ | 19 'dependencies': [ |
20 'experimental.gyp:experimental', | 20 'experimental.gyp:experimental', |
21 'flags.gyp:flags', | 21 'flags.gyp:flags', |
22 'pdf.gyp:pdf', | 22 'pdf.gyp:pdf', |
23 'resources.gyp:resources', | |
24 'skia_lib.gyp:skia_lib', | 23 'skia_lib.gyp:skia_lib', |
25 'tools.gyp:picture_utils', | 24 'tools.gyp:picture_utils', |
| 25 'tools.gyp:resources', |
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/AsADashTest.cpp', |
(...skipping 158 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 |