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 'skia_lib.gyp:skia_lib', | 23 'skia_lib.gyp:skia_lib', |
24 'tools.gyp:picture_utils', | 24 'tools.gyp:picture_utils', |
25 'tools.gyp:resources', | 25 'tools.gyp:resources', |
26 'tools.gyp:sk_tool_utils', | 26 'tools.gyp:sk_tool_utils', |
27 'tools.gyp:ref_cnt_is', | |
28 ], | 27 ], |
29 'sources': [ | 28 'sources': [ |
30 '../tests/Test.cpp', | 29 '../tests/Test.cpp', |
31 '../tests/Test.h', | 30 '../tests/Test.h', |
32 | 31 |
33 '../tests/AAClipTest.cpp', | 32 '../tests/AAClipTest.cpp', |
34 '../tests/ARGBImageEncoderTest.cpp', | 33 '../tests/ARGBImageEncoderTest.cpp', |
35 '../tests/AndroidPaintTest.cpp', | 34 '../tests/AndroidPaintTest.cpp', |
36 '../tests/AnnotationTest.cpp', | 35 '../tests/AnnotationTest.cpp', |
37 '../tests/AsADashTest.cpp', | 36 '../tests/AsADashTest.cpp', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 '../src/utils/debugger/SkObjectParser.h', | 195 '../src/utils/debugger/SkObjectParser.h', |
197 '../src/utils/debugger/SkObjectParser.cpp', | 196 '../src/utils/debugger/SkObjectParser.cpp', |
198 | 197 |
199 '../tests/PipeTest.cpp', | 198 '../tests/PipeTest.cpp', |
200 '../src/pipe/utils/SamplePipeControllers.cpp', | 199 '../src/pipe/utils/SamplePipeControllers.cpp', |
201 | 200 |
202 '../tests/TDStackNesterTest.cpp', | 201 '../tests/TDStackNesterTest.cpp', |
203 '../experimental/PdfViewer/src/SkTDStackNester.h', | 202 '../experimental/PdfViewer/src/SkTDStackNester.h', |
204 ], | 203 ], |
205 } | 204 } |
OLD | NEW |